org.kuali.kfs.fp.document.dataaccess
Class OJBTravelExpenseQueryCustomizer

java.lang.Object
  extended by 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

Constructor Summary
OJBTravelExpenseQueryCustomizer()
           
 
Method Summary
 void addAttribute(String arg0, String arg1)
           
 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)
           
 String getAttribute(String arg0)
           
 String getAttribute(String arg0, String arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OJBTravelExpenseQueryCustomizer

public OJBTravelExpenseQueryCustomizer()
Method Detail

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.