|
||||||||||
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. |
AbstractSalesOrderPositionQuery |
forAllPosition()
Adds a condition for the feature position to the predicate for SalesOrder , which evaluates to false unless the value of the feature position 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. |
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! |
MultivaluedFeaturePredicate |
position()
Adds a constraint to the predicate for SalesOrder testing whether the feature position has values or not. |
OptionalFeaturePredicate |
submitDate()
Adds a constraint to the predicate for SalesOrder testing whether the value of the feature submitDate is null or not. |
ComparableTypePredicate<Short> |
submitStatus()
|
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. |
AbstractSalesOrderPositionQuery |
thereExistsPosition()
Adds a condition for the feature position to the predicate for SalesOrder , which evaluates to false unless the value of the feature position 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. |
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.AddressContainerQuery |
---|
address, forAllAddress, thereExistsAddress |
Methods inherited from interface org.opencrx.kernel.contract1.cci2.DeliveryRequestContainerQuery |
---|
deliveryRequest, forAllDeliveryRequest, thereExistsDeliveryRequest |
Methods inherited from interface org.opencrx.kernel.contract1.cci2.ShippingDetailQuery |
---|
carrier, forAllCarrier, forAllGiftMessage, forAllShippingInstructions, forAllShippingTrackingNumber, giftMessage, isGift, orderByGiftMessage, orderByIsGift, orderByShippingInstructions, orderByShippingMethod, orderByShippingTrackingNumber, shippingInstructions, shippingMethod, shippingTrackingNumber, thereExistsCarrier, thereExistsGiftMessage, thereExistsShippingInstructions, thereExistsShippingTrackingNumber |
Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolderQuery |
---|
depotReference, forAllDepotReference, thereExistsDepotReference |
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.opencrx.kernel.generic.cci2.LocalizedFieldContainerQuery |
---|
forAllLocalizedField, localizedField, thereExistsLocalizedField |
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 |
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
MultivaluedFeaturePredicate position()
SalesOrder
testing whether the feature position
has values or not.
AbstractSalesOrderPositionQuery thereExistsPosition()
position
to the predicate for SalesOrder
, which evaluates to false
unless the value of the feature position
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
AbstractSalesOrderPositionQuery forAllPosition()
position
to the predicate for SalesOrder
, which evaluates to false
unless the value of the feature position
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!
ComparableTypePredicate<Short> submitStatus()
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 |