Uses of Class
de.hybris.platform.ordermanagementfacades.returns.data.ReturnEntryModificationData
-
Packages that use ReturnEntryModificationData Package Description de.hybris.platform.ordermanagementfacades.returns.data de.hybris.platform.ordermanagementfacades.returns.impl -
-
Uses of ReturnEntryModificationData in de.hybris.platform.ordermanagementfacades.returns.data
Methods in de.hybris.platform.ordermanagementfacades.returns.data that return types with arguments of type ReturnEntryModificationData Modifier and Type Method Description java.util.List<ReturnEntryModificationData>
ReturnRequestModificationData. getReturnEntries()
Method parameters in de.hybris.platform.ordermanagementfacades.returns.data with type arguments of type ReturnEntryModificationData Modifier and Type Method Description void
ReturnRequestModificationData. setReturnEntries(java.util.List<ReturnEntryModificationData> returnEntries)
-
Uses of ReturnEntryModificationData in de.hybris.platform.ordermanagementfacades.returns.impl
Methods in de.hybris.platform.ordermanagementfacades.returns.impl with parameters of type ReturnEntryModificationData 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 therefundAmount
-