Uses of Class
de.hybris.platform.cmswebservices.dto.CMSVersionWsDTO
-
Packages that use CMSVersionWsDTO Package Description de.hybris.platform.cmswebservices.dto de.hybris.platform.cmswebservices.version.controller -
-
Uses of CMSVersionWsDTO in de.hybris.platform.cmswebservices.dto
Methods in de.hybris.platform.cmswebservices.dto that return types with arguments of type CMSVersionWsDTO Modifier and Type Method Description java.util.List<CMSVersionWsDTO>CMSVersionListWsDTO. getResults()Method parameters in de.hybris.platform.cmswebservices.dto with type arguments of type CMSVersionWsDTO Modifier and Type Method Description voidCMSVersionListWsDTO. setResults(java.util.List<CMSVersionWsDTO> results) -
Uses of CMSVersionWsDTO in de.hybris.platform.cmswebservices.version.controller
Methods in de.hybris.platform.cmswebservices.version.controller that return CMSVersionWsDTO Modifier and Type Method Description CMSVersionWsDTOCMSVersionController. createVersion(java.lang.String itemUUID, CMSVersionWsDTO dto, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)CMSVersionWsDTOCMSVersionController. getVersion(java.lang.String versionId)CMSVersionWsDTOCMSVersionController. updateVersion(java.lang.String itemUUID, java.lang.String versionId, CMSVersionWsDTO dto)Methods in de.hybris.platform.cmswebservices.version.controller with parameters of type CMSVersionWsDTO Modifier and Type Method Description CMSVersionWsDTOCMSVersionController. createVersion(java.lang.String itemUUID, CMSVersionWsDTO dto, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)CMSVersionWsDTOCMSVersionController. updateVersion(java.lang.String itemUUID, java.lang.String versionId, CMSVersionWsDTO dto)
-