|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefClass_1
org.opencrx.kernel.account1.cci.UnspecifiedAccountClassImpl
public class UnspecifiedAccountClassImpl
| Constructor Summary | |
|---|---|
UnspecifiedAccountClassImpl(RefPackage_1_0 refPackage)
|
|
| Method Summary | |
|---|---|
UnspecifiedAccount |
createUnspecifiedAccount()
Creates an instance of class UnspecifiedAccount. |
UnspecifiedAccount |
createUnspecifiedAccount(short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
all required attributes. |
UnspecifiedAccount |
extendAbstractAccount(AbstractAccount _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass AbstractAccount and all required attributes
not included in this superclass. |
UnspecifiedAccount |
extendAccount(Account _base,
String name)
Creates an instance of class UnspecifiedAccount based on
the superclass Account and all required attributes not
included in this superclass. |
UnspecifiedAccount |
extendAlertSender(AlertSender _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass AlertSender and all required attributes not
included in this superclass. |
UnspecifiedAccount |
extendAuditee(Auditee _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass Auditee and all required attributes not
included in this superclass. |
UnspecifiedAccount |
extendBasicObject(BasicObject _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass BasicObject and all required attributes not
included in this superclass. |
UnspecifiedAccount |
extendCloneable(Cloneable _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass Cloneable and all required attributes not
included in this superclass. |
UnspecifiedAccount |
extendContextCapable(ContextCapable _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass ContextCapable and all required attributes
not included in this superclass. |
UnspecifiedAccount |
extendCrxObject(CrxObject _base,
short accountRating,
short accountState,
String name)
Creates an instance of class UnspecifiedAccount based on
the superclass CrxObject and all required attributes not
included in this superclass. |
UnspecifiedAccount |
extendExtentCapable(ExtentCapable _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass ExtentCapable and all required attributes
not included in this superclass. |
UnspecifiedAccount |
extendGenericAccount(GenericAccount _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass GenericAccount and all required attributes
not included in this superclass. |
UnspecifiedAccount |
extendImporter(Importer _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass Importer and all required attributes not
included in this superclass. |
UnspecifiedAccount |
extendIndexed(Indexed _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass Indexed and all required attributes not
included in this superclass. |
UnspecifiedAccount |
extendSecureObject(SecureObject _base,
short accountRating,
short accountState,
String name,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass SecureObject and all required attributes
not included in this superclass. |
UnspecifiedAccount |
extendSubscriptionTarget(SubscriptionTarget _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass SubscriptionTarget and all required
attributes not included in this superclass. |
UnspecifiedAccount |
extendViewCapable(ViewCapable _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass ViewCapable and all required attributes not
included in this superclass. |
UnspecifiedAccount |
extendXmlExporter(XmlExporter _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class UnspecifiedAccount based on
the superclass XmlExporter and all required attributes not
included in this superclass. |
UnspecifiedAccount |
getUnspecifiedAccount(Object object)
Creates an instance of class UnspecifiedAccount 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 |
|---|
public UnspecifiedAccountClassImpl(RefPackage_1_0 refPackage)
| Method Detail |
|---|
public String refMofId()
refMofId in interface RefBaseObjectrefMofId in class RefClass_1public UnspecifiedAccount getUnspecifiedAccount(Object object)
UnspecifiedAccountClassUnspecifiedAccount based on
the specified Object instance.
This is a factory operation used to create instance objects of class
UnspecifiedAccount.
getUnspecifiedAccount in interface UnspecifiedAccountClassobject - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.public UnspecifiedAccount createUnspecifiedAccount()
UnspecifiedAccountClassUnspecifiedAccount.
This is a factory operation used to create instance objects of class
UnspecifiedAccount.
createUnspecifiedAccount in interface UnspecifiedAccountClass
public UnspecifiedAccount createUnspecifiedAccount(short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount based on
all required attributes.
This is a factory operation used to create instance objects of class
UnspecifiedAccount.
createUnspecifiedAccount in interface UnspecifiedAccountClass
public UnspecifiedAccount extendAbstractAccount(AbstractAccount _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount based on
the superclass AbstractAccount and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
UnspecifiedAccount.
extendAbstractAccount in interface UnspecifiedAccountClass
public UnspecifiedAccount extendAccount(Account _base,
String name)
UnspecifiedAccountClassUnspecifiedAccount based on
the superclass Account and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
UnspecifiedAccount.
extendAccount in interface UnspecifiedAccountClass
public UnspecifiedAccount extendAlertSender(AlertSender _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendAlertSender in interface UnspecifiedAccountClass
public UnspecifiedAccount extendAuditee(Auditee _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendAuditee in interface UnspecifiedAccountClass
public UnspecifiedAccount extendCloneable(Cloneable _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendCloneable in interface UnspecifiedAccountClass
public UnspecifiedAccount extendImporter(Importer _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendImporter in interface UnspecifiedAccountClass
public UnspecifiedAccount extendIndexed(Indexed _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendIndexed in interface UnspecifiedAccountClass
public UnspecifiedAccount extendSecureObject(SecureObject _base,
short accountRating,
short accountState,
String name,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendSecureObject in interface UnspecifiedAccountClass
public UnspecifiedAccount extendSubscriptionTarget(SubscriptionTarget _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendSubscriptionTarget in interface UnspecifiedAccountClass
public UnspecifiedAccount extendXmlExporter(XmlExporter _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendXmlExporter in interface UnspecifiedAccountClass
public UnspecifiedAccount extendCrxObject(CrxObject _base,
short accountRating,
short accountState,
String name)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendCrxObject in interface UnspecifiedAccountClass
public UnspecifiedAccount extendGenericAccount(GenericAccount _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount based on
the superclass GenericAccount and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
UnspecifiedAccount.
extendGenericAccount in interface UnspecifiedAccountClass
public UnspecifiedAccount extendBasicObject(BasicObject _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendBasicObject in interface UnspecifiedAccountClass
public UnspecifiedAccount extendContextCapable(ContextCapable _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendContextCapable in interface UnspecifiedAccountClass
public UnspecifiedAccount extendExtentCapable(ExtentCapable _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendExtentCapable in interface UnspecifiedAccountClass
public UnspecifiedAccount extendViewCapable(ViewCapable _base,
short accountRating,
short accountState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
UnspecifiedAccountClassUnspecifiedAccount 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
UnspecifiedAccount.
extendViewCapable in interface UnspecifiedAccountClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||