|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CreditLimitQuery
| Method Summary | |
|---|---|
ComparableTypePredicate<Short> |
creditCurrency()
|
OptionalFeaturePredicate |
creditLimitAmount()
Adds a constraint to the predicate for CreditLimit testing
whether the value of the feature creditLimitAmount is
null or not. |
OptionalFeaturePredicate |
currentCreditUsageAmount()
Adds a constraint to the predicate for CreditLimit testing
whether the value of the feature currentCreditUsageAmount
is null or not. |
OptionalFeaturePredicate |
expectedCreditUsageAmount1()
Adds a constraint to the predicate for CreditLimit testing
whether the value of the feature
expectedCreditUsageAmount1 is null or not. |
OptionalFeaturePredicate |
expectedCreditUsageAmount2()
Adds a constraint to the predicate for CreditLimit testing
whether the value of the feature
expectedCreditUsageAmount2 is null or not. |
OptionalFeaturePredicate |
expectedCreditUsageAmount3()
Adds a constraint to the predicate for CreditLimit testing
whether the value of the feature
expectedCreditUsageAmount3 is null or not. |
ComparableTypePredicate<BigDecimal> |
forAllCreditLimitAmount()
Adds a condition for the feature creditLimitAmount to the
predicate for CreditLimit, which evaluates to
false unless the value of the feature
creditLimitAmount satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllCurrentCreditUsageAmount()
Adds a condition for the feature currentCreditUsageAmount
to the predicate for CreditLimit, which evaluates to
false unless the value of the feature
currentCreditUsageAmount satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllExpectedCreditUsageAmount1()
Adds a condition for the feature expectedCreditUsageAmount1 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount1
satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllExpectedCreditUsageAmount2()
Adds a condition for the feature expectedCreditUsageAmount2 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount2
satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllExpectedCreditUsageAmount3()
Adds a condition for the feature expectedCreditUsageAmount3 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount3
satisfies the given condition. |
BooleanTypePredicate |
forAllIsCreditOnHold()
Adds a condition for the feature isCreditOnHold to the
predicate for CreditLimit, which evaluates to
false unless the value of the feature
isCreditOnHold satisfies the given condition. |
OptionalFeaturePredicate |
isCreditOnHold()
Adds a constraint to the predicate for CreditLimit testing
whether the value of the feature isCreditOnHold is
null or not. |
SimpleTypeOrder |
orderByCreditCurrency()
Allows to adds a sort instruction for CreditLimit
depending the feature creditCurrency
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByCreditLimitAmount()
Allows to adds a sort instruction for CreditLimit
depending the feature creditLimitAmount
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByCurrentCreditUsageAmount()
Allows to adds a sort instruction for CreditLimit
depending the feature currentCreditUsageAmount
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByExpectedCreditUsageAmount1()
Allows to adds a sort instruction for CreditLimit
depending the feature expectedCreditUsageAmount1
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByExpectedCreditUsageAmount2()
Allows to adds a sort instruction for CreditLimit
depending the feature expectedCreditUsageAmount2
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByExpectedCreditUsageAmount3()
Allows to adds a sort instruction for CreditLimit
depending the feature expectedCreditUsageAmount3
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByIsCreditOnHold()
Allows to adds a sort instruction for CreditLimit
depending the feature isCreditOnHold
Note: The order in which orderBy…
instructions are given is relevant! |
ComparableTypePredicate<BigDecimal> |
thereExistsCreditLimitAmount()
Adds a condition for the feature creditLimitAmount to the
predicate for CreditLimit, which evaluates to
false unless the value of the feature
creditLimitAmount satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsCurrentCreditUsageAmount()
Adds a condition for the feature currentCreditUsageAmount
to the predicate for CreditLimit, which evaluates to
false unless the value of the feature
currentCreditUsageAmount satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsExpectedCreditUsageAmount1()
Adds a condition for the feature expectedCreditUsageAmount1 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount1
satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsExpectedCreditUsageAmount2()
Adds a condition for the feature expectedCreditUsageAmount2 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount2
satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsExpectedCreditUsageAmount3()
Adds a condition for the feature expectedCreditUsageAmount3 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount3
satisfies the given condition. |
BooleanTypePredicate |
thereExistsIsCreditOnHold()
Adds a condition for the feature isCreditOnHold to the
predicate for CreditLimit, which evaluates to
false unless the value of the feature
isCreditOnHold satisfies the given condition. |
| 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, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
ComparableTypePredicate<Short> creditCurrency()
SimpleTypeOrder orderByCreditCurrency()
CreditLimit
depending the feature creditCurrency
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate creditLimitAmount()
CreditLimit testing
whether the value of the feature creditLimitAmount is
null or not.
ComparableTypePredicate<BigDecimal> thereExistsCreditLimitAmount()
creditLimitAmount to the
predicate for CreditLimit, which evaluates to
false unless the value of the feature
creditLimitAmount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllCreditLimitAmount()
creditLimitAmount to the
predicate for CreditLimit, which evaluates to
false unless the value of the feature
creditLimitAmount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByCreditLimitAmount()
CreditLimit
depending the feature creditLimitAmount
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate currentCreditUsageAmount()
CreditLimit testing
whether the value of the feature currentCreditUsageAmount
is null or not.
ComparableTypePredicate<BigDecimal> thereExistsCurrentCreditUsageAmount()
currentCreditUsageAmount
to the predicate for CreditLimit, which evaluates to
false unless the value of the feature
currentCreditUsageAmount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllCurrentCreditUsageAmount()
currentCreditUsageAmount
to the predicate for CreditLimit, which evaluates to
false unless the value of the feature
currentCreditUsageAmount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByCurrentCreditUsageAmount()
CreditLimit
depending the feature currentCreditUsageAmount
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate expectedCreditUsageAmount1()
CreditLimit testing
whether the value of the feature
expectedCreditUsageAmount1 is null or not.
ComparableTypePredicate<BigDecimal> thereExistsExpectedCreditUsageAmount1()
expectedCreditUsageAmount1 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount1
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllExpectedCreditUsageAmount1()
expectedCreditUsageAmount1 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount1
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByExpectedCreditUsageAmount1()
CreditLimit
depending the feature expectedCreditUsageAmount1
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate expectedCreditUsageAmount2()
CreditLimit testing
whether the value of the feature
expectedCreditUsageAmount2 is null or not.
ComparableTypePredicate<BigDecimal> thereExistsExpectedCreditUsageAmount2()
expectedCreditUsageAmount2 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount2
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllExpectedCreditUsageAmount2()
expectedCreditUsageAmount2 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount2
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByExpectedCreditUsageAmount2()
CreditLimit
depending the feature expectedCreditUsageAmount2
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate expectedCreditUsageAmount3()
CreditLimit testing
whether the value of the feature
expectedCreditUsageAmount3 is null or not.
ComparableTypePredicate<BigDecimal> thereExistsExpectedCreditUsageAmount3()
expectedCreditUsageAmount3 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount3
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllExpectedCreditUsageAmount3()
expectedCreditUsageAmount3 to the predicate for
CreditLimit, which evaluates to false unless
the value of the feature expectedCreditUsageAmount3
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByExpectedCreditUsageAmount3()
CreditLimit
depending the feature expectedCreditUsageAmount3
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate isCreditOnHold()
CreditLimit testing
whether the value of the feature isCreditOnHold is
null or not.
BooleanTypePredicate thereExistsIsCreditOnHold()
isCreditOnHold to the
predicate for CreditLimit, which evaluates to
false unless the value of the feature
isCreditOnHold satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
BooleanTypePredicate forAllIsCreditOnHold()
isCreditOnHold to the
predicate for CreditLimit, which evaluates to
false unless the value of the feature
isCreditOnHold satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByIsCreditOnHold()
CreditLimit
depending the feature isCreditOnHold
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 | |||||||||