@Component(value="blWorkflowSandboxItemErrorMessageFactory") public class WorkflowSandBoxItemErrorMessageFactoryImpl extends Object implements WorkflowSandBoxItemErrorMessageFactory
| Modifier and Type | Field and Description |
|---|---|
protected String |
dateFormat |
| Constructor and Description |
|---|
WorkflowSandBoxItemErrorMessageFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
determineWorkflowItemErrorMessage(WorkflowSandboxItemError error)
This method must return a String with a human readable message describing the error.
|
String |
determineWorkflowItemErrorMessage(WorkflowSandboxItemError error,
Locale locale,
org.springframework.context.MessageSource messageSource)
This method must return a String with a human readable message describing the error.
|
String |
getDateFormat() |
void |
setDateFormat(String dateFormat) |
protected String dateFormat
public WorkflowSandBoxItemErrorMessageFactoryImpl()
public String determineWorkflowItemErrorMessage(WorkflowSandboxItemError error, Locale locale, org.springframework.context.MessageSource messageSource)
WorkflowSandBoxItemErrorMessageFactorydetermineWorkflowItemErrorMessage in interface WorkflowSandBoxItemErrorMessageFactorypublic String determineWorkflowItemErrorMessage(WorkflowSandboxItemError error)
WorkflowSandBoxItemErrorMessageFactorydetermineWorkflowItemErrorMessage in interface WorkflowSandBoxItemErrorMessageFactorypublic String getDateFormat()
public void setDateFormat(String dateFormat)
Copyright © 2019. All rights reserved.