Class MockSAPRFCDestinationDao
java.lang.Object
de.hybris.platform.sap.core.jco.sappassport.MockSAPRFCDestinationDao
- All Implemented Interfaces:
SAPRFCDestinationDao,de.hybris.platform.servicelayer.internal.dao.Dao
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
MockSAPRFCDestinationDao
public MockSAPRFCDestinationDao()
-
-
Method Details
-
findRfcDestinations
Description copied from interface:SAPRFCDestinationDaoReturn a list of RFC destination models that are currently persisted. If none are found an empty list is returned.- Specified by:
findRfcDestinationsin interfaceSAPRFCDestinationDao- Returns:
- all RFC destinations of system
-
findRfcDestinationByName
Description copied from interface:SAPRFCDestinationDaoFind SAP RFC Destination by destination name.- Specified by:
findRfcDestinationByNamein interfaceSAPRFCDestinationDao- Parameters:
rfcDestinationName- RFC destination name- Returns:
- All RFC destinations for the given destination name.
-