org.opencrx.kernel.depot1.jmi1
Interface DepotClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface DepotClass
extends RefClass


Method Summary
 Depot createDepot()
          Creates an instance of class Depot.
 Depot createDepot(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on all required attributes.
 Depot extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass AlertSender and all required attributes not included in this superclass.
 Depot extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass Auditee and all required attributes not included in this superclass.
 Depot extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass BasicObject and all required attributes not included in this superclass.
 Depot extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass Cloneable and all required attributes not included in this superclass.
 Depot extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass ContextCapable and all required attributes not included in this superclass.
 Depot extendContractReferenceHolder(ContractReferenceHolder _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass ContractReferenceHolder and all required attributes not included in this superclass.
 Depot extendCrxObject(CrxObject _base, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate)
          Creates an instance of class Depot based on the superclass CrxObject and all required attributes not included in this superclass.
 Depot extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Depot extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Depot extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass Importer and all required attributes not included in this superclass.
 Depot extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass Indexed and all required attributes not included in this superclass.
 Depot extendPropertySet(PropertySet _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass PropertySet and all required attributes not included in this superclass.
 Depot extendSecureObject(SecureObject _base, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass SecureObject and all required attributes not included in this superclass.
 Depot extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 Depot extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass ViewCapable and all required attributes not included in this superclass.
 Depot extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass XmlExporter and all required attributes not included in this superclass.
 Depot getDepot(Object object)
          Creates an instance of class Depot 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

createDepot

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


getDepot

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

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

createDepot

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


extendAlertSender

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


extendAuditee

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


extendCloneable

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


extendImporter

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


extendIndexed

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


extendPropertySet

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


extendSecureObject

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


extendSubscriptionTarget

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


extendXmlExporter

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


extendContractReferenceHolder

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


extendCrxObject

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


extendDescriptionContainer

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


extendBasicObject

Depot extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean allowPositionAutoCreate,
                        String depotNumber,
                        boolean isDefault,
                        boolean isLocked,
                        String name,
                        Date openingDate,
                        boolean disabled)
Creates an instance of class Depot 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 Depot.


extendContextCapable

Depot extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean allowPositionAutoCreate,
                           String depotNumber,
                           boolean isDefault,
                           boolean isLocked,
                           String name,
                           Date openingDate,
                           boolean disabled)
Creates an instance of class Depot 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 Depot.


extendExtentCapable

Depot extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                          short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          boolean allowPositionAutoCreate,
                          String depotNumber,
                          boolean isDefault,
                          boolean isLocked,
                          String name,
                          Date openingDate,
                          boolean disabled)
Creates an instance of class Depot 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 Depot.


extendViewCapable

Depot extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean allowPositionAutoCreate,
                        String depotNumber,
                        boolean isDefault,
                        boolean isLocked,
                        String name,
                        Date openingDate,
                        boolean disabled)
Creates an instance of class Depot 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 Depot.



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