fr.cnes.sitools.inscription
Class AbstractInscriptionApplication

java.lang.Object
  extended by ExtendedWadlApplication
      extended by fr.cnes.sitools.common.application.SitoolsApplication
          extended by fr.cnes.sitools.inscription.AbstractInscriptionApplication
Direct Known Subclasses:
InscriptionApplication, UserInscriptionApplication

public abstract class AbstractInscriptionApplication
extends SitoolsApplication

Base class for Inscription management

Author:
jp.boignard (AKKA Technologies)

Constructor Summary
AbstractInscriptionApplication(org.restlet.Context context)
          Constructor with context
AbstractInscriptionApplication(org.restlet.Context arg0, org.restlet.representation.Representation arg1)
          Constructor with context and wadl configuration
 
Method Summary
 SitoolsStore<Inscription> getStore()
          Gets the store
 
Methods inherited from class fr.cnes.sitools.common.application.SitoolsApplication
addSecurity, addSecurity, addSecurityFilter, defaultDescribe, getApplicationInfo, getAttachementRef, getAuthenticationRealm, getAuthorizer, getAuthorizer, getAuthorizer, getCategory, getId, getPublicBaseRef, getRepresentationInfoReferences, getSecure, getSettings, getSitoolsApplicationInfo, getType, getUserAuthorizer, isAuthorizationSecure, isUserAuthenticationNeeded, register, setAutoRegistration, setCategory, setId, setSitoolsApplicationInfo, setType, setUserAuthenticationNeeded, sitoolsDescribe, start, stop, unregister, wrapToResource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInscriptionApplication

public AbstractInscriptionApplication(org.restlet.Context context)
Constructor with context

Parameters:
context - Restlet host context

AbstractInscriptionApplication

public AbstractInscriptionApplication(org.restlet.Context arg0,
                                      org.restlet.representation.Representation arg1)
Constructor with context and wadl configuration

Parameters:
arg0 - Context
arg1 - wadl configuration
Method Detail

getStore

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

Returns:
InscriptionStore


Copyright © 2010-2013 CNES. All Rights Reserved.