Interface PagedB2BPermissionDao<M>
- Type Parameters:
M-
- All Superinterfaces:
PagedGenericDao<M>
- All Known Implementing Classes:
DefaultPagedB2BPermissionDao
@Deprecated(since="6.0",
forRemoval=true)
public interface PagedB2BPermissionDao<M>
extends PagedGenericDao<M>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionfindPagedPermissions(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Finds all visible permissions within a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"Methods inherited from interface de.hybris.platform.commerceservices.search.dao.PagedGenericDao
find, find, find, find
-
Method Details
-
findPagedPermissions
Deprecated, for removal: This API element is subject to removal in a future version.Finds all visible permissions within a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"- Parameters:
sortCode-pageableData-- Returns:
- A paged result of permissions
-
PagedGenericDaodirectly instead.