Class SlotDataToWsConverter

    • Constructor Detail

      • SlotDataToWsConverter

        public SlotDataToWsConverter()
    • Method Detail

      • getDataClass

        public java.lang.Class getDataClass()
        Description copied from interface: DataToWsConverter
        Class that represents a source object
        Returns:
        the Class
      • getWsClass

        public java.lang.Class getWsClass()
        Description copied from interface: DataToWsConverter
        Class that represents a target object
        Returns:
        the Class
      • isOtherPropertiesFieldVisible

        protected boolean isOtherPropertiesFieldVisible​(ContentSlotWsDTO wsData)
        Method to check whether the otherProperties should be populated.
        Parameters:
        wsData - the ContentSlotWsDTO that is used to determine whether the otherProperties field is visible or not.
        Returns:
        true if otherProperties field should be populated in ws data object.