Interface SpecialServiceRequestDao
- All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
- All Known Implementing Classes:
DefaultSpecialServiceRequestDao
public interface SpecialServiceRequestDao
extends de.hybris.platform.servicelayer.internal.dao.Dao
Interface that exposes Special Service Request specific DAO services
-
Method Summary
Modifier and TypeMethodDescriptionReturn all the Special Service Request from the systemMethod returns the SpecialServiceRequestModel for the given code
-
Method Details
-
findSpecialServiceRequest
Method returns the SpecialServiceRequestModel for the given code- Parameters:
code- the code- Returns:
- special service request model
-
findAllSpecialServiceRequests
List<SpecialServiceRequestModel> findAllSpecialServiceRequests()Return all the Special Service Request from the system- Returns:
- List
-