org.opencrx.kernel.building1.jmi1
Interface InventoryItemClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface InventoryItemClass
extends RefClass


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

createInventoryItem

InventoryItem createInventoryItem()
Creates an instance of class InventoryItem. This is a factory operation used to create instance objects of class InventoryItem.


getInventoryItem

InventoryItem getInventoryItem(Object object)
Creates an instance of class InventoryItem based on the specified Object instance. This is a factory operation used to create instance objects of class InventoryItem.

Parameters:
object - The Object instance this class is based on.

createInventoryItem

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. This is a factory operation used to create instance objects of class InventoryItem.


extendAlertSender

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. This is a factory operation used to create instance objects of class InventoryItem.


extendAuditee

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. This is a factory operation used to create instance objects of class InventoryItem.


extendCloneable

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. This is a factory operation used to create instance objects of class InventoryItem.


extendImporter

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. This is a factory operation used to create instance objects of class InventoryItem.


extendIndexed

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. This is a factory operation used to create instance objects of class InventoryItem.


extendSecureObject

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. This is a factory operation used to create instance objects of class InventoryItem.


extendSubscriptionTarget

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. This is a factory operation used to create instance objects of class InventoryItem.


extendXmlExporter

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. This is a factory operation used to create instance objects of class InventoryItem.


extendLinkableItem

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. This is a factory operation used to create instance objects of class InventoryItem.


extendBookingOrigin

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. This is a factory operation used to create instance objects of class InventoryItem.


extendCrxObject

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. This is a factory operation used to create instance objects of class InventoryItem.


extendConfiguredProduct

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. This is a factory operation used to create instance objects of class InventoryItem.


extendProductConfigurationSet

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. This is a factory operation used to create instance objects of class InventoryItem.


extendProductDescriptor

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. This is a factory operation used to create instance objects of class InventoryItem.


extendBasicObject

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. This is a factory operation used to create instance objects of class InventoryItem.


extendContextCapable

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. This is a factory operation used to create instance objects of class InventoryItem.


extendExtentCapable

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. This is a factory operation used to create instance objects of class InventoryItem.


extendViewCapable

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. This is a factory operation used to create instance objects of class InventoryItem.



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.