|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InventoryItemClass
| Method Summary | |
|---|---|
InventoryItem |
createInventoryItem()
Creates an instance of class InventoryItem. |
InventoryItem |
createInventoryItem(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on all
required attributes. |
InventoryItem |
extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass AlertSender and all required attributes not
included in this superclass. |
InventoryItem |
extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass Auditee and all required attributes not
included in this superclass. |
InventoryItem |
extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass BasicObject and all required attributes not
included in this superclass. |
InventoryItem |
extendBookingOrigin(BookingOrigin _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass BookingOrigin and all required attributes not
included in this superclass. |
InventoryItem |
extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass Cloneable and all required attributes not
included in this superclass. |
InventoryItem |
extendConfiguredProduct(ConfiguredProduct _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass ConfiguredProduct and all required attributes
not included in this superclass. |
InventoryItem |
extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
InventoryItem |
extendCrxObject(CrxObject _base,
short inventoryItemType,
String name)
Creates an instance of class InventoryItem based on the
superclass CrxObject and all required attributes not
included in this superclass. |
InventoryItem |
extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
InventoryItem |
extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass Importer and all required attributes not
included in this superclass. |
InventoryItem |
extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass Indexed and all required attributes not
included in this superclass. |
InventoryItem |
extendLinkableItem(LinkableItem _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass LinkableItem and all required attributes not
included in this superclass. |
InventoryItem |
extendProductConfigurationSet(ProductConfigurationSet _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass ProductConfigurationSet and all required
attributes not included in this superclass. |
InventoryItem |
extendProductDescriptor(ProductDescriptor _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass ProductDescriptor and all required attributes
not included in this superclass. |
InventoryItem |
extendSecureObject(SecureObject _base,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass SecureObject and all required attributes not
included in this superclass. |
InventoryItem |
extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass SubscriptionTarget and all required attributes
not included in this superclass. |
InventoryItem |
extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
InventoryItem |
extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
Creates an instance of class InventoryItem based on the
superclass XmlExporter and all required attributes not
included in this superclass. |
InventoryItem |
getInventoryItem(Object object)
Creates an instance of class InventoryItem 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 |
|---|
InventoryItem createInventoryItem()
InventoryItem.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem getInventoryItem(Object object)
InventoryItem based on the
specified Object instance.
This is a factory operation used to create instance objects of class
InventoryItem.
object - The Object instance this class is based on.
InventoryItem createInventoryItem(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on all
required attributes.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass AlertSender and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass Auditee and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass Cloneable and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass Importer and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass Indexed and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendSecureObject(SecureObject _base,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem 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
InventoryItem.
InventoryItem extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass SubscriptionTarget and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass XmlExporter and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendLinkableItem(LinkableItem _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass LinkableItem and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendBookingOrigin(BookingOrigin _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass BookingOrigin and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendCrxObject(CrxObject _base,
short inventoryItemType,
String name)
InventoryItem based on the
superclass CrxObject and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendConfiguredProduct(ConfiguredProduct _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass ConfiguredProduct and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendProductConfigurationSet(ProductConfigurationSet _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass ProductConfigurationSet and all required
attributes not included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendProductDescriptor(ProductDescriptor _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem based on the
superclass ProductDescriptor and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
InventoryItem.
InventoryItem extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem 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
InventoryItem.
InventoryItem extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem 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
InventoryItem.
InventoryItem extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem 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
InventoryItem.
InventoryItem extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short inventoryItemType,
String name,
boolean disabled)
InventoryItem 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
InventoryItem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||