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