A C D E F G H I L M N O P R S T V W X

A

addRow() - Method in class org.koala.koalautil.RowCollection
 
addSibling(XML) - Method in class org.koala.koalaxml.XML
Adds a new tag as the last child of the root one.

C

ChainedException - exception org.koala.koalautil.ChainedException.
provides many useful ways to raise exceptions with different sets of information
ChainedException() - Constructor for class org.koala.koalautil.ChainedException
Default constructor
ChainedException(Object, String, String) - Constructor for class org.koala.koalautil.ChainedException
Creates a new ChainedException with some additional information on the context of the exception
ChainedException(Object, String, String, Throwable) - Constructor for class org.koala.koalautil.ChainedException
Creates a new ChainedException with some additional information on the context of the exception
ChainedException(String) - Constructor for class org.koala.koalautil.ChainedException
Creates new ChainedException with a given message
ChainedException(String, String, String) - Constructor for class org.koala.koalautil.ChainedException
Creates a new ChainedException with some additional information on the context of the exception
ChainedException(String, String, String, Throwable) - Constructor for class org.koala.koalautil.ChainedException
Creates a new ChainedException with some additional information on the context of the exception
ChainedException(String, Throwable) - Constructor for class org.koala.koalautil.ChainedException
Creates a new ChainedException providing a message and a cause
ConfigurationManager - class org.koala.koalautil.ConfigurationManager.
Handles system configuration through property files.
createId(String, String, String) - Static method in class org.koala.koalautil.DBUtil
 

D

DateInvalidMaskException - exception org.koala.koalautil.DateInvalidMaskException.
 
DateInvalidMaskException() - Constructor for class org.koala.koalautil.DateInvalidMaskException
Creates a new instance of DateInvalidMaskException without detail message.
DateInvalidMaskException(String) - Constructor for class org.koala.koalautil.DateInvalidMaskException
Constructs an instance of DateInvalidMaskException with the specified detail message.
DateUtil - class org.koala.koalautil.DateUtil.
Methods for handling dates
DateUtil() - Constructor for class org.koala.koalautil.DateUtil
 
DBUtil - class org.koala.koalautil.DBUtil.
Provides methods to handle datadataBaseName connections
DBUtil() - Constructor for class org.koala.koalautil.DBUtil
 
decodeHTML(String) - Static method in class org.koala.koalautil.StringUtil
 
decryptBytes(byte[]) - Static method in class org.koala.koalautil.Encryption
decrypts an array of bytes
decryptBytes(byte[], String, String) - Static method in class org.koala.koalautil.Encryption
decrypts a chunk of data
deleteSibling() - Method in class org.koala.koalaxml.XML
Deletes the sibling at the current position
deleteSibling(String) - Method in class org.koala.koalaxml.XML
Deletes the first sibling from the current position that has the given name and positions on the next child.
desencriptarString(String) - Static method in class org.koala.koalautil.Encryption
 
desencriptarString(String, String, String) - Static method in class org.koala.koalautil.Encryption
 
DoubleUtil - class org.koala.koalautil.DoubleUtil.
utilites for handling double values
DoubleUtil() - Constructor for class org.koala.koalautil.DoubleUtil
 

E

encodeForURL(String) - Static method in class org.koala.koalautil.StringUtil
 
encodeHTML(String) - Static method in class org.koala.koalautil.StringUtil
 
encriptarABytes(String) - Static method in class org.koala.koalautil.Encryption
 
encriptarABytes(String, String, String) - Static method in class org.koala.koalautil.Encryption
encrypts a message
encriptarAString(String) - Static method in class org.koala.koalautil.Encryption
 
encriptarAString(String, String, String) - Static method in class org.koala.koalautil.Encryption
 
Encryption - class org.koala.koalautil.Encryption.
This class uses the api defined in JSE to encrypt/decrypt data.
Encryption() - Constructor for class org.koala.koalautil.Encryption
 
equals(Object) - Method in class org.koala.koalaxml.XML
Compares the XML object with another one

F

fillLeft(String, int, String) - Static method in class org.koala.koalautil.StringUtil
 
fillRight(String, int, String) - Static method in class org.koala.koalautil.StringUtil
 
finalize() - Method in class org.koala.koalautil.SyncTextFileWriter
Destroys the current handler
firstRow() - Method in class org.koala.koalautil.RowCollection
Positions the cursor on the first record

G

generatePassword(int) - Static method in class org.koala.koalautil.StringUtil
 
generatePassword(int, long) - Static method in class org.koala.koalautil.StringUtil
generates a random password of a given size, using alphanumeric characters.
getAttributeBoolean(String) - Method in class org.koala.koalaxml.XML
Returns the boolean value of the given attribute of the root tag.
getAttributeBoolean(String, boolean) - Method in class org.koala.koalaxml.XML
 
