Template:W3C standards
location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (JEDI Senatus)";
Overview Package Class Use Tree Deprecated Index Help
PREV NEXT FRAMES NO FRAMES All Classes All Classes
A C D E F G H I J L M N O P Q R S T U V W X A
AbstractBackingBean - Class in it.senato.jedi.web.backing
AbstractBackingBean() - Constructor for class it.senato.jedi.web.backing.AbstractBackingBean
AbstractBean - Class in it.senato.jedi.util.base.bean
This abstract class is a base for all the bean classes.
AbstractBean() - Constructor for class it.senato.jedi.util.base.bean.AbstractBean
Creates a AbstractBean object.
AbstractEJB - Class in it.senato.jedi.ejb
It's an abstract class from which to derive all the JEDI ejbs.
AbstractEJB() - Constructor for class it.senato.jedi.ejb.AbstractEJB
AbstractFOPTransformer - Class in it.senato.jedi.transform.impl
This abstract class is a base for all the classes that use FOP library.
AbstractFOPTransformer() - Constructor for class it.senato.jedi.transform.impl.AbstractFOPTransformer
AbstractJDBCReader - Class in it.senato.jedi.ejb.xmlsource.impl
This abstract class is a base for all the classes that read XML data from a database using a JDBC statement.
AbstractJDBCReader() - Constructor for class it.senato.jedi.ejb.xmlsource.impl.AbstractJDBCReader
Creates a AbstractJDBCReader object.
AbstractOidBean - Class in it.senato.jedi.util.base.bean
This bean class defines a subject that is identified by a long value.
AbstractOidBean() - Constructor for class it.senato.jedi.util.base.bean.AbstractOidBean
Creates a AbstractOidBean object.
AbstractSearchBackingBean<T extends AbstractOidBean> - Class in it.senato.jedi.web.backing
AbstractSearchBackingBean() - Constructor for class it.senato.jedi.web.backing.AbstractSearchBackingBean
AbstractTransformer - Class in it.senato.jedi.transform
This abstract class is a base for all the classes that implement XMLTransformer.
AbstractTransformer() - Constructor for class it.senato.jedi.transform.AbstractTransformer
Creates a AbstractTransformer object.
AbstractUserBean - Class in it.senato.jedi.util.base.bean
This bean class contains the user and timestamp of last saving.
AbstractUserBean() - Constructor for class it.senato.jedi.util.base.bean.AbstractUserBean
Creates a AbstractUserBean object.
AbstractXMLFromCallableStmt - Class in it.senato.jedi.ejb.xmlsource.impl
This abstract class is a base for all the classes that read data from a database using a JDBC CallableStatement.
AbstractXMLFromCallableStmt() - Constructor for class it.senato.jedi.ejb.xmlsource.impl.AbstractXMLFromCallableStmt
Creates a AbstractXMLFromCallableStmt object.
AbstractXMLResultSetStoredProcedure - Class in it.senato.jedi.ejb.xmlsource.impl
This abstract class is a base for all the classes that read data from a database using a JDBC CallableStatement based on a stored procedure that returns a ResultSet.
AbstractXMLResultSetStoredProcedure() - Constructor for class it.senato.jedi.ejb.xmlsource.impl.AbstractXMLResultSetStoredProcedure
Creates a AbstractXMLResultSetStoredProcedure object.
AbstractXMLStoredProcedure - Class in it.senato.jedi.ejb.xmlsource.impl
This abstract class is a base for all the classes that read data from a database using a JDBC CallableStatement based on a stored procedure.
AbstractXMLStoredProcedure() - Constructor for class it.senato.jedi.ejb.xmlsource.impl.AbstractXMLStoredProcedure
Creates a AbstractXMLStoredProcedure object.
addParameter() - Method in class it.senato.jedi.web.backing.DocumentDetail
addXMLPropertyListener(XMLPropertyListener) - Method in class it.senato.jedi.util.xml.XMLFileReader
Adds a XMLPropertyListener.
addXMLPropertyListener(XMLPropertyListener) - Method in class it.senato.jedi.util.xml.XMLPropertyParser
Adds a XMLPropertyListener.
Application - Class in it.senato.jedi.ejb.entity
This entity defines an application, a group of configured documents.
Application() - Constructor for class it.senato.jedi.ejb.entity.Application
Creates an Application object.
ApplicationBean - Class in it.senato.jedi.bean
This class defines the bean of an application.
ApplicationBean() - Constructor for class it.senato.jedi.bean.ApplicationBean
autocompleteDocuments(String) - Method in class it.senato.jedi.web.backing.DocumentDetail
autoSizeColumn(int) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
C
characters(char[], int, int) - Method in class it.senato.jedi.util.xml.XMLPropertyParser
clone() - Method in class it.senato.jedi.util.base.bean.AbstractBean
clone() - Method in class it.senato.jedi.util.base.bean.AbstractOidBean
clone() - Method in class it.senato.jedi.util.base.bean.AbstractUserBean
clone() - Method in interface it.senato.jedi.util.base.bean.Identifier
Clones an object.
cloneObject(Object) - Method in class it.senato.jedi.util.base.bean.AbstractBean
Clones an object.
close(ResultSet, PreparedStatement, Connection) - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractJDBCReader
Close all the opened JDBS objects.
close() - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
Flushes all data of the Excel document into a file or an output stream.
close() - Method in class it.senato.jedi.util.xml.xml2text.TextModel
Flushes all data of the test document into an output stream.
compare(T, T) - Method in class it.senato.jedi.util.base.bean.IdentifierComparator
compare(T, T) - Method in class it.senato.jedi.web.util.GeneralComparator
compareObjects(Object, Object) - Method in class it.senato.jedi.util.base.bean.AbstractBean
Compares two objects handling also null values.
compareTo(AbstractBean) - Method in class it.senato.jedi.bean.ParameterBean
compareTo(AbstractBean) - Method in class it.senato.jedi.util.base.bean.AbstractBean
createBorderOfCell(boolean, boolean, boolean, boolean) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createCellAsBoolean(int, boolean, int, int) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createCellAsBoolean(int, boolean) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createCellAsDate(int, Date, int, int) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createCellAsDate(int, Date) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createCellAsDouble(int, double, int, int) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createCellAsDouble(int, double) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createCellAsInteger(int, int, int, int) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createCellAsInteger(int, int) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createCellAsString(int, String, int, int) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createCellAsString(int, String) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createColumn(String, String, int, String, String) - Method in class it.senato.jedi.util.xml.xml2text.TextModel
Writes a column on the actual row.
createDocumentByValues(String[], FormatTypeBean) - Method in class it.senato.jedi.ejb.action.DocProducerAction
Produces the document by input values.
createDocumentByValues(long, String[], FormatTypeBean) - Method in class it.senato.jedi.ejb.DocProducerDelegate
Produces the document by input values.
createDocumentByValues(DocumentBean, String[], FormatTypeBean) - Method in class it.senato.jedi.ejb.DocProducerDelegate
Produces the document by input values.
createDocumentByValues(long, String[], FormatTypeBean) - Method in class it.senato.jedi.ejb.DocProducerEJB
createDocumentByValues(DocumentBean, String[], FormatTypeBean) - Method in class it.senato.jedi.ejb.DocProducerEJB
createDocumentByValues(long, String[], FormatTypeBean) - Method in interface it.senato.jedi.ejb.DocProducerRemote
Produces the document by input values.
createDocumentByValues(DocumentBean, String[], FormatTypeBean) - Method in interface it.senato.jedi.ejb.DocProducerRemote
Produces the document by input values.
createDocumentByXML(String, FormatTypeBean) - Method in class it.senato.jedi.ejb.action.DocProducerAction
Produces the document by a given XML data.
createDocumentByXML(long, String, FormatTypeBean) - Method in class it.senato.jedi.ejb.DocProducerDelegate
Produces the document by a given XML data.
createDocumentByXML(DocumentBean, String, FormatTypeBean) - Method in class it.senato.jedi.ejb.DocProducerDelegate
Produces the document by a given XML data.
createDocumentByXML(long, String, FormatTypeBean) - Method in class it.senato.jedi.ejb.DocProducerEJB
createDocumentByXML(DocumentBean, String, FormatTypeBean) - Method in class it.senato.jedi.ejb.DocProducerEJB
createDocumentByXML(long, String, FormatTypeBean) - Method in interface it.senato.jedi.ejb.DocProducerRemote
Produces the document by a given XML data.
createDocumentByXML(DocumentBean, String, FormatTypeBean) - Method in interface it.senato.jedi.ejb.DocProducerRemote
Produces the document by a given XML data.
createRow(int) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createRow() - Method in class it.senato.jedi.util.xml.xml2text.TextModel
Flushes a possible existing actual row and then prepares to fill a new one.
createSheet(String) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createStyle(String) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createStyleOfCell(String, int, boolean, boolean, String, short, String) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createStyleOfCell(String, int, boolean) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
createText(String) - Method in class it.senato.jedi.util.xml.xml2text.TextModel
Initialize the output buffer.
D
DATE_DEFAULT_FMT - Static variable in class it.senato.jedi.bean.FormatterUtil
DATETIME_DEFAULT_FMT - Static variable in class it.senato.jedi.bean.FormatterUtil
DocOutputWriter - Class in it.senato.jedi.web.util
This is an utility class to write a JEDI document into a HTTP response.
DocOutputWriter() - Constructor for class it.senato.jedi.web.util.DocOutputWriter
DocProducerAction - Class in it.senato.jedi.ejb.action
This action contains all the logic about document production.
DocProducerAction(EntityManager, long, DocumentBean) - Constructor for class it.senato.jedi.ejb.action.DocProducerAction
Creates a DocProducerAction object.
DocProducerDelegate - Class in it.senato.jedi.ejb
Delegate class to call DocProducerEJB operations.
DocProducerDelegate() - Constructor for class it.senato.jedi.ejb.DocProducerDelegate
Creates a DocProducerDelegate object.
DocProducerEJB - Class in it.senato.jedi.ejb
This EJB provides all the operations to produce a document.
DocProducerEJB() - Constructor for class it.senato.jedi.ejb.DocProducerEJB
DocProducerRemote - Interface in it.senato.jedi.ejb
Defines all the operations to produce a document.
DocProducerServlet - Class in it.senato.jedi.web
This class has the job to produce a JEDI document and send it as response of a HTTP request.
DocProducerServlet() - Constructor for class it.senato.jedi.web.DocProducerServlet
Creates a DocProducerServlet object.
docToString(Document) - Static method in class it.senato.jedi.ejb.xmlsource.impl.JDBCUtil
Converts a DOM document into an XML data.
Document - Class in it.senato.jedi.ejb.entity
This entity defines a document configuration.
Document() - Constructor for class it.senato.jedi.ejb.entity.Document
Creates a Document object.
document - Variable in class it.senato.jedi.ejb.xmlsource.impl.AbstractJDBCReader
The document for which to read XML data.
DocumentBean - Class in it.senato.jedi.bean
This class defines the bean of a document.
DocumentBean() - Constructor for class it.senato.jedi.bean.DocumentBean
DocumentConverter - Class in it.senato.jedi.web.converter
DocumentConverter() - Constructor for class it.senato.jedi.web.converter.DocumentConverter
DocumentDetail - Class in it.senato.jedi.web.backing
DocumentDetail() - Constructor for class it.senato.jedi.web.backing.DocumentDetail
DocumentSearch - Class in it.senato.jedi.web.backing
DocumentSearch() - Constructor for class it.senato.jedi.web.backing.DocumentSearch
DocumentTest - Class in it.senato.jedi.web.backing
DocumentTest() - Constructor for class it.senato.jedi.web.backing.DocumentTest
doGet(HttpServletRequest, HttpServletResponse) - Method in class it.senato.jedi.web.DocProducerServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class it.senato.jedi.web.DocProducerServlet
E
EJB_CHANNEL - Static variable in interface it.senato.jedi.LogChannel
endDocument() - Method in class it.senato.jedi.util.xml.XMLPropertyParser
endElement(String) - Method in class it.senato.jedi.util.xml.xml2excel.POIPropertyListener
endElement(String) - Method in class it.senato.jedi.util.xml.xml2text.TextPropertyListener
endElement(String) - Method in interface it.senato.jedi.util.xml.XMLPropertyListener
It's called at the end of XML element.
endElement(String, String, String) - Method in class it.senato.jedi.util.xml.XMLPropertyParser
equals(Object) - Method in class it.senato.jedi.ejb.entity.Application
equals(Object) - Method in class it.senato.jedi.ejb.entity.Document
equals(Object) - Method in class it.senato.jedi.ejb.entity.FormatType
equals(Object) - Method in class it.senato.jedi.ejb.entity.Parameter
equals(Object) - Method in class it.senato.jedi.ejb.entity.ParameterType
equals(Object) - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
equals(Object) - Method in class it.senato.jedi.ejb.entity.XmlSource
equals(Object) - Method in class it.senato.jedi.ejb.entity.XmlSourceType
equals(Object) - Method in class it.senato.jedi.util.base.bean.AbstractOidBean
equals(Object) - Method in interface it.senato.jedi.util.base.bean.Identifier
Checks if two objects are the same.
error(SAXParseException) - Method in class it.senato.jedi.util.xml.xml2excel.POIGenerator
error(SAXParseException) - Method in class it.senato.jedi.util.xml.xml2text.TextGenerator
EURO_DEFAULT_FMT - Static variable in class it.senato.jedi.bean.FormatterUtil
ExcelTransformer - Class in it.senato.jedi.transform.impl
This transformer creates an Excel document.
ExcelTransformer() - Constructor for class it.senato.jedi.transform.impl.ExcelTransformer
Creates a ExcelTransformer object.
execute(DocumentBean) - Method in class it.senato.jedi.ejb.action.SaveDocumentAction
Saves the document configuration.
execute(ReusableTransformerBean) - Method in class it.senato.jedi.ejb.action.SaveReusableTransformerAction
Saves a reusable transformer.
execute(Connection) - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractXMLFromCallableStmt
execute(Connection) - Method in class it.senato.jedi.ejb.xmlsource.impl.XMLJDBCSQLQuery
execute(String, String, FormatTypeBean) - Method in class it.senato.jedi.transform.TransformerTask
Performs the tranformation.
F
fatalError(SAXParseException) - Method in class it.senato.jedi.util.xml.xml2excel.POIGenerator
fatalError(SAXParseException) - Method in class it.senato.jedi.util.xml.xml2text.TextGenerator
fmtBool(Object) - Static method in class it.senato.jedi.bean.FormatterUtil
fmtDate(Object) - Static method in class it.senato.jedi.bean.FormatterUtil
fmtDate(Object, String) - Static method in class it.senato.jedi.bean.FormatterUtil
fmtDateTime(Object) - Static method in class it.senato.jedi.bean.FormatterUtil
fmtDouble(Object) - Static method in class it.senato.jedi.bean.FormatterUtil
fmtDouble(Object, String) - Static method in class it.senato.jedi.bean.FormatterUtil
fmtInt(Object) - Static method in class it.senato.jedi.bean.FormatterUtil
fmtInt(Object, String) - Static method in class it.senato.jedi.bean.FormatterUtil
fmtLong(Object) - Static method in class it.senato.jedi.bean.FormatterUtil
fmtLong(Object, String) - Static method in class it.senato.jedi.bean.FormatterUtil
FOPFactoryProvider - Class in it.senato.jedi.transform.impl
A singleton class that provides a FopFactory instance.
FOPFactoryProvider() - Constructor for class it.senato.jedi.transform.impl.FOPFactoryProvider
FormatterUtil - Class in it.senato.jedi.bean
This is an utility class to perform some common formatting string operations.
FormatterUtil() - Constructor for class it.senato.jedi.bean.FormatterUtil
FormatType - Class in it.senato.jedi.ejb.entity
This entity defines a possible format type of a document.
FormatType() - Constructor for class it.senato.jedi.ejb.entity.FormatType
Creates a FormatType object.
FormatTypeBean - Class in it.senato.jedi.bean
This class defines the bean of a format type.
FormatTypeBean() - Constructor for class it.senato.jedi.bean.FormatTypeBean
G
GeneralComparator<T> - Class in it.senato.jedi.web.util
GeneralComparator(String, Class<T>) - Constructor for class it.senato.jedi.web.util.GeneralComparator
GeneralComparator(String, Class<T>, boolean) - Constructor for class it.senato.jedi.web.util.GeneralComparator
generateByXML() - Method in class it.senato.jedi.web.backing.DocumentTest
generateDocument() - Method in class it.senato.jedi.web.backing.DocumentTest
generateXML() - Method in class it.senato.jedi.web.backing.DocumentTest
GENERIC_CHANNEL - Static variable in interface it.senato.jedi.LogChannel
getApplication() - Method in class it.senato.jedi.bean.DocumentBean
getApplication() - Method in class it.senato.jedi.ejb.entity.Document
getApplications() - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Returns the configured applications.
getApplications() - Method in class it.senato.jedi.ejb.JEDIConfigEJB
getApplications() - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Returns the configured applications.
getApplications() - Method in class it.senato.jedi.web.backing.SessionUtils
getAsObject(FacesContext, UIComponent, String) - Method in class it.senato.jedi.web.converter.DocumentConverter
getAsObject(FacesContext, UIComponent, String) - Method in class it.senato.jedi.web.converter.MyBooleanConverter
getAsObject(FacesContext, UIComponent, String) - Method in class it.senato.jedi.web.converter.MyDateConverter
getAsString(FacesContext, UIComponent, Object) - Method in class it.senato.jedi.web.converter.DocumentConverter
getAsString(FacesContext, UIComponent, Object) - Method in class it.senato.jedi.web.converter.MyBooleanConverter
getAsString(FacesContext, UIComponent, Object) - Method in class it.senato.jedi.web.converter.MyDateConverter
getBean() - Method in class it.senato.jedi.ejb.entity.Application
Returns a bean that contains the application's data.
getBean(boolean) - Method in class it.senato.jedi.ejb.entity.Document
Returns a bean that contains the document's data.
getBean() - Method in class it.senato.jedi.ejb.entity.FormatType
Returns a bean that contains the format type's data.
getBean() - Method in class it.senato.jedi.ejb.entity.Parameter
Returns a bean that contains the parameter's data.
getBean() - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
Returns a bean that contains the reusable transformer's data.
getBean() - Method in class it.senato.jedi.ejb.entity.XmlSource
Returns a bean that contains the XML source's data.
getBean() - Method in class it.senato.jedi.ejb.entity.XmlSourceType
Returns a bean that contains the XML source type's data.
getBean() - Method in class it.senato.jedi.web.backing.ReusableTransformerDetail
getClassName() - Method in enum it.senato.jedi.bean.ParameterTypeEnum
getClassname() - Method in class it.senato.jedi.ejb.entity.ParameterType
getClassT() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
getClassT() - Method in class it.senato.jedi.web.backing.DocumentSearch
getClassT() - Method in class it.senato.jedi.web.backing.ReusableTransformerSearch
getContext() - Method in class it.senato.jedi.web.backing.AbstractBackingBean
getCurrentPage() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
getDescription() - Method in class it.senato.jedi.bean.ApplicationBean
getDescription() - Method in class it.senato.jedi.bean.DocumentBean
getDescription() - Method in class it.senato.jedi.bean.FormatTypeBean
getDescription() - Method in class it.senato.jedi.bean.ParameterBean
getDescription() - Method in interface it.senato.jedi.bean.ParameterIF
Returns the description of the parameter.
getDescription() - Method in enum it.senato.jedi.bean.ParameterTypeEnum
getDescription() - Method in class it.senato.jedi.bean.ReusableTransformerBean
getDescription() - Method in enum it.senato.jedi.bean.TypeClassEnum
getDescription() - Method in class it.senato.jedi.bean.XMLSourceTypeBean
getDescription() - Method in class it.senato.jedi.ejb.entity.Application
getDescription() - Method in class it.senato.jedi.ejb.entity.Document
getDescription() - Method in class it.senato.jedi.ejb.entity.FormatType
getDescription() - Method in class it.senato.jedi.ejb.entity.Parameter
getDescription() - Method in class it.senato.jedi.ejb.entity.ParameterType
getDescription() - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
getDescription() - Method in class it.senato.jedi.ejb.entity.XmlSourceType
getDescription() - Method in interface it.senato.jedi.util.base.bean.Listable
Returns the description.
getDescription() - Method in class it.senato.jedi.web.backing.DocumentSearch
getDescription() - Method in class it.senato.jedi.web.backing.ReusableTransformerSearch
getDocument() - Method in class it.senato.jedi.ejb.entity.Parameter
getDocument() - Method in class it.senato.jedi.web.backing.DocumentTest
getDocumentDetail() - Method in class it.senato.jedi.web.backing.DocumentDetail
getDocuments(Long, String, Long, String) - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Returns the configured documents that match some given attributes.
getDocuments(Long, String, Long, String) - Method in class it.senato.jedi.ejb.JEDIConfigEJB
getDocuments(Long, String, Long, String) - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Returns the configured documents that match some given attributes.
getDocuments() - Method in class it.senato.jedi.web.backing.SessionUtils
getDocumentsDependingBy(long) - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Returns all the configured documents depending on a given one.
getDocumentsDependingBy(long) - Method in class it.senato.jedi.ejb.JEDIConfigEJB
getDocumentsDependingBy(long) - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Returns all the configured documents depending on a given one.
getExceptionHandler() - Method in class it.senato.jedi.web.exception.MyExceptionHandlerFactory
getFirstRow() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
getFormatType() - Method in class it.senato.jedi.bean.DocumentBean
getFormatType() - Method in class it.senato.jedi.ejb.entity.Document
getFormatTypes() - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Returns the possible format types.
getFormatTypes() - Method in class it.senato.jedi.ejb.JEDIConfigEJB
getFormatTypes() - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Returns the possible format types.
getFormatTypes() - Method in class it.senato.jedi.web.backing.SessionUtils
getIdApplication() - Method in class it.senato.jedi.web.backing.DocumentDetail
getIdApplication() - Method in class it.senato.jedi.web.backing.DocumentSearch
getIdDocument() - Method in class it.senato.jedi.bean.ParameterBean
getIdDocument() - Method in interface it.senato.jedi.bean.ParameterIF
Returns the document identifier.
getIdDocument() - Method in class it.senato.jedi.bean.XMLSourceBean
getIdDocument() - Method in class it.senato.jedi.ejb.entity.XmlSource
getIdDocument() - Method in class it.senato.jedi.web.backing.DocumentTest
getIdFormatType() - Method in class it.senato.jedi.web.backing.DocumentDetail
getIdFormatType() - Method in class it.senato.jedi.web.backing.DocumentSearch
getIdReusableTransformer() - Method in class it.senato.jedi.web.backing.DocumentDetail
getIdType() - Method in class it.senato.jedi.web.backing.DocumentDetail
getInstance(long) - Static method in enum it.senato.jedi.bean.ParameterTypeEnum
getInstance(long) - Static method in enum it.senato.jedi.bean.TypeClassEnum
getInstance() - Static method in class it.senato.jedi.transform.impl.FOPFactoryProvider
Returns the single FopFactory object.
getLastUser() - Method in class it.senato.jedi.util.base.bean.AbstractUserBean
Returns the user of last saving.
getMessageBundle() - Method in class it.senato.jedi.web.backing.AbstractBackingBean
getMimeType() - Method in class it.senato.jedi.bean.FormatTypeBean
getMimeType() - Method in class it.senato.jedi.ejb.entity.FormatType
getMimetype() - Method in class it.senato.jedi.ejb.entity.FormatType
getOid() - Method in interface it.senato.jedi.bean.ParameterIF
Returns the identifier.
getOid() - Method in enum it.senato.jedi.bean.ParameterTypeEnum
getOid() - Method in enum it.senato.jedi.bean.TypeClassEnum
getOid() - Method in class it.senato.jedi.ejb.entity.Application
getOid() - Method in class it.senato.jedi.ejb.entity.Document
getOid() - Method in class it.senato.jedi.ejb.entity.FormatType
getOid() - Method in class it.senato.jedi.ejb.entity.Parameter
getOid() - Method in class it.senato.jedi.ejb.entity.ParameterType
getOid() - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
getOid() - Method in class it.senato.jedi.ejb.entity.XmlSource
getOid() - Method in class it.senato.jedi.ejb.entity.XmlSourceType
getOid() - Method in class it.senato.jedi.util.base.bean.AbstractOidBean
getOid() - Method in interface it.senato.jedi.util.base.bean.Listable
Returns the identifier.
getOid() - Method in interface it.senato.jedi.util.base.bean.LongIdentifier
Returns the identifier.
getOid() - Method in interface it.senato.jedi.util.base.bean.StringIdentifier
Returns the identifier.
getOid() - Method in class it.senato.jedi.web.backing.DocumentDetail
getOid() - Method in class it.senato.jedi.web.backing.ReusableTransformerDetail
getPages() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
getParameters() - Method in class it.senato.jedi.bean.DocumentBean
getParameters() - Method in class it.senato.jedi.ejb.entity.Document
getParameterType() - Method in class it.senato.jedi.bean.ParameterBean
getParameterType() - Method in interface it.senato.jedi.bean.ParameterIF
Returns the parameter type.
getParameterType() - Method in class it.senato.jedi.ejb.entity.Parameter
getParameterTypeOid() - Method in class it.senato.jedi.bean.ParameterBean
getParameterTypeOid() - Method in interface it.senato.jedi.bean.ParameterIF
Returns the identifier of the parameter type.
getParameterTypes() - Method in class it.senato.jedi.web.backing.SessionUtils
getQueryResults() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
getReaderClassName() - Method in class it.senato.jedi.bean.XMLSourceTypeBean
getReaderClassName() - Method in class it.senato.jedi.ejb.entity.XmlSourceType
getRequest() - Method in class it.senato.jedi.web.backing.AbstractBackingBean
getResponse() - Method in class it.senato.jedi.web.backing.AbstractBackingBean
getResultsBuffer() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
getReusableTransformer() - Method in class it.senato.jedi.bean.DocumentBean
getReusableTransformer() - Method in class it.senato.jedi.ejb.entity.Document
getReusableTransformers() - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Returns the configured reusable transformers.
getReusableTransformers(String) - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Returns the configured reusable transformers.
getReusableTransformers() - Method in class it.senato.jedi.ejb.JEDIConfigEJB
getReusableTransformers(String) - Method in class it.senato.jedi.ejb.JEDIConfigEJB
getReusableTransformers() - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Returns the configured reusable transformers.
getReusableTransformers(String) - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Returns the configured reusable transformers.
getReusableTransformers() - Method in class it.senato.jedi.web.backing.SessionUtils
getRowsPerPage() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
getSession() - Method in class it.senato.jedi.web.backing.AbstractBackingBean
getSessionUtils() - Method in class it.senato.jedi.web.backing.AbstractBackingBean
getSource(String) - Method in class it.senato.jedi.transform.AbstractTransformer
Converts a XML string into a Source object.
getSQLQuery() - Method in class it.senato.jedi.bean.XMLSourceBean
getSQLQuery() - Method in class it.senato.jedi.ejb.entity.XmlSource
getSQLStatement() - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractXMLFromCallableStmt
Returns the SQL statement.
getStoredProcedure() - Method in class it.senato.jedi.bean.XMLSourceBean
getStoredprocedure() - Method in class it.senato.jedi.ejb.entity.XmlSource
getTimest() - Method in class it.senato.jedi.ejb.entity.Application
getTimest() - Method in class it.senato.jedi.ejb.entity.Document
getTimest() - Method in class it.senato.jedi.ejb.entity.Parameter
getTimest() - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
getTimest() - Method in class it.senato.jedi.ejb.entity.XmlSource
getTimeStamp() - Method in class it.senato.jedi.util.base.bean.AbstractUserBean
Returns the timestamp of last saving.
getTotalPages() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
getTotalRows() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
getTransformer() - Method in class it.senato.jedi.bean.DocumentBean
getTransformer() - Method in class it.senato.jedi.bean.ReusableTransformerBean
getTransformer() - Method in class it.senato.jedi.ejb.entity.Document
getTransformer() - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
getTransformerClassName() - Method in class it.senato.jedi.bean.FormatTypeBean
getTransformerClassName() - Method in class it.senato.jedi.ejb.entity.FormatType
getTransformerclassname() - Method in class it.senato.jedi.ejb.entity.FormatType
getTransformerType() - Method in class it.senato.jedi.bean.DocumentBean
getTransformerType() - Method in class it.senato.jedi.web.backing.DocumentDetail
getTrasformer(String) - Method in class it.senato.jedi.transform.AbstractTransformer
Converts a XSL string into a Transformer object.
getType() - Method in class it.senato.jedi.bean.ParameterBean
getType() - Method in class it.senato.jedi.bean.XMLSourceBean
getTypeClass() - Method in class it.senato.jedi.bean.XMLSourceTypeBean
getTypeClass() - Method in class it.senato.jedi.ejb.entity.XmlSourceType
getUrl() - Method in class it.senato.jedi.bean.XMLSourceBean
getUrl() - Method in class it.senato.jedi.ejb.entity.XmlSource
getUser() - Method in class it.senato.jedi.ejb.entity.Application
getUser() - Method in class it.senato.jedi.ejb.entity.Document
getUser() - Method in class it.senato.jedi.ejb.entity.Parameter
getUser() - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
getUser() - Method in class it.senato.jedi.ejb.entity.XmlSource
getValue() - Method in class it.senato.jedi.bean.ParameterBean
getValue() - Method in interface it.senato.jedi.bean.ParameterIF
Returns the value of the parameter.
getValueAsDate() - Method in class it.senato.jedi.bean.ParameterBean
getValueAsDate() - Method in interface it.senato.jedi.bean.ParameterIF
Returns the value of the parameter as date.
getValueAsDouble() - Method in class it.senato.jedi.bean.ParameterBean
getValueAsDouble() - Method in interface it.senato.jedi.bean.ParameterIF
Returns the value of the parameter as double.
getValueAsString() - Method in class it.senato.jedi.bean.ParameterBean
getValueAsString() - Method in interface it.senato.jedi.bean.ParameterIF
Returns the value of the parameter as string.
getWrapped() - Method in class it.senato.jedi.web.exception.MyExceptionHandler
getXML(EntityManager, DocumentBean) - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractJDBCReader
getXML(EntityManager, DocumentBean) - Method in class it.senato.jedi.ejb.xmlsource.impl.JEDIXMLDocumentReader
getXML(EntityManager, DocumentBean) - Method in class it.senato.jedi.ejb.xmlsource.impl.UrlXMLDocumentReader
getXML(EntityManager, DocumentBean, String[]) - Method in class it.senato.jedi.ejb.xmlsource.XMLReaderTask
Reads XML source data.
getXML(EntityManager, DocumentBean) - Method in interface it.senato.jedi.ejb.xmlsource.XMLSourceReader
Returns the XML data as string.
getXMLObject(CallableStatement, int) - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractXMLStoredProcedure
Reads the XML data from the output parameter of the statement.
getXMLObject(CallableStatement, int) - Method in class it.senato.jedi.ejb.xmlsource.impl.XMLOracleStoredProcedure
getXmlSource() - Method in class it.senato.jedi.bean.DocumentBean
getXmlSource() - Method in class it.senato.jedi.ejb.entity.Document
getXMLSourceDocument() - Method in class it.senato.jedi.web.backing.DocumentDetail
getXMLSourceResult() - Method in class it.senato.jedi.web.backing.DocumentTest
getXMLSourceType() - Method in class it.senato.jedi.bean.DocumentBean
getXmlSourceType() - Method in class it.senato.jedi.ejb.entity.XmlSource
getXMLSourceTypes() - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Returns the possible XML source types.
getXMLSourceTypes() - Method in class it.senato.jedi.ejb.JEDIConfigEJB
getXMLSourceTypes() - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Returns the possible XML source types.
getXmlSourceTypes() - Method in class it.senato.jedi.web.backing.SessionUtils
H
handle() - Method in class it.senato.jedi.web.exception.MyExceptionHandler
handleException(Exception) - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractJDBCReader
Method to handling an Exception.
handleException(Exception) - Method in class it.senato.jedi.ejb.xmlsource.impl.XMLOracleStoredProcedure
hashCode() - Method in class it.senato.jedi.ejb.entity.Application
hashCode() - Method in class it.senato.jedi.ejb.entity.Document
hashCode() - Method in class it.senato.jedi.ejb.entity.FormatType
hashCode() - Method in class it.senato.jedi.ejb.entity.Parameter
hashCode() - Method in class it.senato.jedi.ejb.entity.ParameterType
hashCode() - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
hashCode() - Method in class it.senato.jedi.ejb.entity.XmlSource
hashCode() - Method in class it.senato.jedi.ejb.entity.XmlSourceType
I
Identifier - Interface in it.senato.jedi.util.base.bean
This interface defines a subject capable to be identified and distinguished from another one.
IdentifierComparator<T extends Identifier> - Class in it.senato.jedi.util.base.bean
Generic comparator for classes that implement Identifier.
IdentifierComparator() - Constructor for class it.senato.jedi.util.base.bean.IdentifierComparator
init() - Method in class it.senato.jedi.web.backing.DocumentDetail
init() - Method in class it.senato.jedi.web.backing.ReusableTransformerDetail
init() - Method in class it.senato.jedi.web.DocProducerServlet
INTEGER_DEFAULT_FMT - Static variable in class it.senato.jedi.bean.FormatterUtil
InvalidTypeException - Exception in it.senato.jedi.exception
This exception means that some document parameter value isn't compatible with its defined type.
InvalidTypeException(String) - Constructor for exception it.senato.jedi.exception.InvalidTypeException
Creates a InvalidTypeException object.
isSearchDone() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
isValidation() - Method in class it.senato.jedi.util.xml.XMLFileReader
Returns the validation attribute.
it.senato.jedi - package it.senato.jedi
it.senato.jedi.bean - package it.senato.jedi.bean
it.senato.jedi.ejb - package it.senato.jedi.ejb
it.senato.jedi.ejb.action - package it.senato.jedi.ejb.action
it.senato.jedi.ejb.entity - package it.senato.jedi.ejb.entity
it.senato.jedi.ejb.xmlsource - package it.senato.jedi.ejb.xmlsource
it.senato.jedi.ejb.xmlsource.impl - package it.senato.jedi.ejb.xmlsource.impl
it.senato.jedi.exception - package it.senato.jedi.exception
it.senato.jedi.transform - package it.senato.jedi.transform
it.senato.jedi.transform.impl - package it.senato.jedi.transform.impl
it.senato.jedi.util.base.bean - package it.senato.jedi.util.base.bean
it.senato.jedi.util.xml - package it.senato.jedi.util.xml
it.senato.jedi.util.xml.xml2excel - package it.senato.jedi.util.xml.xml2excel
it.senato.jedi.util.xml.xml2text - package it.senato.jedi.util.xml.xml2text
it.senato.jedi.web - package it.senato.jedi.web
it.senato.jedi.web.backing - package it.senato.jedi.web.backing
it.senato.jedi.web.converter - package it.senato.jedi.web.converter
it.senato.jedi.web.exception - package it.senato.jedi.web.exception
it.senato.jedi.web.util - package it.senato.jedi.web.util
J
JDBCUtil - Class in it.senato.jedi.ejb.xmlsource.impl
This is an utility class to perform some common JDBC operations.
JDBCUtil() - Constructor for class it.senato.jedi.ejb.xmlsource.impl.JDBCUtil
JEDIConfigDelegate - Class in it.senato.jedi.ejb
Delegate class to call JEDIConfigEJB operations.
JEDIConfigDelegate() - Constructor for class it.senato.jedi.ejb.JEDIConfigDelegate
Creates a JEDIConfigDelegate object.
JEDIConfigEJB - Class in it.senato.jedi.ejb
This EJB provides all the operations to manage documents configuration.
JEDIConfigEJB() - Constructor for class it.senato.jedi.ejb.JEDIConfigEJB
JEDIConfigException - Exception in it.senato.jedi.exception
This exception is related to some error about read/write configuration data.
JEDIConfigException(String) - Constructor for exception it.senato.jedi.exception.JEDIConfigException
Creates a JEDIConfigException object.
JEDIConfigRemote - Interface in it.senato.jedi.ejb
Defines all the operations to manage documents configuration.
JEDIInfrastructureException - Exception in it.senato.jedi.exception
This exception is related to some error about calling JEDI components.
JEDIInfrastructureException(String) - Constructor for exception it.senato.jedi.exception.JEDIInfrastructureException
Creates a JEDIInfrastructureException object.
JEDIInvocationException - Exception in it.senato.jedi.exception
This exception is related to some error about JEDI document production.
JEDIInvocationException(String) - Constructor for exception it.senato.jedi.exception.JEDIInvocationException
Creates a JEDIInfrastructureException object.
JEDIRuntimeException - Exception in it.senato.jedi.exception
This is a JEDI runtime exception.
JEDIRuntimeException(String) - Constructor for exception it.senato.jedi.exception.JEDIRuntimeException
Creates a JEDIRuntimeException object.
JEDIRuntimeException(Exception) - Constructor for exception it.senato.jedi.exception.JEDIRuntimeException
Creates a JEDIRuntimeException object.
JEDIXMLDocumentReader - Class in it.senato.jedi.ejb.xmlsource.impl
This class reads XML data as result of a JEDI XML document.
JEDIXMLDocumentReader() - Constructor for class it.senato.jedi.ejb.xmlsource.impl.JEDIXMLDocumentReader
Creates a JEDIXMLDocumentReader object.
L
Listable - Interface in it.senato.jedi.util.base.bean
Defines a subject that can be present in a list with a description and long identifier.
loadAllData() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
loadAllData() - Method in class it.senato.jedi.web.backing.DocumentSearch
loadAllData() - Method in class it.senato.jedi.web.backing.ReusableTransformerSearch
loadDataList() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
LogChannel - Interface in it.senato.jedi
Defines the categories of the logger.
logger - Variable in class it.senato.jedi.ejb.AbstractEJB
Defines a logger.
logger - Variable in class it.senato.jedi.ejb.xmlsource.impl.AbstractJDBCReader
Defines a logger.
logger - Variable in class it.senato.jedi.transform.AbstractTransformer
Defines a logger.
LONG_DEFAULT_FMT - Static variable in class it.senato.jedi.bean.FormatterUtil
LongIdentifier - Interface in it.senato.jedi.util.base.bean
Defines a subject that has a long identifier.
lookupApplication(long) - Method in class it.senato.jedi.web.backing.SessionUtils
lookupDocument(long) - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Returns a configured document.
lookupDocument(long) - Method in class it.senato.jedi.ejb.JEDIConfigEJB
lookupDocument(long) - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Returns a configured document.
lookupFormatType(long) - Method in class it.senato.jedi.web.backing.SessionUtils
lookupReusableTransformer(long) - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Returns a reusable transformer.
lookupReusableTransformer(long) - Method in class it.senato.jedi.ejb.JEDIConfigEJB
lookupReusableTransformer(long) - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Returns a reusable transformer.
lookupReusableTransformer(long) - Method in class it.senato.jedi.web.backing.SessionUtils
lookupXMLSourceType(long) - Method in class it.senato.jedi.web.backing.SessionUtils
M
main(String[]) - Static method in class it.senato.jedi.util.xml.xml2excel.POIGenerator
Starts the test.
main(String[]) - Static method in class it.senato.jedi.util.xml.xml2text.TextGenerator
Starts the test.
MyBooleanConverter - Class in it.senato.jedi.web.converter
MyBooleanConverter() - Constructor for class it.senato.jedi.web.converter.MyBooleanConverter
MyDateConverter - Class in it.senato.jedi.web.converter
MyDateConverter() - Constructor for class it.senato.jedi.web.converter.MyDateConverter
MyExceptionHandler - Class in it.senato.jedi.web.exception
MyExceptionHandler(ExceptionHandler) - Constructor for class it.senato.jedi.web.exception.MyExceptionHandler
MyExceptionHandlerFactory - Class in it.senato.jedi.web.exception
MyExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class it.senato.jedi.web.exception.MyExceptionHandlerFactory
N
NoDataFoundException - Exception in it.senato.jedi.exception
This exception means that, reading XML data, there wasn't find anything.
NoDataFoundException(String) - Constructor for exception it.senato.jedi.exception.NoDataFoundException
Creates a NoDataFoundException object.
O
out - Variable in class it.senato.jedi.transform.AbstractTransformer
The output stream for the result of the transformation.
P
page(ActionEvent) - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
pageFirst() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
pageLast() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
pageNext() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
pagePrevious() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
Parameter - Class in it.senato.jedi.ejb.entity
This entity defines a parameter used to produce a document.
Parameter() - Constructor for class it.senato.jedi.ejb.entity.Parameter
ParameterBean - Class in it.senato.jedi.bean
This class defines the bean of a parameter.
ParameterBean() - Constructor for class it.senato.jedi.bean.ParameterBean
ParameterIF - Interface in it.senato.jedi.bean
This interface defines the operations to manage document's parameters.
ParameterType - Class in it.senato.jedi.ejb.entity
This entity defines the type of a parameter.
ParameterType() - Constructor for class it.senato.jedi.ejb.entity.ParameterType
ParameterTypeEnum - Enum in it.senato.jedi.bean
Enumeration that defines the possible parameter types.
parseDate(String) - Static method in class it.senato.jedi.bean.FormatterUtil
PDFTransformer - Class in it.senato.jedi.transform.impl
This transformer creates a PDF document.
PDFTransformer() - Constructor for class it.senato.jedi.transform.impl.PDFTransformer
Creates a PDFTransformer object.
POIGenerator - Class in it.senato.jedi.util.xml.xml2excel
This class can be used to make some test on the production of Excel documents.
POIGenerator(String) - Constructor for class it.senato.jedi.util.xml.xml2excel.POIGenerator
Creates a POIGenerator object.
POIModel - Class in it.senato.jedi.util.xml.xml2excel
This class contains some logic to create an Excel document using POI library.
POIModel(OutputStream) - Constructor for class it.senato.jedi.util.xml.xml2excel.POIModel
Creates a POIModel object.
POIModel(String) - Constructor for class it.senato.jedi.util.xml.xml2excel.POIModel
Creates a POIModel object.
POIModel(OutputStream, String) - Constructor for class it.senato.jedi.util.xml.xml2excel.POIModel
POIPropertyListener - Class in it.senato.jedi.util.xml.xml2excel
This class is a XMLPropertyListener specialization used to read a XML document from which to create an Excel document.
POIPropertyListener(POIModel) - Constructor for class it.senato.jedi.util.xml.xml2excel.POIPropertyListener
Creates a POIPropertyListener object.
Q
queryResults - Variable in class it.senato.jedi.web.backing.AbstractSearchBackingBean
R
readXMLConfiguration(ErrorHandler) - Method in class it.senato.jedi.util.xml.XMLFileReader
Reads the XML document using SAX parser.
readXMLSource(String[]) - Method in class it.senato.jedi.ejb.action.DocProducerAction
Reads XML data.
readXMLSource(long, String[]) - Method in class it.senato.jedi.ejb.DocProducerDelegate
Reads XML data.
readXMLSource(DocumentBean, String[]) - Method in class it.senato.jedi.ejb.DocProducerDelegate
Reads XML data.
readXMLSource(long, String[]) - Method in class it.senato.jedi.ejb.DocProducerEJB
readXMLSource(DocumentBean, String[]) - Method in class it.senato.jedi.ejb.DocProducerEJB
readXMLSource(long, String[]) - Method in interface it.senato.jedi.ejb.DocProducerRemote
Reads XML data.
readXMLSource(DocumentBean, String[]) - Method in interface it.senato.jedi.ejb.DocProducerRemote
Reads XML data.
registerOutputParameter(CallableStatement, int) - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractXMLFromCallableStmt
Registers the output parameter on the SQL statement.
registerOutputParameter(CallableStatement, int) - Method in class it.senato.jedi.ejb.xmlsource.impl.XMLOracleResultSetStoredProcedure
registerOutputParameter(CallableStatement, int) - Method in class it.senato.jedi.ejb.xmlsource.impl.XMLOracleStoredProcedure
removeParameter(int) - Method in class it.senato.jedi.web.backing.DocumentDetail
reset() - Method in class it.senato.jedi.bean.ParameterBean
reset() - Method in interface it.senato.jedi.bean.ParameterIF
Clears the parameter value.
resultsBuffer - Variable in class it.senato.jedi.web.backing.AbstractSearchBackingBean
ReusableTransformer - Class in it.senato.jedi.ejb.entity
This entity defines a transformer that can be used between multiple documents.
ReusableTransformer() - Constructor for class it.senato.jedi.ejb.entity.ReusableTransformer
Creates a ReusableTransformer object.
ReusableTransformerBean - Class in it.senato.jedi.bean
This class defines the bean of a reusable transformer.
ReusableTransformerBean() - Constructor for class it.senato.jedi.bean.ReusableTransformerBean
ReusableTransformerDetail - Class in it.senato.jedi.web.backing
ReusableTransformerDetail() - Constructor for class it.senato.jedi.web.backing.ReusableTransformerDetail
ReusableTransformerSearch - Class in it.senato.jedi.web.backing
ReusableTransformerSearch() - Constructor for class it.senato.jedi.web.backing.ReusableTransformerSearch
RTFTransformer - Class in it.senato.jedi.transform.impl
This transformer creates a RTF document.
RTFTransformer() - Constructor for class it.senato.jedi.transform.impl.RTFTransformer
Creates a RTFTransformer object.
run(String, String, String) - Method in class it.senato.jedi.transform.impl.AbstractFOPTransformer
Performs a FOP transformation.
run(String, String) - Method in class it.senato.jedi.transform.impl.ExcelTransformer
run(String, String) - Method in class it.senato.jedi.transform.impl.PDFTransformer
run(String, String) - Method in class it.senato.jedi.transform.impl.RTFTransformer
run(String, String) - Method in class it.senato.jedi.transform.impl.TextTransformer
run(String, String) - Method in class it.senato.jedi.transform.impl.XSLTransformer
run(String, String) - Method in interface it.senato.jedi.transform.XMLTransformer
Returns the result of the transformation.
S
save() - Method in class it.senato.jedi.web.backing.DocumentDetail
save() - Method in class it.senato.jedi.web.backing.ReusableTransformerDetail
saveDocument(DocumentBean) - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Saves a document configuration.
saveDocument(DocumentBean) - Method in class it.senato.jedi.ejb.JEDIConfigEJB
saveDocument(DocumentBean) - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Saves a document configuration.
SaveDocumentAction - Class in it.senato.jedi.ejb.action
This action has the job to save a document configuration.
SaveDocumentAction(EntityManager) - Constructor for class it.senato.jedi.ejb.action.SaveDocumentAction
Creates a SaveDocumentAction object.
saveReusableTransformer(ReusableTransformerBean) - Method in class it.senato.jedi.ejb.JEDIConfigDelegate
Saves a reusable transformer.
saveReusableTransformer(ReusableTransformerBean) - Method in class it.senato.jedi.ejb.JEDIConfigEJB
saveReusableTransformer(ReusableTransformerBean) - Method in interface it.senato.jedi.ejb.JEDIConfigRemote
Saves a reusable transformer.
SaveReusableTransformerAction - Class in it.senato.jedi.ejb.action
This action has the job to save a reusable transformer.
SaveReusableTransformerAction(EntityManager) - Constructor for class it.senato.jedi.ejb.action.SaveReusableTransformerAction
Creates a SaveReusableTransformerAction object.
search() - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
sendException(String, String, Throwable) - Method in class it.senato.jedi.web.backing.AbstractBackingBean
sendGeneralInfo(String) - Method in class it.senato.jedi.web.backing.AbstractBackingBean
sendMessage(String, FacesMessage.Severity, String, String) - Method in class it.senato.jedi.web.backing.AbstractBackingBean
SessionUtils - Class in it.senato.jedi.web.backing
SessionUtils() - Constructor for class it.senato.jedi.web.backing.SessionUtils
setApplication(ApplicationBean) - Method in class it.senato.jedi.bean.DocumentBean
setApplication(Application) - Method in class it.senato.jedi.ejb.entity.Document
setBean(ReusableTransformerBean) - Method in class it.senato.jedi.web.backing.ReusableTransformerDetail
setBorderOnStyle(String, boolean, boolean, boolean, boolean) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
setClassname(String) - Method in class it.senato.jedi.ejb.entity.ParameterType
setDescription(String) - Method in class it.senato.jedi.bean.ApplicationBean
setDescription(String) - Method in class it.senato.jedi.bean.DocumentBean
setDescription(String) - Method in class it.senato.jedi.bean.FormatTypeBean
setDescription(String) - Method in class it.senato.jedi.bean.ParameterBean
setDescription(String) - Method in class it.senato.jedi.bean.ReusableTransformerBean
setDescription(String) - Method in class it.senato.jedi.bean.XMLSourceTypeBean
setDescription(String) - Method in class it.senato.jedi.ejb.entity.Application
setDescription(String) - Method in class it.senato.jedi.ejb.entity.Document
setDescription(String) - Method in class it.senato.jedi.ejb.entity.FormatType
setDescription(String) - Method in class it.senato.jedi.ejb.entity.Parameter
setDescription(String) - Method in class it.senato.jedi.ejb.entity.ParameterType
setDescription(String) - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
setDescription(String) - Method in class it.senato.jedi.ejb.entity.XmlSourceType
setDescription(String) - Method in class it.senato.jedi.web.backing.DocumentSearch
setDescription(String) - Method in class it.senato.jedi.web.backing.ReusableTransformerSearch
setDocument(Document) - Method in class it.senato.jedi.ejb.entity.Parameter
setDocument(DocumentBean) - Method in class it.senato.jedi.web.backing.DocumentTest
setDocumentDetail(DocumentBean) - Method in class it.senato.jedi.web.backing.DocumentDetail
setFontOnStyle(String, String, int, boolean, boolean) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
setFormatType(FormatTypeBean) - Method in class it.senato.jedi.bean.DocumentBean
setFormatType(FormatType) - Method in class it.senato.jedi.ejb.entity.Document
setIdApplication(Long) - Method in class it.senato.jedi.web.backing.DocumentDetail
setIdApplication(Long) - Method in class it.senato.jedi.web.backing.DocumentSearch
setIdDocument(long) - Method in class it.senato.jedi.bean.ParameterBean
setIdDocument(Long) - Method in class it.senato.jedi.bean.XMLSourceBean
setIdDocument(Long) - Method in class it.senato.jedi.ejb.entity.XmlSource
setIdDocument(Long) - Method in class it.senato.jedi.web.backing.DocumentTest
setIdFormatType(Long) - Method in class it.senato.jedi.web.backing.DocumentDetail
setIdFormatType(Long) - Method in class it.senato.jedi.web.backing.DocumentSearch
setIdReusableTransformer(Long) - Method in class it.senato.jedi.web.backing.DocumentDetail
setIdType(Long) - Method in class it.senato.jedi.web.backing.DocumentDetail
setLastUser(String) - Method in class it.senato.jedi.util.base.bean.AbstractUserBean
Sets the user of last saving.
setMimeType(String) - Method in class it.senato.jedi.bean.FormatTypeBean
setMimeType(String) - Method in class it.senato.jedi.ejb.entity.FormatType
setMimetype(String) - Method in class it.senato.jedi.ejb.entity.FormatType
setOid(long) - Method in class it.senato.jedi.ejb.entity.Application
setOid(long) - Method in class it.senato.jedi.ejb.entity.Document
setOid(long) - Method in class it.senato.jedi.ejb.entity.FormatType
setOid(long) - Method in class it.senato.jedi.ejb.entity.Parameter
setOid(long) - Method in class it.senato.jedi.ejb.entity.ParameterType
setOid(long) - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
setOid(long) - Method in class it.senato.jedi.ejb.entity.XmlSource
setOid(long) - Method in class it.senato.jedi.ejb.entity.XmlSourceType
setOid(long) - Method in class it.senato.jedi.util.base.bean.AbstractOidBean
Sets the identifier.
setOid(Long) - Method in class it.senato.jedi.web.backing.DocumentDetail
setOid(Long) - Method in class it.senato.jedi.web.backing.ReusableTransformerDetail
setParameters(List<ParameterIF>) - Method in class it.senato.jedi.bean.DocumentBean
setParameters(List<Parameter>) - Method in class it.senato.jedi.ejb.entity.Document
setParameterType(ParameterType) - Method in class it.senato.jedi.ejb.entity.Parameter
setParameterTypeOid(Long) - Method in class it.senato.jedi.bean.ParameterBean
setParameterTypeOid(Long) - Method in interface it.senato.jedi.bean.ParameterIF
Sets the identifier of the parameter type.
setParameterValues(int, PreparedStatement) - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractJDBCReader
Sets input parameter values on the SQL statement.
setPropertiesOnStyle(String, String, String, short, String) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
setReaderClassName(String) - Method in class it.senato.jedi.bean.XMLSourceTypeBean
setReaderClassName(String) - Method in class it.senato.jedi.ejb.entity.XmlSourceType
setReusableTransformer(ReusableTransformerBean) - Method in class it.senato.jedi.bean.DocumentBean
setReusableTransformer(ReusableTransformer) - Method in class it.senato.jedi.ejb.entity.Document
setRowHeight(short) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
setRowsPerPage(int) - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
setSchemaURL(URL) - Method in class it.senato.jedi.util.xml.XMLFileReader
Sets the schema to be used in the validation.
setSQLQuery(String) - Method in class it.senato.jedi.bean.XMLSourceBean
setSQLQuery(String) - Method in class it.senato.jedi.ejb.entity.XmlSource
setStoredProcedure(String) - Method in class it.senato.jedi.bean.XMLSourceBean
setStoredprocedure(String) - Method in class it.senato.jedi.ejb.entity.XmlSource
setStyleOnCell(String) - Method in class it.senato.jedi.util.xml.xml2excel.POIModel
setTimest(Timestamp) - Method in class it.senato.jedi.ejb.entity.Application
setTimest(Date) - Method in class it.senato.jedi.ejb.entity.Document
setTimest(Date) - Method in class it.senato.jedi.ejb.entity.Parameter
setTimest(Date) - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
setTimest(Date) - Method in class it.senato.jedi.ejb.entity.XmlSource
setTimeStamp(Date) - Method in class it.senato.jedi.util.base.bean.AbstractUserBean
Sets the timestamp of last saving.
setTransformer(String) - Method in class it.senato.jedi.bean.DocumentBean
setTransformer(String) - Method in class it.senato.jedi.bean.ReusableTransformerBean
setTransformer(String) - Method in class it.senato.jedi.ejb.entity.Document
setTransformer(String) - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
setTransformerClassName(String) - Method in class it.senato.jedi.bean.FormatTypeBean
setTransformerClassName(String) - Method in class it.senato.jedi.ejb.entity.FormatType
setTransformerclassname(String) - Method in class it.senato.jedi.ejb.entity.FormatType
setTransformerType(TransformerTypeEnum) - Method in class it.senato.jedi.bean.DocumentBean
setTransformerType(TransformerTypeEnum) - Method in class it.senato.jedi.web.backing.DocumentDetail
setType(ParameterTypeEnum) - Method in class it.senato.jedi.bean.ParameterBean
setType(XMLSourceTypeBean) - Method in class it.senato.jedi.bean.XMLSourceBean
setTypeClass(TypeClassEnum) - Method in class it.senato.jedi.bean.XMLSourceTypeBean
setTypeClass(int) - Method in class it.senato.jedi.ejb.entity.XmlSourceType
setUrl(String) - Method in class it.senato.jedi.bean.XMLSourceBean
setUrl(String) - Method in class it.senato.jedi.ejb.entity.XmlSource
setUser(String) - Method in class it.senato.jedi.ejb.entity.Application
setUser(String) - Method in class it.senato.jedi.ejb.entity.Document
setUser(String) - Method in class it.senato.jedi.ejb.entity.Parameter
setUser(String) - Method in class it.senato.jedi.ejb.entity.ReusableTransformer
setUser(String) - Method in class it.senato.jedi.ejb.entity.XmlSource
setValidation(boolean) - Method in class it.senato.jedi.util.xml.XMLFileReader
Sets the validation attribute.
setValue(Object) - Method in class it.senato.jedi.bean.ParameterBean
setValue(Object) - Method in interface it.senato.jedi.bean.ParameterIF
Sets the value of the parameter.
setValueAsDate(Date) - Method in class it.senato.jedi.bean.ParameterBean
setValueAsDate(Date) - Method in interface it.senato.jedi.bean.ParameterIF
Sets the valueDate of the parameter as date, if the parameter type is date.
setValueAsDouble(Double) - Method in class it.senato.jedi.bean.ParameterBean
setValueAsDouble(Double) - Method in interface it.senato.jedi.bean.ParameterIF
Sets the value of the parameter as double, if the parameter type is double.
setValueAsString(String) - Method in class it.senato.jedi.bean.ParameterBean
setValueAsString(String) - Method in interface it.senato.jedi.bean.ParameterIF
Sets the value of the parameter as string.
setXMLFromOutParams(CallableStatement) - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractXMLFromCallableStmt
Sets the input parameters for the statement.
setXMLFromOutParams(CallableStatement) - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractXMLResultSetStoredProcedure
setXMLFromOutParams(CallableStatement) - Method in class it.senato.jedi.ejb.xmlsource.impl.AbstractXMLStoredProcedure
setXmlSource(XMLSourceBean) - Method in class it.senato.jedi.bean.DocumentBean
setXmlSource(XmlSource) - Method in class it.senato.jedi.ejb.entity.Document
setXMLSourceDocument(DocumentBean) - Method in class it.senato.jedi.web.backing.DocumentDetail
setXMLSourceResult(String) - Method in class it.senato.jedi.web.backing.DocumentTest
setXmlSourceType(XmlSourceType) - Method in class it.senato.jedi.ejb.entity.XmlSource
sort(ActionEvent) - Method in class it.senato.jedi.web.backing.AbstractSearchBackingBean
startDocument() - Method in class it.senato.jedi.util.xml.XMLPropertyParser
startElement(String, Attributes) - Method in class it.senato.jedi.util.xml.xml2excel.POIPropertyListener
startElement(String, Attributes) - Method in class it.senato.jedi.util.xml.xml2text.TextPropertyListener
startElement(String, Attributes) - Method in interface it.senato.jedi.util.xml.XMLPropertyListener
It's called at the start of XML element.
startElement(String, String, String, Attributes) - Method in class it.senato.jedi.util.xml.XMLPropertyParser
StringIdentifier - Interface in it.senato.jedi.util.base.bean
Defines a subject that has a long identifier.
strToInt(String) - Static method in class it.senato.jedi.bean.FormatterUtil
T
TextGenerator - Class in it.senato.jedi.util.xml.xml2text
This class can be used to make some test on the production of text documents at fixed positions
TextGenerator(String) - Constructor for class it.senato.jedi.util.xml.xml2text.TextGenerator
Creates a TextGenerator object.
TextModel - Class in it.senato.jedi.util.xml.xml2text
This class contains some logic to create an text document at fixed positions.
TextModel(ByteArrayOutputStream) - Constructor for class it.senato.jedi.util.xml.xml2text.TextModel
Creates a TextModel object.
TextPropertyListener - Class in it.senato.jedi.util.xml.xml2text
This class is a XMLPropertyListener specialization used to read a XML document from which to create an text of fixed positions.
TextPropertyListener(TextModel) - Constructor for class it.senato.jedi.util.xml.xml2text.TextPropertyListener
Creates a TextPropertyListener object.
TextTransformer - Class in it.senato.jedi.transform.impl
This transformer creates an text document of fixed positions.
TextTransformer() - Constructor for class it.senato.jedi.transform.impl.TextTransformer
Creates a TextTransformer object.
toDocument(ResultSet, String) - Static method in class it.senato.jedi.ejb.xmlsource.impl.JDBCUtil
Converts a ResultSet into a DOM document
toString() - Method in class it.senato.jedi.bean.ApplicationBean
toString() - Method in class it.senato.jedi.bean.DocumentBean
toString() - Method in class it.senato.jedi.bean.FormatTypeBean
toString() - Method in enum it.senato.jedi.bean.ParameterTypeEnum
toString() - Method in class it.senato.jedi.bean.ReusableTransformerBean
toString() - Method in enum it.senato.jedi.bean.TypeClassEnum
toString() - Method in class it.senato.jedi.bean.XMLSourceTypeBean
toString(ResultSet, String) - Static method in class it.senato.jedi.ejb.xmlsource.impl.JDBCUtil
Converts a ResultSet into an XML data
totalRows - Variable in class it.senato.jedi.web.backing.AbstractSearchBackingBean
TransformerTask - Class in it.senato.jedi.transform
This task has the job to make a transformation of a XML data.
TransformerTask() - Constructor for class it.senato.jedi.transform.TransformerTask
Creates a TransformerTask object.
TransformerTypeEnum - Enum in it.senato.jedi.bean
Enumeration that defines the possible transformer types.
TypeClassEnum - Enum in it.senato.jedi.bean
Enumeration that defines the possible class types.
U
UrlXMLDocumentReader - Class in it.senato.jedi.ejb.xmlsource.impl
This class reads XML data as result of an URL resource.
UrlXMLDocumentReader() - Constructor for class it.senato.jedi.ejb.xmlsource.impl.UrlXMLDocumentReader
Creates a UrlXMLDocumentReader object.
V
valueOf(String) - Static method in enum it.senato.jedi.bean.ParameterTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.senato.jedi.bean.TransformerTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.senato.jedi.bean.TypeClassEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum it.senato.jedi.bean.ParameterTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.senato.jedi.bean.TransformerTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.senato.jedi.bean.TypeClassEnum
Returns an array containing the constants of this enum type, in the order they are declared.
W
warning(SAXParseException) - Method in class it.senato.jedi.util.xml.xml2excel.POIGenerator
warning(SAXParseException) - Method in class it.senato.jedi.util.xml.xml2text.TextGenerator
WEB_CHANNEL - Static variable in interface it.senato.jedi.LogChannel
writeDocument(HttpServletResponse, FormatTypeBean, byte[]) - Static method in class it.senato.jedi.web.util.DocOutputWriter
Writes a JEDI document into a HTTP response accordinf to the specified format type.
X
Xml2TextException - Exception in it.senato.jedi.util.xml.xml2text
Xml2TextException(String) - Constructor for exception it.senato.jedi.util.xml.xml2text.Xml2TextException
Xml2TextException(String, Throwable) - Constructor for exception it.senato.jedi.util.xml.xml2text.Xml2TextException
XMLFileReader - Class in it.senato.jedi.util.xml
This is a reader of XML documents using SAX parser.
XMLFileReader(String) - Constructor for class it.senato.jedi.util.xml.XMLFileReader
Creates a XMLFileReader object.
XMLFileReader(InputStream) - Constructor for class it.senato.jedi.util.xml.XMLFileReader
Creates a XMLFileReader object.
XMLJDBCSQLQuery - Class in it.senato.jedi.ejb.xmlsource.impl
This class reads XML data from a database using a JDBC statement.
XMLJDBCSQLQuery() - Constructor for class it.senato.jedi.ejb.xmlsource.impl.XMLJDBCSQLQuery
Creates a XMLJDBCSQLQuery object.
XMLOracleResultSetStoredProcedure - Class in it.senato.jedi.ejb.xmlsource.impl
This class reads ResultSet by calling a Oracle JDBC stored procedure and converts it to an XML string.
XMLOracleResultSetStoredProcedure() - Constructor for class it.senato.jedi.ejb.xmlsource.impl.XMLOracleResultSetStoredProcedure
XMLOracleStoredProcedure - Class in it.senato.jedi.ejb.xmlsource.impl
This class reads data from a database using an Oracle JDBC CallableStatement based on a stored procedure..
XMLOracleStoredProcedure() - Constructor for class it.senato.jedi.ejb.xmlsource.impl.XMLOracleStoredProcedure
Creates a XMLOracleStoredProcedure object.
XMLPropertyListener - Interface in it.senato.jedi.util.xml
This interface defines an entity to be notified when a XMLPropertyParser object reads a XML document.
XMLPropertyParser - Class in it.senato.jedi.util.xml
This class is a DefaultHandler specialization.
XMLPropertyParser() - Constructor for class it.senato.jedi.util.xml.XMLPropertyParser
Creates a XMLPropertyParser object.
XMLReaderTask - Class in it.senato.jedi.ejb.xmlsource
This task has the job to read of XML source data for a given document.
XMLReaderTask() - Constructor for class it.senato.jedi.ejb.xmlsource.XMLReaderTask
Creates a XMLReaderTask object.
xmlResult - Variable in class it.senato.jedi.ejb.xmlsource.impl.AbstractJDBCReader
XML result as string.
XmlSource - Class in it.senato.jedi.ejb.entity
This entity defines a source of XML data.
XmlSource() - Constructor for class it.senato.jedi.ejb.entity.XmlSource
XMLSourceBean - Class in it.senato.jedi.bean
This class defines the bean of a XML source.
XMLSourceBean() - Constructor for class it.senato.jedi.bean.XMLSourceBean
XMLSourceReader - Interface in it.senato.jedi.ejb.xmlsource
Defines the interface of an entity capable to provide the XML data for a document.
XmlSourceType - Class in it.senato.jedi.ejb.entity
This entity defines a type of a XML source.
XmlSourceType() - Constructor for class it.senato.jedi.ejb.entity.XmlSourceType
XMLSourceTypeBean - Class in it.senato.jedi.bean
This class defines the bean of a XML source type.
XMLSourceTypeBean() - Constructor for class it.senato.jedi.bean.XMLSourceTypeBean
XMLSourceTypeBean(Long) - Constructor for class it.senato.jedi.bean.XMLSourceTypeBean
XMLTransformer - Interface in it.senato.jedi.transform
Defines an entity capable to make a transformation of a XML data.
XSLTransformer - Class in it.senato.jedi.transform.impl
This transformer creates an XML document as result of XSL transformation.
XSLTransformer() - Constructor for class it.senato.jedi.transform.impl.XSLTransformer
A C D E F G H I J L M N O P Q R S T U V W X
Overview Package Class Use Tree Deprecated Index Help
PREV NEXT FRAMES NO FRAMES All Classes All Classes