| org.kuali.module.gl.web.lookupable.AbstractGLLookupableHelperServiceImpl org.kuali.module.gl.web.lookupable.BalanceLookupableHelperServiceImpl
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 | public void updateEntryCollection(Collection entryCollection, Map fieldValues, boolean isApproved, boolean isConsolidated, boolean isCostShareInclusive)(Code) | | Updates pending entries before their results are included in the lookup 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) |
|
|