Class ItemDataPropertyAccessor
java.lang.Object
de.hybris.platform.datahubbackoffice.service.cockpitng.ItemDataPropertyAccessor
- All Implemented Interfaces:
org.springframework.expression.PropertyAccessor
public class ItemDataPropertyAccessor
extends Object
implements org.springframework.expression.PropertyAccessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanprotected com.hybris.cockpitng.dataaccess.facades.type.DataTypegetDataType(Object target) Class[]org.springframework.expression.TypedValuevoidsetTypeFacade(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade) voidwrite(org.springframework.expression.EvaluationContext context, Object target, String name, Object newValue)
-
Constructor Details
-
ItemDataPropertyAccessor
public ItemDataPropertyAccessor()
-
-
Method Details
-
getSpecificTargetClasses
- Specified by:
getSpecificTargetClassesin interfaceorg.springframework.expression.PropertyAccessor
-
canRead
public boolean canRead(org.springframework.expression.EvaluationContext context, Object target, String name) - Specified by:
canReadin interfaceorg.springframework.expression.PropertyAccessor
-
read
public org.springframework.expression.TypedValue read(org.springframework.expression.EvaluationContext context, Object target, String name) - Specified by:
readin interfaceorg.springframework.expression.PropertyAccessor
-
canWrite
public boolean canWrite(org.springframework.expression.EvaluationContext context, Object target, String name) - Specified by:
canWritein interfaceorg.springframework.expression.PropertyAccessor
-
write
public void write(org.springframework.expression.EvaluationContext context, Object target, String name, Object newValue) - Specified by:
writein interfaceorg.springframework.expression.PropertyAccessor
-
getDataType
-
setTypeFacade
public void setTypeFacade(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade)
-