A C D E F G I J L M N O P R S T U V X Z

A

addDaysToTimestamp(Timestamp, int) - Static method in class pt.jcodeutil.core.util.DateUtils
Adds a value to the Day of a given Timestamp, return the new changed Timestamp
addDaysToUtilDate(Date, int) - Static method in class pt.jcodeutil.core.util.DateUtils
Adds a value to the Day of a given Date, return the new changed Date
addMonthToTimestamp(Timestamp, int) - Static method in class pt.jcodeutil.core.util.DateUtils
Adds a value to the Month of a given Timestamp, return the new changed Timestamp
addMonthToUtilDate(Date, int) - Static method in class pt.jcodeutil.core.util.DateUtils
Adds a value to the Month of a given Date, return the new changed Date
addRow(DataSet.DataRow) - Method in class pt.jcodeutil.core.sql.DataSet
Add a row of data.
addRow(String, String) - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Adds a new row in the DataSet
addValueToTimestamp(Timestamp, int, int) - Static method in class pt.jcodeutil.core.util.DateUtils
Adds a a value to a field , returning the changed Timestamp.
addValueToUtilDate(Date, int, int) - Static method in class pt.jcodeutil.core.util.DateUtils
Adds a a value to a field , returning the changed java.util.Date.
addYearToTimestamp(Timestamp, int) - Static method in class pt.jcodeutil.core.util.DateUtils
Adds a value to the Year of a given Timestamp, return the new changed Timestamp
addYearToUtilDate(Date, int) - Static method in class pt.jcodeutil.core.util.DateUtils
Adds a value to the Year of a given Date, return the new changed Date
AND - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 

C

clear() - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Clears this DataRow.
close(Connection) - Static method in class pt.jcodeutil.core.sql.SQLUtil
Closes a Connection ignoring any SQLExceptions that may happen
close(Context) - Static method in class pt.jcodeutil.core.ejb.ContextUtils
Close the context given by argument, ignoring any exception.
close(PreparedStatement) - Static method in class pt.jcodeutil.core.sql.SQLUtil
Closes a PreparedStatement ignoring any SQLExceptions that may happen
close(QueueConnection) - Static method in class pt.jcodeutil.core.ejb.JMSUtils
Close a QueueConnection ignoring the exception.
close(QueueSender) - Static method in class pt.jcodeutil.core.ejb.JMSUtils
Close a QueueSender ignoring the exception.
close(QueueSession) - Static method in class pt.jcodeutil.core.ejb.JMSUtils
Close a QueueSession ignoring the exception.
close(ResultSet) - Static method in class pt.jcodeutil.core.sql.SQLUtil
Closes a ResultSet ignoring any SQLExceptions that may happen
close(ResultSet, PreparedStatement, Connection) - Static method in class pt.jcodeutil.core.sql.SQLUtil
Closes a ResultSet, a PreparedStatement and a Connection ignoring any SQLExceptions that may happen
close(ResultSet, Statement, Connection) - Static method in class pt.jcodeutil.core.sql.SQLUtil
Closes a ResultSet, a Statement and a Connection ignoring any SQLExceptions that may happen
close(Statement) - Static method in class pt.jcodeutil.core.sql.SQLUtil
Closes a Statement ignoring any SQLExceptions that may happen
COMMA - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
CompressUtil - class pt.jcodeutil.core.util.CompressUtil.
Title: CompressUtil Description: Utilities for creating and managing Zip file from Java.
CompressUtil() - Constructor for class pt.jcodeutil.core.util.CompressUtil
 
ContextUtils - class pt.jcodeutil.core.ejb.ContextUtils.
Title: Description: Utilities for creating contexts and closing them.
ContextUtils() - Constructor for class pt.jcodeutil.core.ejb.ContextUtils
 
create() - Method in interface pt.jcodeutil.core.ejb.numbering.NumberingManagerHome
Create a reference to the Numbering Manager
create() - Method in interface pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerHome
Create an instance of a SequencerManager
create(String, long) - Method in interface pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerHome
Create a new sequence with the name and value given by argument.

D

DATA_SOURCE - Static variable in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
DataSet - class pt.jcodeutil.core.sql.DataSet.
Class that represents the match Column Name - Column value in an SQL Select statement.
DataSet.DataRow - class pt.jcodeutil.core.sql.DataSet.DataRow.
Class that contains the information about one row of data.
DataSet.DataRow(DataSet, int) - Constructor for class pt.jcodeutil.core.sql.DataSet.DataRow
Creates a new DataSet for the number of columns specified
DataSet() - Constructor for class pt.jcodeutil.core.sql.DataSet
Instanciates a DataSet.
DataSourceFactory - class pt.jcodeutil.core.ejb.DataSourceFactory.
Title: Data Source Factory Description: Singleton that performs lookup and caches DataSources for reuse and performance purposes.
DATE - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
DATE_FORMAT1 - Static variable in class pt.jcodeutil.core.util.DateUtils
 
DATE_FORMAT2 - Static variable in class pt.jcodeutil.core.util.DateUtils
 
DATE_FORMAT3 - Static variable in class pt.jcodeutil.core.util.DateUtils
 
DATE_FORMAT4 - Static variable in class pt.jcodeutil.core.util.DateUtils
 
DATE_FORMAT5 - Static variable in class pt.jcodeutil.core.util.DateUtils
 
DATETIME_TO_MINUTE - Static variable in class pt.jcodeutil.core.util.DateUtils
 
DATETIME_TO_MINUTE1 - Static variable in class pt.jcodeutil.core.util.DateUtils
 
DATETIME_TO_SECOND - Static variable in class pt.jcodeutil.core.util.DateUtils
 
DATETIME_TO_SECOND1 - Static variable in class pt.jcodeutil.core.util.DateUtils
 
DATETIME_TO_SECOND2 - Static variable in class pt.jcodeutil.core.util.DateUtils
 
dateToString(Date, String) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts an Util Date to a String with a given format
DateUtils - class pt.jcodeutil.core.util.DateUtils.
Title: DateUtils Description: Provide some utilities to manage dates.
DateUtils() - Constructor for class pt.jcodeutil.core.util.DateUtils
 
duplicateFile(String, String) - Static method in class pt.jcodeutil.core.util.FileUtils
Make a backup of a file.
DynamicQuery - class pt.jcodeutil.core.sql.DynamicQuery.
Title: DynamicQuery Description: Provides a simple way of constructing SQL Queries to the database.
DynamicQuery() - Constructor for class pt.jcodeutil.core.sql.DynamicQuery
Empty constructor

E

ejbActivate() - Method in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
ejbActivate() - Method in class pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerBean
 
ejbActivate() - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
ejbCreate() - Method in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
ejbCreate() - Method in class pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerBean
 
ejbCreate(String, long) - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
EJBHomeFactory - class pt.jcodeutil.core.ejb.EJBHomeFactory.
Title: EJB Home Factory Description: Singleton that performs lookup and caches EJB homes for reuse and performance purposes.
ejbLoad() - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
ejbPassivate() - Method in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
ejbPassivate() - Method in class pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerBean
 
ejbPassivate() - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
ejbPostCreate(String, long) - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
ejbRemove() - Method in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
ejbRemove() - Method in class pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerBean
 
ejbRemove() - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
ejbStore() - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
EJBUtils - class pt.jcodeutil.core.ejb.EJBUtils.
 
EJBUtils() - Constructor for class pt.jcodeutil.core.ejb.EJBUtils
 
EQUAL - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 

F

FileUtils - class pt.jcodeutil.core.util.FileUtils.
Title: FileUtils Description: Some utilities for file management.
FileUtils() - Constructor for class pt.jcodeutil.core.util.FileUtils
 
findAll() - Method in interface pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerHome
Get all the sequences that exist in the datastore.
findByPrimaryKey(String) - Method in interface pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerHome
Get NumericSequencer by its key

G

GET_CURRENT_NUMBER - Static variable in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
GET_NEXT_NUMBER - Static variable in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
getClause() - Method in class pt.jcodeutil.core.sql.DynamicQuery
Returns the clause that was built.
getClause(boolean, String) - Method in class pt.jcodeutil.core.sql.DynamicQuery
Returns the clause, depending on the parameters, that was built.
getContext(String, String) - Static method in class pt.jcodeutil.core.ejb.ContextUtils
Get a context based in the arguments that are given.
getContext(String, String, String) - Static method in class pt.jcodeutil.core.ejb.ContextUtils
Get a context based in the arguments that are given.
getContext(String, String, String, String) - Static method in class pt.jcodeutil.core.ejb.ContextUtils
Get a context based in the arguments that are given.
getCurrentID(String, String) - Method in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
Get the current ID for the identifier given by argument.
getCurrentID(String, String) - Method in interface pt.jcodeutil.core.ejb.numbering.NumberingManager
Get the current ID for the identifier given by argument.
getDataSet() - Method in class pt.jcodeutil.core.sql.DataSet
Return the resultset with the data.
getDataSource(String) - Method in class pt.jcodeutil.core.ejb.DataSourceFactory
Looks up the data source in cache by its JNDI / DataSource-Ref name, if it doesn't exist looks it up.
getDirectoryList(File) - Static method in class pt.jcodeutil.core.util.FileUtils
Get the content of a directory.
getDirectoryList(String) - Static method in class pt.jcodeutil.core.util.FileUtils
Get the content of a directory.
getElementText(Element) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Return the text inside an Element.
getInstance() - Static method in class pt.jcodeutil.core.ejb.EJBHomeFactory
Gets the singleton instance
getInstance() - Static method in class pt.jcodeutil.core.ejb.DataSourceFactory
Gets the singleton instance
getKey() - Method in interface pt.jcodeutil.core.ejb.numbering.ent.NumericSequencer
Get the key for this sequence.
getKey() - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
getMimeType(String) - Static method in class pt.jcodeutil.core.util.MimeType
Gets the document mimetype.
getName(int) - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Gets the name for the specified position.
getNames() - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Get the names of the data.
getNextID(String, String) - Method in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
Get the next ID for the identifier given by argument.
getNextID(String, String) - Method in interface pt.jcodeutil.core.ejb.numbering.NumberingManager
Get the next ID for the identifier given by argument.
getPosByName(String) - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Gets the position of a named column
getRootContext() - Static method in class pt.jcodeutil.core.ejb.ContextUtils
Get the root context based in the called context.
getValue() - Method in interface pt.jcodeutil.core.ejb.numbering.ent.NumericSequencer
Get the value for the sequence.
getValue() - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
getValue(String) - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Gets the value for the specified column name.
getValueByPos(int) - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Gets the value in the specified position.
getValues() - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Get the values of the data.
GREATER - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
GREATER_OR_EQUAL - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 

I

INSERT_CURRENT_NUMBER - Static variable in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
insertDirectValueIntoClause(String) - Method in class pt.jcodeutil.core.sql.DynamicQuery
Inserts a direct value into the clause
insertValue(String, boolean, String, String, String, boolean) - Method in class pt.jcodeutil.core.sql.DynamicQuery
Inserts a new clause to the already existing.
IS - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
ISNOT - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 

J

JMSUtils - class pt.jcodeutil.core.ejb.JMSUtils.
 
JMSUtils() - Constructor for class pt.jcodeutil.core.ejb.JMSUtils
 

L

LEFT_BRACE - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
LESS - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
LESS_OR_EQUAL - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
LIKE - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
LONG - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
lookup(Class) - Method in class pt.jcodeutil.core.ejb.EJBHomeFactory
Looks up the EJB Home class in cache and if doesn't exist, looks up with JNDI name, getting the JNDI name from the full class name.
lookup(Class, Hashtable) - Method in class pt.jcodeutil.core.ejb.EJBHomeFactory
Looks up the EJB Home class in cache and if doesn't exist, looks up with JNDI name, getting the JNDI name from the full class name.
lookup(Context, String, Class) - Static method in class pt.jcodeutil.core.ejb.ContextUtils
Do a lookup of an Object in the context given by argument.
lookup(String, Class) - Method in class pt.jcodeutil.core.ejb.EJBHomeFactory
Looks up the EJB Home class in cache and if doesn't exist, looks up with JNDI name.
lookup(String, Class, Hashtable) - Method in class pt.jcodeutil.core.ejb.EJBHomeFactory
Looks up the EJB Home class in cache and if doesn't exist, looks up with JNDI name.

