Package | Description |
---|---|
casa.socialcommitments |
Contains classes implementing social commitments.
|
Modifier and Type | Field and Description |
---|---|
static Set<SocialCommitmentStatusFlags> |
SocialCommitment.MASK_ALL
An empty set of status flags.
|
static Set<SocialCommitmentStatusFlags> |
SocialCommitment.MASK_EXECUTABLE
The set of status flags that, if set, indicate that a social commitment is
executable.
|
static Set<SocialCommitmentStatusFlags> |
SocialCommitment.MASK_OBLIGATED
The set of status flags that, if set, indicate that a social commitment
represents an obligation for the debtor of that social commitment.
|
static Set<SocialCommitmentStatusFlags> |
SocialCommitment.MASK_OUTSTANDING
The set of status flags that, if set, indicate that a social commitment is
outstanding.
|
private static Set<SocialCommitmentStatusFlags> |
SocialCommitment.STATIC_STATUS_FLAGS
The set of status flags which do not change when the state of a social
commitment changes.
|
private EnumSet<SocialCommitmentStatusFlags> |
SocialCommitment.statusFlags
A set of status flags for this social commitment.
|
Modifier and Type | Method and Description |
---|---|
static SocialCommitmentStatusFlags |
SocialCommitmentStatusFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocialCommitmentStatusFlags[] |
SocialCommitmentStatusFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<SocialCommitmentStatusFlags> |
SocialCommitment.getFlags()
Retrieves this social commitment's set of status flags.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SocialCommitment.flagSet(SocialCommitmentStatusFlags flagToCheck)
Determines if this social commitment has the given status flag set to
true . |
Modifier and Type | Method and Description |
---|---|
int |
SocialCommitmentsStore.count(Set<SocialCommitmentStatusFlags> mask) |
String |
SocialCommitmentsStore.displayString(Set<SocialCommitmentStatusFlags> mask) |
List<SocialCommitment> |
SocialCommitmentsStore.getCommitments(URLDescriptor debtor,
URLDescriptor creditor,
Set<SocialCommitmentStatusFlags> mask) |
boolean |
SocialCommitmentsStore.hasCommitment(Set<SocialCommitmentStatusFlags> mask) |
boolean |
SocialCommitment.meetsMask(Set<SocialCommitmentStatusFlags> mask)
Determines if this social commitment has all of the status flags given in
the mask set to
true . |