Uses of Class
fr.cnes.sitools.common.model.Event

Packages that use Event
fr.cnes.sitools.inscription.model   
fr.cnes.sitools.order Copyright 2010-2014 CNES - CENTRE NATIONAL d'ETUDES SPATIALES This file is part of SITools2. 
fr.cnes.sitools.order.model   
 

Uses of Event in fr.cnes.sitools.inscription.model
 

Methods in fr.cnes.sitools.inscription.model that return types with arguments of type Event
 java.util.List<Event> Inscription.getEvents()
          Gets the events value
 

Method parameters in fr.cnes.sitools.inscription.model with type arguments of type Event
 void Inscription.setEvents(java.util.List<Event> events)
          Sets the value of events
 

Uses of Event in fr.cnes.sitools.order
 

Methods in fr.cnes.sitools.order that return Event
 Event AbstractOrderResource.getEvent(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
          Get the event using representation and variant
 

Uses of Event in fr.cnes.sitools.order.model
 

Methods in fr.cnes.sitools.order.model that return types with arguments of type Event
 java.util.List<Event> Order.getEvents()
          Gets the events value
 

Method parameters in fr.cnes.sitools.order.model with type arguments of type Event
 void Order.setEvents(java.util.List<Event> events)
          Sets the value of events
 



Copyright © 2010-2013 CNES. All Rights Reserved.