org.opencrx.kernel.account1.cci
Interface ContactMembershipClass

All Superinterfaces:
RefBaseObject, RefClass, RefClass_1_0, RefFeatured
All Known Implementing Classes:
ContactMembershipClassImpl

public interface ContactMembershipClass
extends RefClass_1_0


Method Summary
 ContactMembership createContactMembership()
          Creates an instance of class ContactMembership.
 ContactMembership createContactMembership(Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on all required attributes.
 ContactMembership extendAlertSender(AlertSender _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass AlertSender and all required attributes not included in this superclass.
 ContactMembership extendAuditee(Auditee _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass Auditee and all required attributes not included in this superclass.
 ContactMembership extendBasicObject(BasicObject _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass BasicObject and all required attributes not included in this superclass.
 ContactMembership extendCloneable(Cloneable _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass Cloneable and all required attributes not included in this superclass.
 ContactMembership extendContextCapable(ContextCapable _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass ContextCapable and all required attributes not included in this superclass.
 ContactMembership extendCrxObject(CrxObject _base, Contact contact, Date effectiveOn)
          Creates an instance of class ContactMembership based on the superclass CrxObject and all required attributes not included in this superclass.
 ContactMembership extendExtentCapable(ExtentCapable _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass ExtentCapable and all required attributes not included in this superclass.
 ContactMembership extendImporter(Importer _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass Importer and all required attributes not included in this superclass.
 ContactMembership extendIndexed(Indexed _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass Indexed and all required attributes not included in this superclass.
 ContactMembership extendSecureObject(SecureObject _base, Contact contact, Date effectiveOn, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass SecureObject and all required attributes not included in this superclass.
 ContactMembership extendSubscriptionTarget(SubscriptionTarget _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 ContactMembership extendViewCapable(ViewCapable _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass ViewCapable and all required attributes not included in this superclass.
 ContactMembership extendXmlExporter(XmlExporter _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass XmlExporter and all required attributes not included in this superclass.
 ContactMembership getContactMembership(Object object)
          Creates an instance of class ContactMembership 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

createContactMembership

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


getContactMembership

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

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createContactMembership

ContactMembership createContactMembership(Contact contact,
                                          Date effectiveOn,
                                          short accessLevelBrowse,
                                          short accessLevelDelete,
                                          short accessLevelUpdate,
                                          boolean disabled)
Creates an instance of class ContactMembership based on all required attributes. This is a factory operation used to create instance objects of class ContactMembership.


extendAlertSender

ContactMembership extendAlertSender(AlertSender _base,
                                    Contact contact,
                                    Date effectiveOn,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate,
                                    boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendAuditee

ContactMembership extendAuditee(Auditee _base,
                                Contact contact,
                                Date effectiveOn,
                                short accessLevelBrowse,
                                short accessLevelDelete,
                                short accessLevelUpdate,
                                boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendCloneable

ContactMembership extendCloneable(Cloneable _base,
                                  Contact contact,
                                  Date effectiveOn,
                                  short accessLevelBrowse,
                                  short accessLevelDelete,
                                  short accessLevelUpdate,
                                  boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendImporter

ContactMembership extendImporter(Importer _base,
                                 Contact contact,
                                 Date effectiveOn,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendIndexed

ContactMembership extendIndexed(Indexed _base,
                                Contact contact,
                                Date effectiveOn,
                                short accessLevelBrowse,
                                short accessLevelDelete,
                                short accessLevelUpdate,
                                boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendSecureObject

ContactMembership extendSecureObject(SecureObject _base,
                                     Contact contact,
                                     Date effectiveOn,
                                     boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendSubscriptionTarget

ContactMembership extendSubscriptionTarget(SubscriptionTarget _base,
                                           Contact contact,
                                           Date effectiveOn,
                                           short accessLevelBrowse,
                                           short accessLevelDelete,
                                           short accessLevelUpdate,
                                           boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendXmlExporter

ContactMembership extendXmlExporter(XmlExporter _base,
                                    Contact contact,
                                    Date effectiveOn,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate,
                                    boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendCrxObject

ContactMembership extendCrxObject(CrxObject _base,
                                  Contact contact,
                                  Date effectiveOn)
Creates an instance of class ContactMembership 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 ContactMembership.


extendBasicObject

ContactMembership extendBasicObject(BasicObject _base,
                                    Contact contact,
                                    Date effectiveOn,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate,
                                    boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendContextCapable

ContactMembership extendContextCapable(ContextCapable _base,
                                       Contact contact,
                                       Date effectiveOn,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate,
                                       boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendExtentCapable

ContactMembership extendExtentCapable(ExtentCapable _base,
                                      Contact contact,
                                      Date effectiveOn,
                                      short accessLevelBrowse,
                                      short accessLevelDelete,
                                      short accessLevelUpdate,
                                      boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.


extendViewCapable

ContactMembership extendViewCapable(ViewCapable _base,
                                    Contact contact,
                                    Date effectiveOn,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate,
                                    boolean disabled)
Creates an instance of class ContactMembership 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 ContactMembership.



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