@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)
WorkflowFriendlyMessageService
getFriendlyDescription
in interface WorkflowFriendlyMessageService
description
- The WorkflowSandBoxItem.getDescription()
public String getFriendlyClassDescription(String description)
WorkflowFriendlyMessageService
getFriendlyClassDescription
in interface WorkflowFriendlyMessageService
description
- The WorkflowSandBoxItem.getDescription()
public String getFriendlyFieldDescription(String description)
WorkflowFriendlyMessageService
getFriendlyFieldDescription
in interface WorkflowFriendlyMessageService
description
- The WorkflowSandBoxItem.getDescription()
protected org.broadleafcommerce.openadmin.server.dao.DynamicEntityDao getDynamicEntityDao()
Copyright © 2021. All rights reserved.