|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SalesOrderQuery
| Method Summary | |
|---|---|
InvoiceQuery |
forAllInvoice()
Adds a condition for the feature invoice to the predicate
for SalesOrder, which evaluates to false
unless the value of the feature invoice satisfies the
given condition. |
ComparableTypePredicate<Date> |
forAllSubmitDate()
Adds a condition for the feature submitDate to the
predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitDate satisfies the given condition. |
ComparableTypePredicate<Short> |
forAllSubmitStatus()
Adds a condition for the feature submitStatus to the
predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitStatus satisfies the given condition. |
StringTypePredicate |
forAllSubmitStatusDescription()
Adds a condition for the feature submitStatusDescription
to the predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitStatusDescription satisfies the given condition. |
ComparableTypePredicate<Short> |
freightTerms()
|
MultivaluedFeaturePredicate |
invoice()
Adds a constraint to the predicate for SalesOrder testing
whether the feature invoice has values or not. |
SimpleTypeOrder |
orderByFreightTerms()
Allows to adds a sort instruction for SalesOrder depending
the feature freightTerms
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderBySubmitDate()
Allows to adds a sort instruction for SalesOrder depending
the feature submitDate
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderBySubmitStatus()
Allows to adds a sort instruction for SalesOrder depending
the feature submitStatus
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderBySubmitStatusDescription()
Allows to adds a sort instruction for SalesOrder depending
the feature submitStatusDescription
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
submitDate()
Adds a constraint to the predicate for SalesOrder testing
whether the value of the feature submitDate is
null or not. |
OptionalFeaturePredicate |
submitStatus()
Adds a constraint to the predicate for SalesOrder testing
whether the value of the feature submitStatus is
null or not. |
OptionalFeaturePredicate |
submitStatusDescription()
Adds a constraint to the predicate for SalesOrder testing
whether the value of the feature submitStatusDescription
is null or not. |
InvoiceQuery |
thereExistsInvoice()
Adds a condition for the feature invoice to the predicate
for SalesOrder, which evaluates to false
unless the value of the feature invoice satisfies the
given condition. |
ComparableTypePredicate<Date> |
thereExistsSubmitDate()
Adds a condition for the feature submitDate to the
predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitDate satisfies the given condition. |
ComparableTypePredicate<Short> |
thereExistsSubmitStatus()
Adds a condition for the feature submitStatus to the
predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitStatus satisfies the given condition. |
StringTypePredicate |
thereExistsSubmitStatusDescription()
Adds a condition for the feature submitStatusDescription
to the predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitStatusDescription satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.ShippingDetailQuery |
|---|
carrier, forAllGiftMessage, forAllShippingInstructions, forAllShippingTrackingNumber, giftMessage, isGift, orderByGiftMessage, orderByIsGift, orderByShippingInstructions, orderByShippingMethod, orderByShippingTrackingNumber, shippingInstructions, shippingMethod, shippingTrackingNumber, thereExistsGiftMessage, thereExistsShippingInstructions, thereExistsShippingTrackingNumber |
| 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> freightTerms()
SimpleTypeOrder orderByFreightTerms()
SalesOrder depending
the feature freightTerms
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate invoice()
SalesOrder testing
whether the feature invoice has values or not.
InvoiceQuery thereExistsInvoice()
invoice to the predicate
for SalesOrder, which evaluates to false
unless the value of the feature invoice satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
InvoiceQuery forAllInvoice()
invoice to the predicate
for SalesOrder, which evaluates to false
unless the value of the feature invoice satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
OptionalFeaturePredicate submitDate()
SalesOrder testing
whether the value of the feature submitDate is
null or not.
ComparableTypePredicate<Date> thereExistsSubmitDate()
submitDate to the
predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitDate satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllSubmitDate()
submitDate to the
predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitDate satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderBySubmitDate()
SalesOrder depending
the feature submitDate
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate submitStatus()
SalesOrder testing
whether the value of the feature submitStatus is
null or not.
ComparableTypePredicate<Short> thereExistsSubmitStatus()
submitStatus to the
predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitStatus satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<Short> forAllSubmitStatus()
submitStatus to the
predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitStatus satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderBySubmitStatus()
SalesOrder depending
the feature submitStatus
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate submitStatusDescription()
SalesOrder testing
whether the value of the feature submitStatusDescription
is null or not.
StringTypePredicate thereExistsSubmitStatusDescription()
submitStatusDescription
to the predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitStatusDescription satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllSubmitStatusDescription()
submitStatusDescription
to the predicate for SalesOrder, which evaluates to
false unless the value of the feature
submitStatusDescription satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderBySubmitStatusDescription()
SalesOrder depending
the feature submitStatusDescription
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 | |||||||||