public class DefaultBackofficeVariantsService extends DefaultVariantsService implements BackofficeVariantsService
AbstractService.SerializableDTOtxManagertenant| Constructor and Description |
|---|
DefaultBackofficeVariantsService() |
| Modifier and Type | Method and Description |
|---|---|
CommonI18NService |
getCommonI18NService() |
java.util.Map<java.util.Locale,java.lang.Object> |
getLocalizedVariantAttributeValue(VariantProductModel variant,
java.lang.String qualifier)
Gets values for all Locales, for given localized variant attribute.
|
ModelService |
getModelService() |
SessionService |
getSessionService() |
UserService |
getUserService() |
VariantsService |
getVariantService() |
void |
setCommonI18NService(CommonI18NService commonI18NService) |
void |
setLocalizedVariantAttributeValue(VariantProductModel variantProductModel,
java.lang.String qualifier,
java.util.Map<java.util.Locale,java.lang.Object> localizedValues)
Sets values for all Locales, for given localized variant attribute.
|
void |
setModelService(ModelService modelService) |
void |
setSessionService(SessionService sessionService) |
void |
setUserService(UserService userService) |
void |
setVariantService(VariantsService variantService) |
getAllVariantTypes, getAssignedVariantAttributes, getVariantAttributes, getVariantAttributesForVariantType, getVariantAttributeValue, getVariantProductForAttributeValues, getVariantTypeForCode, setTypeService, setVariantAttributesForVariantType, setVariantAttributeValue, setVariantTypeDaogetTxManager, setTxManagerafterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, writeReplaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllVariantTypes, getAssignedVariantAttributes, getVariantAttributes, getVariantAttributesForVariantType, getVariantAttributeValue, getVariantProductForAttributeValues, getVariantTypeForCode, setVariantAttributesForVariantType, setVariantAttributeValuepublic java.util.Map<java.util.Locale,java.lang.Object> getLocalizedVariantAttributeValue(VariantProductModel variant, java.lang.String qualifier)
BackofficeVariantsServicegetLocalizedVariantAttributeValue in interface BackofficeVariantsServicepublic void setLocalizedVariantAttributeValue(VariantProductModel variantProductModel, java.lang.String qualifier, java.util.Map<java.util.Locale,java.lang.Object> localizedValues)
BackofficeVariantsServicesetLocalizedVariantAttributeValue in interface BackofficeVariantsServicepublic VariantsService getVariantService()
public void setVariantService(VariantsService variantService)
public ModelService getModelService()
getModelService in class AbstractBusinessServiceModelServicepublic void setModelService(ModelService modelService)
setModelService in class AbstractBusinessServicepublic SessionService getSessionService()
getSessionService in class AbstractBusinessServicepublic void setSessionService(SessionService sessionService)
setSessionService in class AbstractBusinessServicepublic UserService getUserService()
public void setUserService(UserService userService)
public CommonI18NService getCommonI18NService()
public void setCommonI18NService(CommonI18NService commonI18NService)
Copyright © 2018 SAP SE. All Rights Reserved.