org.openmdx.ui1.query
Interface DateFieldQuery

All Superinterfaces:
AbstractFieldQuery, org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, LabelledFieldQuery, ValuedFieldQuery, ViewCapableQuery
All Known Implementing Classes:
DateFieldFilterImpl

public interface DateFieldQuery
extends ValuedFieldQuery


Method Summary
 org.w3c.cci2.ComparableTypePredicate forAllMaxDate()
          Adds a constraint for the feature maxDate to the predicate.
 org.w3c.cci2.ComparableTypePredicate forAllMinDate()
          Adds a constraint for the feature minDate to the predicate.
 org.w3c.cci2.StringTypePredicate format()
           
 org.w3c.cci2.OptionalFeaturePredicate maxDate()
          Adds a constraint to the predicate for DateField testing whether the value of the feature maxDate is null or not.
 org.w3c.cci2.OptionalFeaturePredicate minDate()
          Adds a constraint to the predicate for DateField testing whether the value of the feature minDate is null or not.
 org.w3c.cci2.SimpleTypeOrder orderByFormat()
          Allows to adds a sort instruction for DateField depending the feature format Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByMaxDate()
          Allows to adds a sort instruction for DateField depending the feature maxDate Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByMinDate()
          Allows to adds a sort instruction for DateField depending the feature minDate Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.ComparableTypePredicate thereExistsMaxDate()
          Adds a constraint for the feature maxDate to the predicate.
 org.w3c.cci2.ComparableTypePredicate thereExistsMinDate()
          Adds a constraint for the feature minDate to the predicate.
 
Methods inherited from interface org.openmdx.ui1.query.ValuedFieldQuery
dataBindingName, defaultValue, eventHandler, featureName, filterable, forAllDataBindingName, forAllDefaultValue, forAllEventHandler, forAllFeatureName, forAllQualifiedFeatureName, multiplicity, orderByDataBindingName, orderByDefaultValue, orderByEventHandler, orderByFeatureName, orderByFilterable, orderByMultiplicity, orderByQualifiedFeatureName, orderBySkipRow, orderBySortable, orderBySpanRow, qualifiedFeatureName, skipRow, sortable, spanRow, thereExistsDataBindingName, thereExistsDefaultValue, thereExistsEventHandler, thereExistsFeatureName, thereExistsQualifiedFeatureName
 
Methods inherited from interface org.openmdx.ui1.query.LabelledFieldQuery
forAllLabel, forAllShortLabel, label, orderByLabel, orderByShortLabel, shortLabel, thereExistsLabel, thereExistsShortLabel
 
Methods inherited from interface org.openmdx.ui1.query.AbstractFieldQuery
backColor, color, fontBold, fontColor, fontItalic, fontName, fontSize, fontStrikeout, fontUnderline, forAllBackColor, forAllColor, forAllFontColor, orderByBackColor, orderByColor, orderByFontBold, orderByFontColor, orderByFontItalic, orderByFontName, orderByFontSize, orderByFontStrikeout, orderByFontUnderline, thereExistsBackColor, thereExistsColor, thereExistsFontColor
 
Methods inherited from interface org.openmdx.ui1.query.ElementQuery
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip
 
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.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

format

org.w3c.cci2.StringTypePredicate format()

orderByFormat

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


maxDate

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


thereExistsMaxDate

org.w3c.cci2.ComparableTypePredicate thereExistsMaxDate()
Adds a constraint for the feature maxDate to the predicate. The predicate for DateField evaluates true if its value of feature maxDate 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!


forAllMaxDate

org.w3c.cci2.ComparableTypePredicate forAllMaxDate()
Adds a constraint for the feature maxDate to the predicate. The predicate for DateField evaluates true if its value of feature maxDate 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!


orderByMaxDate

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


minDate

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


thereExistsMinDate

org.w3c.cci2.ComparableTypePredicate thereExistsMinDate()
Adds a constraint for the feature minDate to the predicate. The predicate for DateField evaluates true if its value of feature minDate 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!


forAllMinDate

org.w3c.cci2.ComparableTypePredicate forAllMinDate()
Adds a constraint for the feature minDate to the predicate. The predicate for DateField evaluates true if its value of feature minDate 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!


orderByMinDate

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



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