Uses of Interface
com.sapportals.portal.prt.service.IServiceConfiguration

Packages that use IServiceConfiguration
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.runtime   
com.sapportals.portal.prt.service   
com.sapportals.portal.prt.service.factory   
 

Uses of IServiceConfiguration in com.sapportals.portal.prt.component
 

Methods in com.sapportals.portal.prt.component with parameters of type IServiceConfiguration
 IService IPortalComponentRequest.getService(java.lang.String serviceName, IServiceConfiguration aServiceConfiguration)
          Deprecated. Use access to services via PortalRuntime instead.
 

Uses of IServiceConfiguration in com.sapportals.portal.prt.runtime
 

Methods in com.sapportals.portal.prt.runtime with parameters of type IServiceConfiguration
 IService IPortalRuntimeResources.getService(java.lang.String serviceName, IServiceConfiguration aServiceConfiguration)
          Deprecated. Note: do not use anymore
 

Uses of IServiceConfiguration in com.sapportals.portal.prt.service
 

Methods in com.sapportals.portal.prt.service with parameters of type IServiceConfiguration
 IService IServiceContext.getService(java.lang.String aService, IServiceConfiguration aServiceConfiguration)
          Deprecated. Do not use anymore.
 void IService.configure(IServiceConfiguration configuration)
          Deprecated. Do not use anymore.
 

Uses of IServiceConfiguration in com.sapportals.portal.prt.service.factory
 

Methods in com.sapportals.portal.prt.service.factory with parameters of type IServiceConfiguration
 IService IServiceFactory.get(IServiceConfiguration aServiceConfig)
          Deprecated. generic get of a service