org.kuali.kfs.module.bc.document.dataaccess.impl
Class OjbPBGLQueryCustomizer

java.lang.Object
  extended by org.kuali.kfs.module.bc.document.dataaccess.impl.OjbPBGLQueryCustomizer
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.accesslayer.QueryCustomizer, org.apache.ojb.broker.metadata.AttributeContainer

public class OjbPBGLQueryCustomizer
extends Object
implements org.apache.ojb.broker.accesslayer.QueryCustomizer

This customizer constrains the relationship to PendingBudgetConstructionGeneralLedger so as to fetch expenditure or revenue lines based on a set of object code types

See Also:
Serialized Form

Constructor Summary
OjbPBGLQueryCustomizer()
           
 
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

OjbPBGLQueryCustomizer

public OjbPBGLQueryCustomizer()
Method Detail

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)

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)


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