|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
org.kuali.kfs.gl.businessobject.lookup.AbstractGeneralLedgerLookupableHelperServiceImpl
public abstract class AbstractGeneralLedgerLookupableHelperServiceImpl
The abstract parent class for GL Lookupables, providing base implementations of methods to make adding new lookupable reports easier
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl |
---|
ACTION_URLS_CHILDREN_END, ACTION_URLS_CHILDREN_SEPARATOR, ACTION_URLS_CHILDREN_STARTER, ACTION_URLS_EMPTY, ACTION_URLS_SEPARATOR, backLocation, businessObjectAuthorizationService, businessObjectClass, businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, configurationService, dataDictionaryService, docFormKey, docNum, encryptionService, fieldConversions, forceLookupResultFieldInquiryCache, inquirableClassCache, kualiInquirable, lookupResultsService, lookupService, maintenanceDocumentDictionaryService, noLookupResultFieldInquiryCache, parameters, parameterService, persistenceStructureService, readOnlyFieldsList, referencesToRefresh, resultColumns, RESULTS_DEFAULT_MAX_COLUMN_LENGTH, rows, sequenceAccessorService, TITLE_ACTION_URL_PREPENDTEXT_PROPERTY, TITLE_RETURN_URL_PREPENDTEXT_PROPERTY |
Constructor Summary | |
---|---|
AbstractGeneralLedgerLookupableHelperServiceImpl()
|
Method Summary | |
---|---|
protected List |
buildSearchResultList(Collection searchResultsCollection,
Long actualSize)
build the serach result list from the given collection and the number of all qualified search results |
List<org.kuali.rice.kns.lookup.HtmlData> |
getCustomActionUrls(org.kuali.rice.kns.bo.BusinessObject bo,
List pkNames)
This method overides that in parent class so that the maintainance actions are surpressed |
protected GeneralLedgerPendingEntryService |
getGeneralLedgerPendingEntryService()
|
protected String |
getSelectedAmountViewOption(Map fieldValues)
This method tests if the user selects to see the reports by monthly or accumulated |
protected String |
getSelectedPendingEntryOption(Map fieldValues)
This method tests if the user selects to see the general ledager pending entries |
protected boolean |
isConsolidationSelected(Map fieldValues)
This method tests if the user selects to see the details or consolidated results |
protected boolean |
isCostShareInclusive(Map fieldValues)
This method tests if the user selects to see the results with cost share subaccount |
void |
setGeneralLedgerPendingEntryService(GeneralLedgerPendingEntryService generalLedgerPendingEntryService)
|
protected void |
updateByPendingLedgerEntry(Collection entryCollection,
Map fieldValues,
String pendingEntryOption,
boolean isConsolidated,
boolean isCostShareInclusive)
This method is used to update amounts of the given entries with the corresponding pending amounts. |
protected abstract void |
updateEntryCollection(Collection entryCollection,
Map fieldValues,
boolean isApproved,
boolean isConsolidated,
boolean isCostShareInclusive)
This method is an abstract method and implemented to update the given entry collection by the children classes. |
Methods inherited from class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl |
---|
addToReturnHref, allowsMaintenanceDeleteAction, allowsMaintenanceEditAction, allowsMaintenanceNewOrCopyAction, allowsNewOrCopyAction, applyConditionalLogicForFieldDisplay, applyFieldAuthorizationsFromNestedLookups, checkForAdditionalFields, getActionUrlHref, getActionUrls, getActionUrlTitleText, getBackLocation, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getColumnMaxLength, getColumns, getConditionallyHiddenPropertyNames, getConditionallyReadOnlyPropertyNames, getConditionallyRequiredPropertyNames, getCurrentSearchFieldValue, getDataDictionaryService, getDefaultSortColumns, getDocFormKey, getDocNum, getEmptyActionUrls, getEmptyAnchorHtmlData, getEncryptionService, getExtraField, getInquiryUrl, getKualiConfigurationService, getKualiInquirable, getLookupResultsService, getLookupService, getMaintenanceDocumentDictionaryService, getMaintenanceDocumentTypeName, getMaintenanceUrl, getParameters, getParameters, getParameterService, getParametersFromPrimaryKey, getPersistenceStructureService, getPrimaryKeyFieldLabels, getPropertyClass, getReadOnlyFieldsList, getReferencesToRefresh, getReturnAnchorHtmlData, getReturnHref, getReturnHref, getReturnInputHtmlData, getReturnKeys, getReturnLocation, getReturnUrl, getReturnUrl, getRows, getSearchResults, getSearchResultsUnbounded, getSequenceAccessorService, getSupplementalMenuBar, getTitle, getUrlData, getUrlData, isResultReturnable, isSearchUsingOnlyPrimaryKeyValues, maskValueIfNecessary, performClear, performCustomAction, performLookup, preprocessDateFields, setBackLocation, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setBusinessObjectService, setDataDictionaryService, setDocFormKey, setDocNum, setEncryptionService, setFieldConversions, setKualiInquirable, setLookupResultsService, setLookupService, setMaintenanceDocumentDictionaryService, setParameters, setParameterService, setParameterService, setPersistenceStructureService, setReadOnlyFieldsList, setReferencesToRefresh, setRows, setSequenceAccessorService, shouldDisplayHeaderNonMaintActions, shouldDisplayLookupCriteria, validateSearchParameters, validateSearchParameterWildcardAndOperators |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractGeneralLedgerLookupableHelperServiceImpl()
Method Detail |
---|
protected GeneralLedgerPendingEntryService getGeneralLedgerPendingEntryService()
public void setGeneralLedgerPendingEntryService(GeneralLedgerPendingEntryService generalLedgerPendingEntryService)
public List<org.kuali.rice.kns.lookup.HtmlData> getCustomActionUrls(org.kuali.rice.kns.bo.BusinessObject bo, List pkNames)
getCustomActionUrls
in interface org.kuali.rice.kns.lookup.LookupableHelperService
getCustomActionUrls
in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
protected String getSelectedPendingEntryOption(Map fieldValues)
fieldValues
- the map containing the search fields and values
protected String getSelectedAmountViewOption(Map fieldValues)
fieldValues
- the map containing the search fields and values
protected boolean isConsolidationSelected(Map fieldValues)
fieldValues
- the map containing the search fields and values
protected boolean isCostShareInclusive(Map fieldValues)
fieldValues
- the map containing the search fields and values
protected List buildSearchResultList(Collection searchResultsCollection, Long actualSize)
searchResultsCollection
- the given search results, which may be a subset of the qualified search resultsactualSize
- the number of all qualified search results
protected void updateByPendingLedgerEntry(Collection entryCollection, Map fieldValues, String pendingEntryOption, boolean isConsolidated, boolean isCostShareInclusive)
entryCollection
- a collection of balance entriesfieldValues
- the map containing the search fields and valuespendingEntryOption
- flag whether the approved entries or all entries will be processedisCostShareInclusive
- flag whether the user selects to see the results with cost share subaccountisConsolidated
- flag whether the results are consolidated or notprotected abstract void updateEntryCollection(Collection entryCollection, Map fieldValues, boolean isApproved, boolean isConsolidated, boolean isCostShareInclusive)
entryCollection
- a collection of balance entriesfieldValues
- the map containing the search fields and valuesisApproved
- flag whether the approved entries or all entries will be processedisCostShareInclusive
- flag whether the user selects to see the results with cost share subaccountisConsolidated
- flag whether the results are consolidated or not
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |