public class AccountBalanceByConsolidationInquirableImpl extends AbstractGeneralLedgerInquirableImpl
| Constructor and Description |
|---|
AccountBalanceByConsolidationInquirableImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMoreParameters(Properties parameter,
String attributeName)
For a given attribute, lets this inquiry add more parameters
|
protected List |
buildUserDefinedAttributeKeyList()
Builds a list of attributes for finding the values for this inquiry.
|
protected String |
getAttributeName(String attributeName)
Converts attribute names for the inquiry screen
|
protected String |
getBaseUrl()
The base url that inquires of this type need to be sent to
|
protected Class |
getInquiryBusinessObjectClass(String attributeName)
The business object class this inquiry should be returning for a given attribute - in this case, AccountBalanceByLevel for the LINK_BUTTON_OPTION
|
protected String |
getKeyName(String keyName)
Given a key name, returns the key name; this implementation just passes back what it gets
|
protected Object |
getKeyValue(String keyName,
Object keyValue)
Overrides the key value with a blank string if it's an exclusive value
|
protected String |
getLookupableImplAttributeName()
The name of this inquiry
|
protected Map |
getUserDefinedAttributeMap()
Generates an attribute map of fields created simply for this inquiry
|
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 AccountBalanceByConsolidationInquirableImpl()
protected List buildUserDefinedAttributeKeyList()
buildUserDefinedAttributeKeyList in class AbstractGeneralLedgerInquirableImplAbstractGeneralLedgerInquirableImpl.buildUserDefinedAttributeKeyList()protected Map getUserDefinedAttributeMap()
getUserDefinedAttributeMap in class AbstractGeneralLedgerInquirableImplAbstractGeneralLedgerInquirableImpl.getUserDefinedAttributeMap()protected String getAttributeName(String attributeName)
getAttributeName in class AbstractGeneralLedgerInquirableImplattributeName - the given attribute nameAbstractGeneralLedgerInquirableImpl.getAttributeName(java.lang.String)protected Object getKeyValue(String keyName, Object keyValue)
getKeyValue in class AbstractGeneralLedgerInquirableImplkeyName - the keyName of the key to checkkeyValue - the value of the key to checkAbstractGeneralLedgerInquirableImpl.getKeyValue(java.lang.String, java.lang.Object)protected String getKeyName(String keyName)
getKeyName in class AbstractGeneralLedgerInquirableImplkeyName - the given key nameAbstractGeneralLedgerInquirableImpl.getKeyName(java.lang.String)protected String getLookupableImplAttributeName()
getLookupableImplAttributeName in class AbstractGeneralLedgerInquirableImplAbstractGeneralLedgerInquirableImpl.getLookupableImplAttributeName()protected String getBaseUrl()
getBaseUrl in class AbstractGeneralLedgerInquirableImplAbstractGeneralLedgerInquirableImpl.getBaseUrl()protected Class getInquiryBusinessObjectClass(String attributeName)
getInquiryBusinessObjectClass in class AbstractGeneralLedgerInquirableImplattributeName - the attribute to return a class forAbstractGeneralLedgerInquirableImpl.getInquiryBusinessObjectClass(String)protected void addMoreParameters(Properties parameter, String attributeName)
addMoreParameters in class AbstractGeneralLedgerInquirableImplparameter - the set of parameters for the inquiryattributeName - the attributeName parameters are being set forAbstractGeneralLedgerInquirableImpl.addMoreParameters(java.util.Properties, java.lang.String)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.