Class DefaultSAPRFCDestinationDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.sap.core.configuration.rfc.dao.impl.DefaultSAPRFCDestinationDao
- All Implemented Interfaces:
SAPRFCDestinationDao,de.hybris.platform.servicelayer.internal.dao.Dao
public class DefaultSAPRFCDestinationDao
extends de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
implements SAPRFCDestinationDao
Default implementation of the DAO for SAP RFC Destinations.
-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindRfcDestinationByName(String destName) Find SAP RFC Destination by destination name.Return a list of RFC destination models that are currently persisted.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultSAPRFCDestinationDao
public DefaultSAPRFCDestinationDao()
-
-
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:
destName- RFC destination name- Returns:
- All RFC destinations for the given destination name.
-