org.kuali.student.common.infc
Interface Criteria

All Known Implementing Classes:
CriteriaInfo, CriteriaInfo.Builder

public interface Criteria

Criteria for a generic query


Method Summary
 List<? extends Comparison> getComparisons()
          Name: Comparisons The list of comparisons to be applied TODO: Decide if null or empty list is ok? I.e.
 Integer getMaxResults()
          Name: Maximum Results Get the maximum number of results to be returned Specify Null if do not want to limit the results
 

Method Detail

getComparisons

List<? extends Comparison> getComparisons()
Name: Comparisons The list of comparisons to be applied TODO: Decide if null or empty list is ok? I.e. can you get ALL?


getMaxResults

Integer getMaxResults()
Name: Maximum Results Get the maximum number of results to be returned Specify Null if do not want to limit the results



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.