public interface ProfileTransactionService
| Modifier and Type | Method and Description |
|---|---|
void |
sendAddressDeletedEvent(UserModel userModel,
java.lang.String baseSiteId,
java.lang.String consentReferenceId)
Sends address deleted event to Profile.
|
void |
sendAddressSavedEvent(UserModel userModel,
java.lang.String baseSiteId,
java.lang.String consentReferenceId)
Sends address saved event to Profile.
|
void |
sendConsignmentEvent(ConsignmentModel consignmentModel)
Sends consignment to Profile.
|
void |
sendLoginEvent(UserModel userModel,
java.lang.String consentReferenceId,
java.lang.String sessionId,
java.lang.String storeName)
Sends user login event to Profile.
|
void |
sendPersonalDetailsChangedEvent(UserModel userModel,
java.lang.String baseSiteId,
java.lang.String consentReferenceId)
Sends personal details updated event to Profile.
|
void |
sendReturnOrderEvent(ReturnRequestModel returnRequestModel)
Sends return order to Profile.
|
void |
sendSubmitOrderEvent(OrderModel orderModel)
Sends order to Profile.
|
void |
sendUidChangedEvent(ChangeUIDEvent event,
java.lang.String consentReferenceId)
Sends newUid updated event to Profile.
|
void |
sendUserRegistrationEvent(UserModel userModel,
java.lang.String consentReferenceId,
java.lang.String sessionId,
java.lang.String storeName)
Sends user registration event to Profile.
|
void sendSubmitOrderEvent(OrderModel orderModel)
orderModel - the order modelvoid sendConsignmentEvent(ConsignmentModel consignmentModel)
consignmentModel - the consignment modelvoid sendReturnOrderEvent(ReturnRequestModel returnRequestModel)
returnRequestModel - the return modelvoid sendUserRegistrationEvent(UserModel userModel, java.lang.String consentReferenceId, java.lang.String sessionId, java.lang.String storeName)
userModel - the user modelconsentReferenceId - consent refrencesessionId - ec session idstoreName - storefront name like 'electronics'void sendUidChangedEvent(ChangeUIDEvent event, java.lang.String consentReferenceId)
event - the ChangeUIDEventconsentReferenceId - the consent referencevoid sendAddressDeletedEvent(UserModel userModel, java.lang.String baseSiteId, java.lang.String consentReferenceId)
userModel - the user modelconsentReferenceId - the consent referencebaseSiteId - site id from the eventvoid sendAddressSavedEvent(UserModel userModel, java.lang.String baseSiteId, java.lang.String consentReferenceId)
userModel - the user modelconsentReferenceId - the consent referencebaseSiteId - site id from the eventvoid sendPersonalDetailsChangedEvent(UserModel userModel, java.lang.String baseSiteId, java.lang.String consentReferenceId)
userModel - the user modelconsentReferenceId - the consent referencebaseSiteId - site id from the eventvoid sendLoginEvent(UserModel userModel, java.lang.String consentReferenceId, java.lang.String sessionId, java.lang.String storeName)
userModel - the user modelconsentReferenceId - the consent referencesessionId - ec session idstoreName - storefront name like 'electronics'Copyright © 2018 SAP SE. All Rights Reserved.