Interface PagedB2BUserGroupDao<M>

  • Type Parameters:
    M -
    All Superinterfaces:
    PagedGenericDao<M>
    All Known Implementing Classes:
    DefaultPagedB2BUserGroupDao

    @Deprecated(since="6.0",
                forRemoval=true)
    public interface PagedB2BUserGroupDao<M>
    extends PagedGenericDao<M>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 6.0. Use PagedGenericDao directly instead.
    • Method Detail

      • findPagedB2BUserGroup

        SearchPageData<B2BUserGroupModel> findPagedB2BUserGroup​(java.lang.String sortCode,
                                                                PageableData pageableData)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Finds all visible B2BUserGroupModel within a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"
        Parameters:
        sortCode -
        pageableData -
        Returns:
        A paged result of customers