org.opencrx.kernel.contract1.cci2
Interface SegmentQuery

All Superinterfaces:
AnyTypePredicate, AuditeeQuery, ContextCapableQuery, ExporterQuery, ImporterQuery, IndexedQuery, SecureObjectQuery, SegmentQuery

public interface SegmentQuery
extends SegmentQuery, AuditeeQuery, ExporterQuery, ImporterQuery, IndexedQuery, SecureObjectQuery


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

calculationRule

MultivaluedFeaturePredicate calculationRule()
Adds a constraint to the predicate for Segment testing whether the feature calculationRule has values or not.


thereExistsCalculationRule

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllCalculationRule

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


contractFilter

MultivaluedFeaturePredicate contractFilter()
Adds a constraint to the predicate for Segment testing whether the feature contractFilter has values or not.


thereExistsContractFilter

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllContractFilter

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


contractRole

MultivaluedFeaturePredicate contractRole()
Adds a constraint to the predicate for Segment testing whether the feature contractRole has values or not.


thereExistsContractRole

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllContractRole

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


invoice

MultivaluedFeaturePredicate invoice()
Adds a constraint to the predicate for Segment testing whether the feature invoice has values or not.


thereExistsInvoice

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllInvoice

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


lead

MultivaluedFeaturePredicate lead()
Adds a constraint to the predicate for Segment testing whether the feature lead has values or not.


thereExistsLead

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllLead

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


opportunity

MultivaluedFeaturePredicate opportunity()
Adds a constraint to the predicate for Segment testing whether the feature opportunity has values or not.


thereExistsOpportunity

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllOpportunity

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


quote

MultivaluedFeaturePredicate quote()
Adds a constraint to the predicate for Segment testing whether the feature quote has values or not.


thereExistsQuote

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllQuote

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


salesOrder

MultivaluedFeaturePredicate salesOrder()
Adds a constraint to the predicate for Segment testing whether the feature salesOrder has values or not.


thereExistsSalesOrder

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllSalesOrder

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied



This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.