org.kuali.student.r2.common.criteria
Class LookupCustomizer<T>

java.lang.Object
  extended by org.kuali.student.r2.common.criteria.LookupCustomizer<T>

public class LookupCustomizer<T>
extends Object


Nested Class Summary
static class LookupCustomizer.Builder<T>
           
static interface LookupCustomizer.PredicateTransform
           
static interface LookupCustomizer.Transform<P,R>
           
 
Method Summary
 Predicate applyAdditionalTransforms(Predicate predicate, Criteria criteria)
           
 Predicate applyPredicateTransforms(Predicate predicate, Criteria criteria)
           
 T applyResultTransforms(Object o)
           
 List<LookupCustomizer.PredicateTransform> getAdditionalTransforms()
           
 List<LookupCustomizer.PredicateTransform> getPredicateTransforms()
           
 LookupCustomizer.Transform<T,T> getResultTransform()
           
 void setAdditionalTransforms(List<LookupCustomizer.PredicateTransform> additionalTransforms)
           
 void setPredicateTransforms(List<LookupCustomizer.PredicateTransform> predicateTransforms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

applyAdditionalTransforms

public Predicate applyAdditionalTransforms(Predicate predicate,
                                           Criteria criteria)

applyPredicateTransforms

public Predicate applyPredicateTransforms(Predicate predicate,
                                          Criteria criteria)

applyResultTransforms

public T applyResultTransforms(Object o)

getAdditionalTransforms

public List<LookupCustomizer.PredicateTransform> getAdditionalTransforms()

setAdditionalTransforms

public void setAdditionalTransforms(List<LookupCustomizer.PredicateTransform> additionalTransforms)

getPredicateTransforms

public List<LookupCustomizer.PredicateTransform> getPredicateTransforms()

setPredicateTransforms

public void setPredicateTransforms(List<LookupCustomizer.PredicateTransform> predicateTransforms)

getResultTransform

public LookupCustomizer.Transform<T,T> getResultTransform()


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