public class CashBalanceInquirableImpl extends AbstractGeneralLedgerInquirableImpl
| Constructor and Description |
|---|
CashBalanceInquirableImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMoreParameters(Properties parameter,
String attributeName)
Adds no parameters at all
|
List |
buildUserDefinedAttributeKeyList()
Since there are no user defined attributes, returns null
|
String |
getAttributeName(String attributeName)
Returns null for any attribute
|
String |
getBaseUrl()
Returns the base inquiry url to search...in this case, nothing
|
Class |
getInquiryBusinessObjectClass(String attributeName)
The class name of the business object that should be inquired on for the attribute
|
String |
getKeyName(String keyName)
Given a key name, returns null
|
Object |
getKeyValue(String keyName,
Object keyValue)
Returns null for any name/value pair its handed
|
String |
getLookupableImplAttributeName()
Returns null as the lookupable impl for this inquiry
|
Map |
getUserDefinedAttributeMap()
Returns null as the map, as there are no drill downs here
|
getBusinessObject, getDocTypeInquiryUrl, getFieldValues, getInquiryUrl, getInquiryUrl, getNestedInquiryBusinessObjectClass, isExclusiveField, recoverFieldValueFromConsolidation, setBusinessObjectaddAdditionalSections, createTitleText, getBusinessObject, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getSections, getShowInactiveRecords, getTitle, retrieveDataObject, setBusinessObjectAuthorizationService, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setEncryptionService, setLookupService, setShowInactiveRecordsbuildInquirableLink, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getKualiModuleService, retrieveKeySetFromMap, setDataObjectClassaddCustomContainerComponents, addLine, adjustIdIfNecessary, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildExportTableData, buildExportTableRow, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getBusinessObjectService, getCommonContext, getConfigurationService, getExportTableFormatOptions, getExpressionEvaluator, getPersistenceService, getPersistenceStructureService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterSaveLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReferences, retrieveEditModesAndActionFlags, runComponentModifiers, setBusinessObjectService, setConfigurationService, setDataDictionaryService, setExpressionEvaluator, setPersistenceService, setPersistenceStructureService, setViewContext, setViewDictionaryService, spawnSubLifecyle, syncClientSideStateForComponentpublic CashBalanceInquirableImpl()
public List buildUserDefinedAttributeKeyList()
buildUserDefinedAttributeKeyList in class AbstractGeneralLedgerInquirableImplAbstractGeneralLedgerInquirableImpl.buildUserDefinedAttributeKeyList()public Map getUserDefinedAttributeMap()
getUserDefinedAttributeMap in class AbstractGeneralLedgerInquirableImplAbstractGeneralLedgerInquirableImpl.getUserDefinedAttributeMap()public String getAttributeName(String attributeName)
getAttributeName in class AbstractGeneralLedgerInquirableImplattributeName - the name of an attribute for the inquiryAbstractGeneralLedgerInquirableImpl.getAttributeName(java.lang.String)public Object getKeyValue(String keyName, Object keyValue)
getKeyValue in class AbstractGeneralLedgerInquirableImplkeyName - the name of the key to lookupkeyValue - the value of the key to lookupAbstractGeneralLedgerInquirableImpl.getKeyValue(java.lang.String, java.lang.Object)public String getKeyName(String keyName)
getKeyName in class AbstractGeneralLedgerInquirableImplkeyName - the key name to change on the flyAbstractGeneralLedgerInquirableImpl.getKeyName(java.lang.String)public String getLookupableImplAttributeName()
getLookupableImplAttributeName in class AbstractGeneralLedgerInquirableImplAbstractGeneralLedgerInquirableImpl.getLookupableImplAttributeName()public String getBaseUrl()
getBaseUrl in class AbstractGeneralLedgerInquirableImplAbstractGeneralLedgerInquirableImpl.getBaseUrl()public Class getInquiryBusinessObjectClass(String attributeName)
getInquiryBusinessObjectClass in class AbstractGeneralLedgerInquirableImplthe - attribute name to build an inquiry forAbstractGeneralLedgerInquirableImpl.getInquiryBusinessObjectClass(java.lang.String)public void addMoreParameters(Properties parameter, String attributeName)
addMoreParameters in class AbstractGeneralLedgerInquirableImplparameter - the parameter map to add new propertiesattributeName - the name of the attribute being inquired onAbstractGeneralLedgerInquirableImpl.addMoreParameters(java.util.Properties, java.lang.String)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.