Class RFCDestinationServiceImpl
java.lang.Object
de.hybris.platform.sap.core.configuration.rfc.impl.RFCDestinationServiceImpl
- All Implemented Interfaces:
RFCDestinationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRFCDestination(String destinationName) Returns the SAP RFC Destination for the given name.voidsetRfcDestinationDao(SAPRFCDestinationDao rfcDestinationDao) toString()
-
Constructor Details
-
RFCDestinationServiceImpl
public RFCDestinationServiceImpl()
-
-
Method Details
-
getRFCDestination
Description copied from interface:RFCDestinationServiceReturns the SAP RFC Destination for the given name.- Specified by:
getRFCDestinationin interfaceRFCDestinationService- Parameters:
destinationName- RFC Destination name- Returns:
- list
-
setRfcDestinationDao
- Parameters:
rfcDestinationDao- the rfcDestinationDao to set
-
toString
-