Uses of Class
de.hybris.platform.tuadatamodel.model.TuaPartyBillOnDemandModel
Packages that use TuaPartyBillOnDemandModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaPartyBillOnDemandModel in de.hybris.platform.billmanagementservices.daos
Methods in de.hybris.platform.billmanagementservices.daos that return TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionTuaPartyBillOnDemandDao.findUnique(Map<String, ? extends Object> params) Searches for a unique model based on given parameters.Methods in de.hybris.platform.billmanagementservices.daos that return types with arguments of type TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionTuaPartyBillOnDemandDao.getPartyBillsOnDemand(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Returns a list ofTuaPartyBillOnDemandModels for the given context. -
Uses of TuaPartyBillOnDemandModel in de.hybris.platform.billmanagementservices.daos.impl
Methods in de.hybris.platform.billmanagementservices.daos.impl that return TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionDefaultTuaPartyBillOnDemandDao.findUnique(Map<String, ?> params) Methods in de.hybris.platform.billmanagementservices.daos.impl that return types with arguments of type TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionDefaultTuaPartyBillOnDemandDao.getPartyBillsOnDemand(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) -
Uses of TuaPartyBillOnDemandModel in de.hybris.platform.billmanagementservices.services
Methods in de.hybris.platform.billmanagementservices.services that return TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionTuaPartyBillOnDemandService.getPartyBillOnDemand(String id) Returns aTuaPartyBillOnDemandModelfor the given party bill on demand id.Methods in de.hybris.platform.billmanagementservices.services that return types with arguments of type TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionTuaPartyBillOnDemandService.getPartyBillsOnDemand(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Returns a list ofTuaPartyBillOnDemandModels for the given context.Methods in de.hybris.platform.billmanagementservices.services with parameters of type TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionvoidTuaPartyBillOnDemandService.savePartyBill(TuaPartyBillOnDemandModel partyBillOnDemand) Saves the givenTuaPartyBillOnDemandModel. -
Uses of TuaPartyBillOnDemandModel in de.hybris.platform.billmanagementservices.services.impl
Methods in de.hybris.platform.billmanagementservices.services.impl that return TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionDefaultTuaPartyBillOnDemandService.getPartyBillOnDemand(String id) Methods in de.hybris.platform.billmanagementservices.services.impl that return types with arguments of type TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionDefaultTuaPartyBillOnDemandService.getPartyBillsOnDemand(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Methods in de.hybris.platform.billmanagementservices.services.impl with parameters of type TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionvoidDefaultTuaPartyBillOnDemandService.savePartyBill(TuaPartyBillOnDemandModel partyBillOnDemand) -
Uses of TuaPartyBillOnDemandModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionvoidTuaPartyBillOnDemandPrepareInterceptor.onPrepare(TuaPartyBillOnDemandModel partyBillOnDemandModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TuaPartyBillOnDemandModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionTuaBillingAccountModel.getPartyBillsOnDemand()Generated method - Getter of theTuaBillingAccount.partyBillsOnDemandattribute defined at extensiontuadatamodel.TuaPartyBillModel.getPartyBillsOnDemand()Generated method - Getter of theTuaPartyBill.partyBillsOnDemandattribute defined at extensiontuadatamodel.TuaPartyModel.getPartyBillsOnDemand()Generated method - Getter of theTuaParty.partyBillsOnDemandattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionvoidTuaBillingAccountModel.setPartyBillsOnDemand(Set<TuaPartyBillOnDemandModel> value) Generated method - Setter ofTuaBillingAccount.partyBillsOnDemandattribute defined at extensiontuadatamodel.voidTuaPartyBillModel.setPartyBillsOnDemand(Set<TuaPartyBillOnDemandModel> value) Generated method - Setter ofTuaPartyBill.partyBillsOnDemandattribute defined at extensiontuadatamodel.voidTuaPartyModel.setPartyBillsOnDemand(Set<TuaPartyBillOnDemandModel> value) Generated method - Setter ofTuaParty.partyBillsOnDemandattribute defined at extensiontuadatamodel. -
Uses of TuaPartyBillOnDemandModel in de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand with parameters of type TuaPartyBillOnDemandModelModifier and TypeMethodDescriptionvoidCustomerBillOnDemandBillingAccountAttributeMapper.populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandCustomerBillAttributeMapper.populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandLastUpdateAttributeMapper.populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandRelatedPartyAttributeMapper.populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandStateAttributeMapper.populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandBaseTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandBillingAccountAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandCustomerBillAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandHrefAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandLastUpdateAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandRelatedPartyAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandStateAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context)