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

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

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

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

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

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

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

Methods in com.sapportals.portal.prt.service with parameters of type IServiceId
 IService IServiceContext.getService(java.lang.String aService, IServiceId aServiceUserId)
          Deprecated. Do not use anymore.
 

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

Methods in com.sapportals.portal.prt.service.factory with parameters of type IServiceId
 IService IServiceFactory.newService(IServiceId aServiceId)
          Deprecated. generic init of the serviceFactory
 IService IServiceFactory.get(IServiceId aServiceId)
          Deprecated. generic get of a service