public class ServicelayerHMCHelper extends Object implements Serializable
| Constructor and Description |
|---|
ServicelayerHMCHelper() |
| Modifier and Type | Method and Description |
|---|---|
I18NService |
getI18NService() |
Map<Language,Object> |
getLocalizedAttribute(ItemModel model,
String qualifier) |
ItemModel |
getModel(Item item) |
ModelService |
getModelService() |
Object |
getSingleValueAttribute(ItemModel model,
String qualifier,
boolean useLanguageFallback) |
boolean |
isLocalized(ComposedType composedType,
String qualifier) |
void |
setModelLocalizedValue(ItemModel model,
String qualifier,
Map<Language,Object> value) |
void |
setModelSingleValue(ItemModel model,
String qualifier,
Object value) |
public ModelService getModelService()
public I18NService getI18NService()
public boolean isLocalized(ComposedType composedType, String qualifier)
public void setModelSingleValue(ItemModel model, String qualifier, Object value) throws AttributeNotSupportedException
AttributeNotSupportedExceptionpublic void setModelLocalizedValue(ItemModel model, String qualifier, Map<Language,Object> value) throws AttributeNotSupportedException
AttributeNotSupportedExceptionpublic Object getSingleValueAttribute(ItemModel model, String qualifier, boolean useLanguageFallback) throws JaloInvalidParameterException, JaloSecurityException, AttributeNotSupportedException
public Map<Language,Object> getLocalizedAttribute(ItemModel model, String qualifier) throws AttributeNotSupportedException
AttributeNotSupportedExceptionCopyright © 2017 SAP SE. All Rights Reserved.