getAttributeDouble(String) - Method in class org.koala.koalaxml.XML
Returns the double value of the given attribute of the root tag.
getAttributeDouble(String, double) - Method in class org.koala.koalaxml.XML
 
getAttributeGregorianCalendar(String) - Method in class org.koala.koalaxml.XML
Returns the GregorianCalendar (date) value of the given attribute of the root tag.
getAttributeGregorianCalendar(String, GregorianCalendar) - Method in class org.koala.koalaxml.XML
 
getAttributeInt(String) - Method in class org.koala.koalaxml.XML
Returns the integer value of the given attribute of the root tag.
getAttributeInt(String, int) - Method in class org.koala.koalaxml.XML
 
getAttributeLong(String) - Method in class org.koala.koalaxml.XML
Returns the long value of the given attribute of the root tag.
getAttributeLong(String, long) - Method in class org.koala.koalaxml.XML
 
getAttributeName(String) - Static method in class org.koala.koalautil.StringUtil
Given a string of the form "string1_string2", return "string2"
getAttributeScriptlet(String) - Method in class org.koala.koalaxml.XML
Returns the string value of the given attribute of the root tag, striping the sorrounding <% and %>.
getAttributeScriptlet(String, String) - Method in class org.koala.koalaxml.XML
 
getAttributeString(String) - Method in class org.koala.koalaxml.XML
Returns the string value of the given attribute of the root tag.
getAttributeString(String, String) - Method in class org.koala.koalaxml.XML
 
getBigInteger(String) - Method in class org.koala.koalautil.RowCollection
 
getClassName() - Method in class org.koala.koalautil.ChainedException
returns the name of the class which raised the exception
getConnection(String) - Static method in class org.koala.koalautil.DBUtil
Obtains a connection from a database specified in the system's configuration file
getDescriptionDay(GregorianCalendar) - Static method in class org.koala.koalautil.DateUtil
 
getDescriptionMonth(GregorianCalendar) - Static method in class org.koala.koalautil.DateUtil
 
getDouble(String) - Method in class org.koala.koalautil.RowCollection
 
getDouble(String, double) - Method in class org.koala.koalautil.ConfigurationManager
get the value for a double property
getFieldName(String) - Static method in class org.koala.koalautil.StringUtil
Given a string of the form "string1_string2", return "string1"
getGenericConnection(String, String, String, String) - Static method in class org.koala.koalautil.DBUtil
connects to a generic database
getGregorianCalendar(String) - Method in class org.koala.koalautil.RowCollection
 
getGregorianCalendar(String, GregorianCalendar) - Method in class org.koala.koalautil.ConfigurationManager
get the value for a GregorianCalendar property
getInstance() - Static method in class org.koala.koalautil.ConfigurationManager
returns the instance for the default path
getInstance(String) - Static method in class org.koala.koalautil.ConfigurationManager
provides access to a given instance of the class
getInstance(String) - Static method in class org.koala.koalautil.SyncTextFileWriter
Returns the current handler instance for a given file
getInt(String) - Method in class org.koala.koalautil.RowCollection
 
getInt(String, int) - Method in class org.koala.koalautil.ConfigurationManager
get the value for an int property
getLong(String, long) - Method in class org.koala.koalautil.ConfigurationManager
get the value for a long property
getMessage() - Method in class org.koala.koalautil.ChainedException
returns the exception's message
getMethod() - Method in class org.koala.koalautil.ChainedException
returns the name of the method which raised the exception
getName() - Method in class org.koala.koalaxml.XML
Returns the name of the root tag
getObject(String) - Method in class org.koala.koalautil.RowCollection
Given a fields name, it returns it's value in the current record.
getStackTraceAsString() - Method in class org.koala.koalautil.ChainedException
returns the exception's stack trace in a String
getString(String) - Method in class org.koala.koalautil.RowCollection
 
getString(String, String) - Method in class org.koala.koalautil.ConfigurationManager
get the value for a String property
getURL(String) - Static method in class org.koala.koalautil.NetUtil
 
getValueBoolean() - Method in class org.koala.koalaxml.XML
Returns the boolean value of the root tag.
getValueDouble() - Method in class org.koala.koalaxml.XML
Returns the double value of the root tag
getValueGregorianCalendar() - Method in class org.koala.koalaxml.XML
Returns the GregorianCalendar (date) value of the root tag.
getValueInt() - Method in class org.koala.koalaxml.XML
Returns the integer value of the root tag
getValueLong() - Method in class org.koala.koalaxml.XML
Returns the long value of the root tag
getValueScriptlet() - Method in class org.koala.koalaxml.XML
Returns the value of the root element and strips the <% and %> that sorrounds scriptlets
getValueString() - Method in class org.koala.koalaxml.XML
Returns the value of the root element

