Class ItemDataPropertyAccessor

  • All Implemented Interfaces:
    org.springframework.expression.PropertyAccessor

    public class ItemDataPropertyAccessor
    extends java.lang.Object
    implements org.springframework.expression.PropertyAccessor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canRead​(org.springframework.expression.EvaluationContext context, java.lang.Object target, java.lang.String name)  
      boolean canWrite​(org.springframework.expression.EvaluationContext context, java.lang.Object target, java.lang.String name)  
      protected com.hybris.cockpitng.dataaccess.facades.type.DataType getDataType​(java.lang.Object target)  
      java.lang.Class[] getSpecificTargetClasses()  
      org.springframework.expression.TypedValue read​(org.springframework.expression.EvaluationContext context, java.lang.Object target, java.lang.String name)  
      void setTypeFacade​(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade)  
      void write​(org.springframework.expression.EvaluationContext context, java.lang.Object target, java.lang.String name, java.lang.Object newValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ItemDataPropertyAccessor

        public ItemDataPropertyAccessor()
    • Method Detail

      • getSpecificTargetClasses

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

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

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

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

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

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

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