public interface SapPartnerService
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AddressModel> |
getAllowedDeliveryAddresses()
Retrieving delivery addresses belonging to the current session customer.
|
CustomerModel |
getB2BCustomerForSapContactId(java.lang.String sapContactId)
Retrieving the hybris representation of a customer.
|
java.lang.String |
getCurrentSapContactId()
Retrieving contact person
|
java.lang.String |
getCurrentSapCustomerId()
Retrieving sold-to
|
AddressModel |
getHybrisAddressForSAPCustomerId(java.lang.String sapCustomerId)
Retrieving hybris address for an SAP customer (who can act as sold-to or ship-to party in the system)
|
java.lang.String getCurrentSapCustomerId()
java.lang.String getCurrentSapContactId()
AddressModel getHybrisAddressForSAPCustomerId(java.lang.String sapCustomerId)
sapCustomerId - Technical key of SAP customerjava.util.Collection<AddressModel> getAllowedDeliveryAddresses()
CustomerModel getB2BCustomerForSapContactId(java.lang.String sapContactId)
sapContactId - Technical key of an SAP contact personCopyright © 2018 SAP SE. All Rights Reserved.