|
||||||||||
| 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 constraint for the feature invoice to the
predicate. |
ComparableTypePredicate |
forAllSubmitDate()
Adds a constraint for the feature submitDate to the
predicate. |
ComparableTypePredicate |
forAllSubmitStatus()
Adds a constraint for the feature submitStatus to the
predicate. |
StringTypePredicate |
forAllSubmitStatusDescription()
Adds a constraint for the feature submitStatusDescription
to the predicate. |
ComparableTypePredicate |
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 constraint for the feature invoice to the
predicate. |
ComparableTypePredicate |
thereExistsSubmitDate()
Adds a constraint for the feature submitDate to the
predicate. |
ComparableTypePredicate |
thereExistsSubmitStatus()
Adds a constraint for the feature submitStatus to the
predicate. |
StringTypePredicate |
thereExistsSubmitStatusDescription()
Adds a constraint for the feature submitStatusDescription
to the predicate. |
| Methods inherited from interface org.opencrx.kernel.base.query.TemplateEnabledQuery |
|---|
forAllIsTemplate, isTemplate, orderByIsTemplate, orderByTemplateReferenceFilter, templateReferenceFilter, thereExistsIsTemplate |
| Methods inherited from interface org.opencrx.kernel.contract1.query.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.query.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.query.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.query.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
ComparableTypePredicate 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. The predicate for SalesOrder evaluates
true if its value of feature invoice
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
InvoiceQuery forAllInvoice()
invoice to the
predicate. The predicate for SalesOrder evaluates
true if its value of feature invoice
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
OptionalFeaturePredicate submitDate()
SalesOrder testing
whether the value of the feature submitDate is
null or not.
ComparableTypePredicate thereExistsSubmitDate()
submitDate to the
predicate. The predicate for SalesOrder evaluates
true if its value of feature submitDate
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
ComparableTypePredicate forAllSubmitDate()
submitDate to the
predicate. The predicate for SalesOrder evaluates
true if its value of feature submitDate
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
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 thereExistsSubmitStatus()
submitStatus to the
predicate. The predicate for SalesOrder evaluates
true if its value of feature submitStatus
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
ComparableTypePredicate forAllSubmitStatus()
submitStatus to the
predicate. The predicate for SalesOrder evaluates
true if its value of feature submitStatus
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
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. The predicate for SalesOrder evaluates
true if its value of feature
submitStatusDescription satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
StringTypePredicate forAllSubmitStatusDescription()
submitStatusDescription
to the predicate. The predicate for SalesOrder evaluates
true if its value of feature
submitStatusDescription satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
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 | |||||||||