Uses of Class
de.hybris.platform.tuadatamodel.model.TuaAppliedCustomerBillingRateModel
Packages that use TuaAppliedCustomerBillingRateModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaAppliedCustomerBillingRateModel in de.hybris.platform.billmanagementservices.daos
Methods in de.hybris.platform.billmanagementservices.daos that return types with arguments of type TuaAppliedCustomerBillingRateModelModifier and TypeMethodDescriptionTuaAppliedCustomerBillingRateDao.getAppliedCustomerBillingRate(TuaAppliedCustomerBillingRateContext tuaAppliedCustomerBillingRateContext, Integer offset, Integer limit) Returns a list ofTuaAppliedCustomerBillingRateModels for the given context. -
Uses of TuaAppliedCustomerBillingRateModel in de.hybris.platform.billmanagementservices.daos.impl
Methods in de.hybris.platform.billmanagementservices.daos.impl that return types with arguments of type TuaAppliedCustomerBillingRateModelModifier and TypeMethodDescriptionDefaultTuaAppliedCustomerBillingRateDao.getAppliedCustomerBillingRate(TuaAppliedCustomerBillingRateContext tuaAppliedCustomerBillingRateContext, Integer offset, Integer limit) -
Uses of TuaAppliedCustomerBillingRateModel in de.hybris.platform.billmanagementservices.services
Methods in de.hybris.platform.billmanagementservices.services that return TuaAppliedCustomerBillingRateModelModifier and TypeMethodDescriptionTuaAppliedCustomerBillingRateService.getAppliedCustomerBillingRate(String id) Returns aTuaAppliedCustomerBillingRateModelfor the given id.Methods in de.hybris.platform.billmanagementservices.services that return types with arguments of type TuaAppliedCustomerBillingRateModelModifier and TypeMethodDescriptionTuaAppliedCustomerBillingRateService.getAppliedCustomerBillingRates(TuaAppliedCustomerBillingRateContext tuaAppliedCustomerBillingRateContext, Integer offset, Integer limit) Returns a list ofTuaAppliedCustomerBillingRateModels for the given context. -
Uses of TuaAppliedCustomerBillingRateModel in de.hybris.platform.billmanagementservices.services.impl
Methods in de.hybris.platform.billmanagementservices.services.impl that return TuaAppliedCustomerBillingRateModelModifier and TypeMethodDescriptionDefaultTuaAppliedCustomerBillingRateService.getAppliedCustomerBillingRate(String id) Methods in de.hybris.platform.billmanagementservices.services.impl that return types with arguments of type TuaAppliedCustomerBillingRateModelModifier and TypeMethodDescriptionDefaultTuaAppliedCustomerBillingRateService.getAppliedCustomerBillingRates(TuaAppliedCustomerBillingRateContext tuaAppliedCustomerBillingRateContext, Integer offset, Integer limit) -
Uses of TuaAppliedCustomerBillingRateModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return TuaAppliedCustomerBillingRateModelModifier and TypeMethodDescriptionTuaAppliedPartyBillingTaxRateModel.getAppliedCustomerBillingRate()Generated method - Getter of theTuaAppliedPartyBillingTaxRate.appliedCustomerBillingRateattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model with parameters of type TuaAppliedCustomerBillingRateModelModifier and TypeMethodDescriptionvoidTuaAppliedPartyBillingTaxRateModel.setAppliedCustomerBillingRate(TuaAppliedCustomerBillingRateModel value) Generated method - Setter ofTuaAppliedPartyBillingTaxRate.appliedCustomerBillingRateattribute defined at extensiontuadatamodel. -
Uses of TuaAppliedCustomerBillingRateModel in de.hybris.platform.tuawebservicesresources.mappers.appliedcustomerbillingrate
Methods in de.hybris.platform.tuawebservicesresources.mappers.appliedcustomerbillingrate with parameters of type TuaAppliedCustomerBillingRateModelModifier and TypeMethodDescriptionvoidAppliedCustomerBillingRateAppliedTaxAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) voidAppliedCustomerBillingRateBillAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) voidAppliedCustomerBillingRateBillingAccountAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) voidAppliedCustomerBillingRateHrefAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) voidAppliedCustomerBillingRateTaxExcludedAmountAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) voidAppliedCustomerBillingRateTaxIncludedAmountAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context)