|
||||||||||
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.form.project.AbstractFormProjectResource
public abstract class AbstractFormProjectResource
Base class for resource of management of form components
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
AbstractFormProjectResource()
|
Method Summary | |
---|---|
void |
doInit()
Initiate the resource |
java.lang.String |
getFormProjectId()
Gets the formProjectId value |
FormProject |
getObject(org.restlet.representation.Representation representation,
org.restlet.representation.Variant variant)
Get the object from representation |
java.lang.String |
getProjectId()
Gets the projectId value |
org.restlet.representation.Representation |
getRepresentation(Response response,
org.restlet.data.MediaType media)
Response to Representation |
SitoolsStore<FormProject> |
getStore()
Gets the store value |
void |
setFormProjectId(java.lang.String formProjectId)
Sets the value of formProjectId |
void |
setProjectId(java.lang.String projectId)
Sets the value of projectId |
void |
setStore(SitoolsStore<FormProject> 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 AbstractFormProjectResource()
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 FormProject getObject(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
representation
- the representation usedvariant
- the variant used
public java.lang.String getProjectId()
public void setProjectId(java.lang.String projectId)
projectId
- the projectId to setpublic final void setStore(SitoolsStore<FormProject> store)
store
- the store to setpublic final SitoolsStore<FormProject> getStore()
public void setFormProjectId(java.lang.String formProjectId)
formProjectId
- the formProjectId to setpublic java.lang.String getFormProjectId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |