org.kuali.kfs.module.purap.dataaccess.impl
Class KualiQueryCustomizerDefaultImpl
java.lang.Object
org.apache.ojb.broker.accesslayer.QueryCustomizerDefaultImpl
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
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 |
KualiQueryCustomizerDefaultImpl
public KualiQueryCustomizerDefaultImpl()
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.