Class DefaultTuaCustomerBillManagementService
java.lang.Object
de.hybris.platform.tuawebservicesresources.services.impl.DefaultTuaCustomerBillManagementService
- All Implemented Interfaces:
TuaCustomerBillManagementService
public class DefaultTuaCustomerBillManagementService
extends Object
implements TuaCustomerBillManagementService
Default implementation of customer bill management service.
- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTuaCustomerBillManagementService(TuaGenericService tuaGenericService) -
Method Summary
Modifier and TypeMethodDescriptionIt obtains the party billing cycle model by first checking the on cycle party bill model provided, or if there is no such an entity in the model provided it creates a new one and returns it in response.getCurrencyModel(Money money) It obtains the currency model considering the Money item given.
-
Constructor Details
-
DefaultTuaCustomerBillManagementService
-
-
Method Details
-
getBillingCycleModel
Description copied from interface:TuaCustomerBillManagementServiceIt obtains the party billing cycle model by first checking the on cycle party bill model provided, or if there is no such an entity in the model provided it creates a new one and returns it in response.- Specified by:
getBillingCycleModelin interfaceTuaCustomerBillManagementService- Parameters:
source- on cycle party bill model- Returns:
- the corresponding party bill cycle model entity
-
getCurrencyModel
Description copied from interface:TuaCustomerBillManagementServiceIt obtains the currency model considering the Money item given.- Specified by:
getCurrencyModelin interfaceTuaCustomerBillManagementService- Parameters:
money- the money item inputing the isocode of the currency- Returns:
- the corresponding currency
-
getTuaGenericService
-