Uses of Class
de.hybris.platform.cmsoccaddon.jaxb.adapters.components.ComponentAdapterUtil.ComponentAdaptedData
-
Packages that use ComponentAdapterUtil.ComponentAdaptedData Package Description de.hybris.platform.cmsoccaddon.controllers de.hybris.platform.cmsoccaddon.jaxb.adapters.components -
-
Uses of ComponentAdapterUtil.ComponentAdaptedData in de.hybris.platform.cmsoccaddon.controllers
Methods in de.hybris.platform.cmsoccaddon.controllers that return ComponentAdapterUtil.ComponentAdaptedData Modifier and Type Method Description ComponentAdapterUtil.ComponentAdaptedDataComponentController. getComponentById(java.lang.String componentId, java.lang.String catalogCode, java.lang.String productCode, java.lang.String categoryCode, java.lang.String fields) -
Uses of ComponentAdapterUtil.ComponentAdaptedData in de.hybris.platform.cmsoccaddon.jaxb.adapters.components
Fields in de.hybris.platform.cmsoccaddon.jaxb.adapters.components with type parameters of type ComponentAdapterUtil.ComponentAdaptedData Modifier and Type Field Description java.util.List<ComponentAdapterUtil.ComponentAdaptedData>ComponentListWsDTOAdapter.ListAdaptedComponents. componentMethods in de.hybris.platform.cmsoccaddon.jaxb.adapters.components that return ComponentAdapterUtil.ComponentAdaptedData Modifier and Type Method Description static ComponentAdapterUtil.ComponentAdaptedDataComponentAdapterUtil. convert(ComponentWsDTO componentDTO)convert ComponentWsDTO object into ComponentAdaptedData objectComponentAdapterUtil.ComponentAdaptedDataComponentWsDTOAdapter. marshal(ComponentWsDTO componentDTO)Methods in de.hybris.platform.cmsoccaddon.jaxb.adapters.components with parameters of type ComponentAdapterUtil.ComponentAdaptedData Modifier and Type Method Description ComponentWsDTOComponentWsDTOAdapter. unmarshal(ComponentAdapterUtil.ComponentAdaptedData v)
-