Uses of Class
de.hybris.platform.cmswebservices.dto.PageableWsDTO
-
-
Uses of PageableWsDTO in de.hybris.platform.cmswebservices.cmsitems.controller
Methods in de.hybris.platform.cmswebservices.cmsitems.controller with parameters of type PageableWsDTO Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>CMSItemController. findCmsItems(CMSItemSearchWsDTO cmsItemSearchInfo, PageableWsDTO pageableInfo) -
Uses of PageableWsDTO in de.hybris.platform.cmswebservices.media.controller
Methods in de.hybris.platform.cmswebservices.media.controller with parameters of type PageableWsDTO Modifier and Type Method Description MediaContainerListWsDTOMediaContainerController. findMediaContainersByText(java.lang.String mask, PageableWsDTO pageableInfo) -
Uses of PageableWsDTO in de.hybris.platform.cmswebservices.products.controller
Methods in de.hybris.platform.cmswebservices.products.controller with parameters of type PageableWsDTO Modifier and Type Method Description CategoryDataListWsDTOCategoryController. findProductCategoriesByText(java.lang.String text, java.lang.String mask, PageableWsDTO pageableInfo)ProductDataListWsDTOProductController. findProductsByText(java.lang.String text, java.lang.String mask, PageableWsDTO pageableInfo) -
Uses of PageableWsDTO in de.hybris.platform.cmswebservices.usergroups.controller
Methods in de.hybris.platform.cmswebservices.usergroups.controller with parameters of type PageableWsDTO Modifier and Type Method Description UserGroupListWsDTOUserGroupController. findUserGroupsByText(java.lang.String mask, PageableWsDTO pageableInfo) -
Uses of PageableWsDTO in de.hybris.platform.cmswebservices.version.controller
Methods in de.hybris.platform.cmswebservices.version.controller with parameters of type PageableWsDTO Modifier and Type Method Description CMSVersionListWsDTOCMSVersionController. findVersionsForItem(java.lang.String itemUUID, java.lang.String mask, PageableWsDTO pageableInfo) -
Uses of PageableWsDTO in de.hybris.platform.cmswebservices.workflows.controller
Methods in de.hybris.platform.cmswebservices.workflows.controller with parameters of type PageableWsDTO Modifier and Type Method Description CMSWorkflowListWsDTOCMSWorkflowController. findAllWorkflowsForAttachments(java.lang.String attachment, java.util.List<java.lang.String> statuses, PageableWsDTO pageableInfo)CMSCommentListWsDTOCMSWorkflowActionController. getActionComments(java.lang.String workflowCode, java.lang.String actionCode, PageableWsDTO pageableInfo)
-