M

MimeType - class pt.jcodeutil.core.util.MimeType.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
MimeType() - Constructor for class pt.jcodeutil.core.util.MimeType
 

N

narrow(Object, Class) - Static method in class pt.jcodeutil.core.ejb.ContextUtils
Narrow an object to a specific Class Type.
newDocument() - Static method in class pt.jcodeutil.core.xml.XMLUtils
Create an empty Document.
nextValue() - Method in interface pt.jcodeutil.core.ejb.numbering.ent.NumericSequencer
Get the next value for the sequence.
nextValue() - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
nextValue(String) - Method in class pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerBean
For the key given by argument, get the next value.
nextValue(String) - Method in interface pt.jcodeutil.core.ejb.numbering.ent.SequencerManager
Obtains the next value for a sequence with a given name, creating this sequence with a base value of 1, if it doesn't exist already
nextValue(String, long) - Method in class pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerBean
Get the next value for the key given by argument.
nextValue(String, long) - Method in interface pt.jcodeutil.core.ejb.numbering.ent.SequencerManager
Obtains the next value for a sequence with a given name, creating this sequence with a base value, if it doesn't exist already
NONE - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
NOTEQUAL - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
NULL - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
NUMBER - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
NumberingManager - interface pt.jcodeutil.core.ejb.numbering.NumberingManager.
Title: NumberingManagerBean Description:
NumberingManagerBean - class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean.
Title: NumberingManagerBean Description:
NumberingManagerBean() - Constructor for class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
NumberingManagerHome - interface pt.jcodeutil.core.ejb.numbering.NumberingManagerHome.
Title: Numbering Description:
NumericSequencer - interface pt.jcodeutil.core.ejb.numbering.ent.NumericSequencer.
EJB that represents a sequence identified by a key.
NumericSequencerBean - class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean.
Title: Description:
NumericSequencerBean() - Constructor for class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
NumericSequencerHome - interface pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerHome.
Title: Description: Copyright: Copyright (c) 2003 Company:

O

OR - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 

P

parse(File) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Parse a File into a XML Tree Document.
parse(InputSource) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Parse an InputSource into a XML Tree Document.
parse(InputStream) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Parse an InputStream into a XML Tree Document.
parse(Reader) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Parse a Reader into a XML Tree Document.
parse(String) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Parse the contents of a String containing XML data into a XML Tree Document.
parse(URL) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Parse the contents of a URL into a XML Tree Document.
printDocument(Document) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Converts the DOM Tree into a pretty String.
pt.jcodeutil.core.ejb - package pt.jcodeutil.core.ejb
 
pt.jcodeutil.core.ejb.numbering - package pt.jcodeutil.core.ejb.numbering
 
pt.jcodeutil.core.ejb.numbering.ent - package pt.jcodeutil.core.ejb.numbering.ent
 
pt.jcodeutil.core.sql - package pt.jcodeutil.core.sql
 
pt.jcodeutil.core.util - package pt.jcodeutil.core.util
 
pt.jcodeutil.core.xml - package pt.jcodeutil.core.xml
 

R

remove(EJBObject) - Static method in class pt.jcodeutil.core.ejb.EJBUtils
Removes an EJBObject Reference, ignoring the exception that can happen.
reset() - Method in class pt.jcodeutil.core.sql.DynamicQuery
Clears the existing clause
resetValue(int, String) - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Changes the value in a column
resetValue(String, String) - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Changes the value in a column.
RIGHT_BRACE - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 

S

