|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LaborInquiryOptionsService
The LaborInquiryOptionsService interface provides hooks for Pending Ledger and Consilidation options for balance inquiries.
Method Summary | |
---|---|
org.kuali.rice.kns.web.ui.Field |
getConsolidationField(Collection<org.kuali.rice.kns.web.ui.Row> rows)
Examine a collection of instances for the consolidation field |
String |
getConsolidationFieldName()
The expected name of the consolidation option field name |
String |
getConsolidationOption(Map fieldValues)
Get the current state of the consolidation option |
String |
getSelectedPendingEntryOption(Map fieldValues)
Get the Pending Entry Option selected |
boolean |
isConsolidationSelected(Map fieldValues)
This method tests if the user selects to see the details or consolidated results |
boolean |
isConsolidationSelected(Map fieldValues,
Collection<org.kuali.rice.kns.web.ui.Row> rows)
This method tests if the user selects to see the details or consolidated results |
void |
updateCurrentFundsByPendingLedgerEntry(Collection<AccountStatusCurrentFunds> balanceCollection,
Map fieldValues,
String pendingEntryOption,
boolean isConsolidated)
update a given balance collection with the pending entry obtained from the given field values and pending entry option |
void |
updateLedgerBalanceByPendingLedgerEntry(Collection<LedgerBalance> balanceCollection,
Map fieldValues,
String pendingEntryOption,
boolean isConsolidated)
update a given balance collection with the pending entry obtained from the given field values and pending entry option |
void |
updateLedgerEntryByPendingLedgerEntry(Collection<LedgerEntry> entryCollection,
Map fieldValues,
String pendingEntryOption)
update a given ledger entry collection with the pending entry obtained from the given field values and pending entry option |
Method Detail |
---|
String getConsolidationFieldName()
org.kuali.rice.kns.web.ui.Field getConsolidationField(Collection<org.kuali.rice.kns.web.ui.Row> rows)
Row
instances for the consolidation field
rows
-
String getConsolidationOption(Map fieldValues)
boolean isConsolidationSelected(Map fieldValues, Collection<org.kuali.rice.kns.web.ui.Row> rows)
fieldValues
- the map containing the search fields and valuesrows
-
boolean isConsolidationSelected(Map fieldValues)
fieldValues
- the map containing the search fields and values
void updateLedgerBalanceByPendingLedgerEntry(Collection<LedgerBalance> balanceCollection, Map fieldValues, String pendingEntryOption, boolean isConsolidated)
balanceCollection
- the given ledger balance collectionfieldValues
- the given field valuespendingEntryOption
- the given pending entry option: all, approved or noneisConsolidated
- indicate if the collection balances have been consolidatedLedgerBalance
void updateCurrentFundsByPendingLedgerEntry(Collection<AccountStatusCurrentFunds> balanceCollection, Map fieldValues, String pendingEntryOption, boolean isConsolidated)
balanceCollection
- the given ledger balance collectionfieldValues
- the given field valuespendingEntryOption
- the given pending entry option: all, approved or noneisConsolidated
- indicate if the collection balances have been consolidatedLedgerBalance
void updateLedgerEntryByPendingLedgerEntry(Collection<LedgerEntry> entryCollection, Map fieldValues, String pendingEntryOption)
entryCollection
- the given ledger entry collectionfieldValues
- the given field valuespendingEntryOption
- the given pending entry option: all, approved or noneLedgerEntry
String getSelectedPendingEntryOption(Map fieldValues)
fieldValues
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |