@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)
WorkflowSandBoxItemErrorMessageFactory
determineWorkflowItemErrorMessage
in interface WorkflowSandBoxItemErrorMessageFactory
public String determineWorkflowItemErrorMessage(WorkflowSandboxItemError error)
WorkflowSandBoxItemErrorMessageFactory
determineWorkflowItemErrorMessage
in interface WorkflowSandBoxItemErrorMessageFactory
public String getDateFormat()
public void setDateFormat(String dateFormat)
Copyright © 2019. All rights reserved.