|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactClass
| Method Summary | |
|---|---|
Contact |
createContact()
Creates an instance of class Contact. |
Contact |
createContact(short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on all required
attributes. |
Contact |
extendAbstractAccount(AbstractAccount _base,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass AbstractAccount and all required attributes not
included in this superclass. |
Contact |
extendAccount(Account _base,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode)
Creates an instance of class Contact based on the
superclass Account and all required attributes not
included in this superclass. |
Contact |
extendAlertSender(AlertSender _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass AlertSender and all required attributes not
included in this superclass. |
Contact |
extendAuditee(Auditee _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass Auditee and all required attributes not
included in this superclass. |
Contact |
extendBasicObject(BasicObject _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass BasicObject and all required attributes not
included in this superclass. |
Contact |
extendCloneable(Cloneable _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass Cloneable and all required attributes not
included in this superclass. |
Contact |
extendContextCapable(ContextCapable _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
Contact |
extendCrxObject(CrxObject _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode)
Creates an instance of class Contact based on the
superclass CrxObject and all required attributes not
included in this superclass. |
Contact |
extendExtentCapable(ExtentCapable _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
Contact |
extendGenericAccount(GenericAccount _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass GenericAccount and all required attributes not
included in this superclass. |
Contact |
extendImporter(Importer _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass Importer and all required attributes not
included in this superclass. |
Contact |
extendIndexed(Indexed _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass Indexed and all required attributes not
included in this superclass. |
Contact |
extendPictured(Pictured _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass Pictured and all required attributes not
included in this superclass. |
Contact |
extendSecureObject(SecureObject _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
boolean disabled)
Creates an instance of class Contact based on the
superclass SecureObject and all required attributes not
included in this superclass. |
Contact |
extendSubscriptionTarget(SubscriptionTarget _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass SubscriptionTarget and all required attributes
not included in this superclass. |
Contact |
extendViewCapable(ViewCapable _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
Contact |
extendXmlExporter(XmlExporter _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Contact based on the
superclass XmlExporter and all required attributes not
included in this superclass. |
Contact |
getContact(Object object)
Creates an instance of class Contact 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 |
|---|
Contact createContact()
Contact.
This is a factory operation used to create instance objects of class
Contact.
Contact getContact(Object object)
Contact based on the
specified Object instance.
This is a factory operation used to create instance objects of class
Contact.
object - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.
Contact createContact(short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact based on all required
attributes.
This is a factory operation used to create instance objects of class
Contact.
Contact extendAbstractAccount(AbstractAccount _base,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact based on the
superclass AbstractAccount and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Contact.
Contact extendAccount(Account _base,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode)
Contact based on the
superclass Account and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Contact.
Contact extendAlertSender(AlertSender _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
Contact extendAuditee(Auditee _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
Contact extendCloneable(Cloneable _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
Contact extendImporter(Importer _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
Contact extendIndexed(Indexed _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
Contact extendSecureObject(SecureObject _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
boolean disabled)
Contact 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
Contact.
Contact extendSubscriptionTarget(SubscriptionTarget _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
Contact extendXmlExporter(XmlExporter _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
Contact extendCrxObject(CrxObject _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode)
Contact 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
Contact.
Contact extendGenericAccount(GenericAccount _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact based on the
superclass GenericAccount and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Contact.
Contact extendPictured(Pictured _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact based on the
superclass Pictured and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Contact.
Contact extendBasicObject(BasicObject _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
Contact extendContextCapable(ContextCapable _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
Contact extendExtentCapable(ExtentCapable _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
Contact extendViewCapable(ViewCapable _base,
short accountRating,
short accountState,
short education,
short familyStatus,
short gender,
short preferredContactMethod,
short preferredSpokenLanguage,
short preferredWrittenLanguage,
short salutationCode,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Contact 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
Contact.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||