| org.kuali.kfs.inquiry.KfsInquirableImpl org.kuali.module.gl.web.inquirable.AbstractGLInquirableImpl
All known Subclasses: org.kuali.module.gl.web.inquirable.BalanceInquirableImpl, org.kuali.module.gl.web.inquirable.EntryInquirableImpl, org.kuali.module.gl.web.inquirable.EncumbranceInquirableImpl, org.kuali.module.gl.web.inquirable.CashBalanceInquirableImpl, org.kuali.module.gl.web.inquirable.AccountBalanceByConsolidationInquirableImpl, org.kuali.module.gl.web.inquirable.AccountBalanceInquirableImpl, org.kuali.module.gl.web.inquirable.AccountBalanceByObjectInquirableImpl, org.kuali.module.gl.web.inquirable.AccountBalanceByLevelInquirableImpl,
AbstractGLInquirableImpl | abstract public class AbstractGLInquirableImpl extends KfsInquirableImpl (Code) | | This class is the template class for the customized inqurable implementations used to generate balance inquiry screens.
|
addMoreParameters | abstract protected void addMoreParameters(Properties parameter, String attributeName)(Code) | | This method adds more parameters into the curren parameter map
Parameters: parameter - the current parameter map |
buildUserDefinedAttributeKeyList | abstract protected List buildUserDefinedAttributeKeyList()(Code) | | This method builds the inquiry url for user-defined attribute
a List of attribute keys for the inquiry url |
getAttributeName | abstract protected String getAttributeName(String attributeName)(Code) | | This method finds the matching attribute name of given one
Parameters: attributeName - the given attribute name the attribute name from the given one |
getBaseUrl | abstract protected String getBaseUrl()(Code) | | This method defines the base inquiry url
the base inquiry url |
getFieldValues | public Map getFieldValues(Map fieldValues)(Code) | | This takes a map of field values and then returns it without processing it, making this a sort
of identity method for Maps
Parameters: fieldValues - field values to return to the user the Map you sent in as a parameter |
getInquiryBusinessObjectClass | abstract protected Class getInquiryBusinessObjectClass(String attributeName)(Code) | | This method gets the class name of the inquiry business object for a given attribute.
the class name of the inquiry business object for a given attribute |
getInquiryUrl | public String getInquiryUrl(BusinessObject businessObject, String attributeName)(Code) | | Helper method to build an inquiry url for a result field.
Parameters: businessObject - the business object instance to build the urls for Parameters: attributeName - the attribute name which links to an inquirable String url to inquiry |
getKeyName | abstract protected String getKeyName(String keyName)(Code) | | This method finds the matching the key name of the given one
Parameters: keyName - the given key name the key value from the given key name |
getKeyValue | abstract protected Object getKeyValue(String keyName, Object keyValue)(Code) | | This method finds the matching the key value of the given one
Parameters: keyName - the given key name Parameters: keyValue - the given key value the key value from the given key value |
getLookupableImplAttributeName | abstract protected String getLookupableImplAttributeName()(Code) | | This method defines the lookupable implementation attribute name
the lookupable implementation attribute name |
getNestedInquiryBusinessObjectClass | public Class getNestedInquiryBusinessObjectClass(BusinessObject businessObject, String attributeName)(Code) | | Given the nested name of an attribute in an object, returns the class that attribute will return
Parameters: businessObject - the business object to find the propery class for Parameters: attributeName - the nested name of the attribute to find the class for the class of the nested attribute |
getUserDefinedAttributeMap | abstract protected Map getUserDefinedAttributeMap()(Code) | | This method defines the user-defined attribute map
the user-defined attribute map |
isExclusiveField | protected boolean isExclusiveField(Object keyName, Object keyValue)(Code) | | This method determines whether the input name-value pair is exclusive from the processing
Parameters: keyName - the name of the name-value pair Parameters: keyValue - the value of the name-value pair true if the input key is in the exclusive list; otherwise, false |
recoverFieldValueFromConsolidation | protected String recoverFieldValueFromConsolidation(Map fieldValues, Object keyName, Object keyValue)(Code) | | This method recovers the values of the given keys
Parameters: fieldValues - unconsolidated values Parameters: keyName - a key name that may be in the fieldValues map Parameters: keyValue - a key value that may be in the fieldValues map the original value for a previously consolidated value |
|
|