Class DefaultSapCpServiceFactory
- java.lang.Object
-
- com.sap.platform.sapcpconfiguration.service.impl.DefaultSapCpServiceFactory
-
- All Implemented Interfaces:
SapCpServiceFactory
public class DefaultSapCpServiceFactory extends java.lang.Object implements SapCpServiceFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultSapCpServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CecTechnicalUserLookupgetLookupCredentials()SapCharonFactorygetSapCharonFactory()SapCpConfigurationServicesgetSapCpConfigurationService()<T> TlookupService(java.lang.Class<T> serviceType)voidsetLookupCredentials(CecTechnicalUserLookup lookupCredentials)voidsetSapCharonFactory(SapCharonFactory sapCharonFactory)voidsetSapCpConfigurationService(SapCpConfigurationServices sapCpConfigurationService)
-
-
-
Method Detail
-
lookupService
public <T> T lookupService(java.lang.Class<T> serviceType)
- Specified by:
lookupServicein interfaceSapCpServiceFactory
-
getSapCharonFactory
public SapCharonFactory getSapCharonFactory()
-
setSapCharonFactory
public void setSapCharonFactory(SapCharonFactory sapCharonFactory)
-
getLookupCredentials
public CecTechnicalUserLookup getLookupCredentials()
-
setLookupCredentials
public void setLookupCredentials(CecTechnicalUserLookup lookupCredentials)
-
getSapCpConfigurationService
public SapCpConfigurationServices getSapCpConfigurationService()
-
setSapCpConfigurationService
public void setSapCpConfigurationService(SapCpConfigurationServices sapCpConfigurationService)
-
-