org.opencrx.kernel.generic.query
Interface RatingQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, SecureObjectQuery, ViewCapableQuery
All Known Implementing Classes:
RatingFilterImpl

public interface RatingQuery
extends SecureObjectQuery, BasicObjectQuery


Method Summary
 org.w3c.cci2.OptionalFeaturePredicate description()
          Adds a constraint to the predicate for Rating testing whether the value of the feature description is null or not.
 org.w3c.cci2.StringTypePredicate forAllDescription()
          Adds a constraint for the feature description to the predicate.
 GenericAccountQuery forAllRatedBy()
          Adds a constraint for the feature ratedBy to the predicate.
 org.w3c.cci2.ComparableTypePredicate forAllRatingType()
          Adds a constraint for the feature ratingType to the predicate.
 org.w3c.cci2.SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for Rating depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByRatingLevel()
          Allows to adds a sort instruction for Rating depending the feature ratingLevel Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByRatingType()
          Allows to adds a sort instruction for Rating depending the feature ratingType Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.OptionalFeaturePredicate ratedBy()
          Adds a constraint to the predicate for Rating testing whether the value of the feature ratedBy is null or not.
 org.w3c.cci2.ComparableTypePredicate ratingLevel()
           
 org.w3c.cci2.OptionalFeaturePredicate ratingType()
          Adds a constraint to the predicate for Rating testing whether the value of the feature ratingType is null or not.
 org.w3c.cci2.StringTypePredicate thereExistsDescription()
          Adds a constraint for the feature description to the predicate.
 GenericAccountQuery thereExistsRatedBy()
          Adds a constraint for the feature ratedBy to the predicate.
 org.w3c.cci2.ComparableTypePredicate thereExistsRatingType()
          Adds a constraint for the feature ratingType to the predicate.
 
Methods inherited from interface org.opencrx.kernel.base.query.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

description

org.w3c.cci2.OptionalFeaturePredicate description()
Adds a constraint to the predicate for Rating testing whether the value of the feature description is null or not.


thereExistsDescription

org.w3c.cci2.StringTypePredicate thereExistsDescription()
Adds a constraint for the feature description to the predicate. The predicate for Rating evaluates true if its value of feature description satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDescription

org.w3c.cci2.StringTypePredicate forAllDescription()
Adds a constraint for the feature description to the predicate. The predicate for Rating evaluates true if its value of feature description satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByDescription

org.w3c.cci2.SimpleTypeOrder orderByDescription()
Allows to adds a sort instruction for Rating depending the feature description Note: The order in which orderBy… instructions are given is relevant!


ratedBy

org.w3c.cci2.OptionalFeaturePredicate ratedBy()
Adds a constraint to the predicate for Rating testing whether the value of the feature ratedBy is null or not.


thereExistsRatedBy

GenericAccountQuery thereExistsRatedBy()
Adds a constraint for the feature ratedBy to the predicate. The predicate for Rating evaluates true if its value of feature ratedBy satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllRatedBy

GenericAccountQuery forAllRatedBy()
Adds a constraint for the feature ratedBy to the predicate. The predicate for Rating evaluates true if its value of feature ratedBy satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


ratingLevel

org.w3c.cci2.ComparableTypePredicate ratingLevel()

orderByRatingLevel

org.w3c.cci2.SimpleTypeOrder orderByRatingLevel()
Allows to adds a sort instruction for Rating depending the feature ratingLevel Note: The order in which orderBy… instructions are given is relevant!


ratingType

org.w3c.cci2.OptionalFeaturePredicate ratingType()
Adds a constraint to the predicate for Rating testing whether the value of the feature ratingType is null or not.


thereExistsRatingType

org.w3c.cci2.ComparableTypePredicate thereExistsRatingType()
Adds a constraint for the feature ratingType to the predicate. The predicate for Rating evaluates true if its value of feature ratingType satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllRatingType

org.w3c.cci2.ComparableTypePredicate forAllRatingType()
Adds a constraint for the feature ratingType to the predicate. The predicate for Rating evaluates true if its value of feature ratingType satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByRatingType

org.w3c.cci2.SimpleTypeOrder orderByRatingType()
Allows to adds a sort instruction for Rating depending the feature ratingType Note: The order in which orderBy… instructions are given is relevant!



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