Class DefaultRefundDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-
- de.hybris.platform.refund.dao.impl.DefaultRefundDao
-
public class DefaultRefundDao extends AbstractItemDao implements RefundDao
Dao object used in inDefaultRefundService
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService
-
-
Constructor Summary
Constructors Constructor Description DefaultRefundDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<RefundEntryModel>getRefunds(ReturnRequestModel request)Returns the refunds for the specified request-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
-
-
-
Method Detail
-
getRefunds
public java.util.List<RefundEntryModel> getRefunds(ReturnRequestModel request)
Returns the refunds for the specified request- Specified by:
getRefundsin interfaceRefundDao- Parameters:
request- the request- Returns:
- the refunds
-
-