|
||||||||||
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.AccountBalanceByConsolidationInquirableImpl
public class AccountBalanceByConsolidationInquirableImpl
This class is used to generate the URL for the user-defined attributes for the account balace by consolidation screen. It is entended the KualiInquirableImpl class, so it covers both the default implementation and customized implemetnation.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl |
---|
businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, dataDictionaryService, encryptionService, inactiveRecordDisplay, INQUIRY_TITLE_PREFIX, kualiConfigurationService, persistenceStructureService, SUPER_CLASS_TRANSLATOR_LIST |
Constructor Summary | |
---|---|
AccountBalanceByConsolidationInquirableImpl()
|
Method Summary | |
---|---|
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 |
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 AccountBalanceByConsolidationInquirableImpl()
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 given attribute name
AbstractGeneralLedgerInquirableImpl.getAttributeName(java.lang.String)
protected Object getKeyValue(String keyName, Object keyValue)
getKeyValue
in class AbstractGeneralLedgerInquirableImpl
keyName
- the keyName of the key to checkkeyValue
- the value of the key to check
AbstractGeneralLedgerInquirableImpl.getKeyValue(java.lang.String, java.lang.Object)
protected String getKeyName(String keyName)
getKeyName
in class AbstractGeneralLedgerInquirableImpl
keyName
- the given key name
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
attributeName
- the attribute to return a class for
AbstractGeneralLedgerInquirableImpl.getInquiryBusinessObjectClass(String)
protected void addMoreParameters(Properties parameter, String attributeName)
addMoreParameters
in class AbstractGeneralLedgerInquirableImpl
parameter
- the set of parameters for the inquiryattributeName
- the attributeName parameters are being set forAbstractGeneralLedgerInquirableImpl.addMoreParameters(java.util.Properties, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |