|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.inquiry.KualiInquirableImpl
org.kuali.kfs.sys.businessobject.inquiry.KfsInquirableImpl
org.kuali.kfs.gl.businessobject.inquiry.AbstractGeneralLedgerInquirableImpl
org.kuali.kfs.gl.businessobject.inquiry.EncumbranceInquirableImpl
public class EncumbranceInquirableImpl
Builds an inquirable to build inquiry links for fields in the encumbrance lookup. That lookup has no drill downs outside of chart attributes, so this class returns null for many classes.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl |
---|
businessObjectClass, businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, dataDictionaryService, encryptionService, inactiveRecordDisplay, INQUIRY_TITLE_PREFIX, kualiConfigurationService, lookupService, persistenceStructureService, SUPER_CLASS_TRANSLATOR_LIST |
Constructor Summary | |
---|---|
EncumbranceInquirableImpl()
|
Method Summary | |
---|---|
protected void |
addMoreParameters(Properties parameter,
String attributeName)
Adds no parameters at all |
protected List |
buildUserDefinedAttributeKeyList()
Since there are no user defined attributes, returns null |
protected String |
getAttributeName(String attributeName)
Returns null for any attribute |
protected String |
getBaseUrl()
Returns the base inquiry url to search...in this case, nothing |
protected Class |
getInquiryBusinessObjectClass(String attributeName)
The class name of the business object that should be inquired on for the attribute |
protected String |
getKeyName(String keyName)
Given a key name, returns null |
protected Object |
getKeyValue(String keyName,
Object keyValue)
Returns null for any name/value pair its handed |
protected String |
getLookupableImplAttributeName()
Returns null as the lookupable impl for this inquiry |
protected Map |
getUserDefinedAttributeMap()
Returns null as the map, as there are no drill downs here |
Methods inherited from class org.kuali.kfs.gl.businessobject.inquiry.AbstractGeneralLedgerInquirableImpl |
---|
getBusinessObject, getDocTypeInquiryUrl, getFieldValues, getInquiryUrl, getInquiryUrl, getNestedInquiryBusinessObjectClass, isExclusiveField, recoverFieldValueFromConsolidation, setBusinessObject |
Methods inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl |
---|
addAdditionalSections, createTitleText, getBusinessObject, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataDictionaryService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getPersistenceStructureService, getSections, getShowInactiveRecords, getTitle, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setDataDictionaryService, setEncryptionService, setKualiConfigurationService, setLookupService, setPersistenceStructureService, setShowInactiveRecords |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncumbranceInquirableImpl()
Method Detail |
---|
protected List buildUserDefinedAttributeKeyList()
buildUserDefinedAttributeKeyList
in class AbstractGeneralLedgerInquirableImpl
AbstractGeneralLedgerInquirableImpl.buildUserDefinedAttributeKeyList()
protected Map getUserDefinedAttributeMap()
getUserDefinedAttributeMap
in class AbstractGeneralLedgerInquirableImpl
AbstractGeneralLedgerInquirableImpl.getUserDefinedAttributeMap()
protected String getAttributeName(String attributeName)
getAttributeName
in class AbstractGeneralLedgerInquirableImpl
attributeName
- the name of an attribute for the inquiry
AbstractGeneralLedgerInquirableImpl.getAttributeName(java.lang.String)
protected Object getKeyValue(String keyName, Object keyValue)
getKeyValue
in class AbstractGeneralLedgerInquirableImpl
keyName
- the name of the key to lookupkeyValue
- the value of the key to lookup
AbstractGeneralLedgerInquirableImpl.getKeyValue(java.lang.String, java.lang.Object)
protected String getKeyName(String keyName)
getKeyName
in class AbstractGeneralLedgerInquirableImpl
keyName
- the key name to change on the fly
AbstractGeneralLedgerInquirableImpl.getKeyName(java.lang.String)
protected String getLookupableImplAttributeName()
getLookupableImplAttributeName
in class AbstractGeneralLedgerInquirableImpl
AbstractGeneralLedgerInquirableImpl.getLookupableImplAttributeName()
protected String getBaseUrl()
getBaseUrl
in class AbstractGeneralLedgerInquirableImpl
AbstractGeneralLedgerInquirableImpl.getBaseUrl()
protected Class getInquiryBusinessObjectClass(String attributeName)
getInquiryBusinessObjectClass
in class AbstractGeneralLedgerInquirableImpl
the
- attribute name to build an inquiry for
AbstractGeneralLedgerInquirableImpl.getInquiryBusinessObjectClass(java.lang.String)
protected void addMoreParameters(Properties parameter, String attributeName)
addMoreParameters
in class AbstractGeneralLedgerInquirableImpl
parameter
- the parameter map to add new propertiesattributeName
- the name of the attribute being inquired onAbstractGeneralLedgerInquirableImpl.addMoreParameters(java.util.Properties, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |