Class DefaultPagedB2BCustomerDao
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.dao.impl.DefaultPagedGenericDao<B2BCustomerModel>
-
- de.hybris.platform.b2bacceleratorservices.dao.impl.DefaultPagedB2BCustomerDao
-
- All Implemented Interfaces:
PagedB2BCustomerDao<B2BCustomerModel>,PagedGenericDao<B2BCustomerModel>
@Deprecated(since="6.0", forRemoval=true) public class DefaultPagedB2BCustomerDao extends DefaultPagedGenericDao<B2BCustomerModel> implements PagedB2BCustomerDao<B2BCustomerModel>Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. UseDefaultPagedB2BCustomerDaoinstead.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.log4j.LoggerLOGDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description DefaultPagedB2BCustomerDao(java.lang.String typeCode)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SearchPageData<B2BCustomerModel>findPagedApproversForUnitByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String unit, java.lang.String... userGroupid)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>findPagedCustomers(java.lang.String sortCode, PageableData pageableData)Deprecated, for removal: This API element is subject to removal in a future version.Finds all visible users within a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"SearchPageData<B2BCustomerModel>findPagedCustomersByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String... userGroupid)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>findPagedCustomersForUnit(java.lang.String sortCode, PageableData pageableData, java.lang.String unit)Deprecated, for removal: This API element is subject to removal in a future version.SearchPageData<B2BCustomerModel>findPagedCustomersForUnitByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String unit, java.lang.String... userGroupid)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.commerceservices.search.dao.impl.DefaultPagedGenericDao
appendOrderByClausesToBuilder, appendWhereClausesToBuilder, createFlexibleSearchQuery, createFlexibleSearchQuery, createFlexibleSearchQuery, createFlexibleSearchQuery, createFlexibleSearchQuery, createFlexibleSearchQuery, createQueryString, createSortQueryData, createSortQueryData, createSortQueryData, find, find, find, find, getPagedFlexibleSearchService, setPagedFlexibleSearchService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.commerceservices.search.dao.PagedGenericDao
find, find, find, find
-
-
-
-
Method Detail
-
findPagedCustomers
public SearchPageData<B2BCustomerModel> findPagedCustomers(java.lang.String sortCode, PageableData pageableData)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PagedB2BCustomerDaoFinds all visible users within a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"- Specified by:
findPagedCustomersin interfacePagedB2BCustomerDao<B2BCustomerModel>- Returns:
- A paged result of customers
-
findPagedCustomersByGroupMembership
public SearchPageData<B2BCustomerModel> findPagedCustomersByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String... userGroupid)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findPagedCustomersByGroupMembershipin interfacePagedB2BCustomerDao<B2BCustomerModel>
-
findPagedApproversForUnitByGroupMembership
public SearchPageData<B2BCustomerModel> findPagedApproversForUnitByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String unit, java.lang.String... userGroupid)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findPagedApproversForUnitByGroupMembershipin interfacePagedB2BCustomerDao<B2BCustomerModel>
-
findPagedCustomersForUnitByGroupMembership
public SearchPageData<B2BCustomerModel> findPagedCustomersForUnitByGroupMembership(java.lang.String sortCode, PageableData pageableData, java.lang.String unit, java.lang.String... userGroupid)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findPagedCustomersForUnitByGroupMembershipin interfacePagedB2BCustomerDao<B2BCustomerModel>
-
findPagedCustomersForUnit
public SearchPageData<B2BCustomerModel> findPagedCustomersForUnit(java.lang.String sortCode, PageableData pageableData, java.lang.String unit)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findPagedCustomersForUnitin interfacePagedB2BCustomerDao<B2BCustomerModel>
-
-