Uses of Class
de.hybris.platform.tuadatamodel.model.TuaBillPresentationMediaModel
Packages that use TuaBillPresentationMediaModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaBillPresentationMediaModel in de.hybris.platform.billingaccountservices.daos
Methods in de.hybris.platform.billingaccountservices.daos that return types with arguments of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionTuaBillPresentationMediaDao.getBillPresentationMedias(Integer offset, Integer limit) Returns a list ofTuaBillPresentationMediaModels. -
Uses of TuaBillPresentationMediaModel in de.hybris.platform.billingaccountservices.daos.impl
Methods in de.hybris.platform.billingaccountservices.daos.impl that return types with arguments of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionDefaultTuaBillPresentationMediaDao.getBillPresentationMedias(Integer offset, Integer limit) -
Uses of TuaBillPresentationMediaModel in de.hybris.platform.billingaccountservices.services
Methods in de.hybris.platform.billingaccountservices.services that return TuaBillPresentationMediaModelModifier and TypeMethodDescriptionTuaBillPresentationMediaService.createBillPresentationMedia(Class billPresentationMediaClass) Creates an instance ofTuaBillPresentationMediaModelsubtype.TuaBillPresentationMediaService.getBillPresentationMedia(String billPresentationMediaId) Returns aTuaBillPresentationMediaModelfor the given id.Methods in de.hybris.platform.billingaccountservices.services that return types with arguments of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionTuaBillPresentationMediaService.getBillPresentationMedias(Integer offset, Integer limit) Returns a list ofTuaBillPresentationMediaModels for the given context.Methods in de.hybris.platform.billingaccountservices.services with parameters of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionvoidTuaBillPresentationMediaService.removeBillPresentationMedia(TuaBillPresentationMediaModel billPresentationMedia) Removes the givenTuaBillPresentationMediaModelvoidTuaBillPresentationMediaService.saveBillPresentationMedia(TuaBillPresentationMediaModel billPresentationMediaModel) Saves the givenTuaBillPresentationMediaModel. -
Uses of TuaBillPresentationMediaModel in de.hybris.platform.billingaccountservices.services.impl
Methods in de.hybris.platform.billingaccountservices.services.impl that return TuaBillPresentationMediaModelModifier and TypeMethodDescriptionDefaultTuaBillPresentationMediaService.createBillPresentationMedia(Class billPresentationMediaClass) DefaultTuaBillPresentationMediaService.getBillPresentationMedia(String billPresentationMediaId) Methods in de.hybris.platform.billingaccountservices.services.impl that return types with arguments of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionDefaultTuaBillPresentationMediaService.getBillPresentationMedias(Integer offset, Integer limit) Methods in de.hybris.platform.billingaccountservices.services.impl with parameters of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionvoidDefaultTuaBillPresentationMediaService.removeBillPresentationMedia(TuaBillPresentationMediaModel billPresentationMedia) voidDefaultTuaBillPresentationMediaService.saveBillPresentationMedia(TuaBillPresentationMediaModel billPresentationMediaModel) -
Uses of TuaBillPresentationMediaModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionvoidTuaBillPresentationMediaPrepareInterceptor.onPrepare(TuaBillPresentationMediaModel billPresentationMediaModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) -
Uses of TuaBillPresentationMediaModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionTuaBillStructureModel.getPresentationMedias()Generated method - Getter of theTuaBillStructure.presentationMediasattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionvoidTuaBillStructureModel.setPresentationMedias(Set<TuaBillPresentationMediaModel> value) Generated method - Setter ofTuaBillStructure.presentationMediasattribute defined at extensiontuadatamodel. -
Uses of TuaBillPresentationMediaModel in de.hybris.platform.tuawebservicesresources.mappers.billpresentationmedia
Methods in de.hybris.platform.tuawebservicesresources.mappers.billpresentationmedia with parameters of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionvoidBillPresentationMediaHrefAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMediaRefOrValue target, ma.glasnost.orika.MappingContext context) voidBillPresentationMediaReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMediaRefOrValue target, ma.glasnost.orika.MappingContext context) voidBillPresentationMediaSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMediaRefOrValue target, ma.glasnost.orika.MappingContext context) -
Uses of TuaBillPresentationMediaModel in de.hybris.platform.tuawebservicesresources.mappers.billpresentmedia
Methods in de.hybris.platform.tuawebservicesresources.mappers.billpresentmedia with parameters of type TuaBillPresentationMediaModelModifier and TypeMethodDescriptionvoidBillPresentationMediaAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMedia target, ma.glasnost.orika.MappingContext context) voidBillPresentationMediaBaseTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMedia target, ma.glasnost.orika.MappingContext context) voidBillPresentationMediaHrefAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMedia target, ma.glasnost.orika.MappingContext context) voidBillPresentationMediaSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMedia target, ma.glasnost.orika.MappingContext context)