org.kuali.kfs.fp.document.dataaccess
Class OJBTravelExpenseQueryCustomizer
java.lang.Object
org.kuali.kfs.fp.document.dataaccess.OJBTravelExpenseQueryCustomizer
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.accesslayer.QueryCustomizer, org.apache.ojb.broker.metadata.AttributeContainer
public class OJBTravelExpenseQueryCustomizer
- extends Object
- implements org.apache.ojb.broker.accesslayer.QueryCustomizer
Query customizer for to seperate out the pre-paid and non prepaid collections from the dv expense table.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OJBTravelExpenseQueryCustomizer
public OJBTravelExpenseQueryCustomizer()
customizeQuery
public org.apache.ojb.broker.query.Query customizeQuery(Object arg0,
org.apache.ojb.broker.PersistenceBroker arg1,
org.apache.ojb.broker.metadata.CollectionDescriptor arg2,
org.apache.ojb.broker.query.QueryByCriteria arg3)
- Specified by:
customizeQuery
in interface org.apache.ojb.broker.accesslayer.QueryCustomizer
- See Also:
QueryCustomizer.customizeQuery(java.lang.Object,
org.apache.ojb.broker.PersistenceBroker, org.apache.ojb.broker.metadata.CollectionDescriptor,
org.apache.ojb.broker.query.QueryByCriteria)
addAttribute
public void addAttribute(String arg0,
String arg1)
- Specified by:
addAttribute
in interface org.apache.ojb.broker.metadata.AttributeContainer
- See Also:
AttributeContainer.addAttribute(java.lang.String, java.lang.String)
getAttribute
public String getAttribute(String arg0,
String arg1)
- Specified by:
getAttribute
in interface org.apache.ojb.broker.metadata.AttributeContainer
- See Also:
AttributeContainer.getAttribute(java.lang.String, java.lang.String)
getAttribute
public String getAttribute(String arg0)
- Specified by:
getAttribute
in interface org.apache.ojb.broker.metadata.AttributeContainer
- See Also:
AttributeContainer.getAttribute(java.lang.String)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.