Class VariantAttributePropertyAccessor
java.lang.Object
de.hybris.platform.platformbackoffice.variant.VariantAttributePropertyAccessor
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.expression.PropertyAccessor
public class VariantAttributePropertyAccessor
extends Object
implements org.springframework.expression.PropertyAccessor, org.springframework.core.Ordered
Property accessor used to operate on Variant Attributes.
- Since:
- 5.7
-
Field Summary
FieldsFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancanRead(org.springframework.expression.EvaluationContext evaluationContext, Object target, String qualifier) booleancanWrite(org.springframework.expression.EvaluationContext evaluationContext, Object target, String qualifier) getEnabledLocalization(Object locales) intgetOrder()Class<?>[]Deprecated, for removal: This API element is subject to removal in a future version.org.springframework.expression.TypedValueread(org.springframework.expression.EvaluationContext evaluationContext, Object target, String qualifier) voidsetBackofficeVariantsService(BackofficeVariantsService backofficeVariantsService) voidsetCockpitLocaleService(com.hybris.cockpitng.i18n.CockpitLocaleService cockpitLocaleService) voidsetCockpitUserService(com.hybris.cockpitng.core.user.CockpitUserService cockpitUserService) voidsetCommonI18NService(CommonI18NService commonI18NService) Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymorevoidsetModelService(ModelService modelService) Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymorevoidsetSessionService(SessionService sessionService) Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymorevoidsetTypeFacade(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade) voidsetUserService(UserService userService) Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymorevoidsetVariantService(VariantsService variantService) Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymorevoidsetVariantsService(VariantsService variantsService) Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymorevoidwrite(org.springframework.expression.EvaluationContext evaluationContext, Object target, String qualifier, Object value)
-
Field Details
-
LOG
public static final org.slf4j.Logger LOG
-
-
Constructor Details
-
VariantAttributePropertyAccessor
public VariantAttributePropertyAccessor()
-
-
Method Details
-
getSpecificTargetClasses
- Specified by:
getSpecificTargetClassesin interfaceorg.springframework.expression.PropertyAccessor
-
canRead
public boolean canRead(org.springframework.expression.EvaluationContext evaluationContext, Object target, String qualifier) - Specified by:
canReadin interfaceorg.springframework.expression.PropertyAccessor
-
canWrite
public boolean canWrite(org.springframework.expression.EvaluationContext evaluationContext, Object target, String qualifier) - Specified by:
canWritein interfaceorg.springframework.expression.PropertyAccessor
-
canHandle
-
read
public org.springframework.expression.TypedValue read(org.springframework.expression.EvaluationContext evaluationContext, Object target, String qualifier) - Specified by:
readin interfaceorg.springframework.expression.PropertyAccessor
-
write
public void write(org.springframework.expression.EvaluationContext evaluationContext, Object target, String qualifier, Object value) - Specified by:
writein interfaceorg.springframework.expression.PropertyAccessor
-
getEnabledLocalization
-
getVariantsService
Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - usegetBackofficeVariantsService() -
setVariantsService
@Deprecated(since="1808", forRemoval=true) public void setVariantsService(VariantsService variantsService) Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymore -
setTypeFacade
public void setTypeFacade(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade) -
setVariantService
@Deprecated(since="1808", forRemoval=true) public void setVariantService(VariantsService variantService) Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymore -
setCockpitLocaleService
public void setCockpitLocaleService(com.hybris.cockpitng.i18n.CockpitLocaleService cockpitLocaleService) -
setModelService
Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymore -
setCockpitUserService
public void setCockpitUserService(com.hybris.cockpitng.core.user.CockpitUserService cockpitUserService) -
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
setSessionService
@Deprecated(since="1808", forRemoval=true) public void setSessionService(SessionService sessionService) Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymore -
setUserService
Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymore -
setCommonI18NService
@Deprecated(since="1808", forRemoval=true) public void setCommonI18NService(CommonI18NService commonI18NService) Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - this bean is not used in this class anymore -
setBackofficeVariantsService
-
getBackofficeVariantsService
-
getBackofficeVariantsService()