public class AbstractServiceImpl extends Object
| Constructor and Description |
|---|
AbstractServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
HybrisEnumValue |
getEnum(String type,
String code)
Fetches a specified enumeration value and wraps it.
|
List<HybrisEnumValue> |
getEnums(String type)
Fetches and maps all enum values of a given enumeration type.
|
ModelService |
getModelService() |
void |
setModelService(ModelService modelService) |
public ModelService getModelService()
public void setModelService(ModelService modelService)
public List<HybrisEnumValue> getEnums(String type)
type - the code of the enumeration typepublic HybrisEnumValue getEnum(String type, String code)
type - the enumeration typecode - the value codeCopyright © 2017 SAP SE. All Rights Reserved.