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 Details

    • ItemDataPropertyAccessor

      public ItemDataPropertyAccessor()
  • Method Details

    • getSpecificTargetClasses

      public Class[] getSpecificTargetClasses()
      Specified by:
      getSpecificTargetClasses in interface org.springframework.expression.PropertyAccessor
    • canRead

      public boolean canRead(org.springframework.expression.EvaluationContext context, Object target, String name)
      Specified by:
      canRead in interface org.springframework.expression.PropertyAccessor
    • read

      public org.springframework.expression.TypedValue read(org.springframework.expression.EvaluationContext context, Object target, String name)
      Specified by:
      read in interface org.springframework.expression.PropertyAccessor
    • canWrite

      public boolean canWrite(org.springframework.expression.EvaluationContext context, Object target, String name)
      Specified by:
      canWrite in interface org.springframework.expression.PropertyAccessor
    • write

      public void write(org.springframework.expression.EvaluationContext context, Object target, String name, Object newValue)
      Specified by:
      write in interface org.springframework.expression.PropertyAccessor
    • getDataType

      protected com.hybris.cockpitng.dataaccess.facades.type.DataType getDataType(Object target)
    • setTypeFacade

      public void setTypeFacade(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade)