Uses of Interface
de.hybris.platform.sap.core.configuration.rfc.RFCDestination
-
-
Uses of RFCDestination in de.hybris.platform.sap.core.configuration
Methods in de.hybris.platform.sap.core.configuration that return RFCDestination Modifier and Type Method Description RFCDestinationSAPConfigurationService. getRFCDestination()Returns the RFC destination. -
Uses of RFCDestination in de.hybris.platform.sap.core.configuration.impl
Methods in de.hybris.platform.sap.core.configuration.impl that return RFCDestination Modifier and Type Method Description RFCDestinationDefaultSAPConfigurationService. getRFCDestination()RFCDestinationSAPConfigurationServiceImpl. getRFCDestination()Methods in de.hybris.platform.sap.core.configuration.impl with parameters of type RFCDestination Modifier and Type Method Description voidDefaultSAPConfigurationService. setRFCDestination(RFCDestination rfcDestination)Sets the RFC destination. -
Uses of RFCDestination in de.hybris.platform.sap.core.configuration.rfc
Methods in de.hybris.platform.sap.core.configuration.rfc that return RFCDestination Modifier and Type Method Description RFCDestinationRFCDestinationService. getRFCDestination(java.lang.String destinationName)Returns the SAP RFC Destination for the given name. -
Uses of RFCDestination in de.hybris.platform.sap.core.configuration.rfc.impl
Classes in de.hybris.platform.sap.core.configuration.rfc.impl that implement RFCDestination Modifier and Type Class Description classDefaultRFCDestinationclassRFCDestinationImplImplementation of RFC Destination.Methods in de.hybris.platform.sap.core.configuration.rfc.impl that return RFCDestination Modifier and Type Method Description RFCDestinationDefaultRFCDestinationService. getRFCDestination(java.lang.String destinationName)RFCDestinationRFCDestinationServiceImpl. getRFCDestination(java.lang.String destinationName)Methods in de.hybris.platform.sap.core.configuration.rfc.impl with parameters of type RFCDestination Modifier and Type Method Description voidDefaultRFCDestinationService. addRFCDestination(java.lang.String destinationName, RFCDestination rfcDestination)Add RFCDestination to map.Method parameters in de.hybris.platform.sap.core.configuration.rfc.impl with type arguments of type RFCDestination Modifier and Type Method Description voidDefaultRFCDestinationService. setRFCDestinations(java.util.Map<java.lang.String,RFCDestination> rfcDestinations)Injection setter for RFCDestination map. -
Uses of RFCDestination in de.hybris.platform.sap.core.jco.connection.impl
Methods in de.hybris.platform.sap.core.jco.connection.impl that return RFCDestination Modifier and Type Method Description protected RFCDestinationJCoConnectionImpl. getRFCDestination(java.lang.String destinationName)Returns the RFC Destination for the requested name. -
Uses of RFCDestination in de.hybris.platform.sap.core.jco.service
Methods in de.hybris.platform.sap.core.jco.service that return RFCDestination Modifier and Type Method Description RFCDestinationSAPRFCDestinationService. getRFCDestination(java.lang.String rfcDestinationName)Get an RFC Destination by destination name. -
Uses of RFCDestination in de.hybris.platform.sap.core.jco.service.impl
Methods in de.hybris.platform.sap.core.jco.service.impl that return RFCDestination Modifier and Type Method Description RFCDestinationDefaultSAPRFCDestinationService. getRFCDestination(java.lang.String jcoDestinationName)Methods in de.hybris.platform.sap.core.jco.service.impl with parameters of type RFCDestination Modifier and Type Method Description java.util.PropertiesDestinationDataProviderImpl. getDestinationPropertiesFromRFCDestination(java.lang.String destinationName, RFCDestination rfcDestination, java.util.Properties destinationProperties) -
Uses of RFCDestination in de.hybris.platform.sap.core.module.impl
Methods in de.hybris.platform.sap.core.module.impl that return RFCDestination Modifier and Type Method Description RFCDestinationModuleConfigurationAccessImpl. getRFCDestination()
-