|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductClassificationFilterPropertyClass
| Method Summary | |
|---|---|
ProductClassificationFilterProperty |
createProductClassificationFilterProperty()
Creates an instance of class ProductClassificationFilterProperty. |
ProductClassificationFilterProperty |
createProductClassificationFilterProperty(String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
Creates an instance of class ProductClassificationFilterProperty based on all required
attributes. |
ProductClassificationFilterProperty |
extendAbstractFilterProperty(AbstractFilterProperty _base,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
Creates an instance of class ProductClassificationFilterProperty based on the
superclass AbstractFilterProperty and all required
attributes not included in this superclass. |
ProductClassificationFilterProperty |
extendAttributeFilterProperty(AttributeFilterProperty _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
Creates an instance of class ProductClassificationFilterProperty based on the
superclass AttributeFilterProperty and all required
attributes not included in this superclass. |
ProductClassificationFilterProperty |
extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
Creates an instance of class ProductClassificationFilterProperty based on the
superclass BasicObject and all required attributes not
included in this superclass. |
ProductClassificationFilterProperty |
extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
Creates an instance of class ProductClassificationFilterProperty based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
ProductClassificationFilterProperty |
extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
Creates an instance of class ProductClassificationFilterProperty based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
ProductClassificationFilterProperty |
extendProductFilterProperty(ProductFilterProperty _base,
String name,
short filterOperator,
short filterQuantor)
Creates an instance of class ProductClassificationFilterProperty based on the
superclass ProductFilterProperty and all required
attributes not included in this superclass. |
ProductClassificationFilterProperty |
extendSecureObject(SecureObject _base,
String name,
short filterOperator,
short filterQuantor)
Creates an instance of class ProductClassificationFilterProperty based on the
superclass SecureObject and all required attributes not
included in this superclass. |
ProductClassificationFilterProperty |
extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
Creates an instance of class ProductClassificationFilterProperty based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
ProductClassificationFilterProperty |
getProductClassificationFilterProperty(Object object)
Creates an instance of class ProductClassificationFilterProperty based on the specified
Object instance. |
| 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, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
ProductClassificationFilterProperty createProductClassificationFilterProperty()
ProductClassificationFilterProperty.
This is a factory operation used to create instance objects of class
ProductClassificationFilterProperty.
ProductClassificationFilterProperty getProductClassificationFilterProperty(Object object)
ProductClassificationFilterProperty based on the specified
Object instance.
This is a factory operation used to create instance objects of class
ProductClassificationFilterProperty.
object - The Object instance this class is based on.
ProductClassificationFilterProperty createProductClassificationFilterProperty(String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
ProductClassificationFilterProperty based on all required
attributes.
This is a factory operation used to create instance objects of class
ProductClassificationFilterProperty.
ProductClassificationFilterProperty extendAbstractFilterProperty(AbstractFilterProperty _base,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
ProductClassificationFilterProperty 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
ProductClassificationFilterProperty.
ProductClassificationFilterProperty extendAttributeFilterProperty(AttributeFilterProperty _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
ProductClassificationFilterProperty 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
ProductClassificationFilterProperty.
ProductClassificationFilterProperty extendSecureObject(SecureObject _base,
String name,
short filterOperator,
short filterQuantor)
ProductClassificationFilterProperty 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
ProductClassificationFilterProperty.
ProductClassificationFilterProperty extendProductFilterProperty(ProductFilterProperty _base,
String name,
short filterOperator,
short filterQuantor)
ProductClassificationFilterProperty 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
ProductClassificationFilterProperty.
ProductClassificationFilterProperty extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
ProductClassificationFilterProperty 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
ProductClassificationFilterProperty.
ProductClassificationFilterProperty extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
ProductClassificationFilterProperty 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
ProductClassificationFilterProperty.
ProductClassificationFilterProperty extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
ProductClassificationFilterProperty 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
ProductClassificationFilterProperty.
ProductClassificationFilterProperty extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
String name,
short filterOperator,
short filterQuantor,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate)
ProductClassificationFilterProperty 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
ProductClassificationFilterProperty.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||