Uses of Class
de.hybris.platform.tuadatamodel.model.TuaOnCyclePartyBillModel
Packages that use TuaOnCyclePartyBillModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaOnCyclePartyBillModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaOnCyclePartyBillModelModifier and TypeMethodDescriptionTuaPartyBillingCycleModel.getPartyBills()Generated method - Getter of theTuaPartyBillingCycle.partyBillsattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaOnCyclePartyBillModelModifier and TypeMethodDescriptionvoidTuaPartyBillingCycleModel.setPartyBills(Set<TuaOnCyclePartyBillModel> value) Generated method - Setter ofTuaPartyBillingCycle.partyBillsattribute defined at extensiontuadatamodel. -
Uses of TuaOnCyclePartyBillModel in de.hybris.platform.tuawebservicesresources.mappers.customerbill
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbill with parameters of type TuaOnCyclePartyBillModelModifier and TypeMethodDescriptionvoidCustomerBillBillingPeriodAttributeMapper.populateSourceAttributeFromTarget(CustomerBill target, TuaOnCyclePartyBillModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillCategoryAttributeMapper.populateSourceAttributeFromTarget(CustomerBill target, TuaOnCyclePartyBillModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillDateAttributeMapper.populateSourceAttributeFromTarget(CustomerBill target, TuaOnCyclePartyBillModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillNextBillDateAttributeMapper.populateSourceAttributeFromTarget(CustomerBill target, TuaOnCyclePartyBillModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillPaymentDueDateAttributeMapper.populateSourceAttributeFromTarget(CustomerBill target, TuaOnCyclePartyBillModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillBillingPeriodAttributeMapper.populateTargetAttributeFromSource(TuaOnCyclePartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) voidCustomerBillCategoryAttributeMapper.populateTargetAttributeFromSource(TuaOnCyclePartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) voidCustomerBillDateAttributeMapper.populateTargetAttributeFromSource(TuaOnCyclePartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) voidCustomerBillNextBillDateAttributeMapper.populateTargetAttributeFromSource(TuaOnCyclePartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) voidCustomerBillPaymentDueDateAttributeMapper.populateTargetAttributeFromSource(TuaOnCyclePartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) voidCustomerBillRunTypeAttributeMapper.populateTargetAttributeFromSource(TuaOnCyclePartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) -
Uses of TuaOnCyclePartyBillModel in de.hybris.platform.tuawebservicesresources.services
Methods in de.hybris.platform.tuawebservicesresources.services with parameters of type TuaOnCyclePartyBillModelModifier 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 TuaOnCyclePartyBillModel in de.hybris.platform.tuawebservicesresources.services.impl
Methods in de.hybris.platform.tuawebservicesresources.services.impl with parameters of type TuaOnCyclePartyBillModelModifier and TypeMethodDescriptionDefaultTuaCustomerBillManagementService.getBillingCycleModel(TuaOnCyclePartyBillModel source)