org.opencrx.kernel.activity1.jmi1
Interface ActivityWorkRecordClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface ActivityWorkRecordClass
extends RefClass


Method Summary
 ActivityWorkRecord createActivityWorkRecord()
          Creates an instance of class ActivityWorkRecord.
 ActivityWorkRecord createActivityWorkRecord(short billingCurrency, short depotSelector, short durationCalculationMode, int durationHours, int durationMinutes, boolean isBillable, String name, short rateType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityWorkRecord based on all required attributes.
 ActivityWorkRecord extendAbstractWorkRecord(AbstractWorkRecord _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityWorkRecord based on the superclass AbstractWorkRecord and all required attributes not included in this superclass.
 ActivityWorkRecord extendAssignable(Assignable _base, short billingCurrency, short depotSelector, short durationCalculationMode, int durationHours, int durationMinutes, boolean isBillable, String name, short rateType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityWorkRecord based on the superclass Assignable and all required attributes not included in this superclass.
 ActivityWorkRecord extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short billingCurrency, short depotSelector, short durationCalculationMode, int durationHours, int durationMinutes, boolean isBillable, String name, short rateType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityWorkRecord based on the superclass BasicObject and all required attributes not included in this superclass.
 ActivityWorkRecord extendBookingOrigin(BookingOrigin _base, short billingCurrency, short depotSelector, short durationCalculationMode, int durationHours, int durationMinutes, boolean isBillable, String name, short rateType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityWorkRecord based on the superclass BookingOrigin and all required attributes not included in this superclass.
 ActivityWorkRecord extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short billingCurrency, short depotSelector, short durationCalculationMode, int durationHours, int durationMinutes, boolean isBillable, String name, short rateType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityWorkRecord based on the superclass ContextCapable and all required attributes not included in this superclass.
 ActivityWorkRecord extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short billingCurrency, short depotSelector, short durationCalculationMode, int durationHours, int durationMinutes, boolean isBillable, String name, short rateType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityWorkRecord based on the superclass ExtentCapable and all required attributes not included in this superclass.
 ActivityWorkRecord extendSecureObject(SecureObject _base, short billingCurrency, short depotSelector, short durationCalculationMode, int durationHours, int durationMinutes, boolean isBillable, String name, short rateType)
          Creates an instance of class ActivityWorkRecord based on the superclass SecureObject and all required attributes not included in this superclass.
 ActivityWorkRecord extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short billingCurrency, short depotSelector, short durationCalculationMode, int durationHours, int durationMinutes, boolean isBillable, String name, short rateType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityWorkRecord based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityWorkRecord getActivityWorkRecord(Object object)
          Creates an instance of class ActivityWorkRecord 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

createActivityWorkRecord

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


getActivityWorkRecord

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

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

createActivityWorkRecord

ActivityWorkRecord createActivityWorkRecord(short billingCurrency,
                                            short depotSelector,
                                            short durationCalculationMode,
                                            int durationHours,
                                            int durationMinutes,
                                            boolean isBillable,
                                            String name,
                                            short rateType,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate)
Creates an instance of class ActivityWorkRecord based on all required attributes. This is a factory operation used to create instance objects of class ActivityWorkRecord.


extendAbstractWorkRecord

ActivityWorkRecord extendAbstractWorkRecord(AbstractWorkRecord _base,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate)
Creates an instance of class ActivityWorkRecord based on the superclass AbstractWorkRecord and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ActivityWorkRecord.


extendAssignable

ActivityWorkRecord extendAssignable(Assignable _base,
                                    short billingCurrency,
                                    short depotSelector,
                                    short durationCalculationMode,
                                    int durationHours,
                                    int durationMinutes,
                                    boolean isBillable,
                                    String name,
                                    short rateType,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate)
Creates an instance of class ActivityWorkRecord based on the superclass Assignable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ActivityWorkRecord.


extendSecureObject

ActivityWorkRecord extendSecureObject(SecureObject _base,
                                      short billingCurrency,
                                      short depotSelector,
                                      short durationCalculationMode,
                                      int durationHours,
                                      int durationMinutes,
                                      boolean isBillable,
                                      String name,
                                      short rateType)
Creates an instance of class ActivityWorkRecord 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 ActivityWorkRecord.


extendBookingOrigin

ActivityWorkRecord extendBookingOrigin(BookingOrigin _base,
                                       short billingCurrency,
                                       short depotSelector,
                                       short durationCalculationMode,
                                       int durationHours,
                                       int durationMinutes,
                                       boolean isBillable,
                                       String name,
                                       short rateType,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate)
Creates an instance of class ActivityWorkRecord based on the superclass BookingOrigin and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ActivityWorkRecord.


extendBasicObject

ActivityWorkRecord extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                                     short billingCurrency,
                                     short depotSelector,
                                     short durationCalculationMode,
                                     int durationHours,
                                     int durationMinutes,
                                     boolean isBillable,
                                     String name,
                                     short rateType,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate)
Creates an instance of class ActivityWorkRecord 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 ActivityWorkRecord.


extendContextCapable

ActivityWorkRecord extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                                        short billingCurrency,
                                        short depotSelector,
                                        short durationCalculationMode,
                                        int durationHours,
                                        int durationMinutes,
                                        boolean isBillable,
                                        String name,
                                        short rateType,
                                        short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate)
Creates an instance of class ActivityWorkRecord 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 ActivityWorkRecord.


extendExtentCapable

ActivityWorkRecord extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                                       short billingCurrency,
                                       short depotSelector,
                                       short durationCalculationMode,
                                       int durationHours,
                                       int durationMinutes,
                                       boolean isBillable,
                                       String name,
                                       short rateType,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate)
Creates an instance of class ActivityWorkRecord 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 ActivityWorkRecord.


extendViewCapable

ActivityWorkRecord extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                                     short billingCurrency,
                                     short depotSelector,
                                     short durationCalculationMode,
                                     int durationHours,
                                     int durationMinutes,
                                     boolean isBillable,
                                     String name,
                                     short rateType,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate)
Creates an instance of class ActivityWorkRecord 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 ActivityWorkRecord.



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