|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InventoryItemQuery
Method Summary | |
---|---|
MultivaluedFeaturePredicate |
assignedAccount()
Adds a constraint to the predicate for InventoryItem testing whether the feature assignedAccount has values or not. |
MultivaluedFeaturePredicate |
booking()
Adds a constraint to the predicate for InventoryItem testing whether the feature booking has values or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for InventoryItem testing whether the value of the feature description is null or not. |
AccountAssignmentInventoryItemQuery |
forAllAssignedAccount()
Adds a condition for the feature assignedAccount to the predicate for InventoryItem , which evaluates to false unless the value of the feature assignedAccount satisfies the given condition. |
SingleBookingQuery |
forAllBooking()
Adds a condition for the feature booking to the predicate for InventoryItem , which evaluates to false unless the value of the feature booking satisfies the given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for InventoryItem , which evaluates to false unless the value of the feature description satisfies the given condition. |
ComparableTypePredicate<Short> |
inventoryItemType()
|
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for InventoryItem depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByInventoryItemType()
Allows to adds a sort instruction for InventoryItem depending the feature inventoryItemType
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for InventoryItem depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
AccountAssignmentInventoryItemQuery |
thereExistsAssignedAccount()
Adds a condition for the feature assignedAccount to the predicate for InventoryItem , which evaluates to false unless the value of the feature assignedAccount satisfies the given condition. |
SingleBookingQuery |
thereExistsBooking()
Adds a condition for the feature booking to the predicate for InventoryItem , which evaluates to false unless the value of the feature booking satisfies the given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for InventoryItem , which evaluates to false unless the value of the feature description satisfies the given condition. |
Methods inherited from interface org.opencrx.kernel.building1.cci2.LinkableItemQuery |
---|
forAllItemLinkFrom, forAllItemLinkTo, itemLinkFrom, itemLinkTo, thereExistsItemLinkFrom, thereExistsItemLinkTo |
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 |
Methods inherited from interface org.opencrx.kernel.product1.cci2.ConfiguredProductQuery |
---|
currentConfig, forAllCurrentConfig, forAllProductSerialNumber, productSerialNumber, thereExistsCurrentConfig, thereExistsProductSerialNumber |
Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductConfigurationSetQuery |
---|
configType, configuration, forAllConfigType, forAllConfiguration, thereExistsConfigType, thereExistsConfiguration |
Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductDescriptorQuery |
---|
forAllProduct, product, thereExistsProduct |
Method Detail |
---|
MultivaluedFeaturePredicate assignedAccount()
InventoryItem
testing whether the feature assignedAccount
has values or not.
AccountAssignmentInventoryItemQuery thereExistsAssignedAccount()
assignedAccount
to the predicate for InventoryItem
, which evaluates to false
unless the value of the feature assignedAccount
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
AccountAssignmentInventoryItemQuery forAllAssignedAccount()
assignedAccount
to the predicate for InventoryItem
, which evaluates to false
unless the value of the feature assignedAccount
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
MultivaluedFeaturePredicate booking()
InventoryItem
testing whether the feature booking
has values or not.
SingleBookingQuery thereExistsBooking()
booking
to the predicate for InventoryItem
, which evaluates to false
unless the value of the feature booking
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
SingleBookingQuery forAllBooking()
booking
to the predicate for InventoryItem
, which evaluates to false
unless the value of the feature booking
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
OptionalFeaturePredicate description()
InventoryItem
testing whether the value of the feature description
is null
or not.
StringTypePredicate thereExistsDescription()
description
to the predicate for InventoryItem
, 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 InventoryItem
, 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()
InventoryItem
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> inventoryItemType()
SimpleTypeOrder orderByInventoryItemType()
InventoryItem
depending the feature inventoryItemType
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
InventoryItem
depending the feature name
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 |