Uses of Interface
com.hybris.yprofile.services.ProfileTransactionService
-
Packages that use ProfileTransactionService Package Description com.hybris.yprofile.listeners com.hybris.yprofile.services.customer com.hybris.yprofile.services.impl -
-
Uses of ProfileTransactionService in com.hybris.yprofile.listeners
Methods in com.hybris.yprofile.listeners that return ProfileTransactionService Modifier and Type Method Description ProfileTransactionServiceConsignmentEventListener. getProfileTransactionService()protected ProfileTransactionServiceNewOrderEventListener. getProfileTransactionService()protected ProfileTransactionServiceReturnOrderEventListener. getProfileTransactionService()Methods in com.hybris.yprofile.listeners with parameters of type ProfileTransactionService Modifier and Type Method Description voidChangeUIDEventListener. setProfileTransactionService(ProfileTransactionService profileTransactionService)voidConsignmentEventListener. setProfileTransactionService(ProfileTransactionService profileTransactionService)voidDeletedAddressEventListener. setProfileTransactionService(ProfileTransactionService profileTransactionService)voidLoginSuccessEventListener. setProfileTransactionService(ProfileTransactionService profileTransactionService)voidNewOrderEventListener. setProfileTransactionService(ProfileTransactionService profileTransactionService)voidRegisterEventListener. setProfileTransactionService(ProfileTransactionService profileTransactionService)voidReturnOrderEventListener. setProfileTransactionService(ProfileTransactionService profileTransactionService)voidSavedAddressEventListener. setProfileTransactionService(ProfileTransactionService profileTransactionService)voidUpdatedProfileEventListener. setProfileTransactionService(ProfileTransactionService profileTransactionService) -
Uses of ProfileTransactionService in com.hybris.yprofile.services.customer
Methods in com.hybris.yprofile.services.customer that return ProfileTransactionService Modifier and Type Method Description ProfileTransactionServiceProfileCustomerAccountService. getProfileTransactionService()Deprecated, for removal: This API element is subject to removal in a future version.ProfileTransactionServiceProfileCustomerFacade. getProfileTransactionService()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hybris.yprofile.services.customer with parameters of type ProfileTransactionService Modifier and Type Method Description voidProfileCustomerAccountService. setProfileTransactionService(ProfileTransactionService profileTransactionService)Deprecated, for removal: This API element is subject to removal in a future version.voidProfileCustomerFacade. setProfileTransactionService(ProfileTransactionService profileTransactionService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ProfileTransactionService in com.hybris.yprofile.services.impl
Classes in com.hybris.yprofile.services.impl that implement ProfileTransactionService Modifier and Type Class Description classDefaultProfileTransactionServiceImplementation forProfileTransactionService.
-