|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefClass_1
org.opencrx.kernel.product1.cci.DisabledFilterPropertyClassImpl
public class DisabledFilterPropertyClassImpl
| Constructor Summary | |
|---|---|
DisabledFilterPropertyClassImpl(RefPackage_1_0 refPackage)
|
|
| Method Summary | |
|---|---|
DisabledFilterProperty |
createDisabledFilterProperty()
Creates an instance of class DisabledFilterProperty. |
DisabledFilterProperty |
createDisabledFilterProperty(String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class DisabledFilterProperty based
on all required attributes. |
DisabledFilterProperty |
extendAbstractFilterProperty(AbstractFilterProperty _base,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class DisabledFilterProperty based
on the superclass AbstractFilterProperty and all required
attributes not included in this superclass. |
DisabledFilterProperty |
extendAttributeFilterProperty(AttributeFilterProperty _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class DisabledFilterProperty based
on the superclass AttributeFilterProperty and all required
attributes not included in this superclass. |
DisabledFilterProperty |
extendBasicObject(BasicObject _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class DisabledFilterProperty based
on the superclass BasicObject and all required attributes
not included in this superclass. |
DisabledFilterProperty |
extendContextCapable(ContextCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class DisabledFilterProperty based
on the superclass ContextCapable and all required
attributes not included in this superclass. |
DisabledFilterProperty |
extendExtentCapable(ExtentCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class DisabledFilterProperty based
on the superclass ExtentCapable and all required
attributes not included in this superclass. |
DisabledFilterProperty |
extendProductAttributeFilterProperty(ProductAttributeFilterProperty _base,
boolean disabled)
Creates an instance of class DisabledFilterProperty based
on the superclass ProductAttributeFilterProperty and all
required attributes not included in this superclass. |
DisabledFilterProperty |
extendProductFilterProperty(ProductFilterProperty _base,
String name,
short filterOperator,
short filterQuantor,
boolean disabled)
Creates an instance of class DisabledFilterProperty based
on the superclass ProductFilterProperty and all required
attributes not included in this superclass. |
DisabledFilterProperty |
extendSecureObject(SecureObject _base,
String name,
short filterOperator,
short filterQuantor,
boolean disabled)
Creates an instance of class DisabledFilterProperty based
on the superclass SecureObject and all required attributes
not included in this superclass. |
DisabledFilterProperty |
extendViewCapable(ViewCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class DisabledFilterProperty based
on the superclass ViewCapable and all required attributes
not included in this superclass. |
DisabledFilterProperty |
getDisabledFilterProperty(Object object)
Creates an instance of class DisabledFilterProperty based
on the specified Object instance. |
String |
refMofId()
|
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefClass_1 |
|---|
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum, refGetValue, refGetValue, refGetValue, refGetValue, refImmediatePackage, refInvokeOperation, refInvokeOperation, refMetaObject, refOutermostPackage, refSetValue, refSetValue, refSetValue, refVerifyConstraints |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jmi.reflect.RefClass |
|---|
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refOutermostPackage, refVerifyConstraints |
| Constructor Detail |
|---|
public DisabledFilterPropertyClassImpl(RefPackage_1_0 refPackage)
| Method Detail |
|---|
public String refMofId()
refMofId in interface RefBaseObjectrefMofId in class RefClass_1public DisabledFilterProperty getDisabledFilterProperty(Object object)
DisabledFilterPropertyClassDisabledFilterProperty based
on the specified Object instance.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
getDisabledFilterProperty in interface DisabledFilterPropertyClassobject - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.public DisabledFilterProperty createDisabledFilterProperty()
DisabledFilterPropertyClassDisabledFilterProperty.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
createDisabledFilterProperty in interface DisabledFilterPropertyClass
public DisabledFilterProperty createDisabledFilterProperty(String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
DisabledFilterPropertyClassDisabledFilterProperty based
on all required attributes.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
createDisabledFilterProperty in interface DisabledFilterPropertyClass
public DisabledFilterProperty extendAbstractFilterProperty(AbstractFilterProperty _base,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
DisabledFilterPropertyClassDisabledFilterProperty based
on the superclass AbstractFilterProperty and all required
attributes not included in this superclass.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
extendAbstractFilterProperty in interface DisabledFilterPropertyClass
public DisabledFilterProperty extendAttributeFilterProperty(AttributeFilterProperty _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
DisabledFilterPropertyClassDisabledFilterProperty based
on the superclass AttributeFilterProperty and all required
attributes not included in this superclass.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
extendAttributeFilterProperty in interface DisabledFilterPropertyClass
public DisabledFilterProperty extendSecureObject(SecureObject _base,
String name,
short filterOperator,
short filterQuantor,
boolean disabled)
DisabledFilterPropertyClassDisabledFilterProperty based
on the superclass SecureObject and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
extendSecureObject in interface DisabledFilterPropertyClass
public DisabledFilterProperty extendProductAttributeFilterProperty(ProductAttributeFilterProperty _base,
boolean disabled)
DisabledFilterPropertyClassDisabledFilterProperty based
on the superclass ProductAttributeFilterProperty and all
required attributes not included in this superclass.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
extendProductAttributeFilterProperty in interface DisabledFilterPropertyClass
public DisabledFilterProperty extendProductFilterProperty(ProductFilterProperty _base,
String name,
short filterOperator,
short filterQuantor,
boolean disabled)
DisabledFilterPropertyClassDisabledFilterProperty based
on the superclass ProductFilterProperty and all required
attributes not included in this superclass.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
extendProductFilterProperty in interface DisabledFilterPropertyClass
public DisabledFilterProperty extendBasicObject(BasicObject _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
DisabledFilterPropertyClassDisabledFilterProperty based
on the superclass BasicObject and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
extendBasicObject in interface DisabledFilterPropertyClass
public DisabledFilterProperty extendContextCapable(ContextCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
DisabledFilterPropertyClassDisabledFilterProperty based
on the superclass ContextCapable and all required
attributes not included in this superclass.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
extendContextCapable in interface DisabledFilterPropertyClass
public DisabledFilterProperty extendExtentCapable(ExtentCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
DisabledFilterPropertyClassDisabledFilterProperty based
on the superclass ExtentCapable and all required
attributes not included in this superclass.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
extendExtentCapable in interface DisabledFilterPropertyClass
public DisabledFilterProperty extendViewCapable(ViewCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
DisabledFilterPropertyClassDisabledFilterProperty based
on the superclass ViewCapable and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
DisabledFilterProperty.
extendViewCapable in interface DisabledFilterPropertyClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||