org.opencrx.kernel.depot1.cci2
Interface DepotReferenceHolderQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
AbsenceQuery, AbstractContractPositionQuery, AbstractContractQuery, AbstractInvoicePositionQuery, AbstractOpportunityPositionQuery, AbstractProductQuery, AbstractQuotePositionQuery, AbstractRemovedPositionQuery, AbstractSalesOrderPositionQuery, ActivityCreatorQuery, ActivityQuery, AssetQuery, EMailQuery, ExternalActivityQuery, IncidentQuery, InvoicePositionQuery, InvoiceQuery, LeadQuery, MailingQuery, MeetingQuery, OpportunityPositionQuery, OpportunityQuery, PhoneCallQuery, ProductQuery, QuotePositionQuery, QuoteQuery, RemovedPositionQuery, ResourceQuery, SalesOrderPositionQuery, SalesOrderQuery, SalesVisitQuery, TaskQuery

public interface DepotReferenceHolderQuery
extends AnyTypePredicate


Method Summary
 MultivaluedFeaturePredicate depotReference()
          Adds a constraint to the predicate for DepotReferenceHolder testing whether the feature depotReference has values or not.
 DepotReferenceQuery forAllDepotReference()
          Adds a condition for the feature depotReference to the predicate for DepotReferenceHolder, which evaluates to false unless the value of the feature depotReference satisfies the given condition.
 DepotReferenceQuery thereExistsDepotReference()
          Adds a condition for the feature depotReference to the predicate for DepotReferenceHolder, which evaluates to false unless the value of the feature depotReference satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

depotReference

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


thereExistsDepotReference

DepotReferenceQuery thereExistsDepotReference()
Adds a condition for the feature depotReference to the predicate for DepotReferenceHolder, which evaluates to false unless the value of the feature depotReference satisfies the given condition.

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


forAllDepotReference

DepotReferenceQuery forAllDepotReference()
Adds a condition for the feature depotReference to the predicate for DepotReferenceHolder, which evaluates to false unless the value of the feature depotReference 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.