Uses of Class
de.hybris.platform.returns.model.ReturnEntryModel
-
-
Uses of ReturnEntryModel in com.sap.hybris.returnsexchange.outbound.impl
Methods in com.sap.hybris.returnsexchange.outbound.impl with parameters of type ReturnEntryModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>
DefaultCancelReturnOrderEntryContributor. createReturnEntryRow(ReturnEntryModel returnEntry)
protected java.util.Map<java.lang.String,java.lang.Object>
DefaultReturnOrderEntryContributor. createReturnEntryRow(ReturnEntryModel returnEntry)
-
Uses of ReturnEntryModel in com.sap.hybris.sapomsreturnprocess.returns.strategy
Method parameters in com.sap.hybris.sapomsreturnprocess.returns.strategy with type arguments of type ReturnEntryModel Modifier and Type Method Description void
ReturnSourcingContext. splitConsignment(java.util.Map<ReturnEntryModel,java.util.List<ConsignmentEntryModel>> returnEntryConsignmentListMap)
void
ReturnOrderStartegy. splitOrder(java.util.Map<ReturnEntryModel,java.util.List<ConsignmentEntryModel>> returnEntryConsignmentListMap)
This method will make a map of order entry and list of consignment as per the splitting strategy -
Uses of ReturnEntryModel in com.sap.hybris.sapomsreturnprocess.returns.strategy.impl
Method parameters in com.sap.hybris.sapomsreturnprocess.returns.strategy.impl with type arguments of type ReturnEntryModel Modifier and Type Method Description protected void
DefaultReturnOrderSplittingStrategy. setRefundAmountForEachConsignmentEntry(java.util.Map.Entry<ReturnEntryModel,java.util.List<ConsignmentEntryModel>> entry, java.util.List<ConsignmentEntryModel> consignmentList)
This method calculates the refund amount to be sent to each backend.void
DefaultReturnOrderSplittingStrategy. splitOrder(java.util.Map<ReturnEntryModel,java.util.List<ConsignmentEntryModel>> returnOrderEntryConsignmentListMap)
-
Uses of ReturnEntryModel in de.hybris.platform.omsbackoffice.renderers
Methods in de.hybris.platform.omsbackoffice.renderers with parameters of type ReturnEntryModel Modifier and Type Method Description protected java.math.BigDecimal
RefundAmountRenderer. 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 ReturnEntryModel Modifier and Type Method Description protected Converter<ReturnEntryModel,ReturnEntryData>
OrdermanagementReturnPopulator. getReturnEntryConverter()
Methods in de.hybris.platform.ordermanagementfacades.returns.converters.populator with parameters of type ReturnEntryModel Modifier and Type Method Description void
OrdermanagementReturnEntryPopulator. populate(ReturnEntryModel source, ReturnEntryData target)
Method parameters in de.hybris.platform.ordermanagementfacades.returns.converters.populator with type arguments of type ReturnEntryModel Modifier and Type Method Description void
OrdermanagementReturnPopulator. 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 ReturnEntryModel Modifier and Type Method Description protected Converter<ReturnEntryModel,ReturnEntryData>
DefaultOmsReturnFacade. getReturnEntryConverter()
protected PagedGenericDao<ReturnEntryModel>
DefaultOmsReturnFacade. getReturnEntryPagedGenericDao()
Method parameters in de.hybris.platform.ordermanagementfacades.returns.impl with type arguments of type ReturnEntryModel Modifier and Type Method Description protected void
DefaultOmsReturnFacade. evaluateResultList(ReturnEntryModificationData entry, java.util.List<ReturnEntryModel> resultList)
Verifies that the list is neither missing or duplicated and sets theRefundEntryModel.AMOUNT
with theReturnEntryModificationData.refundAmount
void
DefaultOmsReturnFacade. setReturnEntryConverter(Converter<ReturnEntryModel,ReturnEntryData> returnEntryConverter)
void
DefaultOmsReturnFacade. setReturnEntryPagedGenericDao(PagedGenericDao<ReturnEntryModel> returnEntryPagedGenericDao)
-
Uses of ReturnEntryModel in de.hybris.platform.returns
Methods in de.hybris.platform.returns that return ReturnEntryModel Modifier and Type Method Description ReturnEntryModel
ReturnActionEntry. getReturnEntry()
Methods in de.hybris.platform.returns that return types with arguments of type ReturnEntryModel Modifier and Type Method Description java.util.List<ReturnEntryModel>
ReturnService. getReturnEntries(ProductModel product)
Returns the ReturnEntries for the specified productjava.util.List<ReturnEntryModel>
ReturnService. getReturnEntry(AbstractOrderEntryModel entry)
Returns the ReturnEntries for the specified order entryMethod parameters in de.hybris.platform.returns with type arguments of type ReturnEntryModel Modifier and Type Method Description void
ReturnService. processReturnEntries(java.util.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 ReturnEntryModel Constructor Description ReturnActionEntry(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, java.lang.String notes)
Creates an entry that represents action of a part of the Return Entry (i.e.ReturnActionEntry(ReturnEntryModel returnEntry, long actionQuantity, java.lang.String notes, HybrisEnumValue actionReason)
Creates an entry that represents action of a part of the Return Entry partially.ReturnActionEntry(ReturnEntryModel returnEntry, java.lang.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 ReturnEntryModel Modifier and Type Method Description java.util.List<ReturnEntryModel>
DefaultReturnService. getReturnEntries(ProductModel product)
Returns the ReturnsEntries for the specified productjava.util.List<ReturnEntryModel>
DefaultReturnService. getReturnEntry(AbstractOrderEntryModel entry)
Returns the ReturnsEntries for the specified order entryMethod parameters in de.hybris.platform.returns.impl with type arguments of type ReturnEntryModel Modifier and Type Method Description void
DefaultReturnService. processReturnEntries(java.util.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.model Modifier and Type Class Description class
RefundEntryModel
Generated model class for type RefundEntry first defined at extension basecommerce.class
ReplacementEntryModel
Generated model class for type ReplacementEntry first defined at extension basecommerce.Methods in de.hybris.platform.returns.model that return types with arguments of type ReturnEntryModel Modifier and Type Method Description java.util.List<ReturnEntryModel>
ReturnRequestModel. getReturnEntries()
Generated method - Getter of theReturnRequest.returnEntries
attribute defined at extensionbasecommerce
.Method parameters in de.hybris.platform.returns.model with type arguments of type ReturnEntryModel Modifier and Type Method Description void
ReturnRequestModel. setReturnEntries(java.util.List<ReturnEntryModel> value)
Generated method - Setter ofReturnRequest.returnEntries
attribute 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 ReturnEntryModel Modifier and Type Method Description void
ReturnEntryProcessor. process(java.util.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 ReturnEntryModel Modifier and Type Method Description protected java.util.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 ReturnEntryModel Modifier and Type Method Description java.math.BigDecimal
RefundAmountCalculationService. getCustomRefundEntryAmount(ReturnEntryModel refundEntryModel)
Gets theRefundEntryModel#_amount
based on the basePrice of products being returned in the entry.java.math.BigDecimal
RefundAmountCalculationService. getOriginalRefundEntryAmount(ReturnEntryModel refundEntryModel)
Calculates and persists theRefundEntryModel#_amount
based 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 ReturnEntryModel Modifier and Type Method Description java.math.BigDecimal
DefaultRefundAmountCalculationService. getCustomRefundEntryAmount(ReturnEntryModel returnEntryModel)
java.math.BigDecimal
DefaultRefundAmountCalculationService. getOriginalRefundEntryAmount(ReturnEntryModel returnEntryModel)
-
Uses of ReturnEntryModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return ReturnEntryModel Modifier and Type Method Description ReturnEntryModel
ReturnEntryModelBuilder. build()
Methods in de.hybris.platform.warehousing.util.builder with parameters of type ReturnEntryModel Modifier and Type Method Description ReturnRequestModelBuilder
ReturnRequestModelBuilder. withReturnEntries(ReturnEntryModel... returnEntries)
-