org.caleigo.core.service
Class SQLToolKit.CompositeQualifierParser

java.lang.Object
  extended byorg.caleigo.core.service.SQLToolKit.CompositeQualifierParser
All Implemented Interfaces:
SQLToolKit.IQualifierParser
Enclosing class:
SQLToolKit

public static class SQLToolKit.CompositeQualifierParser
extends java.lang.Object
implements SQLToolKit.IQualifierParser


Constructor Summary
SQLToolKit.CompositeQualifierParser()
           
 
Method Summary
 java.lang.String process(Qualifier qualifier, SQLToolKit sql, java.lang.String alias)
          Should produce a valid logic "term" to iclude in an sql where- statement.
 java.util.Set stateDescriptorRequirement(Qualifier qualifier, SQLToolKit sql)
          Should produce a set of entity descriptors that are adressed by the qualifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLToolKit.CompositeQualifierParser

public SQLToolKit.CompositeQualifierParser()
Method Detail

process

public java.lang.String process(Qualifier qualifier,
                                SQLToolKit sql,
                                java.lang.String alias)
Description copied from interface: SQLToolKit.IQualifierParser
Should produce a valid logic "term" to iclude in an sql where- statement.

Specified by:
process in interface SQLToolKit.IQualifierParser

stateDescriptorRequirement

public java.util.Set stateDescriptorRequirement(Qualifier qualifier,
                                                SQLToolKit sql)
Description copied from interface: SQLToolKit.IQualifierParser
Should produce a set of entity descriptors that are adressed by the qualifier.

Specified by:
stateDescriptorRequirement in interface SQLToolKit.IQualifierParser


Copyright © 2005 Caleigo. All Rights Reserved.