H

hashString(String) - Static method in class org.koala.koalautil.Encryption
 
hasMoreSiblings() - Method in class org.koala.koalaxml.XML
Returns true if there is a sibling at the current position.
hexToBigInteger(String) - Static method in class org.koala.koalautil.StringUtil
 
hit() - Method in class org.koala.koalautil.HitCounter
 
HitCounter - class org.koala.koalautil.HitCounter.
A very simple web page hit counter
HitCounter() - Constructor for class org.koala.koalautil.HitCounter
 
HitCounter(String) - Constructor for class org.koala.koalautil.HitCounter
 

I

insert(String, Object) - Method in class org.koala.koalautil.RowCollection
 
IntegerUtil - class org.koala.koalautil.IntegerUtil.
 
IntegerUtil() - Constructor for class org.koala.koalautil.IntegerUtil
 

L

listAttributes() - Method in class org.koala.koalaxml.XML
Returns a vector containing the names of all the attributes of the root tag
Log - class org.koala.koalautil.Log.
Static class for disk logging
Log() - Constructor for class org.koala.koalautil.Log
 

M

MailUtil - class org.koala.koalautil.MailUtil.
Provides general purpose e-mail delivering methods
MailUtil() - Constructor for class org.koala.koalautil.MailUtil
 

N

NetUtil - class org.koala.koalautil.NetUtil.
 
NetUtil() - Constructor for class org.koala.koalautil.NetUtil
 
next() - Method in class org.koala.koalautil.RowCollection
If there is a next element, we move one position
nextSibling() - Method in class org.koala.koalaxml.XML
Returns the sibling at the current position
nextSibling(String) - Method in class org.koala.koalaxml.XML
Returns the first sibling that has the given name, searching from the current position in a circular way (restarting from the beginning if no one is found).
nextWord(String, String) - Static method in class org.koala.koalautil.StringUtil
 
nextWord(String, String, int) - Static method in class org.koala.koalautil.StringUtil
 

O

org.koala.koalautil - package org.koala.koalautil
 
org.koala.koalaxml - package org.koala.koalaxml
 

P

parseDoubleNoSeparators(String, int) - Static method in class org.koala.koalautil.DoubleUtil
 
parseHexadecimal(String[]) - Static method in class org.koala.koalautil.StringUtil
 
parseIntegerWithSeparators(String, String) - Static method in class org.koala.koalautil.IntegerUtil
 
position() - Method in class org.koala.koalautil.RowCollection
returns the current record's index
printStackTrace() - Method in class org.koala.koalautil.ChainedException
prints the stack trace with some additional formatting
printStackTrace(PrintStream) - Method in class org.koala.koalautil.ChainedException
prints the stack trace with some additional formatting to a given stream
printStackTrace(PrintWriter) - Method in class org.koala.koalautil.ChainedException
prints the stack trace with some additional formatting using a writer

R

removeDelimiter(String, String) - Static method in class org.koala.koalautil.StringUtil
 
removeRow() - Method in class org.koala.koalautil.RowCollection
 
replace(String, String, String) - Static method in class org.koala.koalautil.StringUtil
 
RowCollection - class org.koala.koalautil.RowCollection.
Allows the storing in memory of the result of a query on a data repository.
RowCollection() - Constructor for class org.koala.koalautil.RowCollection
Creates an empty RowCollection
RowCollection(ResultSet) - Constructor for class org.koala.koalautil.RowCollection
Creates a new RowCollection obtaining data from a ResultSet
rowCount() - Method in class org.koala.koalautil.RowCollection
Returns the ammount of rows in the object

S

search(String, String) - Method in class org.koala.koalautil.RowCollection
 
