fr.cnes.sitools.order
Class OrderResource
java.lang.Object
  
ExtendedWadlServerResource
      
fr.cnes.sitools.common.resource.AbstractSitoolsResource
          
fr.cnes.sitools.common.SitoolsResource
              
fr.cnes.sitools.order.AbstractOrderResource
                  
fr.cnes.sitools.order.OrderResource
public final class OrderResource
- extends AbstractOrderResource
 
OrderResource for whose can manage (get/update/delete) single user Order
- Author:
 
  - jp.boignard (AKKA Technologies)
 
 
 
 
| 
Method Summary | 
 org.restlet.representation.Representation | 
deleteOrder(org.restlet.representation.Variant variant)
 
          Delete order | 
 void | 
describeDelete(org.restlet.ext.wadl.MethodInfo info)
 
            | 
 void | 
describeGet(org.restlet.ext.wadl.MethodInfo info,
            java.lang.String path)
 
            | 
 void | 
describePut(org.restlet.ext.wadl.MethodInfo info)
 
            | 
 org.restlet.representation.Representation | 
retrieveOrder(org.restlet.representation.Variant variant)
 
          get all orders | 
 void | 
sitoolsDescribe()
 
          Method implementation mandatory | 
 org.restlet.representation.Representation | 
updateOrder(org.restlet.representation.Representation representation,
            org.restlet.representation.Variant variant)
 
          Update / Validate existing order | 
 
 
| Methods inherited from class fr.cnes.sitools.common.SitoolsResource | 
addStandardGetRequestInfo, addStandardInternalServerErrorInfo, addStandardNotificationInfo, addStandardObjectResponseInfo, addStandardPostOrPutRequestInfo, addStandardResourceCollectionFilterInfo, addStandardResponseInfo, addStandardSimpleResponseInfo, configure, getNotificationObject, getRepresentation, getSettings, getSitoolsApplication, getSitoolsSetting, trace, trace | 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OrderResource
public OrderResource()
sitoolsDescribe
public void sitoolsDescribe()
- Description copied from class: 
AbstractSitoolsResource 
- Method implementation mandatory
- Specified by:
 sitoolsDescribe in class AbstractSitoolsResource
 
 
 
retrieveOrder
@Get
public org.restlet.representation.Representation retrieveOrder(org.restlet.representation.Variant variant)
- get all orders
- Parameters:
 variant - client preferred media type
- Returns:
 - Representation
 
 
 
describeGet
public void describeGet(org.restlet.ext.wadl.MethodInfo info,
                        java.lang.String path)
 
updateOrder
@Put
public org.restlet.representation.Representation updateOrder(org.restlet.representation.Representation representation,
                                                                 org.restlet.representation.Variant variant)
- Update / Validate existing order
- Parameters:
 representation - Order representationvariant - client preferred media type
- Returns:
 - Representation
 
 
 
describePut
public void describePut(org.restlet.ext.wadl.MethodInfo info)
 
deleteOrder
@Delete
public org.restlet.representation.Representation deleteOrder(org.restlet.representation.Variant variant)
- Delete order
- Parameters:
 variant - client preferred media type
- Returns:
 - Representation
 
 
 
describeDelete
public void describeDelete(org.restlet.ext.wadl.MethodInfo info)
 
Copyright © 2010-2013 CNES. All Rights Reserved.