org.opencrx.kernel.activity1.cci
Class AbsenceClassImpl

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

public class AbsenceClassImpl
extends RefClass_1
implements AbsenceClass

See Also:
Serialized Form

Constructor Summary
AbsenceClassImpl(RefPackage_1_0 refPackage)
           
 
Method Summary
 Absence createAbsence()
          Creates an instance of class Absence.
 Absence createAbsence(short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on all required attributes.
 Absence extendAlertSender(AlertSender _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass AlertSender and all required attributes not included in this superclass.
 Absence extendAuditee(Auditee _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass Auditee and all required attributes not included in this superclass.
 Absence extendBasicObject(BasicObject _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass BasicObject and all required attributes not included in this superclass.
 Absence extendCloneable(Cloneable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass Cloneable and all required attributes not included in this superclass.
 Absence extendContextCapable(ContextCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass ContextCapable and all required attributes not included in this superclass.
 Absence extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class Absence based on the superclass CrxObject and all required attributes not included in this superclass.
 Absence extendDepotReferenceHolder(DepotReferenceHolder _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass DepotReferenceHolder and all required attributes not included in this superclass.
 Absence extendExtentCapable(ExtentCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Absence extendImporter(Importer _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass Importer and all required attributes not included in this superclass.
 Absence extendIndexed(Indexed _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass Indexed and all required attributes not included in this superclass.
 Absence extendSecureObject(SecureObject _base, short activityState, String name, short priority, boolean disabled)
          Creates an instance of class Absence based on the superclass SecureObject and all required attributes not included in this superclass.
 Absence extendSubscriptionTarget(SubscriptionTarget _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 Absence extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass ViewCapable and all required attributes not included in this superclass.
 Absence extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass XmlExporter and all required attributes not included in this superclass.
 Absence getAbsence(Object object)
          Creates an instance of class Absence 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

AbsenceClassImpl

public AbsenceClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

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

getAbsence

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

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

createAbsence

public Absence createAbsence()
Description copied from interface: AbsenceClass
Creates an instance of class Absence. This is a factory operation used to create instance objects of class Absence.

Specified by:
createAbsence in interface AbsenceClass

createAbsence

public Absence createAbsence(short activityState,
                             String name,
                             short priority,
                             short accessLevelBrowse,
                             short accessLevelDelete,
                             short accessLevelUpdate,
                             boolean disabled)
Description copied from interface: AbsenceClass
Creates an instance of class Absence based on all required attributes. This is a factory operation used to create instance objects of class Absence.

Specified by:
createAbsence in interface AbsenceClass

extendAlertSender

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

Specified by:
extendAlertSender in interface AbsenceClass

extendAuditee

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

Specified by:
extendAuditee in interface AbsenceClass

extendCloneable

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

Specified by:
extendCloneable in interface AbsenceClass

extendImporter

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

Specified by:
extendImporter in interface AbsenceClass

extendIndexed

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

Specified by:
extendIndexed in interface AbsenceClass

extendSecureObject

public Absence extendSecureObject(SecureObject _base,
                                  short activityState,
                                  String name,
                                  short priority,
                                  boolean disabled)
Description copied from interface: AbsenceClass
Creates an instance of class Absence 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 Absence.

Specified by:
extendSecureObject in interface AbsenceClass

extendSubscriptionTarget

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

Specified by:
extendSubscriptionTarget in interface AbsenceClass

extendXmlExporter

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

Specified by:
extendXmlExporter in interface AbsenceClass

extendDepotReferenceHolder

public Absence extendDepotReferenceHolder(DepotReferenceHolder _base,
                                          short activityState,
                                          String name,
                                          short priority,
                                          short accessLevelBrowse,
                                          short accessLevelDelete,
                                          short accessLevelUpdate,
                                          boolean disabled)
Description copied from interface: AbsenceClass
Creates an instance of class Absence based on the superclass DepotReferenceHolder and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Absence.

Specified by:
extendDepotReferenceHolder in interface AbsenceClass

extendCrxObject

public Absence extendCrxObject(CrxObject _base,
                               short activityState,
                               String name,
                               short priority)
Description copied from interface: AbsenceClass
Creates an instance of class Absence 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 Absence.

Specified by:
extendCrxObject in interface AbsenceClass

extendBasicObject

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

Specified by:
extendBasicObject in interface AbsenceClass

extendContextCapable

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

Specified by:
extendContextCapable in interface AbsenceClass

extendExtentCapable

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

Specified by:
extendExtentCapable in interface AbsenceClass

extendViewCapable

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

Specified by:
extendViewCapable in interface AbsenceClass


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