Uses of Class
de.hybris.platform.webservicescommons.dto.SortWsDTO
-
-
Uses of SortWsDTO in de.hybris.platform.cmsoccaddon.jaxb.adapters.components
Methods in de.hybris.platform.cmsoccaddon.jaxb.adapters.components that return types with arguments of type SortWsDTO Modifier and Type Method Description java.util.List<SortWsDTO>ComponentListWsDTOAdapter.ListAdaptedComponents. getSorts()Method parameters in de.hybris.platform.cmsoccaddon.jaxb.adapters.components with type arguments of type SortWsDTO Modifier and Type Method Description voidComponentListWsDTOAdapter.ListAdaptedComponents. setSorts(java.util.List<SortWsDTO> sorts) -
Uses of SortWsDTO in de.hybris.platform.customercouponoccaddon.dto
Methods in de.hybris.platform.customercouponoccaddon.dto that return types with arguments of type SortWsDTO Modifier and Type Method Description java.util.List<SortWsDTO>CustomerCouponSearchResultWsDTO. getSorts()Method parameters in de.hybris.platform.customercouponoccaddon.dto with type arguments of type SortWsDTO Modifier and Type Method Description voidCustomerCouponSearchResultWsDTO. setSorts(java.util.List<SortWsDTO> sorts) -
Uses of SortWsDTO in de.hybris.platform.customerinterestsoccaddon.dto
Methods in de.hybris.platform.customerinterestsoccaddon.dto that return types with arguments of type SortWsDTO Modifier and Type Method Description java.util.List<SortWsDTO>CustomerInterestsSearchPageWsDTO. getSorts()Method parameters in de.hybris.platform.customerinterestsoccaddon.dto with type arguments of type SortWsDTO Modifier and Type Method Description voidCustomerInterestsSearchPageWsDTO. setSorts(java.util.List<SortWsDTO> sorts) -
Uses of SortWsDTO in de.hybris.platform.notificationoccaddon.dto
Methods in de.hybris.platform.notificationoccaddon.dto that return types with arguments of type SortWsDTO Modifier and Type Method Description java.util.List<SortWsDTO>SiteMessageSearchPageWsDTO. getSorts()java.util.List<SortWsDTO>SiteMessageSearchResultWsDTO. getSorts()Method parameters in de.hybris.platform.notificationoccaddon.dto with type arguments of type SortWsDTO Modifier and Type Method Description voidSiteMessageSearchPageWsDTO. setSorts(java.util.List<SortWsDTO> sorts)voidSiteMessageSearchResultWsDTO. setSorts(java.util.List<SortWsDTO> sorts) -
Uses of SortWsDTO in de.hybris.platform.webservicescommons.dto
Methods in de.hybris.platform.webservicescommons.dto that return types with arguments of type SortWsDTO Modifier and Type Method Description java.util.List<SortWsDTO>SearchPageWsDTO. getSorts()Method parameters in de.hybris.platform.webservicescommons.dto with type arguments of type SortWsDTO Modifier and Type Method Description voidSearchPageWsDTO. setSorts(java.util.List<SortWsDTO> sorts) -
Uses of SortWsDTO in de.hybris.platform.webservicescommons.pagination
Methods in de.hybris.platform.webservicescommons.pagination that return types with arguments of type SortWsDTO Modifier and Type Method Description java.util.List<SortWsDTO>WebPaginationUtils. buildSortWsDto(java.util.List<SortData> sortData)Converts list of SortData objects into list of SortWsDTO objects. -
Uses of SortWsDTO in de.hybris.platform.webservicescommons.pagination.converters
Methods in de.hybris.platform.webservicescommons.pagination.converters with parameters of type SortWsDTO Modifier and Type Method Description voidSortDataPopulator. populate(SortData source, SortWsDTO target) -
Uses of SortWsDTO in de.hybris.platform.webservicescommons.pagination.impl
Methods in de.hybris.platform.webservicescommons.pagination.impl that return types with arguments of type SortWsDTO Modifier and Type Method Description java.util.List<SortWsDTO>DefaultWebPaginationUtils. buildSortWsDto(java.util.List<SortData> sortData)Converter<SortData,SortWsDTO>DefaultWebPaginationUtils. getSortDataConverter()Method parameters in de.hybris.platform.webservicescommons.pagination.impl with type arguments of type SortWsDTO Modifier and Type Method Description voidDefaultWebPaginationUtils. setSortDataConverter(Converter<SortData,SortWsDTO> sortDataConverter)
-