Uses of Interface
org.overlord.sramp.ui.client.services.IService

Packages that use IService
org.overlord.sramp.ui.client.activities   
org.overlord.sramp.ui.client.services   
org.overlord.sramp.ui.client.services.artifact   
org.overlord.sramp.ui.client.services.breadcrumb   
org.overlord.sramp.ui.client.services.growl   
org.overlord.sramp.ui.client.services.i18n   
org.overlord.sramp.ui.client.services.place   
org.overlord.sramp.ui.client.services.query   
org.overlord.sramp.ui.client.views   
 

Uses of IService in org.overlord.sramp.ui.client.activities
 

Methods in org.overlord.sramp.ui.client.activities with type parameters of type IService
protected
<T extends IService>
T
AbstractActivity.getService(Class<T> serviceType)
          Gets a service.
 

Uses of IService in org.overlord.sramp.ui.client.services
 

Classes in org.overlord.sramp.ui.client.services that implement IService
 class AbstractService
          Base class for all services.
 

Methods in org.overlord.sramp.ui.client.services with type parameters of type IService
<T extends IService>
T
IServices.getService(Class<T> serviceType)
          Gets a service.
<T extends IService>
T
Services.getService(Class<T> serviceType)
           
 

Methods in org.overlord.sramp.ui.client.services that return types with arguments of type IService
static Map<Class<? extends IService>,IService> ServiceList.getRegisteredServices()
          Gets the map of registered services.
static Map<Class<? extends IService>,IService> ServiceList.getRegisteredServices()
          Gets the map of registered services.
 

Method parameters in org.overlord.sramp.ui.client.services with type arguments of type IService
static void Services.init(Map<Class<? extends IService>,IService> registeredServices, ServiceLifecycleContext context, IServicesListener servicesListener)
          Initializes the Services infrastructure.
static void Services.init(Map<Class<? extends IService>,IService> registeredServices, ServiceLifecycleContext context, IServicesListener servicesListener)
          Initializes the Services infrastructure.
 

Uses of IService in org.overlord.sramp.ui.client.services.artifact
 

Subinterfaces of IService in org.overlord.sramp.ui.client.services.artifact
 interface IArtifactService
          A service that provides a way to manage s-ramp artifacts.
 

Classes in org.overlord.sramp.ui.client.services.artifact that implement IService
 class ArtifactService
          Implementation of the IArtifactService.
 

Uses of IService in org.overlord.sramp.ui.client.services.breadcrumb
 

Subinterfaces of IService in org.overlord.sramp.ui.client.services.breadcrumb
 interface IBreadcrumbService
          Simple breadcrumb service.
 

Classes in org.overlord.sramp.ui.client.services.breadcrumb that implement IService
 class BreadcrumbService
          Concrete implementation of the breadcrumb service.
 

Uses of IService in org.overlord.sramp.ui.client.services.growl
 

Subinterfaces of IService in org.overlord.sramp.ui.client.services.growl
 interface IGrowlService
          A lightweight notification service.
 

Classes in org.overlord.sramp.ui.client.services.growl that implement IService
 class GrowlService
          Implements the lightweight notification service.
 

Uses of IService in org.overlord.sramp.ui.client.services.i18n
 

Subinterfaces of IService in org.overlord.sramp.ui.client.services.i18n
 interface ILocalizationService
          A simple localization service.
 

Classes in org.overlord.sramp.ui.client.services.i18n that implement IService
 class LocalizationService
          A concrete implementation of an ILocalizationService.
 

Uses of IService in org.overlord.sramp.ui.client.services.place
 

Subinterfaces of IService in org.overlord.sramp.ui.client.services.place
 interface IPlaceService
          The place service is responsible for doing place related stuff.
 

Classes in org.overlord.sramp.ui.client.services.place that implement IService
 class PlaceService
          Concrete implementation of the place service (IPlaceService).
 

Uses of IService in org.overlord.sramp.ui.client.services.query
 

Subinterfaces of IService in org.overlord.sramp.ui.client.services.query
 interface IQueryService
          A service that provides a way to query the s-ramp repository.
 

Classes in org.overlord.sramp.ui.client.services.query that implement IService
 class QueryService
          Implementation of the IQueryService.
 

Uses of IService in org.overlord.sramp.ui.client.views
 

Methods in org.overlord.sramp.ui.client.views with type parameters of type IService
protected
<T extends IService>
T
AbstractView.getService(Class<T> serviceType)
          Gets a service.
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.