public class BalanceInquirableImpl extends AbstractGeneralLedgerInquirableImpl
| Constructor and Description |
|---|
BalanceInquirableImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMoreParameters(Properties parameter,
String attributeName)
Addes the lookup impl and period code attributes to the parameters
|
protected List |
buildUserDefinedAttributeKeyList()
Builds the keys for this inquiry.
|
protected String |
getAttributeName(String attributeName)
Changes the name of attributes on the fly...in this case, this just always returns the attribute name it's handed
|
protected String |
getBaseUrl()
Return the page name of this lookup
|
protected Class |
getInquiryBusinessObjectClass(String attributeName)
Retrieves the business class of the next class type to drill up...since balance summarizes entry, it's entry
|
protected String |
getKeyName(String keyName)
Justs returns the key name given
|
protected Object |
getKeyValue(String keyName,
Object keyValue)
If the key name sent in represents an "exclusive field", returns "" as the key value
|
protected String |
getLookupableImplAttributeName()
Return a Spring bean for the lookup
|
protected Map |
getUserDefinedAttributeMap()
The addition of all the month amounts, plus beginning balance and c&g balance as attributes
|
getBusinessObject, getDocTypeInquiryUrl, getFieldValues, getInquiryUrl, getInquiryUrl, getNestedInquiryBusinessObjectClass, isExclusiveField, recoverFieldValueFromConsolidation, setBusinessObjectaddAdditionalSections, createTitleText, getBusinessObject, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getPersistenceStructureService, getSections, getShowInactiveRecords, getTitle, retrieveDataObject, setBusinessObjectAuthorizationService, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setEncryptionService, setLookupService, setPersistenceStructureService, setShowInactiveRecordsbuildInquirableLink, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getKualiModuleService, retrieveKeySetFromMap, setDataObjectClassaddCustomContainerComponents, addLine, adjustIdIfNecessary, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getConfigurationService, getExpressionEvaluatorService, 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, retrieveEditModesAndActionFlags, runComponentModifiers, setConfigurationService, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService, syncClientSideStateForComponentpublic BalanceInquirableImpl()
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 attribute to renameAbstractGeneralLedgerInquirableImpl.getAttributeName(java.lang.String)protected Object getKeyValue(String keyName, Object keyValue)
getKeyValue in class AbstractGeneralLedgerInquirableImplkeyName - the name of the key that may be changedkeyValue - the value of the key that may be changedAbstractGeneralLedgerInquirableImpl.getKeyValue(java.lang.String, java.lang.Object)protected String getKeyName(String keyName)
getKeyName in class AbstractGeneralLedgerInquirableImplkeyName - a 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 name to build the inquiry link toAbstractGeneralLedgerInquirableImpl.getInquiryBusinessObjectClass(String)protected void addMoreParameters(Properties parameter, String attributeName)
addMoreParameters in class AbstractGeneralLedgerInquirableImplparameter - the parameters used in the lookupattributeName - the attribute name that an inquiry URL is being built forAbstractGeneralLedgerInquirableImpl.addMoreParameters(java.util.Properties, java.lang.String)Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.