|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.iai.ilcd.services.AbstractDataSetResource<Flow>
de.iai.ilcd.services.FlowResource
public class FlowResource
REST Web Service for Flow
Field Summary |
---|
Fields inherited from class de.iai.ilcd.services.AbstractDataSetResource |
---|
FORMAT_HTML, FORMAT_XML, PARAM_FORMAT, PARAM_VIEW, VIEW_FULL, VIEW_METADATA, VIEW_OVERVIEW |
Constructor Summary | |
---|---|
FlowResource()
|
Method Summary | |
---|---|
protected java.lang.String |
getDataSetTypeName()
Get the name of the data set type for the creation of error/info messages |
protected DataSetDao<Flow,?> |
getFreshDaoInstance()
Create a fresh data access object to work with |
protected java.lang.String |
getHTMLFullViewTemplatePath()
Get the path to the template for the HTML full view page This is typically something like /html/$datasettype$.vm |
protected java.lang.String |
getHTMLOverviewTemplatePath()
Get the path to the template for the HTML overview page This is typically something like /html/$datasettype$_overview.vm |
protected java.lang.String |
getXMLListTemplatePath()
Get the path to the template for the XML data set list view This is typically something like /xml/$datasettype$s.vm |
protected java.lang.String |
getXMLTemplatePath()
Get the path to the template for the XML single data set view This is typically something like /xml/$datasettype$.vm |
protected boolean |
userRequiresFullViewRights()
Flag to set, if full view rights shall be checked in user bean |
Methods inherited from class de.iai.ilcd.services.AbstractDataSetResource |
---|
getDataSet, getDataSets, getURLSuffix, importByFileUpload, importByXml, putXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlowResource()
Method Detail |
---|
protected DataSetDao<Flow,?> getFreshDaoInstance()
getFreshDaoInstance
in class AbstractDataSetResource<Flow>
protected java.lang.String getXMLListTemplatePath()
/xml/$datasettype$s.vm
getXMLListTemplatePath
in class AbstractDataSetResource<Flow>
protected java.lang.String getXMLTemplatePath()
/xml/$datasettype$.vm
getXMLTemplatePath
in class AbstractDataSetResource<Flow>
protected java.lang.String getHTMLOverviewTemplatePath()
/html/$datasettype$_overview.vm
getHTMLOverviewTemplatePath
in class AbstractDataSetResource<Flow>
protected java.lang.String getDataSetTypeName()
getDataSetTypeName
in class AbstractDataSetResource<Flow>
protected java.lang.String getHTMLFullViewTemplatePath()
/html/$datasettype$.vm
getHTMLFullViewTemplatePath
in class AbstractDataSetResource<Flow>
protected boolean userRequiresFullViewRights()
userRequiresFullViewRights
in class AbstractDataSetResource<Flow>
true
if full view rights shall be checked, else false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |