|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtendedWadlServerResource
fr.cnes.sitools.common.resource.AbstractSitoolsResource
fr.cnes.sitools.common.SitoolsResource
fr.cnes.sitools.plugins.guiservices.declare.AbstractGuiServiceResource
public abstract class AbstractGuiServiceResource
Base class for resource of management of GuiService
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
AbstractGuiServiceResource()
|
Method Summary | |
---|---|
void |
doInit()
Initiate the resource |
java.lang.String |
getGuiServiceId()
Gets the projectModuleId value |
GuiServiceModel |
getObject(org.restlet.representation.Representation representation)
Get the object from representation |
org.restlet.representation.Representation |
getRepresentation(Response response,
org.restlet.data.MediaType media)
Response to Representation |
SitoolsStore<GuiServiceModel> |
getStore()
Gets the store value |
org.restlet.representation.Representation |
retrieveGuiService(org.restlet.representation.Variant variant)
get all guiServices or the selected guiService |
void |
setGuiServiceId(java.lang.String projectModuleId)
Sets the value of projectModuleId |
void |
setStore(SitoolsStore<GuiServiceModel> store)
Sets the value of store |
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 |
---|
public AbstractGuiServiceResource()
Method Detail |
---|
public final void doInit()
SitoolsResource
public final org.restlet.representation.Representation getRepresentation(Response response, org.restlet.data.MediaType media)
getRepresentation
in class SitoolsResource
response
- the server responsemedia
- the media used
public final GuiServiceModel getObject(org.restlet.representation.Representation representation)
representation
- the representation used
public final void setGuiServiceId(java.lang.String projectModuleId)
projectModuleId
- the projectModuleId to setpublic final java.lang.String getGuiServiceId()
public final void setStore(SitoolsStore<GuiServiceModel> store)
store
- the store to setpublic final SitoolsStore<GuiServiceModel> getStore()
@Get public org.restlet.representation.Representation retrieveGuiService(org.restlet.representation.Variant variant)
variant
- client preferred media type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |