Package de.hybris.platform.refund.dao
Interface RefundDao
-
- All Known Implementing Classes:
DefaultRefundDao
public interface RefundDao
Dao object used in inDefaultRefundService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<RefundEntryModel>
getRefunds(ReturnRequestModel request)
Returns the refunds for the specified request
-
-
-
Method Detail
-
getRefunds
java.util.List<RefundEntryModel> getRefunds(ReturnRequestModel request)
Returns the refunds for the specified request- Parameters:
request
- the request- Returns:
- the refunds
-
-