fr.cnes.sitools.order
Class AbstractOrderApplication

java.lang.Object
  extended by ExtendedWadlApplication
      extended by fr.cnes.sitools.common.application.SitoolsApplication
          extended by fr.cnes.sitools.order.AbstractOrderApplication
Direct Known Subclasses:
OrderAdministration, UserOrderApplication

public abstract class AbstractOrderApplication
extends SitoolsApplication

Abstract application for Serialization

Author:
jp.boignard (AKKA Technologies)

Method Summary
 SitoolsStore<Order> getStore()
          Gets the store value
 void setStore(SitoolsStore<Order> store)
          Sets the value of 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
 

Method Detail

getStore

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

Returns:
the store

setStore

public final void setStore(SitoolsStore<Order> store)
Sets the value of store

Parameters:
store - the store to set


Copyright © 2010-2013 CNES. All Rights Reserved.