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

Packages that use IService
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.runtime   
com.sapportals.portal.prt.service   
com.sapportals.portal.prt.service.factory   
com.sapportals.portal.prt.service.soap   
com.sapportals.portal.prt.service.soap.processor   
 

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

Methods in com.sapportals.portal.prt.component that return IService
 IService IPortalComponentRequest.getService(java.lang.String serviceName)
          Deprecated. Use access to services via PortalRuntime instead.
 IService IPortalComponentRequest.getService(java.lang.String serviceName, IServiceId aServiceID)
          Deprecated. Use access to services via PortalRuntime instead.
 IService IPortalComponentRequest.getService(java.lang.String serviceName, IServiceConfiguration aServiceConfiguration)
          Deprecated. Use access to services via PortalRuntime instead.
 

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

Methods in com.sapportals.portal.prt.runtime that return IService
 IService IPortalRuntimeResources.getService(java.lang.String serviceName)
          Gets a service by its name.
 IService IPortalRuntimeResources.getService(java.lang.String serviceName, IServiceId aServiceID)
          Deprecated. Note: do not use anymore
 IService IPortalRuntimeResources.getService(java.lang.String serviceName, IServiceConfiguration aServiceConfiguration)
          Deprecated. Note: do not use anymore
 

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

Methods in com.sapportals.portal.prt.service that return IService
 IService IServiceContext.getService(java.lang.String aService, IServiceId aServiceUserId)
          Deprecated. Do not use anymore.
 IService IServiceContext.getService(java.lang.String aService, IServiceConfiguration aServiceConfiguration)
          Deprecated. Do not use anymore.
 IService IServiceContext.getService(java.lang.String aService)
          get a service by its name
 

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

Subinterfaces of IService in com.sapportals.portal.prt.service.factory
 interface IServiceFactory
          Deprecated. This interface is not used anymore and no replacement has been provided.
 

Methods in com.sapportals.portal.prt.service.factory that return IService
 IService IServiceFactory.newService(IServiceId aServiceId)
          Deprecated. generic init of the serviceFactory
 IService IServiceFactory.get(IServiceId aServiceId)
          Deprecated. generic get of a service
 IService IServiceFactory.get(IServiceConfiguration aServiceConfig)
          Deprecated. generic get of a service
 

Uses of IService in com.sapportals.portal.prt.service.soap
 

Subinterfaces of IService in com.sapportals.portal.prt.service.soap
 interface ISOAPService
          Central Definition of the SOAP Framwework using support of Portal Service layer
 

Uses of IService in com.sapportals.portal.prt.service.soap.processor
 

Methods in com.sapportals.portal.prt.service.soap.processor with parameters of type IService
 boolean IMethodsAuthorizedProcessor.isMethodAuthorized(java.lang.String methodToCheck, IService service, java.lang.String methodName, java.lang.Class[] portalServiceParamsClass)
          look on the signature of the method method.toString() to determain if it can be accesed via Web Services
 java.lang.Object ISOAPServiceProcessor.invokeWebServiceMethod(com.sapportals.portal.prt.dispatcher.IDispatcherContext requestContext, IService service, java.lang.reflect.Method methodName, java.lang.Class[] paramters_types, java.lang.Object[] parameter_values)