Interface SAPRFCDestinationDao
- All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
- All Known Implementing Classes:
DefaultSAPRFCDestinationDao,MockSAPRFCDestinationDao
public interface SAPRFCDestinationDao
extends de.hybris.platform.servicelayer.internal.dao.Dao
Data access object for SAP RFC Destination.
-
Method Summary
Modifier and TypeMethodDescriptionfindRfcDestinationByName(String rfcDestinationName) Find SAP RFC Destination by destination name.Return a list of RFC destination models that are currently persisted.
-
Method Details
-
findRfcDestinations
List<SAPRFCDestinationModel> findRfcDestinations()Return a list of RFC destination models that are currently persisted. If none are found an empty list is returned.- Returns:
- all RFC destinations of system
-
findRfcDestinationByName
Find SAP RFC Destination by destination name.- Parameters:
rfcDestinationName- RFC destination name- Returns:
- All RFC destinations for the given destination name.
-