org.outerj.daisy.query.model
Class Identifier.CollectionsValueCountIdentifier

java.lang.Object
  extended by org.outerj.daisy.query.model.Identifier.AbstractIdentifier
      extended by org.outerj.daisy.query.model.Identifier.AbstractNonAclIdentifier
          extended by org.outerj.daisy.query.model.Identifier.CollectionsValueCountIdentifier
Enclosing class:
Identifier

public final class Identifier.CollectionsValueCountIdentifier
extends Identifier.AbstractNonAclIdentifier


Field Summary
static java.lang.String NAME
           
 
Constructor Summary
Identifier.CollectionsValueCountIdentifier()
           
 
Method Summary
 java.lang.Object evaluate(org.outerj.daisy.repository.Document document, org.outerj.daisy.repository.Version version)
           
 void generateSqlValueExpr(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 java.lang.String getName()
           
 java.lang.Object getOutputValue(org.outerj.daisy.repository.Document document, org.outerj.daisy.repository.Version version)
           
 QValueType getOutputValueType()
           
 java.lang.String getTitle(java.util.Locale locale)
           
 QValueType getValueType()
           
 boolean isOutputOnly()
           
 boolean isSymbolic()
           
 
Methods inherited from class org.outerj.daisy.query.model.Identifier.AbstractNonAclIdentifier
isAclAllowed
 
Methods inherited from class org.outerj.daisy.query.model.Identifier.AbstractIdentifier
bindPreConditions, bindValueExpr, canTestappliesTo, getSqlPreConditions, getValueCountIdentifier, isMultiValue, translateSymbolic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

Identifier.CollectionsValueCountIdentifier

public Identifier.CollectionsValueCountIdentifier()
Method Detail

getName

public java.lang.String getName()

getValueType

public QValueType getValueType()

evaluate

public java.lang.Object evaluate(org.outerj.daisy.repository.Document document,
                                 org.outerj.daisy.repository.Version version)

getOutputValueType

public QValueType getOutputValueType()

getOutputValue

public java.lang.Object getOutputValue(org.outerj.daisy.repository.Document document,
                                       org.outerj.daisy.repository.Version version)

generateSqlValueExpr

public void generateSqlValueExpr(java.lang.StringBuffer sql,
                                 SqlGenerationContext context)

isSymbolic

public boolean isSymbolic()
Overrides:
isSymbolic in class Identifier.AbstractIdentifier

isOutputOnly

public boolean isOutputOnly()
Overrides:
isOutputOnly in class Identifier.AbstractIdentifier

getTitle

public java.lang.String getTitle(java.util.Locale locale)
Overrides:
getTitle in class Identifier.AbstractIdentifier


Copyright © -2012 . All Rights Reserved.