|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SalesVolumeBudgetPositionQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
contributionFactor()
Adds a constraint to the predicate for SalesVolumeBudgetPosition testing whether the value of the feature contributionFactor is null or not. |
OptionalFeaturePredicate |
contributionRoundingFactor()
Adds a constraint to the predicate for SalesVolumeBudgetPosition testing whether the value of the feature contributionRoundingFactor is null or not. |
OptionalFeaturePredicate |
depotPosition()
Adds a constraint to the predicate for SalesVolumeBudgetPosition testing whether the value of the feature depotPosition is null or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for SalesVolumeBudgetPosition testing whether the value of the feature description is null or not. |
ComparableTypePredicate<BigDecimal> |
forAllContributionFactor()
Adds a condition for the feature contributionFactor to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature contributionFactor satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllContributionRoundingFactor()
Adds a condition for the feature contributionRoundingFactor to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature contributionRoundingFactor satisfies the given condition. |
DepotPositionQuery |
forAllDepotPosition()
Adds a condition for the feature depotPosition to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature depotPosition satisfies the given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature description satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllTargetVolume()
Adds a condition for the feature targetVolume to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature targetVolume satisfies the given condition. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByContributionFactor()
Allows to adds a sort instruction for SalesVolumeBudgetPosition depending the feature contributionFactor
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByContributionRoundingFactor()
Allows to adds a sort instruction for SalesVolumeBudgetPosition depending the feature contributionRoundingFactor
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for SalesVolumeBudgetPosition depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for SalesVolumeBudgetPosition depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByTargetVolume()
Allows to adds a sort instruction for SalesVolumeBudgetPosition depending the feature targetVolume
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
targetVolume()
Adds a constraint to the predicate for SalesVolumeBudgetPosition testing whether the value of the feature targetVolume is null or not. |
ComparableTypePredicate<BigDecimal> |
thereExistsContributionFactor()
Adds a condition for the feature contributionFactor to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature contributionFactor satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsContributionRoundingFactor()
Adds a condition for the feature contributionRoundingFactor to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature contributionRoundingFactor satisfies the given condition. |
DepotPositionQuery |
thereExistsDepotPosition()
Adds a condition for the feature depotPosition to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature depotPosition satisfies the given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature description satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsTargetVolume()
Adds a condition for the feature targetVolume to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature targetVolume satisfies the given condition. |
| 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 |
|---|
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, 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, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.AbstractFilterProductQuery |
|---|
filteredProduct, forAllFilteredProduct, forAllProductFilterProperty, productFilterProperty, thereExistsFilteredProduct, thereExistsProductFilterProperty |
| Method Detail |
|---|
OptionalFeaturePredicate contributionFactor()
SalesVolumeBudgetPosition testing whether the value of the feature contributionFactor is null or not.
ComparableTypePredicate<BigDecimal> thereExistsContributionFactor()
contributionFactor to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature contributionFactor satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllContributionFactor()
contributionFactor to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature contributionFactor satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByContributionFactor()
SalesVolumeBudgetPosition depending the feature contributionFactor
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate contributionRoundingFactor()
SalesVolumeBudgetPosition testing whether the value of the feature contributionRoundingFactor is null or not.
ComparableTypePredicate<BigDecimal> thereExistsContributionRoundingFactor()
contributionRoundingFactor to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature contributionRoundingFactor satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllContributionRoundingFactor()
contributionRoundingFactor to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature contributionRoundingFactor satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByContributionRoundingFactor()
SalesVolumeBudgetPosition depending the feature contributionRoundingFactor
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate depotPosition()
SalesVolumeBudgetPosition testing whether the value of the feature depotPosition is null or not.
DepotPositionQuery thereExistsDepotPosition()
depotPosition to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature depotPosition satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DepotPositionQuery forAllDepotPosition()
depotPosition to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature depotPosition satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate description()
SalesVolumeBudgetPosition testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the predicate for SalesVolumeBudgetPosition, 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 SalesVolumeBudgetPosition, 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()
SalesVolumeBudgetPosition depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
SalesVolumeBudgetPosition depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate targetVolume()
SalesVolumeBudgetPosition testing whether the value of the feature targetVolume is null or not.
ComparableTypePredicate<BigDecimal> thereExistsTargetVolume()
targetVolume to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature targetVolume satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllTargetVolume()
targetVolume to the predicate for SalesVolumeBudgetPosition, which evaluates to false unless the value of the feature targetVolume satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByTargetVolume()
SalesVolumeBudgetPosition depending the feature targetVolume
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 | |||||||||