org.kuali.student.contract.model.test.source
Interface Criteria

All Known Implementing Classes:
CriteriaInfo, CriteriaInfo.Builder

public interface Criteria

Criteria for a generic query


Method Summary
 List<? extends Comparison> getComparisons()
          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()
The list of comparisons to be applied TODO: Decide if null or empty list is ok? I.e. can you get ALL?

Returns:
list of comparisons

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.