org.opencrx.kernel.account1.jmi1
Interface AddressFilterGlobalClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface AddressFilterGlobalClass
extends RefClass


Method Summary
 AddressFilterGlobal createAddressFilterGlobal()
          Creates an instance of class AddressFilterGlobal.
 AddressFilterGlobal createAddressFilterGlobal(String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on all required attributes.
 AddressFilterGlobal extendAbstractFilter(AbstractFilter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass AbstractFilter and all required attributes not included in this superclass.
 AddressFilterGlobal extendAbstractFilterAddress(AbstractFilterAddress _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass AbstractFilterAddress and all required attributes not included in this superclass.
 AddressFilterGlobal extendAlertSender(AlertSender _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass AlertSender and all required attributes not included in this superclass.
 AddressFilterGlobal extendAuditee(Auditee _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass Auditee and all required attributes not included in this superclass.
 AddressFilterGlobal extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass BasicObject and all required attributes not included in this superclass.
 AddressFilterGlobal extendCloneable(Cloneable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass Cloneable and all required attributes not included in this superclass.
 AddressFilterGlobal extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass ContextCapable and all required attributes not included in this superclass.
 AddressFilterGlobal extendCrxObject(CrxObject _base, String name)
          Creates an instance of class AddressFilterGlobal based on the superclass CrxObject and all required attributes not included in this superclass.
 AddressFilterGlobal extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass ExtentCapable and all required attributes not included in this superclass.
 AddressFilterGlobal extendImporter(Importer _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass Importer and all required attributes not included in this superclass.
 AddressFilterGlobal extendIndexed(Indexed _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass Indexed and all required attributes not included in this superclass.
 AddressFilterGlobal extendSecureObject(SecureObject _base, String name, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass SecureObject and all required attributes not included in this superclass.
 AddressFilterGlobal extendSubscriptionTarget(SubscriptionTarget _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 AddressFilterGlobal extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass ViewCapable and all required attributes not included in this superclass.
 AddressFilterGlobal extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass XmlExporter and all required attributes not included in this superclass.
 AddressFilterGlobal getAddressFilterGlobal(Object object)
          Creates an instance of class AddressFilterGlobal 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

createAddressFilterGlobal

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


getAddressFilterGlobal

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

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

createAddressFilterGlobal

AddressFilterGlobal createAddressFilterGlobal(String name,
                                              short accessLevelBrowse,
                                              short accessLevelDelete,
                                              short accessLevelUpdate,
                                              boolean disabled)
Creates an instance of class AddressFilterGlobal based on all required attributes. This is a factory operation used to create instance objects of class AddressFilterGlobal.


extendAbstractFilterAddress

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


extendAbstractFilter

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


extendAlertSender

AddressFilterGlobal extendAlertSender(AlertSender _base,
                                      String name,
                                      short accessLevelBrowse,
                                      short accessLevelDelete,
                                      short accessLevelUpdate,
                                      boolean disabled)
Creates an instance of class AddressFilterGlobal 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 AddressFilterGlobal.


extendAuditee

AddressFilterGlobal extendAuditee(Auditee _base,
                                  String name,
                                  short accessLevelBrowse,
                                  short accessLevelDelete,
                                  short accessLevelUpdate,
                                  boolean disabled)
Creates an instance of class AddressFilterGlobal 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 AddressFilterGlobal.


extendCloneable

AddressFilterGlobal extendCloneable(Cloneable _base,
                                    String name,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate,
                                    boolean disabled)
Creates an instance of class AddressFilterGlobal 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 AddressFilterGlobal.


extendImporter

AddressFilterGlobal extendImporter(Importer _base,
                                   String name,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   boolean disabled)
Creates an instance of class AddressFilterGlobal 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 AddressFilterGlobal.


extendIndexed

AddressFilterGlobal extendIndexed(Indexed _base,
                                  String name,
                                  short accessLevelBrowse,
                                  short accessLevelDelete,
                                  short accessLevelUpdate,
                                  boolean disabled)
Creates an instance of class AddressFilterGlobal 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 AddressFilterGlobal.


extendSecureObject

AddressFilterGlobal extendSecureObject(SecureObject _base,
                                       String name,
                                       boolean disabled)
Creates an instance of class AddressFilterGlobal 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 AddressFilterGlobal.


extendSubscriptionTarget

AddressFilterGlobal extendSubscriptionTarget(SubscriptionTarget _base,
                                             String name,
                                             short accessLevelBrowse,
                                             short accessLevelDelete,
                                             short accessLevelUpdate,
                                             boolean disabled)
Creates an instance of class AddressFilterGlobal 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 AddressFilterGlobal.


extendXmlExporter

AddressFilterGlobal extendXmlExporter(XmlExporter _base,
                                      String name,
                                      short accessLevelBrowse,
                                      short accessLevelDelete,
                                      short accessLevelUpdate,
                                      boolean disabled)
Creates an instance of class AddressFilterGlobal 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 AddressFilterGlobal.


extendCrxObject

AddressFilterGlobal extendCrxObject(CrxObject _base,
                                    String name)
Creates an instance of class AddressFilterGlobal 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 AddressFilterGlobal.


extendBasicObject

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


extendContextCapable

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


extendExtentCapable

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


extendViewCapable

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



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