|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EffConfigSpecGroup | |
wt.eff | Provides generic base effectivity functionality via EffService , EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity . |
Uses of EffConfigSpecGroup in wt.eff |
Methods in wt.eff that return EffConfigSpecGroup | |
EffConfigSpecGroup |
PersistableEffConfigSpec.getGroup()
Gets the object for the association that plays role: GROUP. |
EffConfigSpecGroup |
GroupEffConfigSpec.getGroup()
Gets the object for the association that plays role: GROUP_ROLE. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup()
Constructs a new, empty group. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(PersistableEffConfigSpec persistableEffConfigSpec)
Construct a group, adding the effectivity config spec. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(PersistableEffConfigSpec[] persistableEffConfigSpecs)
Constructs a group with the given members. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(View a_View)
Constructs an empty group set to the provided view. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(View a_View,
PersistableEffConfigSpec persistableEffConfigSpec)
Construct a group, adding the effectivity config spec and assigning the view. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(View a_View,
PersistableEffConfigSpec[] persistableEffConfigSpecs)
Constructs a group with the given members and view. |
static EffConfigSpecGroup |
EffConfigSpecAssistant.getEffConfigSpecGroup()
Queries the DB for the EffConfigSpecGroup stored by the current principal. |
protected static EffConfigSpecGroup |
EffConfigSpecAssistant._getEffConfigSpecGroup()
Queries the DB for the EffConfigSpecGroup stored by the current principal. |
static EffConfigSpecGroup |
EffConfigSpecAssistant.saveEffConfigSpecGroup(EffConfigSpecGroup effConfigSpecGroup)
Stores or modifies the EffConfigSpecGroup on the behalf of the current principal. |
protected static EffConfigSpecGroup |
EffConfigSpecAssistant._saveEffConfigSpecGroup(EffConfigSpecGroup effConfigSpecGroup)
Stores or modifies the EffConfigSpecGroup on the behalf of the current principal. |
EffConfigSpecGroup |
PersistableEffConfigSpec.getGroup()
Gets the object for the association that plays role: GROUP. |
EffConfigSpecGroup |
GroupEffConfigSpec.getGroup()
Gets the object for the association that plays role: GROUP_ROLE. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup()
Constructs a new, empty group. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(PersistableEffConfigSpec persistableEffConfigSpec)
Construct a group, adding the effectivity config spec. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(PersistableEffConfigSpec[] persistableEffConfigSpecs)
Constructs a group with the given members. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(View a_View)
Constructs an empty group set to the provided view. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(View a_View,
PersistableEffConfigSpec persistableEffConfigSpec)
Construct a group, adding the effectivity config spec and assigning the view. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(View a_View,
PersistableEffConfigSpec[] persistableEffConfigSpecs)
Constructs a group with the given members and view. |
static EffConfigSpecGroup |
EffConfigSpecAssistant.getEffConfigSpecGroup()
Queries the DB for the EffConfigSpecGroup stored by the current principal. |
protected static EffConfigSpecGroup |
EffConfigSpecAssistant._getEffConfigSpecGroup()
Queries the DB for the EffConfigSpecGroup stored by the current principal. |
static EffConfigSpecGroup |
EffConfigSpecAssistant.saveEffConfigSpecGroup(EffConfigSpecGroup effConfigSpecGroup)
Stores or modifies the EffConfigSpecGroup on the behalf of the current principal. |
protected static EffConfigSpecGroup |
EffConfigSpecAssistant._saveEffConfigSpecGroup(EffConfigSpecGroup effConfigSpecGroup)
Stores or modifies the EffConfigSpecGroup on the behalf of the current principal. |
Methods in wt.eff with parameters of type EffConfigSpecGroup | |
void |
PersistableEffConfigSpec.setGroup(EffConfigSpecGroup a_Group)
Sets the object for the association that plays role: GROUP. |
void |
GroupEffConfigSpec.setGroup(EffConfigSpecGroup group)
Sets the object for the association that plays role: GROUP_ROLE. |
static GroupEffConfigSpec |
GroupEffConfigSpec.newGroupEffConfigSpec(EffConfigSpecGroup group,
PersistableEffConfigSpec effConfigSpec)
Default factory for the class. |
protected boolean |
EffConfigSpecGroup.readVersion(EffConfigSpecGroup thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static EffConfigSpecGroup |
EffConfigSpecAssistant.saveEffConfigSpecGroup(EffConfigSpecGroup effConfigSpecGroup)
Stores or modifies the EffConfigSpecGroup on the behalf of the current principal. |
protected static EffConfigSpecGroup |
EffConfigSpecAssistant._saveEffConfigSpecGroup(EffConfigSpecGroup effConfigSpecGroup)
Stores or modifies the EffConfigSpecGroup on the behalf of the current principal. |
void |
PersistableEffConfigSpec.setGroup(EffConfigSpecGroup a_Group)
Sets the object for the association that plays role: GROUP. |
void |
GroupEffConfigSpec.setGroup(EffConfigSpecGroup group)
Sets the object for the association that plays role: GROUP_ROLE. |
static GroupEffConfigSpec |
GroupEffConfigSpec.newGroupEffConfigSpec(EffConfigSpecGroup group,
PersistableEffConfigSpec effConfigSpec)
Default factory for the class. |
protected boolean |
EffConfigSpecGroup.readVersion(EffConfigSpecGroup thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static EffConfigSpecGroup |
EffConfigSpecAssistant.saveEffConfigSpecGroup(EffConfigSpecGroup effConfigSpecGroup)
Stores or modifies the EffConfigSpecGroup on the behalf of the current principal. |
protected static EffConfigSpecGroup |
EffConfigSpecAssistant._saveEffConfigSpecGroup(EffConfigSpecGroup effConfigSpecGroup)
Stores or modifies the EffConfigSpecGroup on the behalf of the current principal. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |