| org.kuali.module.gl.web.lookupable.AbstractGLLookupableHelperServiceImpl org.kuali.module.gl.web.lookupable.EncumbranceLookupableHelperServiceImpl
setEncumbranceService | public void setEncumbranceService(EncumbranceService encumbranceService)(Code) | | Sets the encumbranceService attribute value.
Parameters: encumbranceService - The encumbranceService to set. |
setPostEncumbrance | public void setPostEncumbrance(EncumbranceCalculator postEncumbrance)(Code) | | Sets the postEncumbrance attribute value.
Parameters: postEncumbrance - The postEncumbrance to set. |
updateEntryCollection | protected 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) |
|
|