Uses of Class
de.hybris.platform.cmsoccaddon.data.CMSPageWsDTO
-
Packages that use CMSPageWsDTO Package Description de.hybris.platform.cmsoccaddon.data de.hybris.platform.cmsoccaddon.jaxb.adapters.pages de.hybris.platform.cmsoccaddon.mapping.converters -
-
Uses of CMSPageWsDTO in de.hybris.platform.cmsoccaddon.data
Methods in de.hybris.platform.cmsoccaddon.data that return types with arguments of type CMSPageWsDTO Modifier and Type Method Description java.util.List<CMSPageWsDTO>CMSPageListWsDTO. getPage()Method parameters in de.hybris.platform.cmsoccaddon.data with type arguments of type CMSPageWsDTO Modifier and Type Method Description voidCMSPageListWsDTO. setPage(java.util.List<CMSPageWsDTO> page) -
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.static PageAdapterUtil.PageAdaptedDataPageAdapterUtil. convert(CMSPageWsDTO pageDTO, boolean includeSlots)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.
-