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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.log4j.LoggerDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDefaultPagedB2BCustomerDao(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfindPagedApproversForUnitByGroupMembership(String sortCode, PageableData pageableData, String unit, String... userGroupid) Deprecated, for removal: This API element is subject to removal in a future version.findPagedCustomers(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"findPagedCustomersByGroupMembership(String sortCode, PageableData pageableData, String... userGroupid) Deprecated, for removal: This API element is subject to removal in a future version.findPagedCustomersForUnit(String sortCode, PageableData pageableData, String unit) Deprecated, for removal: This API element is subject to removal in a future version.findPagedCustomersForUnitByGroupMembership(String sortCode, PageableData pageableData, String unit, 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, setPagedFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.commerceservices.search.dao.PagedGenericDao
find, find, find, find
-
Field Details
-
LOG
public static final org.apache.log4j.Logger LOGDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
DefaultPagedB2BCustomerDao
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
findPagedCustomers
public SearchPageData<B2BCustomerModel> findPagedCustomers(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(String sortCode, PageableData pageableData, 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(String sortCode, PageableData pageableData, String unit, 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(String sortCode, PageableData pageableData, String unit, 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(String sortCode, PageableData pageableData, String unit) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findPagedCustomersForUnitin interfacePagedB2BCustomerDao<B2BCustomerModel>
-
DefaultPagedB2BCustomerDaoinstead.