Package org.kuali.rice.kew.rule.bo
Class AbstractRuleLookupableHelperServiceImpl
java.lang.Object
org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
org.kuali.rice.kew.rule.bo.AbstractRuleLookupableHelperServiceImpl
- All Implemented Interfaces:
Serializable,org.kuali.rice.kns.lookup.LookupableHelperService
- Direct Known Subclasses:
RuleBaseValuesLookupableHelperServiceImpl,RuleDelegationLookupableHelperServiceImpl
public class AbstractRuleLookupableHelperServiceImpl
extends org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
Common code used by both the RuleBaseValuesLookupableHelperServiceImpl and the RuleDelegationLookupableHelperServiceImpl
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
LOG, searchUsingOnlyPrimaryKeyValuesFields 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, sequenceAccessorService, TITLE_ACTION_URL_PREPENDTEXT_PROPERTY, TITLE_RETURN_URL_PREPENDTEXT_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckForAdditionalFields(Map<String, String> fieldValues, String ruleTemplateNameParam) protected voidList<org.kuali.rice.kns.web.ui.Column> protected org.kuali.rice.kim.api.group.GroupServiceList<org.kuali.rice.kns.web.ui.Row> getRows()protected RuleTemplateServicevoidvalidateSearchParameters(Map<String, String> fieldValues) Methods inherited from class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
getExternalBusinessObjectProperty, getExternalizableBusinessObjectClass, getExternalizableBusinessObjectFieldValues, getExternalizableBusinessObjectProperties, getPrimaryKeyFieldLabels, getSearchResults, getSearchResultsHelper, getSearchResultsUnbounded, hasExternalBusinessObjectProperty, isExternalBusinessObjectProperty, isSearchUsingOnlyPrimaryKeyValues, removeExternalizableBusinessObjectFieldValuesMethods 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, getConditionallyHiddenPropertyNames, getConditionallyReadOnlyPropertyNames, getConditionallyRequiredPropertyNames, getCurrentSearchFieldValue, getCustomActionUrls, 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, getSearchResultsActualSizeKnown, getSequenceAccessorService, getSupplementalMenuBar, getTitle, getUrlData, getUrlData, isResultReturnable, maskValueIfNecessary, performClear, performCustomAction, performLookup, setBackLocation, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setBusinessObjectService, setDataDictionaryService, setDocFormKey, setDocNum, setEncryptionService, setFieldConversions, setKualiInquirable, setLookupResultsService, setLookupService, setMaintenanceDocumentDictionaryService, setParameters, setParameterService, setParameterService, setPersistenceStructureService, setReadOnlyFieldsList, setReferencesToRefresh, setRows, setSequenceAccessorService, shouldDisplayHeaderNonMaintActions, shouldDisplayLookupCriteria, validateSearchParameterWildcardAndOperators
-
Field Details
-
GROUP_REVIEWER_PROPERTY_NAME
- See Also:
-
GROUP_REVIEWER_NAME_PROPERTY_NAME
- See Also:
-
GROUP_REVIEWER_NAMESPACE_PROPERTY_NAME
- See Also:
-
PERSON_REVIEWER_PROPERTY_NAME
- See Also:
-
PERSON_REVIEWER_TYPE_PROPERTY_NAME
- See Also:
-
BACK_LOCATION
- See Also:
-
DOC_FORM_KEY
- See Also:
-
INVALID_WORKGROUP_ERROR
- See Also:
-
INVALID_PERSON_ERROR
- See Also:
-
-
Constructor Details
-
AbstractRuleLookupableHelperServiceImpl
public AbstractRuleLookupableHelperServiceImpl()
-
-
Method Details
-
checkForAdditionalFields
-
getRows
- Specified by:
getRowsin interfaceorg.kuali.rice.kns.lookup.LookupableHelperService- Overrides:
getRowsin classorg.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
-
clearRows
protected void clearRows() -
validateSearchParameters
- Specified by:
validateSearchParametersin interfaceorg.kuali.rice.kns.lookup.LookupableHelperService- Overrides:
validateSearchParametersin classorg.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
-
getColumns
- Specified by:
getColumnsin interfaceorg.kuali.rice.kns.lookup.LookupableHelperService- Overrides:
getColumnsin classorg.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
-
getGroupService
protected org.kuali.rice.kim.api.group.GroupService getGroupService() -
getRuleTemplateService
-