org.opencrx.kernel.account1.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 account()
          Adds a constraint to the predicate for Segment testing whether the feature account has values or not.
 MultivaluedFeaturePredicate accountFilter()
          Adds a constraint to the predicate for Segment testing whether the feature accountFilter has values or not.
 MultivaluedFeaturePredicate address()
          Adds a constraint to the predicate for Segment testing whether the feature address has values or not.
 MultivaluedFeaturePredicate addressFilter()
          Adds a constraint to the predicate for Segment testing whether the feature addressFilter has values or not.
 MultivaluedFeaturePredicate competitor()
          Adds a constraint to the predicate for Segment testing whether the feature competitor has values or not.
 AccountQuery forAllAccount()
          Adds a condition for the feature account to the predicate for Segment, which evaluates to false unless the value of the feature account satisfies the given condition.
 AccountFilterGlobalQuery forAllAccountFilter()
          Adds a condition for the feature accountFilter to the predicate for Segment, which evaluates to false unless the value of the feature accountFilter satisfies the given condition.
 AccountAddressQuery forAllAddress()
          Adds a condition for the feature address to the predicate for Segment, which evaluates to false unless the value of the feature address satisfies the given condition.
 AddressFilterGlobalQuery forAllAddressFilter()
          Adds a condition for the feature addressFilter to the predicate for Segment, which evaluates to false unless the value of the feature addressFilter satisfies the given condition.
 CompetitorQuery forAllCompetitor()
          Adds a condition for the feature competitor to the predicate for Segment, which evaluates to false unless the value of the feature competitor satisfies the given condition.
 OrganizationQuery forAllOrganization()
          Adds a condition for the feature organization to the predicate for Segment, which evaluates to false unless the value of the feature organization satisfies the given condition.
 SearchIndexEntryQuery forAllSearchIndexEntry()
          Adds a condition for the feature searchIndexEntry to the predicate for Segment, which evaluates to false unless the value of the feature searchIndexEntry satisfies the given condition.
 MultivaluedFeaturePredicate organization()
          Adds a constraint to the predicate for Segment testing whether the feature organization has values or not.
 MultivaluedFeaturePredicate searchIndexEntry()
          Adds a constraint to the predicate for Segment testing whether the feature searchIndexEntry has values or not.
 AccountQuery thereExistsAccount()
          Adds a condition for the feature account to the predicate for Segment, which evaluates to false unless the value of the feature account satisfies the given condition.
 AccountFilterGlobalQuery thereExistsAccountFilter()
          Adds a condition for the feature accountFilter to the predicate for Segment, which evaluates to false unless the value of the feature accountFilter satisfies the given condition.
 AccountAddressQuery thereExistsAddress()
          Adds a condition for the feature address to the predicate for Segment, which evaluates to false unless the value of the feature address satisfies the given condition.
 AddressFilterGlobalQuery thereExistsAddressFilter()
          Adds a condition for the feature addressFilter to the predicate for Segment, which evaluates to false unless the value of the feature addressFilter satisfies the given condition.
 CompetitorQuery thereExistsCompetitor()
          Adds a condition for the feature competitor to the predicate for Segment, which evaluates to false unless the value of the feature competitor satisfies the given condition.
 OrganizationQuery thereExistsOrganization()
          Adds a condition for the feature organization to the predicate for Segment, which evaluates to false unless the value of the feature organization satisfies the given condition.
 SearchIndexEntryQuery thereExistsSearchIndexEntry()
          Adds a condition for the feature searchIndexEntry to the predicate for Segment, which evaluates to false unless the value of the feature searchIndexEntry 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

account

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


thereExistsAccount

AccountQuery thereExistsAccount()
Adds a condition for the feature account to the predicate for Segment, which evaluates to false unless the value of the feature account satisfies the given condition.

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


forAllAccount

AccountQuery forAllAccount()
Adds a condition for the feature account to the predicate for Segment, which evaluates to false unless the value of the feature account satisfies the given condition.

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


accountFilter

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


thereExistsAccountFilter

AccountFilterGlobalQuery thereExistsAccountFilter()
Adds a condition for the feature accountFilter to the predicate for Segment, which evaluates to false unless the value of the feature accountFilter satisfies the given condition.

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


forAllAccountFilter

AccountFilterGlobalQuery forAllAccountFilter()
Adds a condition for the feature accountFilter to the predicate for Segment, which evaluates to false unless the value of the feature accountFilter satisfies the given condition.

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


address

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


thereExistsAddress

AccountAddressQuery thereExistsAddress()
Adds a condition for the feature address to the predicate for Segment, which evaluates to false unless the value of the feature address satisfies the given condition.

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


forAllAddress

AccountAddressQuery forAllAddress()
Adds a condition for the feature address to the predicate for Segment, which evaluates to false unless the value of the feature address satisfies the given condition.

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


addressFilter

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


thereExistsAddressFilter

AddressFilterGlobalQuery thereExistsAddressFilter()
Adds a condition for the feature addressFilter to the predicate for Segment, which evaluates to false unless the value of the feature addressFilter satisfies the given condition.

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


forAllAddressFilter

AddressFilterGlobalQuery forAllAddressFilter()
Adds a condition for the feature addressFilter to the predicate for Segment, which evaluates to false unless the value of the feature addressFilter satisfies the given condition.

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


competitor

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


thereExistsCompetitor

CompetitorQuery thereExistsCompetitor()
Adds a condition for the feature competitor to the predicate for Segment, which evaluates to false unless the value of the feature competitor satisfies the given condition.

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


forAllCompetitor

CompetitorQuery forAllCompetitor()
Adds a condition for the feature competitor to the predicate for Segment, which evaluates to false unless the value of the feature competitor satisfies the given condition.

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


organization

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


thereExistsOrganization

OrganizationQuery thereExistsOrganization()
Adds a condition for the feature organization to the predicate for Segment, which evaluates to false unless the value of the feature organization satisfies the given condition.

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


forAllOrganization

OrganizationQuery forAllOrganization()
Adds a condition for the feature organization to the predicate for Segment, which evaluates to false unless the value of the feature organization satisfies the given condition.

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


searchIndexEntry

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


thereExistsSearchIndexEntry

SearchIndexEntryQuery thereExistsSearchIndexEntry()
Adds a condition for the feature searchIndexEntry to the predicate for Segment, which evaluates to false unless the value of the feature searchIndexEntry satisfies the given condition.

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


forAllSearchIndexEntry

SearchIndexEntryQuery forAllSearchIndexEntry()
Adds a condition for the feature searchIndexEntry to the predicate for Segment, which evaluates to false unless the value of the feature searchIndexEntry 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.