|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SegmentQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
calculationRule()
Adds a constraint to the predicate for Segment testing whether the feature calculationRule has values or not. |
MultivaluedFeaturePredicate |
contractFilter()
Adds a constraint to the predicate for Segment testing whether the feature contractFilter has values or not. |
MultivaluedFeaturePredicate |
contractRole()
Adds a constraint to the predicate for Segment testing whether the feature contractRole has values or not. |
CalculationRuleQuery |
forAllCalculationRule()
Adds a condition for the feature calculationRule to the predicate for Segment, which evaluates to false unless the value of the feature calculationRule satisfies the given condition. |
ContractFilterGlobalQuery |
forAllContractFilter()
Adds a condition for the feature contractFilter to the predicate for Segment, which evaluates to false unless the value of the feature contractFilter satisfies the given condition. |
ContractRoleQuery |
forAllContractRole()
Adds a condition for the feature contractRole to the predicate for Segment, which evaluates to false unless the value of the feature contractRole satisfies the given condition. |
InvoiceQuery |
forAllInvoice()
Adds a condition for the feature invoice to the predicate for Segment, which evaluates to false unless the value of the feature invoice satisfies the given condition. |
LeadQuery |
forAllLead()
Adds a condition for the feature lead to the predicate for Segment, which evaluates to false unless the value of the feature lead satisfies the given condition. |
OpportunityQuery |
forAllOpportunity()
Adds a condition for the feature opportunity to the predicate for Segment, which evaluates to false unless the value of the feature opportunity satisfies the given condition. |
QuoteQuery |
forAllQuote()
Adds a condition for the feature quote to the predicate for Segment, which evaluates to false unless the value of the feature quote satisfies the given condition. |
SalesOrderQuery |
forAllSalesOrder()
Adds a condition for the feature salesOrder to the predicate for Segment, which evaluates to false unless the value of the feature salesOrder satisfies the given condition. |
MultivaluedFeaturePredicate |
invoice()
Adds a constraint to the predicate for Segment testing whether the feature invoice has values or not. |
MultivaluedFeaturePredicate |
lead()
Adds a constraint to the predicate for Segment testing whether the feature lead has values or not. |
MultivaluedFeaturePredicate |
opportunity()
Adds a constraint to the predicate for Segment testing whether the feature opportunity has values or not. |
MultivaluedFeaturePredicate |
quote()
Adds a constraint to the predicate for Segment testing whether the feature quote has values or not. |
MultivaluedFeaturePredicate |
salesOrder()
Adds a constraint to the predicate for Segment testing whether the feature salesOrder has values or not. |
CalculationRuleQuery |
thereExistsCalculationRule()
Adds a condition for the feature calculationRule to the predicate for Segment, which evaluates to false unless the value of the feature calculationRule satisfies the given condition. |
ContractFilterGlobalQuery |
thereExistsContractFilter()
Adds a condition for the feature contractFilter to the predicate for Segment, which evaluates to false unless the value of the feature contractFilter satisfies the given condition. |
ContractRoleQuery |
thereExistsContractRole()
Adds a condition for the feature contractRole to the predicate for Segment, which evaluates to false unless the value of the feature contractRole satisfies the given condition. |
InvoiceQuery |
thereExistsInvoice()
Adds a condition for the feature invoice to the predicate for Segment, which evaluates to false unless the value of the feature invoice satisfies the given condition. |
LeadQuery |
thereExistsLead()
Adds a condition for the feature lead to the predicate for Segment, which evaluates to false unless the value of the feature lead satisfies the given condition. |
OpportunityQuery |
thereExistsOpportunity()
Adds a condition for the feature opportunity to the predicate for Segment, which evaluates to false unless the value of the feature opportunity satisfies the given condition. |
QuoteQuery |
thereExistsQuote()
Adds a condition for the feature quote to the predicate for Segment, which evaluates to false unless the value of the feature quote satisfies the given condition. |
SalesOrderQuery |
thereExistsSalesOrder()
Adds a condition for the feature salesOrder to the predicate for Segment, which evaluates to false unless the value of the feature salesOrder satisfies the given condition. |
| Methods inherited from interface org.openmdx.base.cci2.SegmentQuery |
|---|
description, extent, forAllDescription, forAllExtent, orderByDescription, provider, thereExistsDescription, thereExistsExtent |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| 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 |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Method Detail |
|---|
MultivaluedFeaturePredicate calculationRule()
Segment testing whether the feature calculationRule has values or not.
CalculationRuleQuery thereExistsCalculationRule()
calculationRule to the predicate for Segment, which evaluates to false unless the value of the feature calculationRule satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
CalculationRuleQuery forAllCalculationRule()
calculationRule to the predicate for Segment, which evaluates to false unless the value of the feature calculationRule satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate contractFilter()
Segment testing whether the feature contractFilter has values or not.
ContractFilterGlobalQuery thereExistsContractFilter()
contractFilter to the predicate for Segment, which evaluates to false unless the value of the feature contractFilter satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ContractFilterGlobalQuery forAllContractFilter()
contractFilter to the predicate for Segment, which evaluates to false unless the value of the feature contractFilter satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate contractRole()
Segment testing whether the feature contractRole has values or not.
ContractRoleQuery thereExistsContractRole()
contractRole to the predicate for Segment, which evaluates to false unless the value of the feature contractRole satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ContractRoleQuery forAllContractRole()
contractRole to the predicate for Segment, which evaluates to false unless the value of the feature contractRole satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate invoice()
Segment testing whether the feature invoice has values or not.
InvoiceQuery thereExistsInvoice()
invoice to the predicate for Segment, 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 Segment, 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 lead()
Segment testing whether the feature lead has values or not.
LeadQuery thereExistsLead()
lead to the predicate for Segment, which evaluates to false unless the value of the feature lead satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
LeadQuery forAllLead()
lead to the predicate for Segment, which evaluates to false unless the value of the feature lead satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate opportunity()
Segment testing whether the feature opportunity has values or not.
OpportunityQuery thereExistsOpportunity()
opportunity to the predicate for Segment, which evaluates to false unless the value of the feature opportunity satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
OpportunityQuery forAllOpportunity()
opportunity to the predicate for Segment, which evaluates to false unless the value of the feature opportunity satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate quote()
Segment testing whether the feature quote has values or not.
QuoteQuery thereExistsQuote()
quote to the predicate for Segment, which evaluates to false unless the value of the feature quote satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
QuoteQuery forAllQuote()
quote to the predicate for Segment, which evaluates to false unless the value of the feature quote satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate salesOrder()
Segment testing whether the feature salesOrder has values or not.
SalesOrderQuery thereExistsSalesOrder()
salesOrder to the predicate for Segment, which evaluates to false unless the value of the feature salesOrder satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
SalesOrderQuery forAllSalesOrder()
salesOrder to the predicate for Segment, which evaluates to false unless the value of the feature salesOrder satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||