Class PageDataToWsConverter

    • Constructor Detail

      • PageDataToWsConverter

        public PageDataToWsConverter()
    • 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​(CMSPageWsDTO wsData)
        Method to check whether the otherProperties should be populated.
        Parameters:
        wsData - the CMSPageWsDTO 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, false otherwise