| org.kuali.module.gl.web.lookupable.AbstractGLLookupableHelperServiceImpl org.kuali.module.gl.web.lookupable.AccountBalanceLookupableHelperServiceImpl
setAccountBalanceService | public void setAccountBalanceService(AccountBalanceService accountBalanceService)(Code) | | Sets the accountBalanceService attribute value.
Parameters: accountBalanceService - The accountBalanceService to set. |
setOptionsService | public void setOptionsService(OptionsService optionsService)(Code) | | Sets the optionsService attribute value
Parameters: optionsService - The optionsService to set. |
setPostAccountBalance | public void setPostAccountBalance(AccountBalanceCalculator postAccountBalance)(Code) | | Sets the postAccountBalance attribute value.
Parameters: postAccountBalance - The postAccountBalance to set. |
updateEntryCollection | protected void updateEntryCollection(Collection entryCollection, Map fieldValues, boolean isApproved, boolean isConsolidated, boolean isCostShareExcluded)(Code) | | Updates the collection of entries that will be applied to the results of the inquiry
Parameters: entryCollection - a collection of balance entries Parameters: fieldValues - the map containing the search fields and values Parameters: isApproved - flag whether the approved entries or all entries will be processed Parameters: isConsolidated - flag whether the results are consolidated or not Parameters: isCostShareExcluded - flag whether the user selects to see the results with cost share subaccount See Also: org.kuali.module.gl.web.lookupable.AbstractGLLookupableImpl.updateEntryCollection(java.util.Collectionjava.util.Mapbooleanbooleanboolean) |
|
|