org.caleigo.core.service
Interface SQLToolKitPS.IQualifierParser

All Known Implementing Classes:
SQLToolKitPS.CompositeQualifierParser, SQLToolKitPS.RelationQualifierParser
Enclosing interface:
SQLToolKitPS

public static interface SQLToolKitPS.IQualifierParser


Method Summary
 java.lang.String process(Qualifier qualifier, SQLToolKitPS sql, java.util.ArrayList values)
          Should produce a valid logic "term" to iclude in an sql where- statement.
 java.util.Set stateDescriptorRequirement(Qualifier qualifier, SQLToolKitPS sql)
          Should produce a set of entity descriptors that are adressed by the qualifier.
 

Method Detail

process

public java.lang.String process(Qualifier qualifier,
                                SQLToolKitPS sql,
                                java.util.ArrayList values)
Should produce a valid logic "term" to iclude in an sql where- statement.


stateDescriptorRequirement

public java.util.Set stateDescriptorRequirement(Qualifier qualifier,
                                                SQLToolKitPS sql)
Should produce a set of entity descriptors that are adressed by the qualifier.



Copyright © 2005 Caleigo. All Rights Reserved.