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

java.lang.Object
  extended byorg.outerj.daisy.query.model.Identifier.AbstractNonAclIdentifier
      extended byorg.outerj.daisy.query.model.Identifier.CollectionsValueCountIdentifier
All Implemented Interfaces:
org.outerj.daisy.query.model.Identifier.DelegateIdentifier
Enclosing class:
Identifier

public final class Identifier.CollectionsValueCountIdentifier
extends Identifier.AbstractNonAclIdentifier


Field Summary
static java.lang.String NAME
           
 
Constructor Summary
Identifier.CollectionsValueCountIdentifier()
           
 
Method Summary
 int bindSql(java.sql.PreparedStatement stmt, int bindPos)
           
 void convertLiteral(Literal literal)
           
 void generateSql(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)
           
 OutputValueType getOutputValueType()
           
 java.lang.String getTitle(java.util.Locale locale)
           
 java.lang.Object getValue(org.outerj.daisy.repository.Document document)
           
 org.outerj.daisy.repository.ValueType getValueType()
           
 boolean isOutputOnly()
           
 boolean isSymbolic()
           
 
Methods inherited from class org.outerj.daisy.query.model.Identifier.AbstractNonAclIdentifier
canTestappliesTo, getAppliesToValue, getValueCountIdentifier, isAclAllowed, isMultiValue
 
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 org.outerj.daisy.repository.ValueType getValueType()

getValue

public java.lang.Object getValue(org.outerj.daisy.repository.Document document)

getOutputValueType

public OutputValueType getOutputValueType()

getOutputValue

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

generateSql

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

bindSql

public int bindSql(java.sql.PreparedStatement stmt,
                   int bindPos)
Specified by:
bindSql in interface org.outerj.daisy.query.model.Identifier.DelegateIdentifier
Overrides:
bindSql in class Identifier.AbstractNonAclIdentifier

isSymbolic

public boolean isSymbolic()
Specified by:
isSymbolic in interface org.outerj.daisy.query.model.Identifier.DelegateIdentifier
Overrides:
isSymbolic in class Identifier.AbstractNonAclIdentifier

convertLiteral

public void convertLiteral(Literal literal)
                    throws QueryException
Specified by:
convertLiteral in interface org.outerj.daisy.query.model.Identifier.DelegateIdentifier
Overrides:
convertLiteral in class Identifier.AbstractNonAclIdentifier
Throws:
QueryException

isOutputOnly

public boolean isOutputOnly()
Specified by:
isOutputOnly in interface org.outerj.daisy.query.model.Identifier.DelegateIdentifier
Overrides:
isOutputOnly in class Identifier.AbstractNonAclIdentifier

getTitle

public java.lang.String getTitle(java.util.Locale locale)
Specified by:
getTitle in interface org.outerj.daisy.query.model.Identifier.DelegateIdentifier
Overrides:
getTitle in class Identifier.AbstractNonAclIdentifier


Copyright © -2005 . All Rights Reserved.