Uses of Class
de.hybris.platform.cms2.data.PageableData
Packages that use PageableData
Package
Description
-
Uses of PageableData in de.hybris.platform.cms2.cmsitems.service
Methods in de.hybris.platform.cms2.cmsitems.service with parameters of type PageableDataModifier and TypeMethodDescriptionCMSItemSearchService.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) Paged Search for CMSItems -
Uses of PageableData in de.hybris.platform.cms2.cmsitems.service.impl
Methods in de.hybris.platform.cms2.cmsitems.service.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultFlexibleCMSItemSearchService.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) Paged Search for CMSItemsprotected voidDefaultFlexibleCMSItemSearchService.validateSearchData(CMSItemSearchData cmsItemSearchData, PageableData pageableData) Validate the cms item search data and pageable data -
Uses of PageableData in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos with parameters of type PageableDataModifier and TypeMethodDescriptionCMSWorkflowActionDao.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.CMSComponentDao.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) For a given mask used as filter and aPageableDataquery, will return a page object consisting of the content list of the requested page number and the total number of entities for the given maskCMSMediaContainerDao.findMediaContainersForCatalogVersion(String text, CatalogVersionModel catalogVersion, PageableData pageableData) Finds media containers using a free-text form in a given catalog version.CMSMediaFolderDao.findMediaFolders(String qualifier, PageableData pageableData) Retrieve all media folders which have the specified qualifier value.CMSMediaDao.findMediasForCatalogVersion(String mask, String mimeType, CatalogVersionModel catalogVersion, PageableData pageableData) Finds medias using a free-mask form in a given catalog version.CMSWorkflowDao.findWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) This is the paginated version ofCMSWorkflowDao.findAllWorkflowsByAttachedItems(List, Set) -
Uses of PageableData in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultCMSWorkflowActionDao.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) DefaultCMSComponentDao.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) DefaultCMSMediaContainerDao.findMediaContainersForCatalogVersion(String text, CatalogVersionModel catalogVersion, PageableData pageableData) DefaultCMSMediaFolderDao.findMediaFolders(String qualifier, PageableData pageableData) DefaultCMSMediaDao.findMediasForCatalogVersion(String mask, String mimeType, CatalogVersionModel catalogVersion, PageableData pageableData) DefaultCMSWorkflowDao.findWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin with parameters of type PageableDataModifier and TypeMethodDescriptionCMSAdminComponentService.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) For a given mask used as filter and aPageableDataquery, will return a page object consisting of the content list of the requested page number and the total number of entities for the given mask -
Uses of PageableData in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultCMSAdminComponentService.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cms2.usergroups.service
Methods in de.hybris.platform.cms2.usergroups.service with parameters of type PageableDataModifier and TypeMethodDescriptionUserGroupSearchService.findUserGroups(String text, PageableData pageableData) Method to find user groups using a free-text form. -
Uses of PageableData in de.hybris.platform.cms2.usergroups.service.impl
Methods in de.hybris.platform.cms2.usergroups.service.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultUserGroupNamedQuerySearchService.findUserGroups(String text, PageableData pageableData) protected NamedQueryDefaultUserGroupNamedQuerySearchService.getNamedQueryForUserGroupSearch(String text, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cms2.version.service
Methods in de.hybris.platform.cms2.version.service with parameters of type PageableDataModifier and TypeMethodDescriptionCMSVersionSearchService.findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData) Returns versions matching the search criteria -
Uses of PageableData in de.hybris.platform.cms2.version.service.impl
Methods in de.hybris.platform.cms2.version.service.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultCMSVersionSearchService.findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData) Returns versions matching the search criteria -
Uses of PageableData in de.hybris.platform.cms2.workflow.service
Methods in de.hybris.platform.cms2.workflow.service with parameters of type PageableDataModifier and TypeMethodDescriptionCMSWorkflowActionService.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.CMSWorkflowService.findWorkflowsForAttachedItemsAndStatuses(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) This is the pageable version ofCMSWorkflowService.findAllWorkflowsByAttachedItems(List, Set)
This method finds allWorkflowModel, with the specified workflow statuses, to which the given items are attached to. -
Uses of PageableData in de.hybris.platform.cms2.workflow.service.impl
Methods in de.hybris.platform.cms2.workflow.service.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultCMSWorkflowActionService.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) DefaultCMSWorkflowService.findWorkflowsForAttachedItemsAndStatuses(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cmsfacades.cmsitems
Methods in de.hybris.platform.cmsfacades.cmsitems with parameters of type PageableDataModifier and TypeMethodDescriptionCMSItemFacade.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) A paged Search for CMSItems in a given catalogversion. -
Uses of PageableData in de.hybris.platform.cmsfacades.cmsitems.impl
Methods in de.hybris.platform.cmsfacades.cmsitems.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultCMSItemFacade.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cmsfacades.media
Methods in de.hybris.platform.cmsfacades.media with parameters of type PageableDataModifier and TypeMethodDescriptionCMSMediaFolderFacade.findMediaFolders(String text, PageableData pageableData) Finds media folders using a free-text form.default SearchResult<MediaData>MediaFacade.findMedias(String mask, String mimeType, PageableData pageableData) Finds medias using a free-text form. -
Uses of PageableData in de.hybris.platform.cmsfacades.media.impl
Methods in de.hybris.platform.cmsfacades.media.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultCMSMediaFolderFacade.findMediaFolders(String text, PageableData pageableData) DefaultMediaFacade.findMedias(String mask, String mimeType, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cmsfacades.media.service
Methods in de.hybris.platform.cmsfacades.media.service with parameters of type PageableDataModifier and TypeMethodDescriptionCMSMediaContainerService.findMediaContainersForCatalogVersion(String text, CatalogVersionModel catalogVersion, PageableData pageableData) Finds media containers using a free-text form in a given catalog version.CMSMediaFolderService.findMediaFolders(String text, PageableData pageableData) Finds media folders using a free-text.CMSMediaService.findMediasForCatalogVersion(String mask, String mimeType, CatalogVersionModel catalogVersion, PageableData pageableData) Finds medias using a free-text form in a given catalog version. -
Uses of PageableData in de.hybris.platform.cmsfacades.media.service.impl
Methods in de.hybris.platform.cmsfacades.media.service.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultCMSMediaContainerService.findMediaContainersForCatalogVersion(String text, CatalogVersionModel catalogVersion, PageableData pageableData) DefaultCMSMediaFolderService.findMediaFolders(String text, PageableData pageableData) DefaultCMSMediaService.findMediasForCatalogVersion(String mask, String mimeType, CatalogVersionModel catalogVersion, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cmsfacades.mediacontainers
Methods in de.hybris.platform.cmsfacades.mediacontainers with parameters of type PageableDataModifier and TypeMethodDescriptionMediaContainerFacade.findMediaContainers(String text, PageableData pageableData) Finds media containers using a free-text form. -
Uses of PageableData in de.hybris.platform.cmsfacades.mediacontainers.impl
Methods in de.hybris.platform.cmsfacades.mediacontainers.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultMediaContainerFacade.findMediaContainers(String text, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cmsfacades.products
Methods in de.hybris.platform.cmsfacades.products with parameters of type PageableDataModifier and TypeMethodDescriptionProductSearchFacade.findProductCategories(String text, PageableData pageableData) Method to find product categories using a free-text form.ProductSearchFacade.findProducts(String text, PageableData pageableData) Method to find products using a free-text form. -
Uses of PageableData in de.hybris.platform.cmsfacades.products.impl
Methods in de.hybris.platform.cmsfacades.products.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultProductSearchFacade.findProductCategories(String text, PageableData pageableData) DefaultProductSearchFacade.findProducts(String text, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cmsfacades.products.service
Methods in de.hybris.platform.cmsfacades.products.service with parameters of type PageableDataModifier and TypeMethodDescriptionProductCategorySearchService.findProductCategories(String text, PageableData pageableData, CatalogVersionModel catalogVersion) Method to find product categories using a free-text form.ProductSearchService.findProducts(String text, PageableData pageableData, CatalogVersionModel catalogVersion) Method to find products using a free-text form. -
Uses of PageableData in de.hybris.platform.cmsfacades.products.service.impl
Methods in de.hybris.platform.cmsfacades.products.service.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultProductCategorySearchService.findProductCategories(String text, PageableData pageableData, CatalogVersionModel catalogVersion) DefaultNamedQueryServiceProductSearchService.findProducts(String text, PageableData pageableData, CatalogVersionModel catalogVersion) protected NamedQueryDefaultProductCategorySearchService.getNamedQueryForProductCategorySearch(String text, PageableData pageableData, CatalogVersionModel catalogVersion) Get the NamedQuery data bean for searching product categories.protected NamedQueryDefaultNamedQueryServiceProductSearchService.getNamedQueryForProductSearch(String text, PageableData pageableData, CatalogVersionModel catalogVersion) Get the NamedQuery data bean for searching products. -
Uses of PageableData in de.hybris.platform.cmsfacades.types
Methods in de.hybris.platform.cmsfacades.types with parameters of type PageableDataModifier and TypeMethodDescriptiondefault SearchResult<ComponentTypeData>ComponentTypeFacade.getAllComponentTypesForPage(CMSComponentTypesForPageSearchData searchData, PageableData pageableData) A paged Search for ComponentTypes that are valid to be used in a given page. -
Uses of PageableData in de.hybris.platform.cmsfacades.types.impl
Methods in de.hybris.platform.cmsfacades.types.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultComponentTypeFacade.getAllComponentTypesForPage(CMSComponentTypesForPageSearchData searchData, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cmsfacades.usergroups
Methods in de.hybris.platform.cmsfacades.usergroups with parameters of type PageableDataModifier and TypeMethodDescriptionUserGroupFacade.findUserGroups(String text, PageableData pageableData) Method to find user groups using a free-text form. -
Uses of PageableData in de.hybris.platform.cmsfacades.usergroups.impl
Methods in de.hybris.platform.cmsfacades.usergroups.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultUserGroupFacade.findUserGroups(String text, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cmsfacades.version
Methods in de.hybris.platform.cmsfacades.version with parameters of type PageableDataModifier and TypeMethodDescriptionCMSVersionFacade.findVersionsForItem(String itemUUID, String mask, PageableData pageableData) Retrieves a paginated result of CMSVersionData matching the search criteria -
Uses of PageableData in de.hybris.platform.cmsfacades.version.impl
Methods in de.hybris.platform.cmsfacades.version.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultCMSVersionFacade.findVersionsForItem(String itemUUID, String mask, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cmsfacades.workflow
Methods in de.hybris.platform.cmsfacades.workflow with parameters of type PageableDataModifier and TypeMethodDescriptionCMSWorkflowFacade.findAllWorkflows(CMSWorkflowData workflowData, PageableData pageableData) Finds all workflows containing the given attachment for the specified workflow statuses.CMSWorkflowActionFacade.findAllWorkflowTasks(PageableData pageableData) Returns paginated list of workflow tasks.CMSWorkflowActionFacade.getActionComments(String workflowCode, String actionCode, PageableData pageableData) Returns paginated list of action comments. -
Uses of PageableData in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultCMSWorkflowFacade.findAllWorkflows(CMSWorkflowData workflowData, PageableData pageableData) DefaultCMSWorkflowActionFacade.findAllWorkflowTasks(PageableData pageableData) DefaultCMSWorkflowActionFacade.getActionComments(String workflowCode, String actionCode, PageableData pageableData) -
Uses of PageableData in de.hybris.platform.cmssmarteditwebservices.products.facade
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade with parameters of type PageableDataModifier and TypeMethodDescriptionProductSearchFacade.findProductCategories(String text, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.default SearchResult<CategoryData>ProductSearchFacade.findProductCategories(String text, PageableData pageableData, String langIsoCode) Method to find product categories using a free-text form.ProductSearchFacade.findProducts(String text, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.since 2005, please useProductSearchFacade.findProducts(String, PageableData, String)default SearchResult<ProductData>ProductSearchFacade.findProducts(String text, PageableData pageableData, String langIsoCode) Method to find products using a free-text form. -
Uses of PageableData in de.hybris.platform.cmssmarteditwebservices.products.facade.impl
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade.impl with parameters of type PageableDataModifier and TypeMethodDescriptionDefaultProductSearchFacade.findProductCategories(String text, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.since 2005, please useProductSearchFacade.findProductCategories(String, PageableData, String)DefaultProductSearchFacade.findProductCategories(String text, PageableData pageableData, String langIsoCode) DefaultProductSearchFacade.findProducts(String text, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.since 2005, please useProductSearchFacade.findProducts(String, PageableData, String)DefaultProductSearchFacade.findProducts(String text, PageableData pageableData, String langIsoCode)
ProductSearchFacade.findProductCategories(String, PageableData, String)