separatedTimeToSQLDate(String, String, String) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts a separated date to a SQL Date.
separatedTimeToString(int, int, int, int, int, String) - Static method in class pt.jcodeutil.core.util.DateUtils
Joins the field representing a date into a String with the specified format.
separatedTimeToString(String, String, String, String, String, String) - Static method in class pt.jcodeutil.core.util.DateUtils
Joins the field representing a date into a String with the specified format.
separatedTimeToTimestamp(String, String, String, String, String) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts a separated date to a Timestamp.
SequencerManager - interface pt.jcodeutil.core.ejb.numbering.ent.SequencerManager.
Title: Description: Copyright: Copyright (c) 2003 Company:
SequencerManagerBean - class pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerBean.
Title: Description: Copyright: Copyright (c) 2003 Company:
SequencerManagerBean() - Constructor for class pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerBean
 
SequencerManagerHome - interface pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerHome.
Title: Description: Copyright: Copyright (c) 2003 Company:
setAllNullsAsEmptyStrings() - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Replaces all columns with value == null with Empty String
setEntityContext(EntityContext) - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
setKey(String) - Method in interface pt.jcodeutil.core.ejb.numbering.ent.NumericSequencer
Set the key for this sequence.
setKey(String) - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
setSessionContext(SessionContext) - Method in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
setSessionContext(SessionContext) - Method in class pt.jcodeutil.core.ejb.numbering.ent.SequencerManagerBean
 
setValue(long) - Method in interface pt.jcodeutil.core.ejb.numbering.ent.NumericSequencer
Reset the value of the sequence for the given value.
setValue(long) - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
size() - Method in class pt.jcodeutil.core.sql.DataSet.DataRow
Get the size of the row.
SQLUtil - class pt.jcodeutil.core.sql.SQLUtil.
Title: Description:
SQLUtil() - Constructor for class pt.jcodeutil.core.sql.SQLUtil
 
STAR - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
stringToSQLTimestamp(String, String) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts a String with a given format, to a SQL Timestamp.
stringToString(String, String, String) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts a String with dateFormatIn, to another String with dateFormatOut
stringToUtilDate(String, String) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts a String with a given format, to an Util Date

T

TIME_TO_MINUTE - Static variable in class pt.jcodeutil.core.util.DateUtils
 
TIME_TO_SECOND - Static variable in class pt.jcodeutil.core.util.DateUtils
 
timestampToCalendar(Timestamp) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts a java.sql.Timestamp to a java.util.Calendar
timestampToString(Timestamp, String) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts a SQL Timestamp to a String with a given format
timestampToUtilDate(Timestamp) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts a java.sql.Timestamp to a java.util.Date
transform(Document, Document) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Execute a XML Transformation and return the result as a XML Tree Document.
transform(InputStream, InputStream, OutputStream) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Execute a XSL transformation.
transform(Reader, Reader, Writer) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Execute a XSL transformation.
transform(Reader, Reader, Writer, Map) - Static method in class pt.jcodeutil.core.xml.XMLUtils
This method transforms a XML Document using a XSL.
transform(String, String) - Static method in class pt.jcodeutil.core.xml.XMLUtils
Execute a XSL transformation.

U

UNION - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
UNIONALL - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 
unsetEntityContext() - Method in class pt.jcodeutil.core.ejb.numbering.ent.NumericSequencerBean
 
unzip(String, String) - Static method in class pt.jcodeutil.core.util.CompressUtil
Unzips zip and jar files.
UPDATE_CURRENT_NUMBER - Static variable in class pt.jcodeutil.core.ejb.numbering.NumberingManagerBean
 
utilDateToSQLDate(Date) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts a java.util.Date to a java.sql.Date
utilDateToSQLTimestamp(Date) - Static method in class pt.jcodeutil.core.util.DateUtils
Converts a java.util.Date to a java.sql.Timestamp

V

VARCHAR2 - Static variable in class pt.jcodeutil.core.sql.DynamicQuery
 

X

XMLUtils - class pt.jcodeutil.core.xml.XMLUtils.
Title: XMLUtils Description: Provide some utilities for XML Manipulation.
XMLUtils() - Constructor for class pt.jcodeutil.core.xml.XMLUtils
 

Z

zip(String) - Static method in class pt.jcodeutil.core.util.CompressUtil
Create a zipfile from the input file name.
zip(String[], String) - Static method in class pt.jcodeutil.core.util.CompressUtil
Create a zipfile from the input file name list.

A C D E F G I J L M N O P R S T U V X Z