public class InstitutionalProposalLookupableHelperServiceImpl extends KraLookupableHelperServiceImpl
MEDUSALOG, searchUsingOnlyPrimaryKeyValuesACTION_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 and Description |
|---|
InstitutionalProposalLookupableHelperServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureCustomActions(Map<String,String> fieldValues) |
protected void |
filterAlreadyLinkedProposals(List<? extends org.kuali.rice.krad.bo.BusinessObject> searchResults,
Map<String,String> fieldValues) |
protected void |
filterApprovedPendingSubmitProposals(List<? extends org.kuali.rice.krad.bo.BusinessObject> searchResults) |
protected List<InstitutionalProposal> |
filterForPermissions(List<InstitutionalProposal> results)
This method filters results so that the person doing the lookup only gets back the documents he can view.
|
protected void |
filterInvalidProposalStatus(List<? extends org.kuali.rice.krad.bo.BusinessObject> searchResults)
This method is to filter out IP's not having codes in the valid funding proposal status codes parameter.
|
List<org.kuali.rice.kns.lookup.HtmlData> |
getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject businessObject,
List pkNames)
create 'edit' link
|
protected Collection<DevelopmentProposal> |
getDevelopmentProposals(InstitutionalProposal instProposal) |
protected String |
getDocumentTypeName()
This method to set document type of the lookup bo's document
|
protected Map<String,Object> |
getFieldValues(String key,
Object value) |
protected String |
getHtmlAction()
htmlaction for 'edit' link
|
protected InstitutionalProposalService |
getInstitutionalProposalService() |
protected String |
getKeyFieldName()
This method is set the key field to retrieve bo for editing.
|
protected org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData |
getOpenLink(org.kuali.rice.krad.document.Document document) |
List<? extends org.kuali.rice.krad.bo.BusinessObject> |
getSearchResults(Map<String,String> fieldValues) |
protected org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData |
getSelectLink(InstitutionalProposal institutionalProposal) |
protected boolean |
isDevelopmentProposalAppPendingSubmitted(InstitutionalProposal ip)
Find if any proposal associate with this INSP has 'Approval Pending Submitted' proposal state type
|
boolean |
isResultReturnable(org.kuali.rice.krad.bo.BusinessObject object) |
protected boolean |
lookupIsFromAward(Map<String,String> fieldValues) |
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService) |
void |
setInstitutionalProposalService(InstitutionalProposalService institutionalProposalService) |
addEditHtmlData, getCustomLink, getMedusaLink, getViewLink, performLookup, setBackLocationDocFormKey, updateLookupFieldgetExternalBusinessObjectProperty, getExternalizableBusinessObjectClass, getExternalizableBusinessObjectFieldValues, getExternalizableBusinessObjectProperties, getPrimaryKeyFieldLabels, getSearchResultsHelper, getSearchResultsUnbounded, hasExternalBusinessObjectProperty, isExternalBusinessObjectProperty, isSearchUsingOnlyPrimaryKeyValues, removeExternalizableBusinessObjectFieldValuesaddToReturnHref, 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, getPropertyClass, getReadOnlyFieldsList, getReferencesToRefresh, getReturnAnchorHtmlData, getReturnHref, getReturnHref, getReturnInputHtmlData, getReturnKeys, getReturnLocation, getReturnUrl, getReturnUrl, getRows, getSequenceAccessorService, getSupplementalMenuBar, getTitle, getUrlData, getUrlData, maskValueIfNecessary, performClear, performCustomAction, 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, validateSearchParameterWildcardAndOperatorspublic InstitutionalProposalLookupableHelperServiceImpl()
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
public List<? extends org.kuali.rice.krad.bo.BusinessObject> getSearchResults(Map<String,String> fieldValues)
getSearchResults in interface org.kuali.rice.kns.lookup.LookupableHelperServicegetSearchResults in class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImplprotected List<InstitutionalProposal> filterForPermissions(List<InstitutionalProposal> results)
results - public List<org.kuali.rice.kns.lookup.HtmlData> getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject businessObject, List pkNames)
KraLookupableHelperServiceImplgetCustomActionUrls in interface org.kuali.rice.kns.lookup.LookupableHelperServicegetCustomActionUrls in class KraLookupableHelperServiceImplAbstractLookupableHelperServiceImpl.getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject, java.util.List)protected org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData getOpenLink(org.kuali.rice.krad.document.Document document)
protected String getHtmlAction()
KraLookupableHelperServiceImplgetHtmlAction in class KraLookupableHelperServiceImplprotected String getDocumentTypeName()
KraLookupableHelperServiceImplgetDocumentTypeName in class KraLookupableHelperServiceImplprotected String getKeyFieldName()
KraLookupableHelperServiceImplgetKeyFieldName in class KraLookupableHelperServiceImplprotected void filterAlreadyLinkedProposals(List<? extends org.kuali.rice.krad.bo.BusinessObject> searchResults, Map<String,String> fieldValues)
protected void filterApprovedPendingSubmitProposals(List<? extends org.kuali.rice.krad.bo.BusinessObject> searchResults)
protected void filterInvalidProposalStatus(List<? extends org.kuali.rice.krad.bo.BusinessObject> searchResults)
protected boolean isDevelopmentProposalAppPendingSubmitted(InstitutionalProposal ip)
protected Collection<DevelopmentProposal> getDevelopmentProposals(InstitutionalProposal instProposal)
protected org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData getSelectLink(InstitutionalProposal institutionalProposal)
public boolean isResultReturnable(org.kuali.rice.krad.bo.BusinessObject object)
isResultReturnable in interface org.kuali.rice.kns.lookup.LookupableHelperServiceisResultReturnable in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImplprotected InstitutionalProposalService getInstitutionalProposalService()
public void setInstitutionalProposalService(InstitutionalProposalService institutionalProposalService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.