public abstract class CommitteeLookupableHelperServiceImplBase<CMT extends CommitteeBase<CMT,CD,?>,CD extends CommitteeDocumentBase<CD,CMT,?>> 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 |
|---|
CommitteeLookupableHelperServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
protected org.kuali.rice.krad.bo.PersistableBusinessObject |
getBusinessObjectFromXML(String xmlDocumentContents,
String objectTagName) |
protected abstract Class<CMT> |
getCommitteeBOClassHook() |
protected abstract Class<CD> |
getCommitteeDocumentBOClassHook() |
protected List<CD> |
getCommitteeDocuments(String committeeId) |
protected List<String> |
getCommitteeIds() |
protected abstract String |
getCommitteeMembershipFullyQualifiedClassNameHook() |
protected abstract String |
getCommitteeTypeCodeHook() |
List<org.kuali.rice.kns.lookup.HtmlData> |
getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject businessObject,
List pkNames)
create 'edit' link
|
protected abstract String |
getDocumentTypeName()
This method to set document type of the lookup bo's document
|
protected String |
getEditedCommitteeDocId(CMT committee) |
protected abstract String |
getHtmlAction()
htmlaction for 'edit' link
|
protected String |
getKeyFieldName()
This method is set the key field to retrieve bo for editing.
|
protected KraAuthorizationService |
getKraAuthorizationService() |
protected abstract String |
getModifyCommitteePermissionNameHook() |
List<org.kuali.rice.kns.web.ui.Row> |
getRows()
Specifically, for drop down.
|
List<? extends org.kuali.rice.krad.bo.BusinessObject> |
getSearchResults(Map<String,String> fieldValues) |
protected List<CMT> |
getUnapprovedCommittees(Map<String,String> criterias) |
protected List<? extends org.kuali.rice.krad.bo.BusinessObject> |
getUniqueList(List<? extends org.kuali.rice.krad.bo.BusinessObject> searchResults,
Map<String,String> fieldValues) |
protected String |
getUserIdentifier() |
protected abstract String |
getViewCommitteePermissionNameHook() |
protected boolean |
isAreaResearchMatch(String matchArea,
List<CommitteeResearchAreaBase> researchAreas) |
protected boolean |
isCriteriaMatched(CMT committee,
Map<String,String> criterias) |
protected boolean |
isMatching(String patternString,
String value) |
protected boolean |
isMatchingCode(String selectedCode,
String value) |
protected boolean |
isMemberNameMatch(String matchmember,
List<CommitteeMembershipBase> members) |
protected boolean |
isMemberRoleMatch(String matchRoleCode,
List<CommitteeMembershipBase> members) |
protected CMT |
populateCommitteeFromXmlDocumentContents(String xmlDocumentContents) |
protected List<CMT> |
trimResult(List<CMT> result,
Integer trimSize)
This method trims the search result.
|
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, getSequenceAccessorService, getSupplementalMenuBar, getTitle, getUrlData, getUrlData, isResultReturnable, 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 CommitteeLookupableHelperServiceImplBase()
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 abstract String getCommitteeTypeCodeHook()
public List<org.kuali.rice.kns.web.ui.Row> getRows()
getRows in interface org.kuali.rice.kns.lookup.LookupableHelperServicegetRows in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImplorg.kuali.core.lookup.AbstractLookupableHelperServiceImpl#getRows()protected abstract String getCommitteeMembershipFullyQualifiedClassNameHook()
protected List<? extends org.kuali.rice.krad.bo.BusinessObject> getUniqueList(List<? extends org.kuali.rice.krad.bo.BusinessObject> searchResults, Map<String,String> fieldValues)
protected abstract String getHtmlAction()
KraLookupableHelperServiceImplgetHtmlAction in class KraLookupableHelperServiceImplprotected abstract String getDocumentTypeName()
KraLookupableHelperServiceImplgetDocumentTypeName in class KraLookupableHelperServiceImplprotected String getKeyFieldName()
KraLookupableHelperServiceImplgetKeyFieldName in class KraLookupableHelperServiceImplpublic 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 abstract String getViewCommitteePermissionNameHook()
protected abstract String getModifyCommitteePermissionNameHook()
protected boolean isMemberNameMatch(String matchmember, List<CommitteeMembershipBase> members)
protected boolean isMemberRoleMatch(String matchRoleCode, List<CommitteeMembershipBase> members)
protected boolean isAreaResearchMatch(String matchArea, List<CommitteeResearchAreaBase> researchAreas)
protected CMT populateCommitteeFromXmlDocumentContents(String xmlDocumentContents)
protected org.kuali.rice.krad.bo.PersistableBusinessObject getBusinessObjectFromXML(String xmlDocumentContents, String objectTagName)
protected KraAuthorizationService getKraAuthorizationService()
protected String getUserIdentifier()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.