Uses of Interface
fr.cnes.sitools.notification.store.NotificationStore

Packages that use NotificationStore
fr.cnes.sitools.notification Copyright 2010-2014 CNES - CENTRE NATIONAL d'ETUDES SPATIALES This file is part of SITools2. 
fr.cnes.sitools.notification.business   
fr.cnes.sitools.notification.model   
fr.cnes.sitools.notification.store   
 

Uses of NotificationStore in fr.cnes.sitools.notification
 

Methods in fr.cnes.sitools.notification that return NotificationStore
 NotificationStore NotificationApplication.getStore()
          Gets the store value
 

Uses of NotificationStore in fr.cnes.sitools.notification.business
 

Methods in fr.cnes.sitools.notification.business that return NotificationStore
 NotificationStore NotificationManager.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.notification.business with parameters of type NotificationStore
 void NotificationManager.setStore(NotificationStore store)
          Sets the value of store
 

Constructors in fr.cnes.sitools.notification.business with parameters of type NotificationStore
NotificationManager(NotificationStore store)
          Notification Manager
 

Uses of NotificationStore in fr.cnes.sitools.notification.model
 

Methods in fr.cnes.sitools.notification.model that return NotificationStore
 NotificationStore RestletObservable.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.notification.model with parameters of type NotificationStore
 void RestletObservable.setStore(NotificationStore store)
          Sets the value of store
 

Uses of NotificationStore in fr.cnes.sitools.notification.store
 

Classes in fr.cnes.sitools.notification.store that implement NotificationStore
 class NotificationStoreXML
          Implementation of NotificationStore with XStream FilePersistenceStrategy
 



Copyright © 2010-2013 CNES. All Rights Reserved.