org.opencrx.kernel.activity1.jmi1
Interface MmsRecipientGroupClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface MmsRecipientGroupClass
extends RefClass


Method Summary
 MmsRecipientGroup createMmsRecipientGroup()
          Creates an instance of class MmsRecipientGroup.
 MmsRecipientGroup createMmsRecipientGroup(short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MmsRecipientGroup based on all required attributes.
 MmsRecipientGroup extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MmsRecipientGroup based on the superclass BasicObject and all required attributes not included in this superclass.
 MmsRecipientGroup extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MmsRecipientGroup based on the superclass ContextCapable and all required attributes not included in this superclass.
 MmsRecipientGroup extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MmsRecipientGroup based on the superclass ExtentCapable and all required attributes not included in this superclass.
 MmsRecipientGroup extendSecureObject(SecureObject _base, short partyType)
          Creates an instance of class MmsRecipientGroup based on the superclass SecureObject and all required attributes not included in this superclass.
 MmsRecipientGroup extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MmsRecipientGroup based on the superclass ViewCapable and all required attributes not included in this superclass.
 MmsRecipientGroup getMmsRecipientGroup(Object object)
          Creates an instance of class MmsRecipientGroup 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

createMmsRecipientGroup

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


getMmsRecipientGroup

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

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

createMmsRecipientGroup

MmsRecipientGroup createMmsRecipientGroup(short partyType,
                                          short accessLevelBrowse,
                                          short accessLevelDelete,
                                          short accessLevelUpdate)
Creates an instance of class MmsRecipientGroup based on all required attributes. This is a factory operation used to create instance objects of class MmsRecipientGroup.


extendSecureObject

MmsRecipientGroup extendSecureObject(SecureObject _base,
                                     short partyType)
Creates an instance of class MmsRecipientGroup 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 MmsRecipientGroup.


extendBasicObject

MmsRecipientGroup extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                                    short partyType,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate)
Creates an instance of class MmsRecipientGroup 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 MmsRecipientGroup.


extendContextCapable

MmsRecipientGroup extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                                       short partyType,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate)
Creates an instance of class MmsRecipientGroup 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 MmsRecipientGroup.


extendExtentCapable

MmsRecipientGroup extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                                      short partyType,
                                      short accessLevelBrowse,
                                      short accessLevelDelete,
                                      short accessLevelUpdate)
Creates an instance of class MmsRecipientGroup 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 MmsRecipientGroup.


extendViewCapable

MmsRecipientGroup extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                                    short partyType,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate)
Creates an instance of class MmsRecipientGroup 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 MmsRecipientGroup.



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