fr.cnes.sitools.inscription
Class InscriptionResource

java.lang.Object
  extended by ExtendedWadlServerResource
      extended by fr.cnes.sitools.common.resource.AbstractSitoolsResource
          extended by fr.cnes.sitools.common.SitoolsResource
              extended by fr.cnes.sitools.inscription.InscriptionResource
Direct Known Subclasses:
AdminInscriptionCollectionResource, AdminInscriptionResource, UserInscriptionResource

public abstract class InscriptionResource
extends SitoolsResource

Class Resource for managing single Inscription object (GET, PUT, DELETE)

Author:
jp.boignard (AKKA Technologies)

Field Summary
 
Fields inherited from class fr.cnes.sitools.common.SitoolsResource
DEFAULT_MEDIATYPE
 
Constructor Summary
InscriptionResource()
           
 
Method Summary
 void configure(com.thoughtworks.xstream.XStream xstream, Response response)
          Configure XStream for object serialization
 void doInit()
          Initiate the resource
 AbstractInscriptionApplication getInscriptionApplication()
          Return the application
 java.lang.String getInscriptionId()
          Gets the inscriptionId value
 SitoolsStore<Inscription> getStore()
          Gets the store value
 
Methods inherited from class fr.cnes.sitools.common.SitoolsResource
addStandardGetRequestInfo, addStandardInternalServerErrorInfo, addStandardNotificationInfo, addStandardObjectResponseInfo, addStandardPostOrPutRequestInfo, addStandardResourceCollectionFilterInfo, addStandardResponseInfo, addStandardSimpleResponseInfo, getNotificationObject, getRepresentation, getRepresentation, getSettings, getSitoolsApplication, getSitoolsSetting, trace, trace
 
Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource
getMediaType, sitoolsDescribe
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InscriptionResource

public InscriptionResource()
Method Detail

doInit

public final void doInit()
Description copied from class: SitoolsResource
Initiate the resource


configure

public final void configure(com.thoughtworks.xstream.XStream xstream,
                            Response response)
Configure XStream for object serialization

Overrides:
configure in class SitoolsResource
Parameters:
xstream - XStream serializer
response - Response object

getInscriptionApplication

public final AbstractInscriptionApplication getInscriptionApplication()
Return the application

Returns:
the application

getStore

public final SitoolsStore<Inscription> getStore()
Gets the store value

Returns:
the store

getInscriptionId

public final java.lang.String getInscriptionId()
Gets the inscriptionId value

Returns:
the inscriptionId


Copyright © 2010-2013 CNES. All Rights Reserved.