Uses of Class
de.hybris.platform.cmsoccaddon.data.CMSPageWsDTO
-
Packages that use CMSPageWsDTO Package Description de.hybris.platform.cmsoccaddon.jaxb.adapters.pages de.hybris.platform.cmsoccaddon.mapping.converters -
-
Uses of CMSPageWsDTO in de.hybris.platform.cmsoccaddon.jaxb.adapters.pages
Methods in de.hybris.platform.cmsoccaddon.jaxb.adapters.pages that return CMSPageWsDTO Modifier and Type Method Description CMSPageWsDTOPageWsDTOAdapter. unmarshal(PageAdapterUtil.PageAdaptedData pageAdaptedData)Methods in de.hybris.platform.cmsoccaddon.jaxb.adapters.pages with parameters of type CMSPageWsDTO Modifier and Type Method Description static PageAdapterUtil.PageAdaptedDataPageAdapterUtil. convert(CMSPageWsDTO pageDTO)ConvertsCMSPageWsDTOtoPageAdapterUtil.PageAdaptedDatathat can be easily converted to JSON/XML.protected PageAdapterUtil.PageAdaptedDataPageWsDTOAdapter. convert(CMSPageWsDTO page)PageAdapterUtil.PageAdaptedDataPageWsDTOAdapter. marshal(CMSPageWsDTO page) -
Uses of CMSPageWsDTO in de.hybris.platform.cmsoccaddon.mapping.converters
Methods in de.hybris.platform.cmsoccaddon.mapping.converters with parameters of type CMSPageWsDTO Modifier and Type Method Description protected booleanPageDataToWsConverter. isOtherPropertiesFieldVisible(CMSPageWsDTO wsData)Method to check whether the otherProperties should be populated.
-