Uses of Class
de.hybris.platform.cmsoccaddon.data.ContentSlotWsDTO
-
Packages that use ContentSlotWsDTO Package Description de.hybris.platform.cmsoccaddon.data de.hybris.platform.cmsoccaddon.jaxb.adapters.slots de.hybris.platform.cmsoccaddon.mapping.converters -
-
Uses of ContentSlotWsDTO in de.hybris.platform.cmsoccaddon.data
Methods in de.hybris.platform.cmsoccaddon.data that return types with arguments of type ContentSlotWsDTO Modifier and Type Method Description java.util.List<ContentSlotWsDTO>ContentSlotListWsDTO. getContentSlot()Method parameters in de.hybris.platform.cmsoccaddon.data with type arguments of type ContentSlotWsDTO Modifier and Type Method Description voidContentSlotListWsDTO. setContentSlot(java.util.List<ContentSlotWsDTO> contentSlot) -
Uses of ContentSlotWsDTO in de.hybris.platform.cmsoccaddon.jaxb.adapters.slots
Methods in de.hybris.platform.cmsoccaddon.jaxb.adapters.slots that return ContentSlotWsDTO Modifier and Type Method Description ContentSlotWsDTOSlotWsDTOAdapter. unmarshal(SlotAdapterUtil.SlotAdaptedData slotAdaptedData)Methods in de.hybris.platform.cmsoccaddon.jaxb.adapters.slots with parameters of type ContentSlotWsDTO Modifier and Type Method Description static SlotAdapterUtil.SlotAdaptedDataSlotAdapterUtil. convert(ContentSlotWsDTO slotDTO)ConvertsContentSlotWsDTOtoSlotAdapterUtil.SlotAdaptedDatathat can be easily converted to JSON/XML.protected SlotAdapterUtil.SlotAdaptedDataSlotWsDTOAdapter. convert(ContentSlotWsDTO slot)SlotAdapterUtil.SlotAdaptedDataSlotWsDTOAdapter. marshal(ContentSlotWsDTO slot) -
Uses of ContentSlotWsDTO in de.hybris.platform.cmsoccaddon.mapping.converters
Methods in de.hybris.platform.cmsoccaddon.mapping.converters with parameters of type ContentSlotWsDTO Modifier and Type Method Description protected booleanSlotDataToWsConverter. isOtherPropertiesFieldVisible(ContentSlotWsDTO wsData)Method to check whether the otherProperties should be populated.
-