|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactMembershipClass
| 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 |
|---|
ContactMembership createContactMembership()
ContactMembership.
This is a factory operation used to create instance objects of class
ContactMembership.
ContactMembership getContactMembership(Object object)
ContactMembership based on
the specified Object instance.
This is a factory operation used to create instance objects of class
ContactMembership.
object - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.
ContactMembership createContactMembership(Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ContactMembership based on
all required attributes.
This is a factory operation used to create instance objects of class
ContactMembership.
ContactMembership extendAlertSender(AlertSender _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
ContactMembership extendAuditee(Auditee _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
ContactMembership extendCloneable(Cloneable _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
ContactMembership extendImporter(Importer _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
ContactMembership extendIndexed(Indexed _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
ContactMembership extendSecureObject(SecureObject _base,
Contact contact,
Date effectiveOn,
boolean disabled)
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.
ContactMembership extendSubscriptionTarget(SubscriptionTarget _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
ContactMembership extendXmlExporter(XmlExporter _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
ContactMembership extendCrxObject(CrxObject _base,
Contact contact,
Date effectiveOn)
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.
ContactMembership extendBasicObject(BasicObject _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
ContactMembership extendContextCapable(ContextCapable _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
ContactMembership extendExtentCapable(ExtentCapable _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
ContactMembership extendViewCapable(ViewCapable _base,
Contact contact,
Date effectiveOn,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||