| org.kuali.module.gl.web.lookupable.AbstractGLLookupableHelperServiceImpl org.kuali.module.gl.web.lookupable.CashBalanceLookupableHelperServiceImpl
setBalanceService | public void setBalanceService(BalanceService balanceService)(Code) | | Sets the balanceService attribute value.
Parameters: balanceService - The balanceService to set. |
setPostBalance | public void setPostBalance(BalanceCalculator postBalance)(Code) | | Sets the postBalance attribute value.
Parameters: postBalance - The postBalance to set. |
updateEntryCollection | protected void updateEntryCollection(Collection entryCollection, Map fieldValues, boolean isApproved, boolean isConsolidated, boolean isCostShareInclusive)(Code) | | Allows an updating of pending entry records before they are applied to the inquiry results
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) |
|
|