org.opencrx.kernel.account1.cci
Class UnspecifiedAccountClassImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefClass_1
      extended by org.opencrx.kernel.account1.cci.UnspecifiedAccountClassImpl
All Implemented Interfaces:
Serializable, RefBaseObject, RefClass, RefFeatured, UnspecifiedAccountClass, RefClass_1_0

public class UnspecifiedAccountClassImpl
extends RefClass_1
implements UnspecifiedAccountClass

See Also:
Serialized Form

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

UnspecifiedAccountClassImpl

public UnspecifiedAccountClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

public String refMofId()
Specified by:
refMofId in interface RefBaseObject
Overrides:
refMofId in class RefClass_1

getUnspecifiedAccount

public UnspecifiedAccount getUnspecifiedAccount(Object object)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount based on the specified Object instance. This is a factory operation used to create instance objects of class UnspecifiedAccount.

Specified by:
getUnspecifiedAccount in interface UnspecifiedAccountClass
Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createUnspecifiedAccount

public UnspecifiedAccount createUnspecifiedAccount()
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount. This is a factory operation used to create instance objects of class UnspecifiedAccount.

Specified by:
createUnspecifiedAccount in interface UnspecifiedAccountClass

createUnspecifiedAccount

public UnspecifiedAccount createUnspecifiedAccount(short accountRating,
                                                   short accountState,
                                                   String name,
                                                   short accessLevelBrowse,
                                                   short accessLevelDelete,
                                                   short accessLevelUpdate,
                                                   boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount based on all required attributes. This is a factory operation used to create instance objects of class UnspecifiedAccount.

Specified by:
createUnspecifiedAccount in interface UnspecifiedAccountClass

extendAbstractAccount

public UnspecifiedAccount extendAbstractAccount(AbstractAccount _base,
                                                String name,
                                                short accessLevelBrowse,
                                                short accessLevelDelete,
                                                short accessLevelUpdate,
                                                boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendAbstractAccount in interface UnspecifiedAccountClass

extendAccount

public UnspecifiedAccount extendAccount(Account _base,
                                        String name)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendAccount in interface UnspecifiedAccountClass

extendAlertSender

public UnspecifiedAccount extendAlertSender(AlertSender _base,
                                            short accountRating,
                                            short accountState,
                                            String name,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate,
                                            boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendAlertSender in interface UnspecifiedAccountClass

extendAuditee

public UnspecifiedAccount extendAuditee(Auditee _base,
                                        short accountRating,
                                        short accountState,
                                        String name,
                                        short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate,
                                        boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendAuditee in interface UnspecifiedAccountClass

extendCloneable

public UnspecifiedAccount extendCloneable(Cloneable _base,
                                          short accountRating,
                                          short accountState,
                                          String name,
                                          short accessLevelBrowse,
                                          short accessLevelDelete,
                                          short accessLevelUpdate,
                                          boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendCloneable in interface UnspecifiedAccountClass

extendImporter

public UnspecifiedAccount extendImporter(Importer _base,
                                         short accountRating,
                                         short accountState,
                                         String name,
                                         short accessLevelBrowse,
                                         short accessLevelDelete,
                                         short accessLevelUpdate,
                                         boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendImporter in interface UnspecifiedAccountClass

extendIndexed

public UnspecifiedAccount extendIndexed(Indexed _base,
                                        short accountRating,
                                        short accountState,
                                        String name,
                                        short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate,
                                        boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendIndexed in interface UnspecifiedAccountClass

extendSecureObject

public UnspecifiedAccount extendSecureObject(SecureObject _base,
                                             short accountRating,
                                             short accountState,
                                             String name,
                                             boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendSecureObject in interface UnspecifiedAccountClass

extendSubscriptionTarget

public UnspecifiedAccount extendSubscriptionTarget(SubscriptionTarget _base,
                                                   short accountRating,
                                                   short accountState,
                                                   String name,
                                                   short accessLevelBrowse,
                                                   short accessLevelDelete,
                                                   short accessLevelUpdate,
                                                   boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendSubscriptionTarget in interface UnspecifiedAccountClass

extendXmlExporter

public UnspecifiedAccount extendXmlExporter(XmlExporter _base,
                                            short accountRating,
                                            short accountState,
                                            String name,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate,
                                            boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendXmlExporter in interface UnspecifiedAccountClass

extendCrxObject

public UnspecifiedAccount extendCrxObject(CrxObject _base,
                                          short accountRating,
                                          short accountState,
                                          String name)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendCrxObject in interface UnspecifiedAccountClass

extendGenericAccount

public UnspecifiedAccount extendGenericAccount(GenericAccount _base,
                                               short accountRating,
                                               short accountState,
                                               String name,
                                               short accessLevelBrowse,
                                               short accessLevelDelete,
                                               short accessLevelUpdate,
                                               boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendGenericAccount in interface UnspecifiedAccountClass

extendBasicObject

public UnspecifiedAccount extendBasicObject(BasicObject _base,
                                            short accountRating,
                                            short accountState,
                                            String name,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate,
                                            boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendBasicObject in interface UnspecifiedAccountClass

extendContextCapable

public UnspecifiedAccount extendContextCapable(ContextCapable _base,
                                               short accountRating,
                                               short accountState,
                                               String name,
                                               short accessLevelBrowse,
                                               short accessLevelDelete,
                                               short accessLevelUpdate,
                                               boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendContextCapable in interface UnspecifiedAccountClass

extendExtentCapable

public UnspecifiedAccount extendExtentCapable(ExtentCapable _base,
                                              short accountRating,
                                              short accountState,
                                              String name,
                                              short accessLevelBrowse,
                                              short accessLevelDelete,
                                              short accessLevelUpdate,
                                              boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendExtentCapable in interface UnspecifiedAccountClass

extendViewCapable

public UnspecifiedAccount extendViewCapable(ViewCapable _base,
                                            short accountRating,
                                            short accountState,
                                            String name,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate,
                                            boolean disabled)
Description copied from interface: UnspecifiedAccountClass
Creates an instance of class UnspecifiedAccount 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.

Specified by:
extendViewCapable in interface UnspecifiedAccountClass


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