|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbiz.hammurapi.web.ActionsBase
biz.hammurapi.web.analysis.AnalysisActions
Performs file operations
| Nested Class Summary |
| Nested classes inherited from class biz.hammurapi.web.ActionsBase |
ActionsBase.ErrorMessage |
| Field Summary |
| Fields inherited from class biz.hammurapi.web.ActionsBase |
compositeDomSerializer, converter, REFERRER_HEADER |
| Constructor Summary | |
AnalysisActions()
|
|
| Method Summary | |
java.lang.Object |
beforeCreateAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieves data needed for population of the analysis document create form. |
void |
createAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Uploads file content to database (update). |
void |
createGlossary(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Uploads file content to database (update). |
java.lang.Object |
createMenu(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates menu from analysis term and collected information. |
java.lang.Object |
createTerm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Uploads file content to database (update). |
java.lang.Object |
createTerms(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Uploads bulk of terms |
java.lang.String |
generate(javax.servlet.http.HttpServletRequest request)
Generates content from analysis term |
java.lang.Object |
getAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns file record with content as text |
protected static biz.hammurapi.web.file.sql.FileEngine |
getEngine(javax.servlet.http.HttpServletRequest request)
|
java.lang.Object |
getGlossary(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns file record with content as text |
java.lang.Object |
getTermTooltip(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionServlet servlet,
java.lang.String path)
|
void |
updateAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Uploads file content to database (update). |
void |
updateGlossary(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Uploads file content to database (update). |
java.lang.Object |
updateGlossaryLinks(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
java.lang.Object |
updateTerm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Uploads file content to database (update). |
java.lang.Object |
viewAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns file record with content as expanded text and with terms attached. |
java.lang.Object |
viewAnalysisDocumentRo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DispatchingServlet servlet,
java.lang.String path)
Returns file record with content as expanded text and with terms attached. |
java.lang.Object |
viewGlossary(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns file record with content as expanded text and with terms attached. |
java.lang.Object |
viewGlossaryRo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DispatchingServlet servlet,
java.lang.String path)
Returns file record with content as expanded text and with terms attached. |
| Methods inherited from class biz.hammurapi.web.ActionsBase |
getGlobal, getMatched, getMenu, getReferrer, getRemoted, getUid, hasPermission, includeThisInPath, invoke, isBlank, java, request2xml, setReferrer, sql |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AnalysisActions()
| Method Detail |
protected static biz.hammurapi.web.file.sql.FileEngine getEngine(javax.servlet.http.HttpServletRequest request)
public void updateGlossary(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
request - response -
java.io.IOException
java.sql.SQLException
biz.hammurapi.config.ConfigurationException
org.apache.commons.fileupload.FileUploadException
HammurapiWebException
java.security.NoSuchAlgorithmException
java.lang.Exception
public void createGlossary(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
java.sql.SQLException,
biz.hammurapi.config.ConfigurationException,
HammurapiWebException
request - response -
java.io.IOException
java.sql.SQLException
biz.hammurapi.config.ConfigurationException
HammurapiWebException
public java.lang.Object getGlossary(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.sql.SQLException
java.sql.SQLException
public java.lang.Object viewGlossary(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.sql.SQLException
java.sql.SQLException
public java.lang.Object viewGlossaryRo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DispatchingServlet servlet,
java.lang.String path)
throws java.sql.SQLException,
javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError,
javax.servlet.ServletException
javax.servlet.ServletException
javax.xml.parsers.FactoryConfigurationError
javax.xml.parsers.ParserConfigurationException
java.sql.SQLException
public java.lang.Object updateTerm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
request - response -
java.io.IOException
java.sql.SQLException
biz.hammurapi.config.ConfigurationException
org.apache.commons.fileupload.FileUploadException
HammurapiWebException
java.security.NoSuchAlgorithmException
java.lang.Exception
public java.lang.Object createTerm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.sql.SQLException,
biz.hammurapi.config.ConfigurationException
request - response -
java.sql.SQLException
biz.hammurapi.config.ConfigurationException
public java.lang.Object createTerms(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.sql.SQLException,
biz.hammurapi.config.ConfigurationException
request - response -
java.sql.SQLException
biz.hammurapi.config.ConfigurationException
public java.lang.Object getTermTooltip(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionServlet servlet,
java.lang.String path)
throws java.sql.SQLException
java.sql.SQLException
public java.lang.String generate(javax.servlet.http.HttpServletRequest request)
throws java.sql.SQLException,
HammurapiWebException
java.sql.SQLException
HammurapiWebException
public java.lang.Object createMenu(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.sql.SQLException,
HammurapiWebException
request - response -
java.sql.SQLException
HammurapiWebException
public java.lang.Object updateGlossaryLinks(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
public java.lang.Object beforeCreateAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.sql.SQLException
request - response -
java.sql.SQLException
public java.lang.Object getAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.sql.SQLException
java.sql.SQLException
public void createAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
java.sql.SQLException,
biz.hammurapi.config.ConfigurationException,
HammurapiWebException
request - response -
java.io.IOException
java.sql.SQLException
biz.hammurapi.config.ConfigurationException
HammurapiWebException
public void updateAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
request - response -
java.lang.Exception
public java.lang.Object viewAnalysisDocument(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.sql.SQLException
java.sql.SQLException
public java.lang.Object viewAnalysisDocumentRo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DispatchingServlet servlet,
java.lang.String path)
throws java.sql.SQLException,
javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError,
javax.servlet.ServletException
javax.servlet.ServletException
javax.xml.parsers.FactoryConfigurationError
javax.xml.parsers.ParserConfigurationException
java.sql.SQLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||