Uses of Class
de.hybris.platform.tuadatamodel.model.TuaPartyBillingCycleModel
Packages that use TuaPartyBillingCycleModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaPartyBillingCycleModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaPartyBillingCycleModelModifier and TypeMethodDescriptionvoidTuaPartyBillingCyclePrepareInterceptor.onPrepare(TuaPartyBillingCycleModel partyBillingCycleModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TuaPartyBillingCycleModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return TuaPartyBillingCycleModelModifier and TypeMethodDescriptionTuaOnCyclePartyBillModel.getBillCycle()Generated method - Getter of theTuaOnCyclePartyBill.billCycleattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model with parameters of type TuaPartyBillingCycleModelModifier and TypeMethodDescriptionvoidTuaOnCyclePartyBillModel.setBillCycle(TuaPartyBillingCycleModel value) Generated method - Setter ofTuaOnCyclePartyBill.billCycleattribute defined at extensiontuadatamodel. -
Uses of TuaPartyBillingCycleModel in de.hybris.platform.tuawebservicesresources.services
Methods in de.hybris.platform.tuawebservicesresources.services that return TuaPartyBillingCycleModelModifier and TypeMethodDescriptionTuaCustomerBillManagementService.getBillingCycleModel(TuaOnCyclePartyBillModel onCyclePartyBillModel) It 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. -
Uses of TuaPartyBillingCycleModel in de.hybris.platform.tuawebservicesresources.services.impl
Methods in de.hybris.platform.tuawebservicesresources.services.impl that return TuaPartyBillingCycleModelModifier and TypeMethodDescriptionDefaultTuaCustomerBillManagementService.getBillingCycleModel(TuaOnCyclePartyBillModel source)