Uses of Interface
de.hybris.platform.cmsocc.mapping.CMSDataMapper
-
Packages that use CMSDataMapper Package Description de.hybris.platform.cmsocc.controllers de.hybris.platform.cmsocc.mapping de.hybris.platform.cmsocc.mapping.converters -
-
Uses of CMSDataMapper in de.hybris.platform.cmsocc.controllers
Fields in de.hybris.platform.cmsocc.controllers declared as CMSDataMapper Modifier and Type Field Description protected CMSDataMapperPageController. dataMapperMethods in de.hybris.platform.cmsocc.controllers that return CMSDataMapper Modifier and Type Method Description CMSDataMapperComponentController. getDataMapper()protected CMSDataMapperPageController. getDataMapper()Methods in de.hybris.platform.cmsocc.controllers with parameters of type CMSDataMapper Modifier and Type Method Description voidComponentController. setDataMapper(CMSDataMapper dataMapper)voidPageController. setDataMapper(CMSDataMapper dataMapper) -
Uses of CMSDataMapper in de.hybris.platform.cmsocc.mapping
Classes in de.hybris.platform.cmsocc.mapping that implement CMSDataMapper Modifier and Type Class Description classDefaultCMSDataMapperThe mapper to convert an object to another object usingDefaultDataMapper. -
Uses of CMSDataMapper in de.hybris.platform.cmsocc.mapping.converters
Methods in de.hybris.platform.cmsocc.mapping.converters that return CMSDataMapper Modifier and Type Method Description protected CMSDataMapperAbstractDataToWsConverter. getMapper()Methods in de.hybris.platform.cmsocc.mapping.converters with parameters of type CMSDataMapper Modifier and Type Method Description voidAbstractDataToWsConverter. setMapper(CMSDataMapper mapper)
-