org.opencrx.kernel.depot1.jmi1
Interface DepotTypeClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface DepotTypeClass
extends RefClass


Method Summary
 DepotType createDepotType()
          Creates an instance of class DepotType.
 DepotType createDepotType(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on all required attributes.
 DepotType extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass AlertSender and all required attributes not included in this superclass.
 DepotType extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass Auditee and all required attributes not included in this superclass.
 DepotType extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass BasicObject and all required attributes not included in this superclass.
 DepotType extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass Cloneable and all required attributes not included in this superclass.
 DepotType extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass ContextCapable and all required attributes not included in this superclass.
 DepotType extendCrxObject(CrxObject _base, boolean allowCreditBookings, boolean allowDebitBookings, String name)
          Creates an instance of class DepotType based on the superclass CrxObject and all required attributes not included in this superclass.
 DepotType extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass ExtentCapable and all required attributes not included in this superclass.
 DepotType extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass Importer and all required attributes not included in this superclass.
 DepotType extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass Indexed and all required attributes not included in this superclass.
 DepotType extendSecureObject(SecureObject _base, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass SecureObject and all required attributes not included in this superclass.
 DepotType extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 DepotType extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotType extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass XmlExporter and all required attributes not included in this superclass.
 DepotType getDepotType(Object object)
          Creates an instance of class DepotType 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

createDepotType

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


getDepotType

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

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

createDepotType

DepotType createDepotType(short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          boolean allowCreditBookings,
                          boolean allowDebitBookings,
                          String name,
                          boolean disabled)
Creates an instance of class DepotType based on all required attributes. This is a factory operation used to create instance objects of class DepotType.


extendAlertSender

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


extendAuditee

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


extendCloneable

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


extendImporter

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


extendIndexed

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


extendSecureObject

DepotType extendSecureObject(SecureObject _base,
                             boolean allowCreditBookings,
                             boolean allowDebitBookings,
                             String name,
                             boolean disabled)
Creates an instance of class DepotType 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 DepotType.


extendSubscriptionTarget

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


extendXmlExporter

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


extendCrxObject

DepotType extendCrxObject(CrxObject _base,
                          boolean allowCreditBookings,
                          boolean allowDebitBookings,
                          String name)
Creates an instance of class DepotType 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 DepotType.


extendBasicObject

DepotType extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                            short accessLevelBrowse,
                            short accessLevelDelete,
                            short accessLevelUpdate,
                            boolean allowCreditBookings,
                            boolean allowDebitBookings,
                            String name,
                            boolean disabled)
Creates an instance of class DepotType 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 DepotType.


extendContextCapable

DepotType extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean allowCreditBookings,
                               boolean allowDebitBookings,
                               String name,
                               boolean disabled)
Creates an instance of class DepotType 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 DepotType.


extendExtentCapable

DepotType extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean allowCreditBookings,
                              boolean allowDebitBookings,
                              String name,
                              boolean disabled)
Creates an instance of class DepotType 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 DepotType.


extendViewCapable

DepotType extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                            short accessLevelBrowse,
                            short accessLevelDelete,
                            short accessLevelUpdate,
                            boolean allowCreditBookings,
                            boolean allowDebitBookings,
                            String name,
                            boolean disabled)
Creates an instance of class DepotType 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 DepotType.



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