org.opencrx.kernel.account1.cci
Interface EMailAddressClass

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

public interface EMailAddressClass
extends RefClass_1_0


Method Summary
 EMailAddress createEMailAddress()
          Creates an instance of class EMailAddress.
 EMailAddress createEMailAddress(boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on all required attributes.
 EMailAddress extendAccountAddress(AccountAddress _base, short emailFormat, short emailType)
          Creates an instance of class EMailAddress based on the superclass AccountAddress and all required attributes not included in this superclass.
 EMailAddress extendAddressable(Addressable _base, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass Addressable and all required attributes not included in this superclass.
 EMailAddress extendAlertSender(AlertSender _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass AlertSender and all required attributes not included in this superclass.
 EMailAddress extendAuditee(Auditee _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass Auditee and all required attributes not included in this superclass.
 EMailAddress extendBasicObject(BasicObject _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass BasicObject and all required attributes not included in this superclass.
 EMailAddress extendCloneable(Cloneable _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass Cloneable and all required attributes not included in this superclass.
 EMailAddress extendContextCapable(ContextCapable _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass ContextCapable and all required attributes not included in this superclass.
 EMailAddress extendCrxObject(CrxObject _base, boolean isMain, short emailFormat, short emailType)
          Creates an instance of class EMailAddress based on the superclass CrxObject and all required attributes not included in this superclass.
 EMailAddress extendEMailAddressable(EMailAddressable _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass EMailAddressable and all required attributes not included in this superclass.
 EMailAddress extendExtentCapable(ExtentCapable _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass ExtentCapable and all required attributes not included in this superclass.
 EMailAddress extendImporter(Importer _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass Importer and all required attributes not included in this superclass.
 EMailAddress extendIndexed(Indexed _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass Indexed and all required attributes not included in this superclass.
 EMailAddress extendSecureObject(SecureObject _base, boolean isMain, short emailFormat, short emailType, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass SecureObject and all required attributes not included in this superclass.
 EMailAddress extendSubscriptionTarget(SubscriptionTarget _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 EMailAddress extendViewCapable(ViewCapable _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass ViewCapable and all required attributes not included in this superclass.
 EMailAddress extendXmlExporter(XmlExporter _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EMailAddress based on the superclass XmlExporter and all required attributes not included in this superclass.
 EMailAddress getEMailAddress(Object object)
          Creates an instance of class EMailAddress 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

createEMailAddress

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


getEMailAddress

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

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

createEMailAddress

EMailAddress createEMailAddress(boolean isMain,
                                short emailFormat,
                                short emailType,
                                short accessLevelBrowse,
                                short accessLevelDelete,
                                short accessLevelUpdate,
                                boolean disabled)
Creates an instance of class EMailAddress based on all required attributes. This is a factory operation used to create instance objects of class EMailAddress.


extendAccountAddress

EMailAddress extendAccountAddress(AccountAddress _base,
                                  short emailFormat,
                                  short emailType)
Creates an instance of class EMailAddress based on the superclass AccountAddress and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class EMailAddress.


extendAddressable

EMailAddress extendAddressable(Addressable _base,
                               short emailFormat,
                               short emailType,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled)
Creates an instance of class EMailAddress based on the superclass Addressable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class EMailAddress.


extendEMailAddressable

EMailAddress extendEMailAddressable(EMailAddressable _base,
                                    boolean isMain,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate,
                                    boolean disabled)
Creates an instance of class EMailAddress based on the superclass EMailAddressable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class EMailAddress.


extendAlertSender

EMailAddress extendAlertSender(AlertSender _base,
                               boolean isMain,
                               short emailFormat,
                               short emailType,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendAuditee

EMailAddress extendAuditee(Auditee _base,
                           boolean isMain,
                           short emailFormat,
                           short emailType,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendCloneable

EMailAddress extendCloneable(Cloneable _base,
                             boolean isMain,
                             short emailFormat,
                             short emailType,
                             short accessLevelBrowse,
                             short accessLevelDelete,
                             short accessLevelUpdate,
                             boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendImporter

EMailAddress extendImporter(Importer _base,
                            boolean isMain,
                            short emailFormat,
                            short emailType,
                            short accessLevelBrowse,
                            short accessLevelDelete,
                            short accessLevelUpdate,
                            boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendIndexed

EMailAddress extendIndexed(Indexed _base,
                           boolean isMain,
                           short emailFormat,
                           short emailType,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendSecureObject

EMailAddress extendSecureObject(SecureObject _base,
                                boolean isMain,
                                short emailFormat,
                                short emailType,
                                boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendSubscriptionTarget

EMailAddress extendSubscriptionTarget(SubscriptionTarget _base,
                                      boolean isMain,
                                      short emailFormat,
                                      short emailType,
                                      short accessLevelBrowse,
                                      short accessLevelDelete,
                                      short accessLevelUpdate,
                                      boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendXmlExporter

EMailAddress extendXmlExporter(XmlExporter _base,
                               boolean isMain,
                               short emailFormat,
                               short emailType,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendCrxObject

EMailAddress extendCrxObject(CrxObject _base,
                             boolean isMain,
                             short emailFormat,
                             short emailType)
Creates an instance of class EMailAddress 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 EMailAddress.


extendBasicObject

EMailAddress extendBasicObject(BasicObject _base,
                               boolean isMain,
                               short emailFormat,
                               short emailType,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendContextCapable

EMailAddress extendContextCapable(ContextCapable _base,
                                  boolean isMain,
                                  short emailFormat,
                                  short emailType,
                                  short accessLevelBrowse,
                                  short accessLevelDelete,
                                  short accessLevelUpdate,
                                  boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendExtentCapable

EMailAddress extendExtentCapable(ExtentCapable _base,
                                 boolean isMain,
                                 short emailFormat,
                                 short emailType,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.


extendViewCapable

EMailAddress extendViewCapable(ViewCapable _base,
                               boolean isMain,
                               short emailFormat,
                               short emailType,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled)
Creates an instance of class EMailAddress 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 EMailAddress.



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