Class DefaultTmaDirectDebitPaymentInfoService
java.lang.Object
de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaDirectDebitPaymentInfoService
- All Implemented Interfaces:
TmaDirectDebitPaymentInfoService
public class DefaultTmaDirectDebitPaymentInfoService
extends Object
implements TmaDirectDebitPaymentInfoService
Default implementation of the
TmaDirectDebitPaymentInfoService.- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTmaDirectDebitPaymentInfoService(TmaGenericItemService tmaGenericItemService, de.hybris.platform.servicelayer.user.UserService userService) The constructor method ofTmaDirectDebitPaymentInfoService -
Method Summary
Modifier and TypeMethodDescriptionCreate new direct debit object for the user.protected TmaGenericItemServiceGet an existing direct debit object for ownerprotected de.hybris.platform.servicelayer.user.UserService
-
Constructor Details
-
DefaultTmaDirectDebitPaymentInfoService
public DefaultTmaDirectDebitPaymentInfoService(TmaGenericItemService tmaGenericItemService, de.hybris.platform.servicelayer.user.UserService userService) The constructor method ofTmaDirectDebitPaymentInfoService- Parameters:
tmaGenericItemService- the generic serviceuserService- the user service
-
-
Method Details
-
getTuaDirectDebitPaymentInfoFor
Description copied from interface:TmaDirectDebitPaymentInfoServiceGet an existing direct debit object for owner- Specified by:
getTuaDirectDebitPaymentInfoForin interfaceTmaDirectDebitPaymentInfoService- Parameters:
owner- the owner of direct debit object.- Returns:
- the
TuaDirectDebitPaymentInfoModelfound, if exists; null otherwise
-
createTuaDirectDebitPaymentInfo
Description copied from interface:TmaDirectDebitPaymentInfoServiceCreate new direct debit object for the user.- Specified by:
createTuaDirectDebitPaymentInfoin interfaceTmaDirectDebitPaymentInfoService- Parameters:
userId- the id of the user for which the direct debit will be created- Returns:
- the newly created
TuaDirectDebitPaymentInfoModel.
-
getTmaGenericItemService
-
getUserService
protected de.hybris.platform.servicelayer.user.UserService getUserService()
-