Interface | Description |
---|---|
ApplMessenger | |
ICommon | |
IJotyDate | |
JotyMessenger |
Class | Description |
---|---|
AbstractDbManager |
Gives a chance to the developer to decode the content of the
java.sql.SQLException object, building a sort of mapping to a semantically
defined set of identifiers.
|
BasicPostStatement |
It is the 'box' for the delivery of a generalized statement through the Joty
channel.
|
CaselessStringKeyMap<T> |
An HashMap descendant that offers simple way of use.
|
ConfigFile |
Hosts the content of a configuration file within an internal map of String
objects.
|
ErrorCarrier |
Simply a wrapper for error notification content.
|
JotyTypes |
Holds the data types associated with the database table fields as encoded and
managed by the Joty framework.
|
LangLiteralRetCodeMapper |
Holds a numeric indexing of the language items in the jotyLang "dictionary"
to be used in communication between the Joty Server and the Application
instance, essentially for carrying back to the client messages that arises in
class objects (above all the
Accessor object) of the org.joty.common
package, instantiated on the server side. |
ParamContext |
It contains a map of named items (
ContextParam ) capable to host the
value of a Joty datum. |
ReportManager |
This class is responsible for hosting the set of parameters of a report
launch invocation and properly encoding and decoding their values depending on the their data type.
|
SearchQueryBuilderBack |
The class builds the final query for the search process, using the dbms
dependent template, located in the configuration file, and the information
needed to resolve all the parametric parts of it.
|
Utilities |
It is a collection of multi-purpose static methods thought for use in the
Joty framework and in the Joty application.
|
XmlTextEncoder |
Provides Base64 encoding and decoding of data hosted by the java.lang.String
instances.
|
Enum | Description |
---|---|
AbstractDbManager.ExcCheckType | |
ParamContext.CTXP_type |
Exception | Description |
---|