|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DepotQuery
| Method Summary | |
|---|---|
BooleanTypePredicate |
allowPositionAutoCreate()
|
OptionalFeaturePredicate |
closingDate()
Adds a constraint to the predicate for Depot testing whether the value of the feature closingDate is null or not. |
OptionalFeaturePredicate |
depotGroup()
Adds a constraint to the predicate for Depot testing whether the value of the feature depotGroup is null or not. |
StringTypePredicate |
depotNumber()
|
MultivaluedFeaturePredicate |
depotType()
Adds a constraint to the predicate for Depot testing whether the feature depotType has values or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for Depot testing whether the value of the feature description is null or not. |
ComparableTypePredicate<Date> |
forAllClosingDate()
Adds a condition for the feature closingDate to the predicate for Depot, which evaluates to false unless the value of the feature closingDate satisfies the given condition. |
DepotGroupQuery |
forAllDepotGroup()
Adds a condition for the feature depotGroup to the predicate for Depot, which evaluates to false unless the value of the feature depotGroup satisfies the given condition. |
DepotTypeQuery |
forAllDepotType()
Adds a condition for the feature depotType to the predicate for Depot, which evaluates to false unless the value of the feature depotType satisfies the given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for Depot, which evaluates to false unless the value of the feature description satisfies the given condition. |
DepotReportQuery |
forAllLatestReport()
Adds a condition for the feature latestReport to the predicate for Depot, which evaluates to false unless the value of the feature latestReport satisfies the given condition. |
BooleanTypePredicate |
isDefault()
|
BooleanTypePredicate |
isLocked()
|
OptionalFeaturePredicate |
latestReport()
Adds a constraint to the predicate for Depot testing whether the value of the feature latestReport is null or not. |
StringTypePredicate |
name()
|
ComparableTypePredicate<Date> |
openingDate()
|
SimpleTypeOrder |
orderByAllowPositionAutoCreate()
Allows to adds a sort instruction for Depot depending the feature allowPositionAutoCreate
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByClosingDate()
Allows to adds a sort instruction for Depot depending the feature closingDate
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDepotNumber()
Allows to adds a sort instruction for Depot depending the feature depotNumber
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for Depot depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByIsDefault()
Allows to adds a sort instruction for Depot depending the feature isDefault
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByIsLocked()
Allows to adds a sort instruction for Depot depending the feature isLocked
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for Depot depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByOpeningDate()
Allows to adds a sort instruction for Depot depending the feature openingDate
Note: The order in which orderBy… instructions are given is relevant! |
ComparableTypePredicate<Date> |
thereExistsClosingDate()
Adds a condition for the feature closingDate to the predicate for Depot, which evaluates to false unless the value of the feature closingDate satisfies the given condition. |
DepotGroupQuery |
thereExistsDepotGroup()
Adds a condition for the feature depotGroup to the predicate for Depot, which evaluates to false unless the value of the feature depotGroup satisfies the given condition. |
DepotTypeQuery |
thereExistsDepotType()
Adds a condition for the feature depotType to the predicate for Depot, which evaluates to false unless the value of the feature depotType satisfies the given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for Depot, which evaluates to false unless the value of the feature description satisfies the given condition. |
DepotReportQuery |
thereExistsLatestReport()
Adds a condition for the feature latestReport to the predicate for Depot, which evaluates to false unless the value of the feature latestReport satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.ContractReferenceHolderQuery |
|---|
contract, forAllContract, thereExistsContract |
| 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.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
BooleanTypePredicate allowPositionAutoCreate()
SimpleTypeOrder orderByAllowPositionAutoCreate()
Depot depending the feature allowPositionAutoCreate
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate closingDate()
Depot testing whether the value of the feature closingDate is null or not.
ComparableTypePredicate<Date> thereExistsClosingDate()
closingDate to the predicate for Depot, which evaluates to false unless the value of the feature closingDate satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllClosingDate()
closingDate to the predicate for Depot, which evaluates to false unless the value of the feature closingDate satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByClosingDate()
Depot depending the feature closingDate
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate depotGroup()
Depot testing whether the value of the feature depotGroup is null or not.
DepotGroupQuery thereExistsDepotGroup()
depotGroup to the predicate for Depot, which evaluates to false unless the value of the feature depotGroup satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DepotGroupQuery forAllDepotGroup()
depotGroup to the predicate for Depot, which evaluates to false unless the value of the feature depotGroup satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
StringTypePredicate depotNumber()
SimpleTypeOrder orderByDepotNumber()
Depot depending the feature depotNumber
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate depotType()
Depot testing whether the feature depotType has values or not.
DepotTypeQuery thereExistsDepotType()
depotType to the predicate for Depot, which evaluates to false unless the value of the feature depotType satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DepotTypeQuery forAllDepotType()
depotType to the predicate for Depot, which evaluates to false unless the value of the feature depotType satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate description()
Depot testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the predicate for Depot, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllDescription()
description to the predicate for Depot, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByDescription()
Depot depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
BooleanTypePredicate isDefault()
SimpleTypeOrder orderByIsDefault()
Depot depending the feature isDefault
Note: The order in which orderBy… instructions are given is relevant!
BooleanTypePredicate isLocked()
SimpleTypeOrder orderByIsLocked()
Depot depending the feature isLocked
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate latestReport()
Depot testing whether the value of the feature latestReport is null or not.
DepotReportQuery thereExistsLatestReport()
latestReport to the predicate for Depot, which evaluates to false unless the value of the feature latestReport satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DepotReportQuery forAllLatestReport()
latestReport to the predicate for Depot, which evaluates to false unless the value of the feature latestReport satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
StringTypePredicate name()
SimpleTypeOrder orderByName()
Depot depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Date> openingDate()
SimpleTypeOrder orderByOpeningDate()
Depot depending the feature openingDate
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||