org.opencrx.kernel.building1.cci
Class InventoryItemClassImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefClass_1
      extended by org.opencrx.kernel.building1.cci.InventoryItemClassImpl
All Implemented Interfaces:
Serializable, RefBaseObject, RefClass, RefFeatured, InventoryItemClass, RefClass_1_0

public class InventoryItemClassImpl
extends RefClass_1
implements InventoryItemClass

See Also:
Serialized Form

Constructor Summary
InventoryItemClassImpl(RefPackage_1_0 refPackage)
           
 
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(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(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(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(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.
 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

InventoryItemClassImpl

public InventoryItemClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

public String refMofId()
Specified by:
refMofId in interface RefBaseObject
Overrides:
refMofId in class RefClass_1

getInventoryItem

public InventoryItem getInventoryItem(Object object)
Description copied from interface: InventoryItemClass
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.

Specified by:
getInventoryItem in interface InventoryItemClass
Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createInventoryItem

public InventoryItem createInventoryItem()
Description copied from interface: InventoryItemClass
Creates an instance of class InventoryItem. This is a factory operation used to create instance objects of class InventoryItem.

Specified by:
createInventoryItem in interface InventoryItemClass

createInventoryItem

public InventoryItem createInventoryItem(short accessLevelBrowse,
                                         short accessLevelDelete,
                                         short accessLevelUpdate,
                                         short inventoryItemType,
                                         String name,
                                         boolean disabled)
Description copied from interface: InventoryItemClass
Creates an instance of class InventoryItem based on all required attributes. This is a factory operation used to create instance objects of class InventoryItem.

Specified by:
createInventoryItem in interface InventoryItemClass

extendAlertSender

public InventoryItem extendAlertSender(AlertSender _base,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate,
                                       short inventoryItemType,
                                       String name,
                                       boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendAlertSender in interface InventoryItemClass

extendAuditee

public InventoryItem extendAuditee(Auditee _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   short inventoryItemType,
                                   String name,
                                   boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendAuditee in interface InventoryItemClass

extendCloneable

public InventoryItem extendCloneable(Cloneable _base,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate,
                                     short inventoryItemType,
                                     String name,
                                     boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendCloneable in interface InventoryItemClass

extendImporter

public InventoryItem extendImporter(Importer _base,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate,
                                    short inventoryItemType,
                                    String name,
                                    boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendImporter in interface InventoryItemClass

extendIndexed

public InventoryItem extendIndexed(Indexed _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   short inventoryItemType,
                                   String name,
                                   boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendIndexed in interface InventoryItemClass

extendSecureObject

public InventoryItem extendSecureObject(SecureObject _base,
                                        short inventoryItemType,
                                        String name,
                                        boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendSecureObject in interface InventoryItemClass

extendSubscriptionTarget

public InventoryItem extendSubscriptionTarget(SubscriptionTarget _base,
                                              short accessLevelBrowse,
                                              short accessLevelDelete,
                                              short accessLevelUpdate,
                                              short inventoryItemType,
                                              String name,
                                              boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendSubscriptionTarget in interface InventoryItemClass

extendXmlExporter

public InventoryItem extendXmlExporter(XmlExporter _base,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate,
                                       short inventoryItemType,
                                       String name,
                                       boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendXmlExporter in interface InventoryItemClass

extendLinkableItem

public InventoryItem extendLinkableItem(LinkableItem _base,
                                        short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate,
                                        short inventoryItemType,
                                        String name,
                                        boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendLinkableItem in interface InventoryItemClass

extendBookingOrigin

public InventoryItem extendBookingOrigin(BookingOrigin _base,
                                         short accessLevelBrowse,
                                         short accessLevelDelete,
                                         short accessLevelUpdate,
                                         short inventoryItemType,
                                         String name,
                                         boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendBookingOrigin in interface InventoryItemClass

extendCrxObject

public InventoryItem extendCrxObject(CrxObject _base,
                                     short inventoryItemType,
                                     String name)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendCrxObject in interface InventoryItemClass

extendConfiguredProduct

public InventoryItem extendConfiguredProduct(ConfiguredProduct _base,
                                             short accessLevelBrowse,
                                             short accessLevelDelete,
                                             short accessLevelUpdate,
                                             short inventoryItemType,
                                             String name,
                                             boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendConfiguredProduct in interface InventoryItemClass

extendProductConfigurationSet

public InventoryItem extendProductConfigurationSet(ProductConfigurationSet _base,
                                                   short accessLevelBrowse,
                                                   short accessLevelDelete,
                                                   short accessLevelUpdate,
                                                   short inventoryItemType,
                                                   String name,
                                                   boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendProductConfigurationSet in interface InventoryItemClass

extendProductDescriptor

public InventoryItem extendProductDescriptor(ProductDescriptor _base,
                                             short accessLevelBrowse,
                                             short accessLevelDelete,
                                             short accessLevelUpdate,
                                             short inventoryItemType,
                                             String name,
                                             boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendProductDescriptor in interface InventoryItemClass

extendBasicObject

public InventoryItem extendBasicObject(BasicObject _base,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate,
                                       short inventoryItemType,
                                       String name,
                                       boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendBasicObject in interface InventoryItemClass

extendContextCapable

public InventoryItem extendContextCapable(ContextCapable _base,
                                          short accessLevelBrowse,
                                          short accessLevelDelete,
                                          short accessLevelUpdate,
                                          short inventoryItemType,
                                          String name,
                                          boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendContextCapable in interface InventoryItemClass

extendExtentCapable

public InventoryItem extendExtentCapable(ExtentCapable _base,
                                         short accessLevelBrowse,
                                         short accessLevelDelete,
                                         short accessLevelUpdate,
                                         short inventoryItemType,
                                         String name,
                                         boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendExtentCapable in interface InventoryItemClass

extendViewCapable

public InventoryItem extendViewCapable(ViewCapable _base,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate,
                                       short inventoryItemType,
                                       String name,
                                       boolean disabled)
Description copied from interface: InventoryItemClass
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.

Specified by:
extendViewCapable in interface InventoryItemClass


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