Uses of Class
fr.cnes.sitools.order.model.Order

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

Uses of Order in fr.cnes.sitools.order
 

Methods in fr.cnes.sitools.order that return Order
 Order OrderStoreXML.create(Order order)
           
 Order AbstractOrderResource.getObject(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
          Get the order using representation and variant
 Order OrderStoreXML.update(Order order)
           
 

Methods in fr.cnes.sitools.order that return types with arguments of type Order
 java.util.List<Order> OrderStoreXML.getList(ResourceCollectionFilter filter)
           
 SitoolsStore<Order> AbstractOrderResource.getStore()
          Get the store attached to the application
 SitoolsStore<Order> AbstractOrderApplication.getStore()
          Gets the store value
 java.util.List<Order> OrderStoreXML.retrieveByParent(java.lang.String id)
           
 

Methods in fr.cnes.sitools.order with parameters of type Order
 Order OrderStoreXML.create(Order order)
           
 Order OrderStoreXML.update(Order order)
           
 

Method parameters in fr.cnes.sitools.order with type arguments of type Order
 void AbstractOrderApplication.setStore(SitoolsStore<Order> store)
          Sets the value of store
 void OrderStoreXML.sort(java.util.List<Order> result, ResourceCollectionFilter filter)
          Sort the list (by default on the name)
 

Uses of Order in fr.cnes.sitools.resources.order.utils
 

Methods in fr.cnes.sitools.resources.order.utils that return Order
static Order OrderAPI.activateOrder(Order order, org.restlet.Context context)
          Activate the given order
static Order OrderAPI.createEvent(Order order, org.restlet.Context context, java.lang.String msg)
          Add a event to the order
static Order OrderAPI.createOrder(java.lang.String userIdentifier, org.restlet.Context context, java.lang.String orderDescription)
          Create an order to trace it into the Sitools order system
static Order OrderAPI.orderFailed(Order order, org.restlet.Context context, java.lang.String localizedMessage)
          Set the order to fail
static Order OrderAPI.terminateOrder(Order order, org.restlet.Context context)
          Set to done the given order
static Order OrderAPI.updateOrder(Order order, org.restlet.Context context)
          Update the order
 

Methods in fr.cnes.sitools.resources.order.utils with parameters of type Order
static Order OrderAPI.activateOrder(Order order, org.restlet.Context context)
          Activate the given order
static Order OrderAPI.createEvent(Order order, org.restlet.Context context, java.lang.String msg)
          Add a event to the order
static Order OrderAPI.orderFailed(Order order, org.restlet.Context context, java.lang.String localizedMessage)
          Set the order to fail
static Order OrderAPI.terminateOrder(Order order, org.restlet.Context context)
          Set to done the given order
static Order OrderAPI.updateOrder(Order order, org.restlet.Context context)
          Update the order
 



Copyright © 2010-2013 CNES. All Rights Reserved.