Package de.hybris.platform.refund.dao
Interface RefundDao
- All Known Implementing Classes:
DefaultRefundDao
public interface RefundDao
Dao object used in in
DefaultRefundService-
Method Summary
Modifier and TypeMethodDescriptiongetRefunds(ReturnRequestModel request) Returns the refunds for the specified request
-
Method Details
-
getRefunds
Returns the refunds for the specified request- Parameters:
request- the request- Returns:
- the refunds
-