| org.kuali.module.gl.web.lookupable.AbstractGLLookupableHelperServiceImpl org.kuali.module.gl.web.lookupable.EntryLookupableHelperServiceImpl
setEntryService | public void setEntryService(EntryService entryService)(Code) | | Sets the entryService attribute value.
Parameters: entryService - The entryService to set. |
setScrubberValidator | public void setScrubberValidator(ScrubberValidator scrubberValidator)(Code) | | Sets the scrubberValidator attribute value.
Parameters: scrubberValidator - The scrubberValidator 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) |
|
|