|
||||||||||
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.BalanceInquirableImpl
public class BalanceInquirableImpl
This class is used to generate the URL for the user-defined attributes for the GL balace 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 | |
---|---|
BalanceInquirableImpl()
|
Method Summary | |
---|---|
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 |
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 BalanceInquirableImpl()
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 attribute to rename
AbstractGeneralLedgerInquirableImpl.getAttributeName(java.lang.String)
protected Object getKeyValue(String keyName, Object keyValue)
getKeyValue
in class AbstractGeneralLedgerInquirableImpl
keyName
- the name of the key that may be changedkeyValue
- the value of the key that may be changed
AbstractGeneralLedgerInquirableImpl.getKeyValue(java.lang.String, java.lang.Object)
protected String getKeyName(String keyName)
getKeyName
in class AbstractGeneralLedgerInquirableImpl
keyName
- a 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 name to build the inquiry link to
AbstractGeneralLedgerInquirableImpl.getInquiryBusinessObjectClass(String)
protected void addMoreParameters(Properties parameter, String attributeName)
addMoreParameters
in class AbstractGeneralLedgerInquirableImpl
parameter
- the parameters used in the lookupattributeName
- the attribute name that an inquiry URL is being built forAbstractGeneralLedgerInquirableImpl.addMoreParameters(java.util.Properties, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |