org.kuali.rice.kim.impl.common.attribute
Class AttributeTransform
java.lang.Object
org.kuali.rice.kim.impl.common.attribute.AttributeTransform
- All Implemented Interfaces:
- Transform<QueryByCriteria,QueryByCriteria>
public final class AttributeTransform
- extends Object
- implements Transform<QueryByCriteria,QueryByCriteria>
this is an internal class used by kim service implementations that have generic lookup methods for classes
with "attributes".
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
apply
public QueryByCriteria apply(QueryByCriteria input)
- Description copied from interface:
Transform
- Applies the transformation to the
input
.
- Specified by:
apply
in interface Transform<QueryByCriteria,QueryByCriteria>
- Parameters:
input
- the entity before the transformation
- Returns:
- a transformed
input
or null if it should be removed
getInstance
public static Transform<QueryByCriteria,QueryByCriteria> getInstance()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.