public interface B2BApproverFacade
| Modifier and Type | Method and Description |
|---|---|
B2BSelectionData |
addApproverForCustomer(String customerUid,
String approverUid)
Adds an approver for a customer.
|
B2BSelectionData |
addApproverToUnit(String unitUid,
String approverUid)
Adds an approver to a unit.
|
SearchPageData<CustomerData> |
getPagedApproversForCustomer(PageableData pageableData,
String customerUid)
Returns the list of approvers for a customers.
|
SearchPageData<CustomerData> |
getPagedApproversForUnit(PageableData pageableData,
String unitUid)
Gets a paged list of approvers.
|
B2BSelectionData |
removeApproverFromCustomer(String customerUid,
String approverUid)
Removes an approver from a customer.
|
B2BSelectionData |
removeApproverFromUnit(String unitUid,
String approverUid)
Removes an approver from a unit.
|
SearchPageData<CustomerData> getPagedApproversForUnit(PageableData pageableData, String unitUid)
pageableData - Pagination dataunitUid - A unit id of the business unit from which to check selected approvers.B2BSelectionData addApproverToUnit(String unitUid, String approverUid)
unitUid - A unit to add an approver toapproverUid - The approver to add to a unit's list of approversB2BSelectionData removeApproverFromUnit(String unitUid, String approverUid)
unitUid - A business unit uid.approverUid - An approver uid.SearchPageData<CustomerData> getPagedApproversForCustomer(PageableData pageableData, String customerUid)
pageableData - Pagination DatacustomerUid - the uid of the customerB2BSelectionData addApproverForCustomer(String customerUid, String approverUid)
customerUid - the uid of the customerapproverUid - the uid of the approverB2BSelectionDataB2BSelectionData removeApproverFromCustomer(String customerUid, String approverUid)
customerUid - the uid of the customerapproverUid - the uid of the approverB2BSelectionDataCopyright © 2017 SAP SE. All Rights Reserved.