Uses of Class
de.hybris.platform.returns.model.ReturnEntryModel
Packages that use ReturnEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.returns.jalo package.
-
Uses of ReturnEntryModel in de.hybris.platform.omsbackoffice.renderers
Methods in de.hybris.platform.omsbackoffice.renderers with parameters of type ReturnEntryModelModifier and TypeMethodDescriptionprotected BigDecimalRefundAmountRenderer.getRefundEntryAmount(ReturnEntryModel returnEntryModel) Calculates the refund amount for this entry considering the number which was returned -
Uses of ReturnEntryModel in de.hybris.platform.ordermanagementfacades.returns.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.returns.converters.populator that return types with arguments of type ReturnEntryModelModifier and TypeMethodDescriptionprotected Converter<ReturnEntryModel,ReturnEntryData> OrdermanagementReturnPopulator.getReturnEntryConverter()Methods in de.hybris.platform.ordermanagementfacades.returns.converters.populator with parameters of type ReturnEntryModelModifier and TypeMethodDescriptionvoidOrdermanagementReturnEntryPopulator.populate(ReturnEntryModel source, ReturnEntryData target) Method parameters in de.hybris.platform.ordermanagementfacades.returns.converters.populator with type arguments of type ReturnEntryModelModifier and TypeMethodDescriptionvoidOrdermanagementReturnPopulator.setReturnEntryConverter(Converter<ReturnEntryModel, ReturnEntryData> returnEntryConverter) -
Uses of ReturnEntryModel in de.hybris.platform.ordermanagementfacades.returns.impl
Methods in de.hybris.platform.ordermanagementfacades.returns.impl that return types with arguments of type ReturnEntryModelModifier and TypeMethodDescriptionprotected Converter<ReturnEntryModel,ReturnEntryData> DefaultOmsReturnFacade.getReturnEntryConverter()protected PagedGenericDao<ReturnEntryModel>DefaultOmsReturnFacade.getReturnEntryPagedGenericDao()Method parameters in de.hybris.platform.ordermanagementfacades.returns.impl with type arguments of type ReturnEntryModelModifier and TypeMethodDescriptionprotected voidDefaultOmsReturnFacade.evaluateResultList(ReturnEntryModificationData entry, List<ReturnEntryModel> resultList) Verifies that the list is neither missing or duplicated and sets theRefundEntryModel.AMOUNTwith theReturnEntryModificationData.refundAmountvoidDefaultOmsReturnFacade.setReturnEntryConverter(Converter<ReturnEntryModel, ReturnEntryData> returnEntryConverter) voidDefaultOmsReturnFacade.setReturnEntryPagedGenericDao(PagedGenericDao<ReturnEntryModel> returnEntryPagedGenericDao) -
Uses of ReturnEntryModel in de.hybris.platform.returns
Methods in de.hybris.platform.returns that return ReturnEntryModelMethods in de.hybris.platform.returns that return types with arguments of type ReturnEntryModelModifier and TypeMethodDescriptionReturnService.getReturnEntries(ProductModel product) Returns the ReturnEntries for the specified productReturnService.getReturnEntry(AbstractOrderEntryModel entry) Returns the ReturnEntries for the specified order entryMethod parameters in de.hybris.platform.returns with type arguments of type ReturnEntryModelModifier and TypeMethodDescriptionvoidReturnService.processReturnEntries(List<ReturnEntryModel> entries) Here you have the chance to 'inject' your final Return Entry processing.Constructors in de.hybris.platform.returns with parameters of type ReturnEntryModelModifierConstructorDescriptionReturnActionEntry(ReturnEntryModel returnEntry) Creates an entry that represents action of the whole Return EntryReturnActionEntry(ReturnEntryModel returnEntry, long actionQuantity) Creates an entry that represents action of a part of the Return Entry (i.e.ReturnActionEntry(ReturnEntryModel returnEntry, long actionQuantity, String notes) Creates an entry that represents action of a part of the Return Entry (i.e.ReturnActionEntry(ReturnEntryModel returnEntry, long actionQuantity, String notes, HybrisEnumValue actionReason) Creates an entry that represents action of a part of the Return Entry partially.ReturnActionEntry(ReturnEntryModel returnEntry, String notes, HybrisEnumValue actionReason) Creates an entry that represents action of a part of the Return Entry completely. -
Uses of ReturnEntryModel in de.hybris.platform.returns.impl
Methods in de.hybris.platform.returns.impl that return types with arguments of type ReturnEntryModelModifier and TypeMethodDescriptionDefaultReturnService.getReturnEntries(ProductModel product) Returns the ReturnsEntries for the specified productDefaultReturnService.getReturnEntry(AbstractOrderEntryModel entry) Returns the ReturnsEntries for the specified order entryMethod parameters in de.hybris.platform.returns.impl with type arguments of type ReturnEntryModelModifier and TypeMethodDescriptionvoidDefaultReturnService.processReturnEntries(List<ReturnEntryModel> entries) Here you have the chance to 'inject' your final Returns Entry processing. -
Uses of ReturnEntryModel in de.hybris.platform.returns.model
Subclasses of ReturnEntryModel in de.hybris.platform.returns.modelModifier and TypeClassDescriptionclassGenerated model class for type RefundEntry first defined at extension basecommerce.classGenerated model class for type ReplacementEntry first defined at extension basecommerce.Methods in de.hybris.platform.returns.model that return types with arguments of type ReturnEntryModelModifier and TypeMethodDescriptionReturnRequestModel.getReturnEntries()Generated method - Getter of theReturnRequest.returnEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.returns.model with type arguments of type ReturnEntryModelModifier and TypeMethodDescriptionvoidReturnRequestModel.setReturnEntries(List<ReturnEntryModel> value) Generated method - Setter ofReturnRequest.returnEntriesattribute defined at extensionbasecommerce. -
Uses of ReturnEntryModel in de.hybris.platform.returns.processor
Method parameters in de.hybris.platform.returns.processor with type arguments of type ReturnEntryModelModifier and TypeMethodDescriptionvoidReturnEntryProcessor.process(List<ReturnEntryModel> entries) Here you have the chance handle your final Returns Entry processing. -
Uses of ReturnEntryModel in de.hybris.platform.returns.strategy.impl
Methods in de.hybris.platform.returns.strategy.impl that return types with arguments of type ReturnEntryModelModifier and TypeMethodDescriptionprotected List<ReturnEntryModel>DefaultReturnEntryBasedReturnableCheck.getReturnEntry(AbstractOrderEntryModel entry) -
Uses of ReturnEntryModel in de.hybris.platform.warehousing.returns.service
Methods in de.hybris.platform.warehousing.returns.service with parameters of type ReturnEntryModelModifier and TypeMethodDescriptionRefundAmountCalculationService.getCustomRefundEntryAmount(ReturnEntryModel refundEntryModel) Gets theRefundEntryModel#_amountbased on the basePrice of products being returned in the entry.RefundAmountCalculationService.getOriginalRefundEntryAmount(ReturnEntryModel refundEntryModel) Calculates and persists theRefundEntryModel#_amountbased on the amount of products being returned in the entry. -
Uses of ReturnEntryModel in de.hybris.platform.warehousing.returns.service.impl
Methods in de.hybris.platform.warehousing.returns.service.impl with parameters of type ReturnEntryModelModifier and TypeMethodDescriptionDefaultRefundAmountCalculationService.getCustomRefundEntryAmount(ReturnEntryModel returnEntryModel) DefaultRefundAmountCalculationService.getOriginalRefundEntryAmount(ReturnEntryModel returnEntryModel) -
Uses of ReturnEntryModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return ReturnEntryModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type ReturnEntryModelModifier and TypeMethodDescriptionReturnRequestModelBuilder.withReturnEntries(ReturnEntryModel... returnEntries)