@Service(value="blWorkflowFriendlyMessageService") public class WorkflowFriendlyMessageServiceImpl extends Object implements WorkflowFriendlyMessageService
WorkflowFriendlyMessageService| Constructor and Description |
|---|
WorkflowFriendlyMessageServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDescription(Class<?> clazz) |
protected String |
getDescriptionField(Class<?> clazz,
String propertyName) |
protected org.broadleafcommerce.openadmin.server.dao.DynamicEntityDao |
getDynamicEntityDao() |
protected String[] |
getFriendlyClassAndFieldNames(String description) |
String |
getFriendlyClassDescription(String description)
Gets the class name for the given item.
|
String |
getFriendlyDescription(String description)
Gets the full description for the given item, including both the class name and the field name.
|
String |
getFriendlyFieldDescription(String description)
Gets the field name for the given item.
|
public String getFriendlyDescription(String description)
WorkflowFriendlyMessageServicegetFriendlyDescription in interface WorkflowFriendlyMessageServicedescription - The WorkflowSandBoxItem.getDescription()public String getFriendlyClassDescription(String description)
WorkflowFriendlyMessageServicegetFriendlyClassDescription in interface WorkflowFriendlyMessageServicedescription - The WorkflowSandBoxItem.getDescription()public String getFriendlyFieldDescription(String description)
WorkflowFriendlyMessageServicegetFriendlyFieldDescription in interface WorkflowFriendlyMessageServicedescription - The WorkflowSandBoxItem.getDescription()protected org.broadleafcommerce.openadmin.server.dao.DynamicEntityDao getDynamicEntityDao()
Copyright © 2021. All rights reserved.