Class DefaultB2BCommerceUserFacade
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.company.impl.DefaultCompanyB2BCommerceFacade
de.hybris.platform.b2bacceleratorfacades.company.impl.DefaultB2BCommerceUserFacade
- All Implemented Interfaces:
B2BCommerceUserFacade,CompanyB2BCommerceFacade,B2BUserFacade
@Deprecated(since="6.0",
forRemoval=true)
public class DefaultB2BCommerceUserFacade
extends DefaultCompanyB2BCommerceFacade
implements B2BCommerceUserFacade
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionaddApproverForCustomer(String user, String approver) Deprecated, for removal: This API element is subject to removal in a future version.Add an approver to the customeraddB2BUserGroupToCustomer(String user, String usergroup) Deprecated, for removal: This API element is subject to removal in a future version.Add b2b user group to a customer.addPermissionToCustomer(String user, String permission) Deprecated, for removal: This API element is subject to removal in a future version.Add a permission to a customeraddUserRole(String user, String role) Deprecated, for removal: This API element is subject to removal in a future version.Adds a role to a user.deselectB2BUserGroupFromCustomer(String user, String usergroup) Deprecated, for removal: This API element is subject to removal in a future version.Deselects b2b user group from a customer.voiddisableCustomer(String uid) Deprecated, for removal: This API element is subject to removal in a future version.Disable a customer.voidenableCustomer(String uid) Deprecated, for removal: This API element is subject to removal in a future version.Enable a customer.getPagedApproversForCustomer(PageableData pageableData, String uid) Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of approvers for the customersgetPagedB2BUserGroupsForCustomer(PageableData pageableData, String user) Deprecated, for removal: This API element is subject to removal in a future version.Get Paginated list of B2B User groups the customer belongs to.getPagedCustomers(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Get Paginated list of customers.getPagedPermissionsForCustomer(PageableData pageableData, String uid) Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of permissions of the customersDeprecated, for removal: This API element is subject to removal in a future version.ReturnsB2BUnitDatafor given customer uid.removeApproverFromCustomer(String user, String approver) Deprecated, for removal: This API element is subject to removal in a future version.Remove an existing approver to the customerremoveB2BUserGroupFromCustomer(String user, String usergroup) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.voidremoveB2BUserGroupFromCustomerGroups(String user, String usergroup) Deprecated, for removal: This API element is subject to removal in a future version.Remove b2b user group from a customer.removePermissionFromCustomer(String user, String permission) Deprecated, for removal: This API element is subject to removal in a future version.Remove a permission from a customerremoveUserRole(String user, String role) Deprecated, for removal: This API element is subject to removal in a future version.Remove the role from a user.voidresetCustomerPassword(String uid, String updatedPassword) Deprecated, for removal: This API element is subject to removal in a future version.Reset the customer password.voidupdateCustomer(CustomerData customerData) Deprecated, for removal: This API element is subject to removal in a future version.Update customer modelB2BCustomerModel.Methods inherited from class de.hybris.platform.b2bacceleratorfacades.company.impl.DefaultCompanyB2BCommerceFacade
convertPageData, createB2BSelectionData, getAddressReversePopulator, getAllCurrencies, getB2BApproverService, getB2BBudgetConverter, getB2BBudgetReversePopulator, getB2BCommerceB2BUserGroupService, getB2BCommerceBudgetService, getB2BCommerceCostCenterService, getB2BCommercePermissionService, getB2BCommerceUnitService, getB2BCommerceUserService, getB2BCostCenterConverter, getB2BCostCenterReversePopulator, getB2BCustomerConverter, getB2BCustomerReversePopulator, getB2BPermissionConverter, getB2BPermissionReversePopulator, getB2BPermissionTypeDataConverter, getB2BUnitConverter, getB2BUnitReversePopulator, getB2BUserConverter, getB2BUserGroupConverter, getB2BUserGroupsLookUpStrategy, getBaseStoreService, getBranchNodes, getBudgetDataForCode, getBusinessProcesses, getCompanyB2BCommerceService, getCurrentStore, getCustomerForUid, getEnumerationService, getModelService, getPagedBudgets, getParentUnit, getUnitForUid, getUnitTreeConverter, getUserGroups, getUserService, populateRolesForCustomer, setAddressReversePopulator, setB2BApproverService, setB2BBudgetConverter, setB2BBudgetReversePopulator, setB2BCommerceB2BUserGroupService, setB2BCommerceBudgetService, setB2BCommerceCostCenterService, setB2BCommercePermissionService, setB2BCommerceUnitService, setB2BCommerceUserService, setB2BCostCenterConverter, setB2BCostCenterReversePopulator, setB2BCustomerConverter, setB2BCustomerReversePopulator, setB2BPermissionConverter, setB2BPermissionReversePopulator, setB2BPermissionTypeDataConverter, setB2BUnitConverter, setB2BUnitReversePopulator, setB2BUserConverter, setB2BUserGroupConverter, setB2BUserGroupsLookUpStrategy, setBaseStoreService, setCompanyB2BCommerceService, setEnumerationService, setModelService, setUnitTreeConverter, setUserServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.b2bcommercefacades.company.B2BUserFacade
getCustomerForUid
-
Constructor Details
-
DefaultB2BCommerceUserFacade
public DefaultB2BCommerceUserFacade()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getPagedCustomers
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeGet Paginated list of customers.- Specified by:
getPagedCustomersin interfaceB2BUserFacade- Parameters:
pageableData- Pagination Data- Returns:
- A paginated list of customers
-
getPagedApproversForCustomer
public SearchPageData<CustomerData> getPagedApproversForCustomer(PageableData pageableData, String uid) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BCommerceUserFacadeGets the list of approvers for the customers- Specified by:
getPagedApproversForCustomerin interfaceB2BCommerceUserFacade- Parameters:
pageableData- pagination datauid- of customer- Returns:
- get paginated list found approvers
-
addApproverForCustomer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BCommerceUserFacadeAdd an approver to the customer- Specified by:
addApproverForCustomerin interfaceB2BCommerceUserFacade- Parameters:
user- the uid of the customerapprover- the approver uid- Returns:
- returns the
B2BSelectionData
-
removeApproverFromCustomer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BCommerceUserFacadeRemove an existing approver to the customer- Specified by:
removeApproverFromCustomerin interfaceB2BCommerceUserFacade- Parameters:
user- the uid of the customerapprover- the approver uid- Returns:
- returns the
B2BSelectionData
-
getPagedPermissionsForCustomer
public SearchPageData<B2BPermissionData> getPagedPermissionsForCustomer(PageableData pageableData, String uid) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BCommerceUserFacadeGets the list of permissions of the customers- Specified by:
getPagedPermissionsForCustomerin interfaceB2BCommerceUserFacade- Parameters:
pageableData- pagination datauid- the uid of the customer- Returns:
- returns the
SearchPageData
-
getParentUnitForCustomer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeReturnsB2BUnitDatafor given customer uid.- Specified by:
getParentUnitForCustomerin interfaceB2BUserFacade- Parameters:
uid- the uid of the customer- Returns:
- found
B2BUnitData
-
updateCustomer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeUpdate customer modelB2BCustomerModel.- Specified by:
updateCustomerin interfaceB2BUserFacade- Parameters:
customerData- The Customer DataCustomerData
-
resetCustomerPassword
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeReset the customer password.- Specified by:
resetCustomerPasswordin interfaceB2BUserFacade- Parameters:
uid- the uid of the customer
-
disableCustomer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeDisable a customer.- Specified by:
disableCustomerin interfaceB2BUserFacade- Parameters:
uid- the uid of the customer
-
enableCustomer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeEnable a customer.- Specified by:
enableCustomerin interfaceB2BUserFacade- Parameters:
uid- the uid of the customer
-
removeUserRole
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeRemove the role from a user.- Specified by:
removeUserRolein interfaceB2BUserFacade- Parameters:
user- the uid of the userrole- the uid of the role to be removed- Returns:
- Returns the
B2BSelectionData
-
addUserRole
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeAdds a role to a user.- Specified by:
addUserRolein interfaceB2BUserFacade- Parameters:
user- the uid of the userrole- the uid of the role to be removed- Returns:
- Returns the
B2BSelectionData
-
addPermissionToCustomer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BCommerceUserFacadeAdd a permission to a customer- Specified by:
addPermissionToCustomerin interfaceB2BCommerceUserFacade- Parameters:
user- the uid of the customerpermission- the code of the permission- Returns:
- returns the
B2BSelectionData
-
removePermissionFromCustomer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BCommerceUserFacadeRemove a permission from a customer- Specified by:
removePermissionFromCustomerin interfaceB2BCommerceUserFacade- Parameters:
user- the uid of the customerpermission- the code of the permission- Returns:
- returns the
B2BSelectionData
-
getPagedB2BUserGroupsForCustomer
public SearchPageData<B2BUserGroupData> getPagedB2BUserGroupsForCustomer(PageableData pageableData, String user) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BCommerceUserFacadeGet Paginated list of B2B User groups the customer belongs to.- Specified by:
getPagedB2BUserGroupsForCustomerin interfaceB2BCommerceUserFacade- Specified by:
getPagedB2BUserGroupsForCustomerin interfaceB2BUserFacade- Parameters:
pageableData- pageable datauser- the uid of the customer- Returns:
- returns the
SearchPageData
-
addB2BUserGroupToCustomer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeAdd b2b user group to a customer.- Specified by:
addB2BUserGroupToCustomerin interfaceB2BUserFacade- Parameters:
user- the uid of the customerusergroup- the uid od the user group- Returns:
- Returns
B2BSelectionData
-
removeB2BUserGroupFromCustomerGroups
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeRemove b2b user group from a customer.- Specified by:
removeB2BUserGroupFromCustomerGroupsin interfaceB2BUserFacade- Parameters:
user- the uid of the customerusergroup- the uid od the user group
-
deselectB2BUserGroupFromCustomer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserFacadeDeselects b2b user group from a customer.- Specified by:
deselectB2BUserGroupFromCustomerin interfaceB2BUserFacade- Parameters:
user- the uid of the customerusergroup- the uid od the user group- Returns:
- Returns
B2BSelectionData
-
removeB2BUserGroupFromCustomer
@Deprecated(since="5.0", forRemoval=true) public B2BSelectionData removeB2BUserGroupFromCustomer(String user, String usergroup) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.- Specified by:
removeB2BUserGroupFromCustomerin interfaceB2BCommerceUserFacade- Returns:
- returns a
B2BSelectionData.
-
DefaultB2BUserFacadeinstead.