|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrganizationQuery
| Method Summary | |
|---|---|
OrganizationalUnitQuery |
forAllOrganizationalUnit()
Adds a condition for the feature organizationalUnit to the predicate for Organization, which evaluates to false unless the value of the feature organizationalUnit satisfies the given condition. |
OrganizationalUnitRelationshipQuery |
forAllOuRelationship()
Adds a condition for the feature ouRelationship to the predicate for Organization, which evaluates to false unless the value of the feature ouRelationship satisfies the given condition. |
SimpleTypeOrder |
orderByOrganizationState()
Allows to adds a sort instruction for Organization depending the feature organizationState
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedFeaturePredicate |
organizationalUnit()
Adds a constraint to the predicate for Organization testing whether the feature organizationalUnit has values or not. |
ComparableTypePredicate<Short> |
organizationState()
|
MultivaluedFeaturePredicate |
ouRelationship()
Adds a constraint to the predicate for Organization testing whether the feature ouRelationship has values or not. |
OrganizationalUnitQuery |
thereExistsOrganizationalUnit()
Adds a condition for the feature organizationalUnit to the predicate for Organization, which evaluates to false unless the value of the feature organizationalUnit satisfies the given condition. |
OrganizationalUnitRelationshipQuery |
thereExistsOuRelationship()
Adds a condition for the feature ouRelationship to the predicate for Organization, which evaluates to false unless the value of the feature ouRelationship satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.account1.cci2.AbstractOrganizationalUnitQuery |
|---|
contactMembership, creditLimit, description, forAllContactMembership, forAllCreditLimit, forAllDescription, name, orderByDescription, orderByName, thereExistsContactMembership, thereExistsCreditLimit, thereExistsDescription |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AuditeeQuery |
|---|
audit, forAllAudit, thereExistsAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery |
|---|
forAllIndexEntry, indexEntry, thereExistsIndexEntry |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
|---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
ComparableTypePredicate<Short> organizationState()
SimpleTypeOrder orderByOrganizationState()
Organization depending the feature organizationState
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate organizationalUnit()
Organization testing whether the feature organizationalUnit has values or not.
OrganizationalUnitQuery thereExistsOrganizationalUnit()
organizationalUnit to the predicate for Organization, which evaluates to false unless the value of the feature organizationalUnit satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
OrganizationalUnitQuery forAllOrganizationalUnit()
organizationalUnit to the predicate for Organization, which evaluates to false unless the value of the feature organizationalUnit satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate ouRelationship()
Organization testing whether the feature ouRelationship has values or not.
OrganizationalUnitRelationshipQuery thereExistsOuRelationship()
ouRelationship to the predicate for Organization, which evaluates to false unless the value of the feature ouRelationship satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
OrganizationalUnitRelationshipQuery forAllOuRelationship()
ouRelationship to the predicate for Organization, which evaluates to false unless the value of the feature ouRelationship satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||