| Modifier and Type | Method and Description |
|---|---|
static PageOption |
PageOption.createForPageNumberAndPageSize(int currentPage,
int pageSize) |
static PageOption |
PageOption.createWithoutLimits() |
| Modifier and Type | Method and Description |
|---|---|
CategoryHierarchyData |
CatalogFacade.getCategoryById(java.lang.String catalogId,
java.lang.String catalogVersionId,
java.lang.String categoryId,
PageOption page,
java.util.Set<CatalogOption> opts)
Returns category DTO for catalog id, catalog version id and category code and options (BASIC, PRODUCTS)
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryHierarchyPopulator.populate(CategoryModel source,
CategoryHierarchyData target,
java.util.Collection<? extends CatalogOption> options,
PageOption page) |
| Modifier and Type | Method and Description |
|---|---|
CategoryHierarchyData |
DefaultCatalogFacade.getCategoryById(java.lang.String catalogId,
java.lang.String catalogVersionId,
java.lang.String categoryId,
PageOption page,
java.util.Set<CatalogOption> opts) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageablePopulator.populate(SOURCE source,
TARGET target,
java.util.Collection<? extends OPTION> options,
PageOption page)
Populate the target instance from the source instance.
|
| Modifier and Type | Method and Description |
|---|---|
UserGroupDataList |
CustomerGroupFacade.getAllCustomerGroups(PageOption pageOption)
Returns user group with uid 'customergroup' and all it's direct subgroups
|
| Modifier and Type | Method and Description |
|---|---|
UserGroupDataList |
DefaultCustomerGroupFacade.getAllCustomerGroups(PageOption pageOption) |
protected UserGroupDataList |
DefaultCustomerGroupFacade.sortAndGetSubListDependsOnPageOption(java.util.List<UserGroupData> input,
PageOption pageOption) |
Copyright © 2018 SAP SE. All Rights Reserved.