org.opencrx.kernel.code1.cci2
Interface CodeValueEntryQuery

All Superinterfaces:
AbstractEntryQuery, AnyTypePredicate, AspectCapableQuery, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery

public interface CodeValueEntryQuery
extends AbstractEntryQuery


Method Summary
 OptionalFeaturePredicate backColor()
          Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature backColor is null or not.
 OptionalFeaturePredicate color()
          Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature color is null or not.
 OptionalFeaturePredicate fontWeight()
          Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature fontWeight is null or not.
 StringTypePredicate forAllBackColor()
          Adds a condition for the feature backColor to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature backColor satisfies the given condition.
 StringTypePredicate forAllColor()
          Adds a condition for the feature color to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature color satisfies the given condition.
 StringTypePredicate forAllFontWeight()
          Adds a condition for the feature fontWeight to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature fontWeight satisfies the given condition.
 StringTypePredicate forAllIconKey()
          Adds a condition for the feature iconKey to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature iconKey satisfies the given condition.
 StringTypePredicate forAllLongText()
          Adds a condition for the feature longText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature longText satisfy the given condition.
 StringTypePredicate forAllShortText()
          Adds a condition for the feature shortText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature shortText satisfy the given condition.
 OptionalFeaturePredicate iconKey()
          Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature iconKey is null or not.
 MultivaluedFeaturePredicate longText()
          Adds a constraint to the predicate for CodeValueEntry testing whether the feature longText has values or not.
 SimpleTypeOrder orderByBackColor()
          Allows to adds a sort instruction for CodeValueEntry depending the feature backColor Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByColor()
          Allows to adds a sort instruction for CodeValueEntry depending the feature color Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByFontWeight()
          Allows to adds a sort instruction for CodeValueEntry depending the feature fontWeight Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByIconKey()
          Allows to adds a sort instruction for CodeValueEntry depending the feature iconKey Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByLongText()
          Allows to adds a sort instruction for CodeValueEntry depending the feature longText Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByShortText()
          Allows to adds a sort instruction for CodeValueEntry depending the feature shortText Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate shortText()
          Adds a constraint to the predicate for CodeValueEntry testing whether the feature shortText has values or not.
 StringTypePredicate thereExistsBackColor()
          Adds a condition for the feature backColor to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature backColor satisfies the given condition.
 StringTypePredicate thereExistsColor()
          Adds a condition for the feature color to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature color satisfies the given condition.
 StringTypePredicate thereExistsFontWeight()
          Adds a condition for the feature fontWeight to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature fontWeight satisfies the given condition.
 StringTypePredicate thereExistsIconKey()
          Adds a condition for the feature iconKey to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature iconKey satisfies the given condition.
 StringTypePredicate thereExistsLongText()
          Adds a condition for the feature longText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature longText satisfy the given condition.
 StringTypePredicate thereExistsShortText()
          Adds a condition for the feature shortText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature shortText satisfy the given condition.
 
Methods inherited from interface org.opencrx.kernel.code1.cci2.AbstractEntryQuery
entryValue, forAllEntryValue, forAllValidFrom, forAllValidTo, orderByEntryValue, orderByValidFrom, orderByValidTo, thereExistsEntryValue, thereExistsValidFrom, thereExistsValidTo, validFrom, validTo
 
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
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
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.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

backColor

OptionalFeaturePredicate backColor()
Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature backColor is null or not.


thereExistsBackColor

StringTypePredicate thereExistsBackColor()
Adds a condition for the feature backColor to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature backColor satisfies the given condition.

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


forAllBackColor

StringTypePredicate forAllBackColor()
Adds a condition for the feature backColor to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature backColor satisfies the given condition.

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


orderByBackColor

SimpleTypeOrder orderByBackColor()
Allows to adds a sort instruction for CodeValueEntry depending the feature backColor Note: The order in which orderBy… instructions are given is relevant!


color

OptionalFeaturePredicate color()
Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature color is null or not.


thereExistsColor

StringTypePredicate thereExistsColor()
Adds a condition for the feature color to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature color satisfies the given condition.

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


forAllColor

StringTypePredicate forAllColor()
Adds a condition for the feature color to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature color satisfies the given condition.

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


orderByColor

SimpleTypeOrder orderByColor()
Allows to adds a sort instruction for CodeValueEntry depending the feature color Note: The order in which orderBy… instructions are given is relevant!


fontWeight

OptionalFeaturePredicate fontWeight()
Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature fontWeight is null or not.


thereExistsFontWeight

StringTypePredicate thereExistsFontWeight()
Adds a condition for the feature fontWeight to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature fontWeight satisfies the given condition.

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


forAllFontWeight

StringTypePredicate forAllFontWeight()
Adds a condition for the feature fontWeight to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature fontWeight satisfies the given condition.

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


orderByFontWeight

SimpleTypeOrder orderByFontWeight()
Allows to adds a sort instruction for CodeValueEntry depending the feature fontWeight Note: The order in which orderBy… instructions are given is relevant!


iconKey

OptionalFeaturePredicate iconKey()
Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature iconKey is null or not.


thereExistsIconKey

StringTypePredicate thereExistsIconKey()
Adds a condition for the feature iconKey to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature iconKey satisfies the given condition.

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


forAllIconKey

StringTypePredicate forAllIconKey()
Adds a condition for the feature iconKey to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature iconKey satisfies the given condition.

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


orderByIconKey

SimpleTypeOrder orderByIconKey()
Allows to adds a sort instruction for CodeValueEntry depending the feature iconKey Note: The order in which orderBy… instructions are given is relevant!


longText

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


thereExistsLongText

StringTypePredicate thereExistsLongText()
Adds a condition for the feature longText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature longText satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllLongText

StringTypePredicate forAllLongText()
Adds a condition for the feature longText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature longText satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByLongText

MultivaluedTypeOrder orderByLongText()
Allows to adds a sort instruction for CodeValueEntry depending the feature longText Note: The order in which orderBy… instructions are given is relevant!


shortText

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


thereExistsShortText

StringTypePredicate thereExistsShortText()
Adds a condition for the feature shortText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature shortText satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllShortText

StringTypePredicate forAllShortText()
Adds a condition for the feature shortText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature shortText satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByShortText

MultivaluedTypeOrder orderByShortText()
Allows to adds a sort instruction for CodeValueEntry depending the feature shortText Note: The order in which orderBy… instructions are given is relevant!



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