public abstract class CommitteeScheduleLookupableHelperServiceImplBase<CS extends CommitteeScheduleBase<CS,CMT,?,?>,CMT extends CommitteeBase<CMT,?,CS>,CMTTSK extends CommitteeTaskBase<CMT>,CSTSK extends CommitteeScheduleTaskBase<CMT,CS>>
extends org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
LOG, 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 |
|---|
CommitteeScheduleLookupableHelperServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canModifySchedule(CS committeeSchedule) |
protected boolean |
canViewSchedule(CS committeeSchedule) |
protected abstract Class<CS> |
getCommitteeScheduleBOClassHook() |
protected abstract String |
getCommitteeTypeCodeHook() |
protected abstract Class<CMT> |
getCommonCommitteeBOClassHook() |
List<org.kuali.rice.kns.lookup.HtmlData> |
getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject businessObject,
List pkNames)
Add edit/view action links based on user's permission
|
org.kuali.rice.kns.lookup.HtmlData |
getInquiryUrl(org.kuali.rice.krad.bo.BusinessObject bo,
String propertyName)
This method is for committeeId that does not have inquiry created by lookup frame work.
|
protected org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData |
getLink(CS committeeSchedule,
boolean isEdit) |
protected abstract String |
getMeetingManagementActionIdHook() |
protected abstract CSTSK |
getNewCommitteeScheduleTaskInstanceHook(String taskName,
CMT committee,
CS committeeSchedule) |
protected abstract CMTTSK |
getNewCommitteeTaskInstanceHook(String taskName,
CMT committee) |
List<org.kuali.rice.kns.web.ui.Row> |
getRows()
To disable search & inquiry icons for committee.committeeid & committee.committeename
|
List<? extends org.kuali.rice.krad.bo.BusinessObject> |
getSearchResults(Map<String,String> fieldValues) |
protected String |
getUserIdentifier() |
protected boolean |
isCurrentVersion(CMT committee) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setTaskAuthorizationService(TaskAuthorizationService taskAuthorizationService) |
protected List<CS> |
trimResult(List<CS> result,
Integer trimSize)
This method trims the search result.
|
getExternalBusinessObjectProperty, 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, 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, performLookup, setBackLocation, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setDataDictionaryService, setDocFormKey, setDocNum, setEncryptionService, setFieldConversions, setKualiInquirable, setLookupResultsService, setLookupService, setMaintenanceDocumentDictionaryService, setParameters, setParameterService, setParameterService, setPersistenceStructureService, setReadOnlyFieldsList, setReferencesToRefresh, setRows, setSequenceAccessorService, shouldDisplayHeaderNonMaintActions, shouldDisplayLookupCriteria, validateSearchParameters, validateSearchParameterWildcardAndOperatorspublic CommitteeScheduleLookupableHelperServiceImplBase()
protected boolean isCurrentVersion(CMT committee)
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()
protected List<CS> trimResult(List<CS> result, Integer trimSize)
result, - the result set to be trimmedtrimSize, - the maximum size of the trimmed result setpublic List<org.kuali.rice.kns.lookup.HtmlData> getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject businessObject, List pkNames)
getCustomActionUrls in interface org.kuali.rice.kns.lookup.LookupableHelperServicegetCustomActionUrls in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImplAbstractLookupableHelperServiceImpl.getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject,
java.util.List)protected String getUserIdentifier()
protected org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData getLink(CS committeeSchedule, boolean isEdit)
protected abstract String getMeetingManagementActionIdHook()
public org.kuali.rice.kns.lookup.HtmlData getInquiryUrl(org.kuali.rice.krad.bo.BusinessObject bo,
String propertyName)
getInquiryUrl in interface org.kuali.rice.kns.lookup.LookupableHelperServicegetInquiryUrl in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImplorg.kuali.core.lookup.AbstractLookupableHelperServiceImpl#getInquiryUrl(org.kuali.core.bo.BusinessObject,
java.lang.String)protected boolean canModifySchedule(CS committeeSchedule)
protected abstract CMTTSK getNewCommitteeTaskInstanceHook(String taskName, CMT committee)
protected boolean canViewSchedule(CS committeeSchedule)
protected abstract CSTSK getNewCommitteeScheduleTaskInstanceHook(String taskName, CMT committee, CS committeeSchedule)
public void setTaskAuthorizationService(TaskAuthorizationService taskAuthorizationService)
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.AbstractLookupableHelperServiceImplAbstractLookupableHelperServiceImpl.getRows()public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
setBusinessObjectService in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImplCopyright © 2013 The Kuali Foundation. All Rights Reserved.