public interface ValidationActionTypeService extends RemotableAttributeOwner, ActionTypeService
ValidationAction from a ActionDefinitionValidationAction,
ActionDefinition| Modifier and Type | Field and Description |
|---|---|
static String |
VALIDATIONS_ACTION_ATTRIBUTE
VALIDATIONS_ACTION_ATTRIBUTE
|
static String |
VALIDATIONS_ACTION_MESSAGE_ATTRIBUTE
VALIDATIONS_ACTION_MESSAGE_ATTRIBUTE Database krms_attr_defn_t NM value
|
static String |
VALIDATIONS_ACTION_TYPE_CODE_ATTRIBUTE
VALIDATIONS_ACTION_TYPE_CODE_ATTRIBUTE Database krms_attr_defn_t NM value
|
| Modifier and Type | Method and Description |
|---|---|
Action |
loadAction(ActionDefinition actionDefinition)
Load the
Action given the ActionDefinition |
void |
setValidationService(ValidationActionService mockValidationService)
Set the
ValidationActionService. |
getAttributeFields, validateAttributes, validateAttributesAgainstExistingstatic final String VALIDATIONS_ACTION_ATTRIBUTE
static final String VALIDATIONS_ACTION_TYPE_CODE_ATTRIBUTE
static final String VALIDATIONS_ACTION_MESSAGE_ATTRIBUTE
Action loadAction(ActionDefinition actionDefinition)
ActionTypeServiceAction given the ActionDefinitionloadAction in interface ActionTypeServiceactionDefinition - ActionDefinition to create the Action fromAction created from the given ActionDefinitionvoid setValidationService(ValidationActionService mockValidationService)
ValidationActionService.mockValidationService - the ValidationActionService to use.org.kuali.rice.core.api.exception.RiceIllegalArgumentException - if the given Validation Service is nullCopyright © 2005–2016 The Kuali Foundation. All rights reserved.