org.kuali.student.r2.common.infc
Interface Criteria

All Known Implementing Classes:
CriteriaInfo

Deprecated.

@Deprecated
public interface Criteria

Criteria for a generic query


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



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.