org.opencrx.kernel.depot1.cci
Interface BundledProductDepotPositionClass

All Superinterfaces:
RefBaseObject, RefClass, RefClass_1_0, RefFeatured
All Known Implementing Classes:
BundledProductDepotPositionClassImpl

public interface BundledProductDepotPositionClass
extends RefClass_1_0


Method Summary
 BundledProductDepotPosition createBundledProductDepotPosition()
          Creates an instance of class BundledProductDepotPosition.
 BundledProductDepotPosition createBundledProductDepotPosition(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on all required attributes.
 BundledProductDepotPosition extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass AlertSender and all required attributes not included in this superclass.
 BundledProductDepotPosition extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass Auditee and all required attributes not included in this superclass.
 BundledProductDepotPosition extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass BasicObject and all required attributes not included in this superclass.
 BundledProductDepotPosition extendBundledProductPosition(BundledProductPosition _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass BundledProductPosition and all required attributes not included in this superclass.
 BundledProductDepotPosition extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass Cloneable and all required attributes not included in this superclass.
 BundledProductDepotPosition extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass ContextCapable and all required attributes not included in this superclass.
 BundledProductDepotPosition extendCrxObject(CrxObject _base, boolean isLocked, String name, Date openingDate)
          Creates an instance of class BundledProductDepotPosition based on the superclass CrxObject and all required attributes not included in this superclass.
 BundledProductDepotPosition extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass ExtentCapable and all required attributes not included in this superclass.
 BundledProductDepotPosition extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass Importer and all required attributes not included in this superclass.
 BundledProductDepotPosition extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass Indexed and all required attributes not included in this superclass.
 BundledProductDepotPosition extendProductPosition(ProductPosition _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass ProductPosition and all required attributes not included in this superclass.
 BundledProductDepotPosition extendSecureObject(SecureObject _base, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass SecureObject and all required attributes not included in this superclass.
 BundledProductDepotPosition extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 BundledProductDepotPosition extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 BundledProductDepotPosition extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass XmlExporter and all required attributes not included in this superclass.
 BundledProductDepotPosition getBundledProductDepotPosition(Object object)
          Creates an instance of class BundledProductDepotPosition 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

createBundledProductDepotPosition

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


getBundledProductDepotPosition

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

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createBundledProductDepotPosition

BundledProductDepotPosition createBundledProductDepotPosition(short accessLevelBrowse,
                                                              short accessLevelDelete,
                                                              short accessLevelUpdate,
                                                              boolean isLocked,
                                                              String name,
                                                              Date openingDate,
                                                              boolean disabled)
Creates an instance of class BundledProductDepotPosition based on all required attributes. This is a factory operation used to create instance objects of class BundledProductDepotPosition.


extendAlertSender

BundledProductDepotPosition extendAlertSender(AlertSender _base,
                                              short accessLevelBrowse,
                                              short accessLevelDelete,
                                              short accessLevelUpdate,
                                              boolean isLocked,
                                              String name,
                                              Date openingDate,
                                              boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendAuditee

BundledProductDepotPosition extendAuditee(Auditee _base,
                                          short accessLevelBrowse,
                                          short accessLevelDelete,
                                          short accessLevelUpdate,
                                          boolean isLocked,
                                          String name,
                                          Date openingDate,
                                          boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendCloneable

BundledProductDepotPosition extendCloneable(Cloneable _base,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate,
                                            boolean isLocked,
                                            String name,
                                            Date openingDate,
                                            boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendImporter

BundledProductDepotPosition extendImporter(Importer _base,
                                           short accessLevelBrowse,
                                           short accessLevelDelete,
                                           short accessLevelUpdate,
                                           boolean isLocked,
                                           String name,
                                           Date openingDate,
                                           boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendIndexed

BundledProductDepotPosition extendIndexed(Indexed _base,
                                          short accessLevelBrowse,
                                          short accessLevelDelete,
                                          short accessLevelUpdate,
                                          boolean isLocked,
                                          String name,
                                          Date openingDate,
                                          boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendSecureObject

BundledProductDepotPosition extendSecureObject(SecureObject _base,
                                               boolean isLocked,
                                               String name,
                                               Date openingDate,
                                               boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendSubscriptionTarget

BundledProductDepotPosition extendSubscriptionTarget(SubscriptionTarget _base,
                                                     short accessLevelBrowse,
                                                     short accessLevelDelete,
                                                     short accessLevelUpdate,
                                                     boolean isLocked,
                                                     String name,
                                                     Date openingDate,
                                                     boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendXmlExporter

BundledProductDepotPosition extendXmlExporter(XmlExporter _base,
                                              short accessLevelBrowse,
                                              short accessLevelDelete,
                                              short accessLevelUpdate,
                                              boolean isLocked,
                                              String name,
                                              Date openingDate,
                                              boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendCrxObject

BundledProductDepotPosition extendCrxObject(CrxObject _base,
                                            boolean isLocked,
                                            String name,
                                            Date openingDate)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendBundledProductPosition

BundledProductDepotPosition extendBundledProductPosition(BundledProductPosition _base,
                                                         short accessLevelBrowse,
                                                         short accessLevelDelete,
                                                         short accessLevelUpdate,
                                                         boolean isLocked,
                                                         String name,
                                                         Date openingDate,
                                                         boolean disabled)
Creates an instance of class BundledProductDepotPosition based on the superclass BundledProductPosition and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class BundledProductDepotPosition.


extendProductPosition

BundledProductDepotPosition extendProductPosition(ProductPosition _base,
                                                  short accessLevelBrowse,
                                                  short accessLevelDelete,
                                                  short accessLevelUpdate,
                                                  boolean isLocked,
                                                  String name,
                                                  Date openingDate,
                                                  boolean disabled)
Creates an instance of class BundledProductDepotPosition based on the superclass ProductPosition and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class BundledProductDepotPosition.


extendBasicObject

BundledProductDepotPosition extendBasicObject(BasicObject _base,
                                              short accessLevelBrowse,
                                              short accessLevelDelete,
                                              short accessLevelUpdate,
                                              boolean isLocked,
                                              String name,
                                              Date openingDate,
                                              boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendContextCapable

BundledProductDepotPosition extendContextCapable(ContextCapable _base,
                                                 short accessLevelBrowse,
                                                 short accessLevelDelete,
                                                 short accessLevelUpdate,
                                                 boolean isLocked,
                                                 String name,
                                                 Date openingDate,
                                                 boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendExtentCapable

BundledProductDepotPosition extendExtentCapable(ExtentCapable _base,
                                                short accessLevelBrowse,
                                                short accessLevelDelete,
                                                short accessLevelUpdate,
                                                boolean isLocked,
                                                String name,
                                                Date openingDate,
                                                boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.


extendViewCapable

BundledProductDepotPosition extendViewCapable(ViewCapable _base,
                                              short accessLevelBrowse,
                                              short accessLevelDelete,
                                              short accessLevelUpdate,
                                              boolean isLocked,
                                              String name,
                                              Date openingDate,
                                              boolean disabled)
Creates an instance of class BundledProductDepotPosition 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 BundledProductDepotPosition.



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