Package de.elo.ix.client.subs
Class CheckoutSubstitutionsInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.subs.CheckoutSubstitutionsInfo
- All Implemented Interfaces:
Serializable
This object is used to define which substitutions should be returned by
IXServicePortIF.checkoutSubstitutions(de.elo.ix.client.ClientInfo, de.elo.ix.client.subs.CheckoutSubstitutionsInfo, de.elo.ix.client.subs.SubstitutionZ, de.elo.ix.client.LockZ)
.
The elements in one list are always search with an OR operation. If various list are provided,
they are connected using OR (default) (set andOperator
to true to use AND operator)
- Since:
- 12.00.000.026
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Search for elements of different lists with OR operator (default) or AND (set value to true)Returns all substitutions this users created.Returns all substitutions this users created.protected boolean
Include substitutions whereSubstitution.substituteId
is set to the provided substitutes or any of their groups.Returns all substitutions this users substitutes.Returns all substitutions this users substitutes.GUID of the substitutions to checkout.Returns all substitutions of this users substitutes where this user is set asSubstitution.userId
.Returns all substitutions of this users where this user is set asSubstitution.userId
.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setAndOperator
(boolean andOperator) void
setCreatorIds
(List<Integer> creatorIds) void
setCreatorNames
(List<String> creatorNames) void
setIncludeSubstitutesGroups
(boolean includeSubstitutesGroups) void
setSubstituteIds
(List<Integer> substituteIds) void
setSubstituteNames
(List<String> substituteNames) void
setSubstitutionGuids
(List<String> substitutionGuids) void
setUserIds
(List<Integer> userIds) void
setUserNames
(List<String> userNames) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
substitutionGuids
GUID of the substitutions to checkout. -
userNames
Returns all substitutions of this users where this user is set asSubstitution.userId
.- See Also:
-
userIds
Returns all substitutions of this users substitutes where this user is set asSubstitution.userId
.- See Also:
-
substituteNames
Returns all substitutions this users substitutes. (This user is set asSubstitution.substituteId
)- See Also:
-
substituteIds
Returns all substitutions this users substitutes. (This user is set asSubstitution.substituteId
)- See Also:
-
creatorNames
Returns all substitutions this users created. (This user is set asSubstitution.creatorId
)- See Also:
-
creatorIds
Returns all substitutions this users created. (This user is set asSubstitution.creatorId
)- See Also:
-
andOperator
protected boolean andOperatorSearch for elements of different lists with OR operator (default) or AND (set value to true) -
includeSubstitutesGroups
protected boolean includeSubstitutesGroupsInclude substitutions whereSubstitution.substituteId
is set to the provided substitutes or any of their groups.
-
-
Constructor Details
-
CheckoutSubstitutionsInfo
public CheckoutSubstitutionsInfo() -
CheckoutSubstitutionsInfo
-
-
Method Details
-
getUserNames
-
setUserNames
-
getUserIds
-
setUserIds
-
getSubstituteNames
-
setSubstituteNames
-
getSubstituteIds
-
setSubstituteIds
-
getSubstitutionGuids
-
setSubstitutionGuids
-
isAndOperator
public boolean isAndOperator() -
setAndOperator
public void setAndOperator(boolean andOperator) -
getCreatorNames
-
setCreatorNames
-
getCreatorIds
-
setCreatorIds
-
isIncludeSubstitutesGroups
public boolean isIncludeSubstitutesGroups() -
setIncludeSubstitutesGroups
public void setIncludeSubstitutesGroups(boolean includeSubstitutesGroups) -
toString
-