Uses of Class
de.hybris.platform.previewwebservices.dto.CatalogVersionWsDTO
-
Packages that use CatalogVersionWsDTO Package Description de.hybris.platform.previewwebservices.dto de.hybris.platform.previewwebservices.populators de.hybris.platform.previewwebservices.validator -
-
Uses of CatalogVersionWsDTO in de.hybris.platform.previewwebservices.dto
Methods in de.hybris.platform.previewwebservices.dto that return types with arguments of type CatalogVersionWsDTO Modifier and Type Method Description java.util.List<CatalogVersionWsDTO>PreviewTicketWsDTO. getCatalogVersions()Method parameters in de.hybris.platform.previewwebservices.dto with type arguments of type CatalogVersionWsDTO Modifier and Type Method Description voidPreviewTicketWsDTO. setCatalogVersions(java.util.List<CatalogVersionWsDTO> catalogVersions) -
Uses of CatalogVersionWsDTO in de.hybris.platform.previewwebservices.populators
Methods in de.hybris.platform.previewwebservices.populators that return CatalogVersionWsDTO Modifier and Type Method Description protected CatalogVersionWsDTOPreviewTicketPopulator. buildCatalogVersionWsDTO(CatalogVersionModel catalogVersion) -
Uses of CatalogVersionWsDTO in de.hybris.platform.previewwebservices.validator
Method parameters in de.hybris.platform.previewwebservices.validator with type arguments of type CatalogVersionWsDTO Modifier and Type Method Description protected voidPreviewWSDTOValidator. validateCatalogVersions(java.util.List<CatalogVersionWsDTO> catalogVersions, org.springframework.validation.Errors errors)
-