B2BCommerceUnitService instead.@Deprecated public interface B2BCommerceUnitService extends B2BCommerceUnitService
| Modifier and Type | Method and Description |
|---|---|
B2BCustomerModel |
addApproverToUnit(java.lang.String unitId,
java.lang.String approverId)
Deprecated.
Add approver to given unit
|
SearchPageData<B2BCustomerModel> |
findPagedApproversForUnitByGroupMembership(PageableData pageableData,
java.lang.String unitUid,
java.lang.String... userGroupUid)
Deprecated.
Gets list of
SearchPageData B2BCustomerModel provided with required pagination parameters with
PageableData |
<T extends B2BCustomerModel> |
getCustomerForUid(java.lang.String uid)
Deprecated.
Gets a customer for a given uid
|
B2BCustomerModel |
removeApproverFromUnit(java.lang.String unitUid,
java.lang.String approverUid)
Deprecated.
If an approver is a member of the B2BUnit remove b2bapprovergroup role, if the approver is a member of the current
branch of units the approver will be removed from
B2BUnitModel.getApprovers()
relationship |
disableUnit, editAddressEntry, enableUnit, getAddressForCode, getAllowedParentUnits, getAllUnitsOfOrganization, getBranch, getOrganization, getPagedUsersForUnit, getParentUnit, getParentUnit, getRootUnit, getUnitForUid, removeAddressEntry, saveAddressEntry, setParentUnit, updateBranchInSession<T extends B2BCustomerModel> T getCustomerForUid(java.lang.String uid)
uid - A unique identifier for B2BCustomerModelB2BCustomerModel for the given uidB2BCustomerModel addApproverToUnit(java.lang.String unitId, java.lang.String approverId)
unitId - A unique identifier for B2BUnitModelapproverId - A unique identifier for B2BCustomerModel who is a approverB2BCustomerModel object after adding approver to customer.B2BCustomerModel removeApproverFromUnit(java.lang.String unitUid, java.lang.String approverUid)
B2BUnitModel.getApprovers()
relationshipunitUid - A unique identifier of B2BUnitModelapproverUid - A unique identifier of B2BCustomerModelB2BUnitModel.getApprovers()SearchPageData<B2BCustomerModel> findPagedApproversForUnitByGroupMembership(PageableData pageableData, java.lang.String unitUid, java.lang.String... userGroupUid)
SearchPageData B2BCustomerModel provided with required pagination parameters with
PageableDatapageableData - Pagination informationunitUid - A unique identifier of B2BUnitModeluserGroupUid - A unique identifier of B2BUserGroupModelB2BCostCenterModel objectsCopyright © 2018 SAP SE. All Rights Reserved.