- getNodeValue(Node, String) - Method in class org.joty.server.JotyServer
-
- getPostedContent(HttpServletRequest) - Method in class org.joty.server.JotyServer
-
Gets the body of the Http Post command.
- getReportXml(String, String, String, boolean) - Method in class org.joty.server.JotyServer
-
Accepts data identifying the report to be executed, use the BIRT Engine
for the elaboration of it.
- getResponseFromLogin(String, String, String) - Method in class org.joty.server.JotyServer
-
- getResultFromException(Exception) - Method in class org.joty.server.JotyServer
-
- getResultFromFailure(String) - Method in class org.joty.server.JotyServer
-
- getResultFromFailure(String, String) - Method in class org.joty.server.JotyServer
-
- getResultSetAsXml(ResultSet, boolean, boolean) - Method in class org.joty.server.JotyServer
-
Basing on the Joty protocol this method builds the xml code corresponding
to the result received in input and destined to be returned to the client
- getStmntItems(Node, PostStatement) - Method in class org.joty.server.JotyServer
-
From the xml node received in input this method extracts the list of
Item
objects to be assigned to the BasicPostStatement.m_items
member.
- getXmlFromDb(String, boolean, boolean) - Method in class org.joty.server.JotyServer
-
Executes the sql statetement received in input and encodes the derived
result set in xml code, basing on the Joty protocol.