org.kuali.kfs.module.purap.dataaccess.impl
Class KualiQueryCustomizerDefaultImpl

java.lang.Object
  extended by org.apache.ojb.broker.accesslayer.QueryCustomizerDefaultImpl
      extended by org.kuali.kfs.module.purap.dataaccess.impl.KualiQueryCustomizerDefaultImpl
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.accesslayer.QueryCustomizer, org.apache.ojb.broker.metadata.AttributeContainer
Direct Known Subclasses:
PurapItemQueryCustomizer

public abstract class KualiQueryCustomizerDefaultImpl
extends org.apache.ojb.broker.accesslayer.QueryCustomizerDefaultImpl

Contains methods of use to other QueryCustomizers

See Also:
Serialized Form

Constructor Summary
KualiQueryCustomizerDefaultImpl()
           
 
Method Summary
 Map<String,String> getAttributes()
          exposes the list of attributes specified in the ojb file.
 
Methods inherited from class org.apache.ojb.broker.accesslayer.QueryCustomizerDefaultImpl
addAttribute, customizeQuery, getAttribute, getAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KualiQueryCustomizerDefaultImpl

public KualiQueryCustomizerDefaultImpl()
Method Detail

getAttributes

public Map<String,String> getAttributes()
exposes the list of attributes specified in the ojb file. This is necessary since the super class does not expose this.

Returns:
a list of attributes


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