org.opencrx.kernel.account1.cci
Interface AccountFilterGlobalClass

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

public interface AccountFilterGlobalClass
extends RefClass_1_0


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

createAccountFilterGlobal

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


getAccountFilterGlobal

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

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

createAccountFilterGlobal

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


extendAbstractFilterAccount

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


extendAbstractFilter

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


extendAlertSender

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


extendAuditee

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


extendCloneable

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


extendImporter

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


extendIndexed

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


extendSecureObject

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


extendSubscriptionTarget

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


extendXmlExporter

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


extendCrxObject

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


extendBasicObject

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


extendContextCapable

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


extendExtentCapable

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


extendViewCapable

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



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