|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DepotTypeClass
| 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 |
|---|
DepotType createDepotType()
DepotType.
This is a factory operation used to create instance objects of class
DepotType.
DepotType getDepotType(Object object)
DepotType based on the
specified Object instance.
This is a factory operation used to create instance objects of class
DepotType.
object - The Object instance this class is based on.
DepotType createDepotType(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
DepotType based on all
required attributes.
This is a factory operation used to create instance objects of class
DepotType.
DepotType extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendSecureObject(SecureObject _base,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendCrxObject(CrxObject _base,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name)
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.
DepotType extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
DepotType extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean allowCreditBookings,
boolean allowDebitBookings,
String name,
boolean disabled)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||