Uses of Class
de.hybris.platform.commercefacades.catalog.PageOption
Packages that use PageOption
Package
Description
-
Uses of PageOption in de.hybris.platform.commercefacades.catalog
Methods in de.hybris.platform.commercefacades.catalog that return PageOptionModifier and TypeMethodDescriptionstatic PageOptionPageOption.createForPageNumberAndPageSize(int currentPage, int pageSize) static PageOptionPageOption.createWithoutLimits()Methods in de.hybris.platform.commercefacades.catalog with parameters of type PageOptionModifier and TypeMethodDescriptionCatalogFacade.getCategoryById(String catalogId, String catalogVersionId, String categoryId, PageOption page, Set<CatalogOption> opts) Returns category DTO for catalog id, catalog version id and category code and options (BASIC, PRODUCTS) -
Uses of PageOption in de.hybris.platform.commercefacades.catalog.converters.populator
Methods in de.hybris.platform.commercefacades.catalog.converters.populator with parameters of type PageOptionModifier and TypeMethodDescriptionvoidCategoryHierarchyPopulator.populate(CategoryModel source, CategoryHierarchyData target, Collection<? extends CatalogOption> options, PageOption page) -
Uses of PageOption in de.hybris.platform.commercefacades.catalog.impl
Methods in de.hybris.platform.commercefacades.catalog.impl with parameters of type PageOptionModifier and TypeMethodDescriptionDefaultCatalogFacade.getCategoryById(String catalogId, String catalogVersionId, String categoryId, PageOption page, Set<CatalogOption> opts) -
Uses of PageOption in de.hybris.platform.commercefacades.converter
Methods in de.hybris.platform.commercefacades.converter with parameters of type PageOptionModifier and TypeMethodDescriptionvoidPageablePopulator.populate(SOURCE source, TARGET target, Collection<? extends OPTION> options, PageOption page) Populate the target instance from the source instance. -
Uses of PageOption in de.hybris.platform.commercefacades.customergroups
Methods in de.hybris.platform.commercefacades.customergroups with parameters of type PageOptionModifier and TypeMethodDescriptionCustomerGroupFacade.getAllCustomerGroups(PageOption pageOption) Returns user group with uid 'customergroup' and all it's direct subgroups -
Uses of PageOption in de.hybris.platform.commercefacades.customergroups.impl
Methods in de.hybris.platform.commercefacades.customergroups.impl with parameters of type PageOptionModifier and TypeMethodDescriptionDefaultCustomerGroupFacade.getAllCustomerGroups(PageOption pageOption) protected UserGroupDataListDefaultCustomerGroupFacade.sortAndGetSubListDependsOnPageOption(List<UserGroupData> input, PageOption pageOption)