Uses of Class
de.hybris.platform.tuadatamodel.model.TuaBillFormatModel
Packages that use TuaBillFormatModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaBillFormatModel in de.hybris.platform.billingaccountservices.daos
Methods in de.hybris.platform.billingaccountservices.daos that return types with arguments of type TuaBillFormatModelModifier and TypeMethodDescriptionTuaBillFormatDao.getBillFormats(Integer offset, Integer limit) Returns a list ofTuaBillFormatModels for the given context. -
Uses of TuaBillFormatModel in de.hybris.platform.billingaccountservices.daos.impl
Methods in de.hybris.platform.billingaccountservices.daos.impl that return types with arguments of type TuaBillFormatModelModifier and TypeMethodDescriptionDefaultTuaBillFormatDao.getBillFormats(Integer offset, Integer limit) -
Uses of TuaBillFormatModel in de.hybris.platform.billingaccountservices.services
Methods in de.hybris.platform.billingaccountservices.services that return TuaBillFormatModelModifier and TypeMethodDescriptionTuaBillFormatService.createBillFormat()Creates an instance ofTuaBillFormatModel.TuaBillFormatService.getBillFormat(String billFormatId) Returns aTuaBillFormatModelfor the given bill format id.Methods in de.hybris.platform.billingaccountservices.services that return types with arguments of type TuaBillFormatModelModifier and TypeMethodDescriptionTuaBillFormatService.getBillFormats(Integer offset, Integer limit) Returns a list ofTuaBillFormatModels for the given context.Methods in de.hybris.platform.billingaccountservices.services with parameters of type TuaBillFormatModelModifier and TypeMethodDescriptionvoidTuaBillFormatService.removeBillFormat(TuaBillFormatModel billFormat) Removes the givenTuaBillFormatModelvoidTuaBillFormatService.saveBillFormat(TuaBillFormatModel billFormat) Saves the givenTuaBillFormatModel. -
Uses of TuaBillFormatModel in de.hybris.platform.billingaccountservices.services.impl
Methods in de.hybris.platform.billingaccountservices.services.impl that return TuaBillFormatModelModifier and TypeMethodDescriptionDefaultTuaBillFormatService.createBillFormat()DefaultTuaBillFormatService.getBillFormat(String billFormatId) Methods in de.hybris.platform.billingaccountservices.services.impl that return types with arguments of type TuaBillFormatModelModifier and TypeMethodDescriptionDefaultTuaBillFormatService.getBillFormats(Integer offset, Integer limit) Methods in de.hybris.platform.billingaccountservices.services.impl with parameters of type TuaBillFormatModelModifier and TypeMethodDescriptionvoidDefaultTuaBillFormatService.removeBillFormat(TuaBillFormatModel billFormat) voidDefaultTuaBillFormatService.saveBillFormat(TuaBillFormatModel billFormat) -
Uses of TuaBillFormatModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaBillFormatModelModifier and TypeMethodDescriptionvoidTuaBillFormatPrepareInterceptor.onPrepare(TuaBillFormatModel billFormatModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) -
Uses of TuaBillFormatModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return TuaBillFormatModelModifier and TypeMethodDescriptionTuaBillStructureModel.getFormat()Generated method - Getter of theTuaBillStructure.formatattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model with parameters of type TuaBillFormatModelModifier and TypeMethodDescriptionvoidTuaBillStructureModel.setFormat(TuaBillFormatModel value) Generated method - Setter ofTuaBillStructure.formatattribute defined at extensiontuadatamodel. -
Uses of TuaBillFormatModel in de.hybris.platform.tuawebservicesresources.mappers.billformat
Methods in de.hybris.platform.tuawebservicesresources.mappers.billformat with parameters of type TuaBillFormatModelModifier and TypeMethodDescriptionvoidBillFormatHrefAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormatRefOrValue target, ma.glasnost.orika.MappingContext context) voidBillFormatReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormatRefOrValue target, ma.glasnost.orika.MappingContext context) voidBillFormatSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormatRefOrValue target, ma.glasnost.orika.MappingContext context) -
Uses of TuaBillFormatModel in de.hybris.platform.tuawebservicesresources.mappers.billformatvalue
Methods in de.hybris.platform.tuawebservicesresources.mappers.billformatvalue with parameters of type TuaBillFormatModelModifier and TypeMethodDescriptionvoidBillFormatValueHrefAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormat target, ma.glasnost.orika.MappingContext context) voidBillFormatValueSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormat target, ma.glasnost.orika.MappingContext context) voidBillFormatValueTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormat target, ma.glasnost.orika.MappingContext context)