Class DefaultRefundDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.refund.dao.impl.DefaultRefundDao
Dao object used in in
DefaultRefundService-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRefunds(ReturnRequestModel request) Returns the refunds for the specified requestMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultRefundDao
public DefaultRefundDao()
-
-
Method Details
-
getRefunds
Returns the refunds for the specified request- Specified by:
getRefundsin interfaceRefundDao- Parameters:
request- the request- Returns:
- the refunds
-