send(String, String, String, boolean) - Static method in class org.koala.koalautil.MailUtil
sendMsg() broadcasts a message to all subscribers
setAttributeBoolean(String, boolean) - Method in class org.koala.koalaxml.XML
Changes or sets the value of a given attribute in the root tag.
setAttributeDouble(String, double) - Method in class org.koala.koalaxml.XML
Changes or sets the value of a given attribute in the root tag.
setAttributeGregorianCalendar(String, GregorianCalendar) - Method in class org.koala.koalaxml.XML
Changes or sets the value of a given attribute in the root tag.
setAttributeInt(String, int) - Method in class org.koala.koalaxml.XML
Changes or sets the value of a given attribute in the root tag.
setAttributeLong(String, long) - Method in class org.koala.koalaxml.XML
Changes or sets the value of a given attribute in the root tag.
setAttributeString(String, String) - Method in class org.koala.koalaxml.XML
Changes or sets the value of a given attribute in the root tag.
setInt(String, int) - Method in class org.koala.koalautil.ConfigurationManager
sets the value of an int property
setName(String) - Method in class org.koala.koalaxml.XML
Changes or sets the name of the root element
setString(String, String) - Method in class org.koala.koalautil.ConfigurationManager
sets the value of a String property
setValueBoolean(boolean) - Method in class org.koala.koalaxml.XML
Sets the value of the root tag to a given boolean.
setValueDouble(double) - Method in class org.koala.koalaxml.XML
Sets the value of the root tag to a given double.
setValueGregorianCalendar(GregorianCalendar) - Method in class org.koala.koalaxml.XML
Sets the value of the root tag to a given GregorianCalendar (date).
setValueInt(int) - Method in class org.koala.koalaxml.XML
Sets the value of the root tag to a given integer.
setValueLong(long) - Method in class org.koala.koalaxml.XML
Sets the value of the root tag to a given long.
setValueString(String) - Method in class org.koala.koalaxml.XML
Sets the value of the root tag to a given string.
StringUtil - class org.koala.koalautil.StringUtil.
 
StringUtil() - Constructor for class org.koala.koalautil.StringUtil
 
SyncTextFileWriter - class org.koala.koalautil.SyncTextFileWriter.
This file provides synchronized write access to different files.

T

toCSV() - Method in class org.koala.koalautil.RowCollection
converts the RowCollection into a csv String
toCurrencyString(double) - Static method in class org.koala.koalautil.DoubleUtil
 
toGregorianCalendar(String, String) - Static method in class org.koala.koalautil.DateUtil
 
toHexadecimal(String) - Static method in class org.koala.koalautil.StringUtil
 
top() - Method in class org.koala.koalaxml.XML
Moves the position to the first child of the root element
toString() - Method in class org.koala.koalaxml.XML
Returns a string representation of the XML object, indented and with tag and attribute names in capital letters.
toString(GregorianCalendar, String) - Static method in class org.koala.koalautil.DateUtil
converts a given GregorianCalendar to a string using a string format
toXML() - Method in class org.koala.koalautil.RowCollection
Converts data to XML, generating a ... for each row in the list, being N the row number

V

validateEmailAddr(String) - Static method in class org.koala.koalautil.StringUtil
validates the format of an e-mail address
validateUYID(String) - Static method in class org.koala.koalautil.StringUtil
 

W

write(String, String, int) - Static method in class org.koala.koalautil.Log
Envia al file especificado en el archivo de configuracion la operation y el message indicado por parametro si el level de logueo es el indicado en el archivo de configuración
write(String, String, int, int, String) - Static method in class org.koala.koalautil.Log
 
writeLine(String) - Method in class org.koala.koalautil.SyncTextFileWriter
Writes a line of text on the file

X

XML - class org.koala.koalaxml.XML.
koala XML class provides a simple way to handle and parse xml data.
XML() - Constructor for class org.koala.koalaxml.XML
Creates an empty XML object.
XML(String) - Constructor for class org.koala.koalaxml.XML
Creates a new XML object by parsing the given string, take note that this is a non-validating parser and it could parse invalid XML.
XMLInvalidTagException - exception org.koala.koalaxml.XMLInvalidTagException.
 
XMLInvalidTagException() - Constructor for class org.koala.koalaxml.XMLInvalidTagException
Creates a new instance of XMLInvalidTypeException without detail message.
XMLInvalidTagException(String) - Constructor for class org.koala.koalaxml.XMLInvalidTagException
Constructs an instance of XMLInvalidTypeException with the specified detail message.
XMLInvalidTypeException - exception org.koala.koalaxml.XMLInvalidTypeException.
 
XMLInvalidTypeException() - Constructor for class org.koala.koalaxml.XMLInvalidTypeException
Creates a new instance of XMLInvalidTypeException without detail message.
XMLInvalidTypeException(String) - Constructor for class org.koala.koalaxml.XMLInvalidTypeException
Constructs an instance of XMLInvalidTypeException with the specified detail message.
XMLParseException - exception org.koala.koalaxml.XMLParseException.
 
XMLParseException() - Constructor for class org.koala.koalaxml.XMLParseException
Creates a new instance of XMLParseException without detail message.
XMLParseException(String) - Constructor for class org.koala.koalaxml.XMLParseException
Constructs an instance of XMLParseException with the specified detail message.

A C D E F G H I L M N O P R S T V W X