public class EncumbranceInquirableImpl extends AbstractGeneralLedgerInquirableImpl
Constructor and Description |
---|
EncumbranceInquirableImpl() |
Modifier and Type | Method and Description |
---|---|
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
|
org.kuali.rice.kns.lookup.HtmlData |
getInquiryUrl(org.kuali.rice.krad.bo.BusinessObject businessObject,
String attributeName)
Helper method to build an inquiry url for a result field.
|
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
|
getBusinessObject, getDocTypeInquiryUrl, getFieldValues, getInquiryUrl, getNestedInquiryBusinessObjectClass, isExclusiveField, recoverFieldValueFromConsolidation, setBusinessObject
addAdditionalSections, createTitleText, getBusinessObject, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getSections, getShowInactiveRecords, getTitle, retrieveDataObject, setBusinessObjectAuthorizationService, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setEncryptionService, setLookupService, setShowInactiveRecords
buildInquirableLink, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getKualiModuleService, getLegacyDataAdapter, retrieveKeySetFromMap, setDataObjectClass
addCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, containsDuplicateLine, extractNewValuesAndAssign, extractSingleValue, filterByReturnedFieldConversions, getConfigurationService, getDataObjectService, getDefaultValueForField, getExpressionEvaluatorFactory, getViewDictionaryService, isDuplicateLine, linkAddedLine, logAndThrowRuntime, performAddLineValidation, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterEditLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeEditLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionCloseEditLineDialog, processCollectionDeleteLine, processCollectionEditLine, processCollectionRetrieveEditLineDialog, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setDataObjectService, setElementContext, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryService
public EncumbranceInquirableImpl()
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 inquiryAbstractGeneralLedgerInquirableImpl.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 lookupAbstractGeneralLedgerInquirableImpl.getKeyValue(java.lang.String, java.lang.Object)
protected String getKeyName(String keyName)
getKeyName
in class AbstractGeneralLedgerInquirableImpl
keyName
- the key name to change on the flyAbstractGeneralLedgerInquirableImpl.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 forAbstractGeneralLedgerInquirableImpl.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)
public org.kuali.rice.kns.lookup.HtmlData getInquiryUrl(org.kuali.rice.krad.bo.BusinessObject businessObject, String attributeName)
AbstractGeneralLedgerInquirableImpl
getInquiryUrl
in class AbstractGeneralLedgerInquirableImpl
businessObject
- the business object instance to build the urls forattributeName
- the attribute name which links to an inquirableCopyright © 2004–2014 The Kuali Foundation. All rights reserved.