org.opencrx.kernel.generic.cci2
Interface LocalizedFieldQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtendedQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery

public interface LocalizedFieldQuery
extends SecureObjectQuery, ExtendedQuery, BasicObjectQuery


Method Summary
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for LocalizedField testing whether the value of the feature description is null or not.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for LocalizedField, which evaluates to false unless the value of the feature description satisfies the given condition.
 StringTypePredicate forAllLocalizedValue()
          Adds a condition for the feature localizedValue to the predicate for LocalizedField, which evaluates to false unless the value of the feature localizedValue satisfies the given condition.
 ComparableTypePredicate<Short> locale()
           
 OptionalFeaturePredicate localizedValue()
          Adds a constraint to the predicate for LocalizedField testing whether the value of the feature localizedValue is null or not.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for LocalizedField depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByLocale()
          Allows to adds a sort instruction for LocalizedField depending the feature locale Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByLocalizedValue()
          Allows to adds a sort instruction for LocalizedField depending the feature localizedValue Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for LocalizedField depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByUsage()
          Allows to adds a sort instruction for LocalizedField depending the feature usage Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for LocalizedField, which evaluates to false unless the value of the feature description satisfies the given condition.
 StringTypePredicate thereExistsLocalizedValue()
          Adds a condition for the feature localizedValue to the predicate for LocalizedField, which evaluates to false unless the value of the feature localizedValue satisfies the given condition.
 ComparableTypePredicate<Short> usage()
           
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.ExtendedQuery
extBoolean0, extBoolean1, extBoolean2, extBoolean3, extBoolean4, extCode0, extCode1, extCode2, extCode3, extCode4, extDate0, extDate1, extDate2, extDate3, extDate4, extDateTime0, extDateTime1, extDateTime2, extDateTime3, extDateTime4, extNumber0, extNumber1, extNumber2, extNumber3, extNumber4, extString0, extString1, extString2, extString3, extString4, forAllExtBoolean0, forAllExtBoolean1, forAllExtBoolean2, forAllExtBoolean3, forAllExtBoolean4, forAllExtCode0, forAllExtCode1, forAllExtCode2, forAllExtCode3, forAllExtCode4, forAllExtDate0, forAllExtDate1, forAllExtDate2, forAllExtDate3, forAllExtDate4, forAllExtDateTime0, forAllExtDateTime1, forAllExtDateTime2, forAllExtDateTime3, forAllExtDateTime4, forAllExtNumber0, forAllExtNumber1, forAllExtNumber2, forAllExtNumber3, forAllExtNumber4, forAllExtString0, forAllExtString1, forAllExtString2, forAllExtString3, forAllExtString4, orderByExtBoolean0, orderByExtBoolean1, orderByExtBoolean2, orderByExtBoolean3, orderByExtBoolean4, orderByExtCode0, orderByExtCode1, orderByExtCode2, orderByExtCode3, orderByExtCode4, orderByExtDate0, orderByExtDate1, orderByExtDate2, orderByExtDate3, orderByExtDate4, orderByExtDateTime0, orderByExtDateTime1, orderByExtDateTime2, orderByExtDateTime3, orderByExtDateTime4, orderByExtNumber0, orderByExtNumber1, orderByExtNumber2, orderByExtNumber3, orderByExtNumber4, orderByExtString0, orderByExtString1, orderByExtString2, orderByExtString3, orderByExtString4, thereExistsExtBoolean0, thereExistsExtBoolean1, thereExistsExtBoolean2, thereExistsExtBoolean3, thereExistsExtBoolean4, thereExistsExtCode0, thereExistsExtCode1, thereExistsExtCode2, thereExistsExtCode3, thereExistsExtCode4, thereExistsExtDate0, thereExistsExtDate1, thereExistsExtDate2, thereExistsExtDate3, thereExistsExtDate4, thereExistsExtDateTime0, thereExistsExtDateTime1, thereExistsExtDateTime2, thereExistsExtDateTime3, thereExistsExtDateTime4, thereExistsExtNumber0, thereExistsExtNumber1, thereExistsExtNumber2, thereExistsExtNumber3, thereExistsExtNumber4, thereExistsExtString0, thereExistsExtString1, thereExistsExtString2, thereExistsExtString3, thereExistsExtString4
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

description

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


thereExistsDescription

StringTypePredicate thereExistsDescription()
Adds a condition for the feature description to the predicate for LocalizedField, which evaluates to false unless the value of the feature description satisfies the given condition.

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


forAllDescription

StringTypePredicate forAllDescription()
Adds a condition for the feature description to the predicate for LocalizedField, which evaluates to false unless the value of the feature description satisfies the given condition.

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


orderByDescription

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


locale

ComparableTypePredicate<Short> locale()

orderByLocale

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


localizedValue

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


thereExistsLocalizedValue

StringTypePredicate thereExistsLocalizedValue()
Adds a condition for the feature localizedValue to the predicate for LocalizedField, which evaluates to false unless the value of the feature localizedValue satisfies the given condition.

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


forAllLocalizedValue

StringTypePredicate forAllLocalizedValue()
Adds a condition for the feature localizedValue to the predicate for LocalizedField, which evaluates to false unless the value of the feature localizedValue satisfies the given condition.

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


orderByLocalizedValue

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


name

StringTypePredicate name()

orderByName

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


usage

ComparableTypePredicate<Short> usage()

orderByUsage

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



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