A B C D E F G H I J K L M N O P Q R S T U V Z

A

AND - Static variable in class com.pow2.dao.Condition
and boolean operator
AbstractDAO - class com.pow2.dao.AbstractDAO.
Abstract Data access object.
AbstractDAO() - Constructor for class com.pow2.dao.AbstractDAO
Protected default constructor.
ActionServlet - class com.pow2.struts.action.ActionServlet.
Ask the specified Action instance to handle this request.
ActionServlet() - Constructor for class com.pow2.struts.action.ActionServlet
 
Address - class com.pow2.user.Address.
User Address class.
Address(User) - Constructor for class com.pow2.user.Address
Constructor.
absolute(int) - Method in interface com.pow2.dao.datalist.ResultSetDataList
Move the cursor to a specific absolute row number.
absolute(int) - Method in class com.pow2.dao.datalist.ResultSetDataListChunk
Move the resultSetDataListChunk cursor to a specific row number.
absolute(int) - Method in class com.pow2.dao.datalist.ResultSetDataListImpl
Move the ResultSetDataList cursor to a specific row number.
add(String, Condition, boolean) - Method in class com.pow2.dao.Condition
Add the input Condition object to the current condition.
add(String, String, String, boolean) - Method in class com.pow2.dao.Condition
Add a condition to the global WHERE clause.
add(String, String, String, String, boolean) - Method in class com.pow2.dao.Condition
Add a condition to the global WHERE clause.
addDays(String, String, int) - Static method in class com.pow2.util.DateUtil
Add the input number of days to the startDate string representation.
addDays(Date, int) - Static method in class com.pow2.util.DateUtil
Add the input number of days to the start Date object.
addLeft(Node, Node) - Method in class com.pow2.structures.tree.BinaryTree
Add a new left node to the parent node left node list.
addLeft(Node, Node) - Method in class com.pow2.structures.tree.ItemTree
Add a new left node to the parent node left node list.
addProperty(Object, String) - Method in interface com.pow2.resources.PropertyContainer
Add a property associated with a token name.
addProperty(Object, String) - Method in class com.pow2.resources.PropertyContainerImpl
Add a property associated with a token name.
addRight(Node, Node) - Method in class com.pow2.structures.tree.BinaryTree
Add a new right node to the parent node right node list.
addRight(Node, Node) - Method in class com.pow2.structures.tree.ItemTree
Add a new right node to the parent node right node list.
addURLParameter(String, String, String) - Static method in class com.pow2.util.Util
Add a new parameter to the input URL string representation.
addURLParameter(String, String) - Static method in class com.pow2.util.Util
Add a new parameter to the input URL string representation.
assertion(String, String) - Method in class com.pow2.dao.AbstractDAO
Apply the input condition on the input table.
authenticated - Variable in class com.pow2.user.User
user authentication flag

B

BaseAction - class com.pow2.struts.action.BaseAction.
Pow2 Struts base action.
BaseAction() - Constructor for class com.pow2.struts.action.BaseAction
 
BinarySearchTree - class com.pow2.structures.tree.BinarySearchTree.
Binary search tree class.
BinarySearchTree() - Constructor for class com.pow2.structures.tree.BinarySearchTree
Constructor for the BinarySearchTree object
BinarySearchTree(Object) - Constructor for class com.pow2.structures.tree.BinarySearchTree
Constructor for the BinarySearchTree object
BinaryTree - class com.pow2.structures.tree.BinaryTree.
Binary tree abstract class.
BinaryTree() - Constructor for class com.pow2.structures.tree.BinaryTree
Default constructor for the BinaryTree object.
BinaryTree(Object) - Constructor for class com.pow2.structures.tree.BinaryTree
Constructor for BinaryTree object.
beforeFirst() - Method in interface com.pow2.dao.datalist.ResultSetDataList
Move the resultSet cursor before the first row of the list.
beforeFirst() - Method in class com.pow2.dao.datalist.ResultSetDataListChunk
Move the resultSetDataListChunk cursor before the first row of the list.
beforeFirst() - Method in class com.pow2.dao.datalist.ResultSetDataListImpl
Move the resultSetDataList cursor before the first row of the list.
buffer - Variable in class com.pow2.structures.tree.StringBufferNodeVisitor
the StringBuffer object where to store the node data collected by visit method.
build() - Method in class com.pow2.structures.tree.BinarySearchTree
Build the tree
build() - Method in class com.pow2.structures.tree.BinaryTree
Build the tree.
buildQueryString(HttpServletRequest, String[]) - Static method in class com.pow2.util.ServletUtil
Build a query string using the (parameter, value) couples retrieved from the input request object.

C

Condition - class com.pow2.dao.Condition.
Utility class for build query conditions.
Condition() - Constructor for class com.pow2.dao.Condition
Default constructor.
Condition(String, String, String, boolean) - Constructor for class com.pow2.dao.Condition
Constructor.
ConnectionFactory - class com.pow2.dao.ConnectionFactory.
ConnectionFactory class.
ConnectionFactoryInit - class com.pow2.resources.ConnectionFactoryInit.
ConnectionFactory init servlet.
ConnectionFactoryInit() - Constructor for class com.pow2.resources.ConnectionFactoryInit
 
ConnectionProvider - class com.pow2.dao.ConnectionProvider.
ConnectionProvider base class.
ConnectionProvider() - Constructor for class com.pow2.dao.ConnectionProvider
Constructor for the ConnectionProvider object.
ConnectionProviderPrefs - class com.pow2.dao.ConnectionProviderPrefs.
Preferences class for Connection Providers
ConnectionProviderPrefs() - Constructor for class com.pow2.dao.ConnectionProviderPrefs
 
cat - Static variable in class com.pow2.dao.AbstractDAO
Log4J category.
cat - Variable in class com.pow2.dao.Condition
Log4J category
cat - Variable in class com.pow2.dao.ConnectionProvider
Log4j category
cat - Static variable in class com.pow2.dao.datalist.QueryDAO
Log4J category.
cat - Static variable in class com.pow2.dao.datalist.ResultSetDataListChunk
Log4J category.
cat - Static variable in class com.pow2.dao.datalist.ResultSetDataListIterator
Log4J category.
cat - Static variable in class com.pow2.dbforms.Interceptor
Log4j category
cat - Variable in class com.pow2.resources.InitServlet
log4j category
cat - Variable in class com.pow2.resources.PropertyContainerImpl
Log4J category.
cat - Variable in class com.pow2.structures.tree.BinaryTree
Log4j category
cat - Variable in class com.pow2.struts.action.BaseAction
Log4j category
cat - Static variable in class com.pow2.user.Address
Log4J category.
cat - Variable in class com.pow2.user.User
Log4J category
cat - Variable in class com.pow2.user.dao.LDAPUserDAO
Log4J category
city - Variable in class com.pow2.user.Address
user city
city - Variable in class com.pow2.user.User
user city
clear() - Method in class com.pow2.dao.Condition
Clear the internal condition string.
clear() - Method in class com.pow2.struts.forms.LoginForm
Clear the form login and passwd attributes
close() - Method in interface com.pow2.dao.datalist.DataList
Close the data list.
close() - Method in interface com.pow2.dao.datalist.DataListHandler
Close this handler.
close() - Method in class com.pow2.dao.datalist.ResultSetDataListChunk
Close the data list.
close() - Method in class com.pow2.dao.datalist.ResultSetDataListImpl
Close the data list resultSet, statement, and connection resources.
closeConnection(LDAPConnection) - Method in class com.pow2.user.dao.LDAPUserDAO
disconnect with the server
closeResources(Connection, boolean) - Method in class com.pow2.dao.AbstractDAO
Commit or rollback any uncommitted transaction and close the input connection.
closeResources(Statement, Connection, boolean) - Method in class com.pow2.dao.AbstractDAO
Close the JDBC statement object, commit or rollback any uncommitted transaction and close the input connection.
closeResources(ResultSet, Statement, Connection, boolean) - Method in class com.pow2.dao.AbstractDAO
Close the JDBC resultSet and statement objects, commit or rollback any uncommitted transaction and close the input connection.
com.pow2.dao - package com.pow2.dao
 
com.pow2.dao.datalist - package com.pow2.dao.datalist
 
com.pow2.dbforms - package com.pow2.dbforms
 
com.pow2.resources - package com.pow2.resources
 
com.pow2.servlets - package com.pow2.servlets
 
com.pow2.structures.tree - package com.pow2.structures.tree
 
com.pow2.struts.action - package com.pow2.struts.action
 
com.pow2.struts.actions - package com.pow2.struts.actions
 
com.pow2.struts.forms - package com.pow2.struts.forms
 
com.pow2.struts.util - package com.pow2.struts.util
 
com.pow2.texen.ant - package com.pow2.texen.ant
 
com.pow2.user - package com.pow2.user
 
com.pow2.user.dao - package com.pow2.user.dao
 
com.pow2.util - package com.pow2.util
 
configure() - Method in class com.pow2.resources.Prefs
Configure the Prefs class using the properties file defined by propertiesFile class member attribute.
configure(String) - Method in class com.pow2.resources.Prefs
Configure the Prefs class using the input properties file.
count(String) - Method in class com.pow2.dao.AbstractDAO
Get the number of records from the input table.
count(String, String) - Method in class com.pow2.dao.AbstractDAO
Get the number of records from the input table
counter - Variable in class com.pow2.structures.tree.StringBufferNodeVisitor
traverse counter
country - Variable in class com.pow2.user.Address
user country; i.e.: USA | Italy

D

DAO - class com.pow2.dao.DAO.
Data access object class.
DAO() - Constructor for class com.pow2.dao.DAO
Protected default constructor.
DBUserDAO - class com.pow2.user.dao.DBUserDAO.
User Data access object.
DBUserDAO() - Constructor for class com.pow2.user.dao.DBUserDAO
Default private constructor.
DataList - interface com.pow2.dao.datalist.DataList.
DataList interface.
DataListHandler - interface com.pow2.dao.datalist.DataListHandler.
DataListHandler Interface.
DataListIterator - interface com.pow2.dao.datalist.DataListIterator.
DataListIterator Interface
DateUtil - class com.pow2.util.DateUtil.
Date utility class.
DateUtil() - Constructor for class com.pow2.util.DateUtil
 
DbFormsUtil - class com.pow2.dbforms.DbFormsUtil.
Utility class for DBForms applications.
DbFormsUtil() - Constructor for class com.pow2.dbforms.DbFormsUtil
 
DispatcherAction - class com.pow2.struts.action.DispatcherAction.
Generic dispatcher Action class
The target resource can be specified by:
the parameter attribute of the action element of the struts configuration file the fwd request attribute; the fwd attribute value specifies the forward name of the ActionForward object to retrieve.
DispatcherAction() - Constructor for class com.pow2.struts.action.DispatcherAction
 
dao - Variable in class com.pow2.user.User
the single instance of the UserDAO object
data - Variable in class com.pow2.structures.tree.Node
node data object
dbString(String) - Static method in class com.pow2.util.Util
Delimit the input string with single quote characters (').
deepCopy(Object) - Static method in class com.pow2.util.Serializer
Return a deep copy of an object
delete(String, String) - Method in class com.pow2.dao.AbstractDAO
Delete records from the input table, using the input condition.
delete(String, String, Connection) - Method in class com.pow2.dao.AbstractDAO
Delete records from the input table, using the input condition.
delete(Connection, FieldValues, String, String, boolean) - Method in class com.pow2.dbforms.Interceptor
Delete a record with a non composite key from the input table.
delete(String, String, Connection) - Method in class com.pow2.dbforms.Interceptor
Delete all the records of the input table that match the input condition.
deleteUser(HttpServletRequest) - Method in class com.pow2.user.UserManager
Remove the current user from the Session context.
deleteUser(String) - Method in class com.pow2.user.UserManager
Remove the User entry having the input identifier from the database.
deleteUser(String) - Method in class com.pow2.user.dao.DBUserDAO
Delete the User having the input id from the database.
deleteUser(String) - Method in class com.pow2.user.dao.LDAPUserDAO
Delete the User having the input id from the database.
deleteUser(String) - Method in interface com.pow2.user.dao.UserDAO
Delete the User having the input id from the database.
depth - Variable in class com.pow2.structures.tree.Node
node depth level
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.pow2.servlets.HTTPDumpServlet
Process GET and POST methods.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.pow2.servlets.HTTPDumpServlet
Dump the incoming HTTP request.
dumpHashTable(Hashtable, boolean) - Static method in class com.pow2.util.Util
Dump the content of the input hash table.
dumpRequest(HttpServletRequest) - Static method in class com.pow2.util.ServletUtil
Dumps all the incoming HttpServletRequest informations.

E

EMPTY - Static variable in class com.pow2.dao.Condition
empty string
EQUAL - Static variable in class com.pow2.dao.Condition
equal operator
elementExists(int) - Method in interface com.pow2.dao.datalist.DataListHandler
Check if the element at the input position exists.
elementExists(int) - Method in interface com.pow2.dao.datalist.ResultSetDataList
Check if an element exists at the input index position.
elementExists(int) - Method in class com.pow2.dao.datalist.ResultSetDataListChunk
Check if any element exist at the index poition.
elementExists(int) - Method in class com.pow2.dao.datalist.ResultSetDataListImpl
Check if any element exist at the index poition.
email - Variable in class com.pow2.user.User
user email
encloseInBrackets() - Method in class com.pow2.dao.Condition
Enclose the input condition in brackets
encode(String) - Method in class com.pow2.dao.AbstractDAO
Encode the input statement string, replacing all the "'" characters with "''" string.
euroCurrencyToFloat(String) - Static method in class com.pow2.util.NumberUtil
Get the float value from an Euro currency string representation.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.pow2.struts.action.DispatcherAction
Dispatch the client requests.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.pow2.struts.actions.LoginAction
Retrieve the User object from the database using the submitted login and passwd ActionForm properties.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.pow2.struts.actions.LogoutAction
Remove and set a new guest User object into the the Session context; then redirect to the login resource.
executeQuery(Query, ResultSetRowMapper) - Method in class com.pow2.dao.datalist.QueryDAO
Execute the input query and return a ResultSetDataList object that incapsulates the resultSet.

F

FWD_CANCEL - Static variable in class com.pow2.struts.action.BaseAction
ActionForward cancel string
FWD_FAILURE - Static variable in class com.pow2.struts.action.BaseAction
ActionForward failure string
FWD_INVALID_SESSION - Static variable in class com.pow2.struts.action.BaseAction
ActionForward invalid session string
FWD_LOGIN - Static variable in class com.pow2.struts.action.BaseAction
ActionForward failure string
FileBean - class com.pow2.texen.ant.FileBean.
FileBean class
FileBean() - Constructor for class com.pow2.texen.ant.FileBean
Default Constructor
FileUtil - class com.pow2.util.FileUtil.
FileUtil class.
FileUtil() - Constructor for class com.pow2.util.FileUtil
 
FormsUtil - class com.pow2.struts.forms.FormsUtil.
FormUtil class
FormsUtil() - Constructor for class com.pow2.struts.forms.FormsUtil
 
failureForward(HttpServletRequest, ActionMapping, ActionErrors, String) - Method in class com.pow2.struts.action.BaseAction
Get the FWD_FAILURE ActionForward object, and store the error message identified by the errorKey string into the input ActionErrors object.
fax - Variable in class com.pow2.user.User
user fax number
finalize() - Method in class com.pow2.structures.tree.Node
Finalize this node.
firstName - Variable in class com.pow2.user.User
user first name

G

get(int, Object) - Method in interface com.pow2.dao.datalist.DataList
Get the object at the index position.
get(int, Object) - Method in class com.pow2.dao.datalist.ResultSetDataListChunk
Put object state in item and return it.
get(int, Object) - Method in class com.pow2.dao.datalist.ResultSetDataListImpl
Put object state in item and return it.
getAuthenticationLog(User) - Static method in class com.pow2.user.dao.UserDAOUtil
Get the log string about the user authentication procedure
getBase(HttpServletRequest) - Static method in class com.pow2.util.ServletUtil
Get the String representation of the HTTP URL for the input servlet.
getBuffer() - Method in class com.pow2.structures.tree.StringBufferNodeVisitor
Gets the buffer attribute of the StringBufferNodeVisitor object
getCity() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the city attribute of the RegistrationForm object
getCity() - Method in class com.pow2.user.Address
Gets the city attribute of the Address object
getCity() - Method in class com.pow2.user.User
Gets the city attribute of the User object
getCondition() - Method in class com.pow2.dao.datalist.Query
Gets the condition attribute of the Query object
getConnection() - Method in class com.pow2.dao.AbstractDAO
Return a JDBC Connection.
getConnection(int) - Method in class com.pow2.dao.AbstractDAO
Open a new transaction and return a JDBC Connection set with the input isolation level.
getConnection() - Method in class com.pow2.dao.ConnectionFactory
Get a connection object from the underlying ConnectionProvider object.
getConnection(int) - Method in class com.pow2.dao.ConnectionFactory
Get a "transactional" JDBC connection from the underlying default ConnectionProvider.
getConnection() - Method in class com.pow2.dao.ConnectionProvider
Get a JDBC Connection.
getConnection(int) - Method in class com.pow2.dao.ConnectionProvider
Get a "transactional" JDBC connection.
getConnection() - Method in class com.pow2.dao.JakartaConnectionProvider
Get a JDBC Connection
getConnection() - Method in class com.pow2.dao.ProtomatterConnectionProvider
Get a JDBC Connection
getConnection() - Method in class com.pow2.dao.SimpleConnectionProvider
Get a JDBC Connection
getConnection() - Method in class com.pow2.user.dao.LDAPUserDAO
Connect and bind with the LDAP server.
getConnectionPoolURL() - Method in class com.pow2.dao.ConnectionProviderPrefs
Gets the connectionPoolURL attribute of the ConnectionProviderPrefs object
getConnectionProviderClass() - Method in class com.pow2.dao.ConnectionProviderPrefs
Gets the connectionProviderClass attribute of the ConnectionProviderPrefs object
getContent(HttpServletRequest, String) - Static method in class com.pow2.util.ServletUtil
Get the content of the file retrieved from the input path.
getCounter() - Method in class com.pow2.structures.tree.StringBufferNodeVisitor
Gets the counter attribute of the MenuNodeVisitor object
getCountry() - Method in class com.pow2.user.Address
Gets the country attribute of the Address object
getCurrency(Object, String) - Static method in class com.pow2.util.NumberUtil
Get the string representation of a currency value.
getCurrentDateString(String) - Static method in class com.pow2.util.DateUtil
Get the current date string representation.
getData() - Method in class com.pow2.structures.tree.BinaryTree
Gets the data object of the tree root node
getData() - Method in class com.pow2.structures.tree.Node
Gets the data attribute of the Node object
getDate(String, String) - Static method in class com.pow2.util.DateUtil
Get a java Date object from an input date string representation.
getDate(String) - Static method in class com.pow2.util.SQLUtil
Get a Date object from the input date string representation.
getDate(String, String) - Static method in class com.pow2.util.SQLUtil
Get a Date object from the input date string representation.
getDateString(Date, String) - Static method in class com.pow2.util.DateUtil
Get the string representation of the input Date object
getDepth() - Method in class com.pow2.structures.tree.Node
Gets the depth attribute of the Node object
getEmail() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the email attribute of the RegistrationForm object
getEmail() - Method in class com.pow2.user.User
Gets the email attribute of the User object
getEuroCurrency(Object) - Static method in class com.pow2.util.NumberUtil
Get the string representation of the Euro currency value.
getFax() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the fax attribute of the RegistrationForm object
getFax() - Method in class com.pow2.user.User
Gets the fax attribute of the User object
getFileContent() - Method in class com.pow2.texen.ant.FileBean
Gets the fileContent attribute of the FileBean object
getFileContent(String) - Method in class com.pow2.texen.ant.FileBean
Gets the fileContent attribute of the FileBean object
getFileDirectory() - Method in class com.pow2.texen.ant.FileBean
Gets the textDirectory attribute of the FileBean object
getFileName() - Method in class com.pow2.texen.ant.FileBean
Gets the fileName attribute of the FileBean object
getFirstName() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the firstName attribute of the RegistrationForm object
getFirstName() - Method in class com.pow2.user.User
Gets the firstName attribute of the User object
getForward(HttpServletRequest, ActionMapping, ActionErrors, String, String) - Method in class com.pow2.struts.action.BaseAction
Get the ActionForward object related to the input forward string, and store the error message identified by the errorKey string into the input ActionErrors object.
getHigh() - Method in class com.pow2.dao.IdGenerator
Gets the high attribute of the IdGenerator object
getHt(HttpServletRequest, String, String) - Static method in class com.pow2.dbforms.DbFormsUtil
Build an hashTable object used to position the DbForms recordset to the record whose key match the hashTable tableId value
See dbform::gotoHt attribute for further details.
getHt(HttpSession, String, String) - Static method in class com.pow2.dbforms.DbFormsUtil
Build an hashTable object used to position the DbForms recordset to the record whose key match the hashTable tableId value
See dbform::gotoHt attribute for further details.
getId() - Method in class com.pow2.dao.IdGenerator
Get a new unique identifier number.
getId() - Method in class com.pow2.structures.tree.Node
Gets the id attribute of the ItemNode object
getId() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the id attribute of the RegistrationForm object
getId() - Method in class com.pow2.user.User
Gets the id attribute of the User object
getInitParameterFilePath(String) - Method in class com.pow2.resources.InitServlet
Get the absolute filepath of the file declared by the input initParameter parameter.
getJdbcDriver() - Method in class com.pow2.dao.ConnectionProviderPrefs
Gets the jdbcDriver attribute of the ConnectionProviderPrefs object
getJdbcURL() - Method in class com.pow2.dao.ConnectionProviderPrefs
Gets the jdbcURL attribute of the ConnectionProviderPrefs object
getLabel() - Method in class com.pow2.util.LabelValueBean
Gets the label attribute of the LabelValueBean object
getLastName() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the lastName attribute of the RegistrationForm object
getLastName() - Method in class com.pow2.user.User
Gets the lastName attribute of the User object
getLastToken(String, String) - Method in class com.pow2.dao.ConnectionProvider
Get the last token from the input string.
getLastToken(String, String) - Static method in class com.pow2.util.Util
Get the last token from the input string.
getLeft() - Method in class com.pow2.structures.tree.BinaryTree
Gets the left node of the root node
getLeft() - Method in class com.pow2.structures.tree.Node
Gets the left attribute of the Node object
getList() - Method in interface com.pow2.dao.datalist.DataListHandler
Get the entire data list.
getListChunk(int, int) - Method in interface com.pow2.dao.datalist.DataListHandler
Gets a subset of the query result set.
getLogin() - Method in class com.pow2.struts.forms.LoginForm
Get the login value.
getLogin() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the login attribute of the RegistrationForm object
getLogin() - Method in class com.pow2.user.User
Gets the login attribute of the User object
getLow() - Method in class com.pow2.dao.IdGenerator
Gets the low attribute of the IdGenerator object
getMessage(PageContext, String) - Static method in class com.pow2.struts.util.MessageUtil
Gets the message string related to the messageKey key.
getMessage(PageContext, String, Object[]) - Static method in class com.pow2.struts.util.MessageUtil
Gets the message string related to the messageKey key.
getMobile() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the mobile attribute of the RegistrationForm object
getMobile() - Method in class com.pow2.user.User
Gets the mobile attribute of the User object
getNewKey() - Method in class com.pow2.dao.AbstractDAO
Get a new unique key value.
getNewKey() - Method in class com.pow2.dbforms.Interceptor
Return a new unique key.
getNode(String) - Method in class com.pow2.structures.tree.ItemTree
Get the node referenced by the input id.
getNodeVisitor() - Method in class com.pow2.structures.tree.BinaryTree
Gets the nodeVisitor attribute of the BinaryTree object
getObject(String) - Method in interface com.pow2.resources.PropertyContainer
Retrieve a value by a particular token.
getObject(String) - Method in class com.pow2.resources.PropertyContainerImpl
Retrieve a value by a particular token.
getOrderBy() - Method in class com.pow2.dao.datalist.Query
Gets the orderBy attribute of the Query object
getParent() - Method in class com.pow2.structures.tree.Node
Gets the parent attribute of the Node object
getPasswd() - Method in class com.pow2.struts.forms.LoginForm
Get the password value.
getPasswd() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the passwd attribute of the RegistrationForm object
getPasswd() - Method in class com.pow2.user.User
Gets the passwd attribute of the User object
getPasswdConfirm() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the passwdConfirm attribute of the RegistrationForm object
getPassword() - Method in class com.pow2.dao.ConnectionProviderPrefs
Gets the password attribute of the ConnectionProviderPrefs object
getPhone() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the phone attribute of the RegistrationForm object
getPhone() - Method in class com.pow2.user.User
Gets the phone attribute of the User object
getPrefs() - Method in class com.pow2.dao.ConnectionProvider
Gets the prefs attribute of the ConnectionProvider object
getProfile() - Method in class com.pow2.user.User
Gets the user profile (its informations) from the database.
getProperties() - Method in class com.pow2.dao.ConnectionProviderPrefs
Returns the properties.
getProperties(String) - Static method in class com.pow2.resources.PropertiesInit
Gets the properties object stored into the propertiesMap identified by the input key
getProperties(String) - Static method in class com.pow2.util.FileUtil
Read the Java properties file specified by the input propsFile parameter, and use its content to instance a new Properties object.
getProperties(String, boolean) - Static method in class com.pow2.util.FileUtil
Read the Java properties file specified by the input propsFile parameter, and use its content to instance a new Properties object.
getProperty(String) - Method in interface com.pow2.resources.PropertyContainer
Retrieve a value by a particular token.
getProperty(String) - Method in class com.pow2.resources.PropertyContainerImpl
Retrieve a value by a particular token.
getPropertyKeys() - Method in interface com.pow2.resources.PropertyContainer
Retrieve all property keys currently in use.
getPropertyKeys() - Method in class com.pow2.resources.PropertyContainerImpl
Retrieve all property keys currently in use.
getProviderType() - Method in class com.pow2.user.dao.DBUserDAO
Get the data provider type
getProviderType() - Method in class com.pow2.user.dao.LDAPUserDAO
Get the data provider type
getProviderType() - Method in interface com.pow2.user.dao.UserDAO
Get the data provider type
getProviderType() - Method in class com.pow2.user.dao.UserDAOFactory
Get the current User data provider type, asspecified by the Prefs object.
getQuery() - Method in class com.pow2.dao.datalist.Query
Gets the query attribute of the Query object
getRequestAttribute(HttpServletRequest, String) - Static method in class com.pow2.util.ServletUtil
Get the input request parameter or attribute string value.
getRight() - Method in class com.pow2.structures.tree.BinaryTree
Gets the right node of the root node
getRight() - Method in class com.pow2.structures.tree.Node
Gets the right attribute of the Node object
getRoot() - Method in class com.pow2.structures.tree.BinaryTree
Get the root node of the BinaryTree object
getSelectOptions(String, String, String, String) - Method in class com.pow2.dao.HTMLDAO
Get the String representation of an HTML select options list retrieving the option value and description parameters from the input table.
getSelectOptions(String, String, String, String, String) - Method in class com.pow2.dao.HTMLDAO
Get the String representation of an HTML select options list retrieving the option value and description parameters from the input table.
getSelectOptions(String, String, String, String, String, String) - Method in class com.pow2.dao.HTMLDAO
Get the String representation of an HTML select options list retrieving the option value and description parameters from the input table.
getState() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the state attribute of the RegistrationForm object
getState() - Method in class com.pow2.user.Address
Gets the state attribute of the Address object
getState() - Method in class com.pow2.user.User
Gets the state attribute of the User object
getStreet() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the street attribute of the RegistrationForm object
getStreet() - Method in class com.pow2.user.Address
Gets the street attribute of the Address object
getStreet() - Method in class com.pow2.user.User
Gets the street attribute of the User object
getTemplate(VelocityContext, String) - Static method in class com.pow2.util.VelocityUtil
Get the string representation of the Velocity template populated using the context keys values.
getTraverseMode() - Method in class com.pow2.structures.tree.BinaryTree
Get the traverse mode attribute of the BinaryTree object.
getUser() - Method in class com.pow2.dao.ConnectionProviderPrefs
Gets the user attribute of the ConnectionProviderPrefs object
getUser() - Method in class com.pow2.user.Address
Gets the user attribute of the Address object
getUser(HttpServletRequest) - Method in class com.pow2.user.UserManager
Retrieve the User object from the Session context.
getUser(String, String) - Method in class com.pow2.user.UserManager
Retrieve a registered User object from the database.
getUser(HttpServletRequest, boolean) - Method in class com.pow2.user.UserManager
Get the User object.
getUser(String, String) - Method in class com.pow2.user.dao.DBUserDAO
Update the input User object with the user informations retrieved from the data provider.
getUser(User) - Method in class com.pow2.user.dao.DBUserDAO
Update the input User object with the user informations retrieved from the data provider.
getUser(String, String) - Method in class com.pow2.user.dao.LDAPUserDAO
Update the input User object with the user informations retrieved from the data provider.
getUser(User) - Method in class com.pow2.user.dao.LDAPUserDAO
Get the registered User identified by the input login and passwd properties.
getUser(String, String) - Method in interface com.pow2.user.dao.UserDAO
Get the registered User identified by the input login and passwd properties.
getUser(User) - Method in interface com.pow2.user.dao.UserDAO
Update the input User object with the user informations retrieved from the database.
getUser(UserDAO, String, String) - Static method in class com.pow2.user.dao.UserDAOUtil
Update the input User object with the user informations retrieved from the data provider.
getUserDAO() - Method in class com.pow2.user.dao.UserDAOFactory
Return an UserDAO object whose subclass is specified by the defaultProvider member attribute.
getUserDAO(int) - Method in class com.pow2.user.dao.UserDAOFactory
Return an UserDAO object whose subclass is specified by the input provider parameter.
getValue(Map, String, String) - Static method in class com.pow2.dbforms.DbFormsUtil
Get the value of the field contained into the input map object.
getValue(Map, String) - Static method in class com.pow2.dbforms.DbFormsUtil
Get the value of the field contained into the input mapS.
getValue() - Method in class com.pow2.util.LabelValueBean
Gets the value attribute of the LabelValueBean object
getZipCode() - Method in class com.pow2.struts.forms.RegistrationForm
Gets the zipCode attribute of the RegistrationForm object
getZipCode() - Method in class com.pow2.user.Address
Gets the zipCode attribute of the Address object
getZipCode() - Method in class com.pow2.user.User
Gets the zipCode attribute of the User object
getpropertiesFile() - Method in class com.pow2.resources.Prefs
Get the name of the properties file.

H

HTMLDAO - class com.pow2.dao.HTMLDAO.
HTML Data driven element builder
HTMLDAO() - Constructor for class com.pow2.dao.HTMLDAO
Default private constructor.
HTTPDumpServlet - class com.pow2.servlets.HTTPDumpServlet.
Simple HTTP Dump servlet.
HTTPDumpServlet() - Constructor for class com.pow2.servlets.HTTPDumpServlet
Default constructor
hasNext() - Method in interface com.pow2.dao.datalist.DataListIterator
Check if the data list contains another object.
hasNext() - Method in interface com.pow2.dao.datalist.ResultSetDataList
Check if there exists a row after the current row.
hasNext() - Method in class com.pow2.dao.datalist.ResultSetDataListChunk
Check if the resultSet data list has got another element.
hasNext() - Method in class com.pow2.dao.datalist.ResultSetDataListImpl
Check if the resultSet data list has got another record.
hasNext() - Method in class com.pow2.dao.datalist.ResultSetDataListIterator
Check if the data list contains another object.

I

INTRAVERSE - Static variable in class com.pow2.structures.tree.BinaryTree
use this value to specify the in-traverse algorithm
IdGenerator - class com.pow2.dao.IdGenerator.
IdGenerator class.
IdGenerator() - Constructor for class com.pow2.dao.IdGenerator
Protected default constructor.
InitServlet - class com.pow2.resources.InitServlet.
Pow2 init servlet.
InitServlet() - Constructor for class com.pow2.resources.InitServlet
 
Interceptor - class com.pow2.dbforms.Interceptor.
DbForm interceptor (hook up class).
Interceptor() - Constructor for class com.pow2.dbforms.Interceptor
 
ItemTree - class com.pow2.structures.tree.ItemTree.
ItemsTree class.
ItemTree() - Constructor for class com.pow2.structures.tree.ItemTree
Constructor for the ItemsTree object
id - Variable in class com.pow2.structures.tree.Node
node identifier
id - Variable in class com.pow2.user.User
user identifier
init() - Method in class com.pow2.dao.ConnectionProvider
Initialize the connection pool provider.
init() - Method in class com.pow2.dao.JakartaConnectionProvider
Initialize the Jakarta Commons connection pool.
init() - Method in class com.pow2.dao.ProtomatterConnectionProvider
Initialize the Protomatter connection pool.
init() - Method in class com.pow2.dao.SimpleConnectionProvider
Initialize the ConnectionProvider.
init() - Method in class com.pow2.resources.ConnectionFactoryInit
Initialize the ConnectionFactory object.
init() - Method in class com.pow2.resources.Log4jInit
Configure Log4J using the configuration file whose path is set by the log4j-init-file parameter of the web.xml file.
init() - Method in class com.pow2.resources.Pow2ToolkitInit
Initialize this servlet and configure the Properties object using the configuration file whose path is set by the properties parameter of the web.xml file.
init() - Method in class com.pow2.resources.PropertiesInit
Initialize this servlet.
init() - Method in class com.pow2.struts.action.ActionServlet
Initialize this servlet.
initControlContext() - Method in class com.pow2.texen.ant.SimplePreprocessorTask
Set up the initial context with some useful references to utility classes.
insert(Comparable) - Method in class com.pow2.structures.tree.BinarySearchTree
Insert a Comparable object into the tree.
insertLeft(Node, Node) - Method in class com.pow2.structures.tree.BinaryTree
Insert a new left node into the tree.
insertLeft(Node, Node) - Method in class com.pow2.structures.tree.ItemTree
Insert a new left node into the tree.
insertRight(Node, Node) - Method in class com.pow2.structures.tree.BinaryTree
Insert a new right node into the tree.
insertRight(Node, Node) - Method in class com.pow2.structures.tree.ItemTree
Insert a new right node into the tree.
instance() - Static method in class com.pow2.dao.ConnectionFactory
Get the unique instance of ConnectionFactory class.
instance() - Static method in class com.pow2.dao.DAO
Get the instance of DAO class.
instance() - Static method in class com.pow2.dao.HTMLDAO
Get the unique instance of HTMLDAO class.
instance() - Static method in class com.pow2.dao.IdGenerator
Get the instance of the IdGenerator class.
instance() - Static method in class com.pow2.dao.datalist.QueryDAO
Get the unique instance of QueryDAO class.
instance() - Static method in class com.pow2.resources.Prefs
Get the instance of Prefs class.
instance() - Static method in class com.pow2.user.UserManager
Get the unique instance of UserManager class.
instance() - Static method in class com.pow2.user.dao.DBUserDAO
Get the unique instance of UserDAO class.
instance() - Static method in class com.pow2.user.dao.LDAPUserDAO
Get the unique instance of LDAPUserDAO class.
instance() - Static method in class com.pow2.user.dao.UserDAOFactory
Get the unique instance of UserDAOFactory class.
instanceObject(String, Class[], Object[]) - Static method in class com.pow2.util.ReflectionUtil
Return the object having the input class name, instanced with the constructor having the constructorArgsTypes arguments.
intrav(Node) - Method in class com.pow2.structures.tree.BinaryTree
Traverse the tree, using in-order algorithm, starting from the input node.
invalidSessionForward(HttpServletRequest, ActionMapping, ActionErrors) - Method in class com.pow2.struts.action.BaseAction
Get the FWD_INVALID_SESSION ActionForward object, and store the error message identified by the KEY_INVALID_SESSION key into the input ActionErrors object.
isAuthenticated() - Method in class com.pow2.user.User
Tests if the user is authenticated
isDateBetween(Date, Date, Date) - Static method in class com.pow2.util.DateUtil
Check if the d input date is between d1 and d2.
isDebugEnabled() - Method in class com.pow2.dao.AbstractDAO
Get the debug status.
isEmpty() - Method in class com.pow2.dao.Condition
Test if the condition is empty
isEmpty() - Method in interface com.pow2.dao.datalist.DataList
Check if the data list is empty.
isEmpty() - Method in class com.pow2.dao.datalist.ResultSetDataListChunk
Check if the resultSetDataListChunk is empty.
isEmpty() - Method in class com.pow2.dao.datalist.ResultSetDataListImpl
Check if the ResultSetDataList is empty.
isEmpty() - Method in class com.pow2.structures.tree.BinaryTree
Test if the Binary Tree is empty.
isFailureForward(ActionForward) - Method in class com.pow2.struts.action.BaseAction
Check if the input ActionForward object is a failure forward
isNull(String) - Static method in class com.pow2.util.Util
Test if the input string is null or empty (has 0 characters)
isNull(String, String) - Static method in class com.pow2.util.Util
Test if the input string is null or empty or if it's equal to the input val parameter.
isOpen() - Method in class com.pow2.structures.tree.Node
Test if the node is open.
isTraverseAllNodes() - Method in class com.pow2.structures.tree.ItemTree
Gets the traverseAllNodes attribute of the ItemTree object
isValidateSession() - Method in class com.pow2.struts.action.ToolkitActionMapping
Gets the validateSession attribute of the ActionMapping object
iterator() - Method in interface com.pow2.dao.datalist.DataList
Get the DataListIterator object.
iterator() - Method in class com.pow2.dao.datalist.ResultSetDataListChunk
Get the DataListIterator object.
iterator() - Method in class com.pow2.dao.datalist.ResultSetDataListImpl
Get the iterator object for this data list.

J

JakartaConnectionProvider - class com.pow2.dao.JakartaConnectionProvider.
Connection provider for Apache Jakarta commons-dbcp.
JakartaConnectionProvider() - Constructor for class com.pow2.dao.JakartaConnectionProvider
Default constructor.

K

KEY_LDAP_BASEDN - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for ldap server base dn
KEY_LDAP_HOST - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for ldap hostname value
KEY_LDAP_LOGINDN - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for ldap server login dn
KEY_LDAP_PASSWD - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for ldap server password
KEY_LDAP_PORT - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for ldap server port value
KEY_LDAP_USER_EMAIL - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for the LDAP user email attribute
KEY_LDAP_USER_FIRSTNAME - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for the LDAP user first name attribute
KEY_LDAP_USER_ID - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for the LDAP user id attribute
KEY_LDAP_USER_LASTNAME - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for the LDAP user last name attribute
KEY_LDAP_USER_LOGIN - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for the LDAP user login attribute
KEY_LDAP_USER_PASSWD - Static variable in class com.pow2.user.dao.LDAPUserDAO
key for the LDAP user passwd attribute
KEY_USER_DATA_PROVIDER - Static variable in class com.pow2.user.dao.UserDAOFactory
user dao provider key

L

LDAPUserDAO - class com.pow2.user.dao.LDAPUserDAO.
 
LIKE - Static variable in class com.pow2.dao.Condition
like operator
LOW_MAXVALUE - Static variable in class com.pow2.dao.IdGenerator
low max value
LabelValueBean - class com.pow2.util.LabelValueBean.
A simple label / value bean class.
LabelValueBean() - Constructor for class com.pow2.util.LabelValueBean
Constructor
LabelValueBean(String, String) - Constructor for class com.pow2.util.LabelValueBean
Constructor
Log4jInit - class com.pow2.resources.Log4jInit.
Log4J init servlet.
Log4jInit() - Constructor for class com.pow2.resources.Log4jInit
 
LoginAction - class com.pow2.struts.actions.LoginAction.
Login Action class.
LoginAction() - Constructor for class com.pow2.struts.actions.LoginAction
 
LoginForm - class com.pow2.struts.forms.LoginForm.
Login form class.
LoginForm() - Constructor for class com.pow2.struts.forms.LoginForm
Default constructor.
LogoutAction - class com.pow2.struts.actions.LogoutAction.
Logout Action class.
LogoutAction() - Constructor for class com.pow2.struts.actions.LogoutAction
 
lastName - Variable in class com.pow2.user.User
user last name
left - Variable in class com.pow2.structures.tree.Node
left node
login - Variable in class com.pow2.user.User
user login
loginExists(User) - Method in class com.pow2.user.dao.DBUserDAO
Test if the input user login property already exists into the application database.
loginExists(String) - Method in class com.pow2.user.dao.DBUserDAO
Test if the input login property already exists into the application database.
loginExists(User) - Method in class com.pow2.user.dao.LDAPUserDAO
Test if the input user login property already exists into the application database.
loginExists(String) - Method in class com.pow2.user.dao.LDAPUserDAO
Test if the input login property already exists into the application database.
loginExists(User) - Method in interface com.pow2.user.dao.UserDAO
Test if the input user login property already exists into the application database.
loginExists(String) - Method in interface com.pow2.user.dao.UserDAO
Test if the input login property already exists into the application database.
loginForward(HttpServletRequest, ActionMapping) - Method in class com.pow2.struts.action.BaseAction
Get the FWD_LOGIN ActionForward object.
loginForward(HttpServletRequest, ActionMapping, ActionErrors, String) - Method in class com.pow2.struts.action.BaseAction
Get the FWD_LOGIN ActionForward object, and store the error message identified by the errorKey string into the input ActionErrors object.

M

MessageUtil - class com.pow2.struts.util.MessageUtil.
Struts' MessageUtil Class
MessageUtil() - Constructor for class com.pow2.struts.util.MessageUtil
 
map - Variable in class com.pow2.structures.tree.ItemTree
Node hashMap.
mapRow(ResultSet, Object) - Method in interface com.pow2.dao.datalist.ResultSetRowMapper
Map the input item oject with the values retrieved from the resultSet.
mobile - Variable in class com.pow2.user.User
user mobile number
move(Node, Node, boolean) - Method in class com.pow2.structures.tree.BinaryTree
Move the input c node over the new parent p node.
move(String, String, boolean) - Method in class com.pow2.structures.tree.ItemTree
Move the c node identified by the input pId indentifier over the new parent p node.

N

NOT_EQUAL - Static variable in class com.pow2.dao.Condition
not equal operator
NOT_LIKE - Static variable in class com.pow2.dao.Condition
not like operator
NULL - Static variable in class com.pow2.dao.Condition
null
Node - class com.pow2.structures.tree.Node.
Tree Node class.
Node() - Constructor for class com.pow2.structures.tree.Node
Default constructor for Node object.
Node(Object) - Constructor for class com.pow2.structures.tree.Node
Constructor for the Node object.
Node(Object, int) - Constructor for class com.pow2.structures.tree.Node
Constructor for the Node object.
Node(String, Object) - Constructor for class com.pow2.structures.tree.Node
Constructor for the Node object
NodeVisitorInterface - interface com.pow2.structures.tree.NodeVisitorInterface.
NodeVisitor interface
NumberUtil - class com.pow2.util.NumberUtil.
NumberUtil class.
NumberUtil() - Constructor for class com.pow2.util.NumberUtil
 
next(Object) - Method in interface com.pow2.dao.datalist.DataListIterator
Get the next object from the data list
next(Object) - Method in class com.pow2.dao.datalist.ResultSetDataListIterator
Get the next object from the data list
nodeVisitor - Variable in class com.pow2.structures.tree.BinaryTree
the nodeVisitor reference

O

OR - Static variable in class com.pow2.dao.Condition
or boolean operator
open - Variable in class com.pow2.structures.tree.Node
child nodes visibility

P

POSTRAVERSE - Static variable in class com.pow2.structures.tree.BinaryTree
use this value to specify the post-traverse algorithm
PRETRAVERSE - Static variable in class com.pow2.structures.tree.BinaryTree
use this value to specify the pre-traverse algorithm
Pow2ToolkitInit - class com.pow2.resources.Pow2ToolkitInit.
Pow2Toolkit init servlet.
Pow2ToolkitInit() - Constructor for class com.pow2.resources.Pow2ToolkitInit
 
Prefs - class com.pow2.resources.Prefs.
Prefs class
PropertiesInit - class com.pow2.resources.PropertiesInit.
Properties init servlet.
PropertiesInit() - Constructor for class com.pow2.resources.PropertiesInit
 
PropertyContainer - interface com.pow2.resources.PropertyContainer.
PropertyContainer Interface
PropertyContainerImpl - class com.pow2.resources.PropertyContainerImpl.
Property container class.
PropertyContainerImpl() - Constructor for class com.pow2.resources.PropertyContainerImpl
Constructor for the PropertyContainerImpl object
ProtomatterConnectionProvider - class com.pow2.dao.ProtomatterConnectionProvider.
Connection provider for Protomatter Connection pool.
ProtomatterConnectionProvider() - Constructor for class com.pow2.dao.ProtomatterConnectionProvider
Default constructor.
parent - Variable in class com.pow2.structures.tree.Node
parent node
passwd - Variable in class com.pow2.user.User
user password
phone - Variable in class com.pow2.user.User
user phone number
populate(Object, ResultSet) - Method in class com.pow2.dao.AbstractDAO
Transfer a record data into the input value object bean.
populate(Object, ActionForm) - Static method in class com.pow2.struts.forms.FormsUtil
Transfer data from a source ActionForm to a target value object.
populate(ActionForm, Object) - Static method in class com.pow2.struts.forms.FormsUtil
Transfer data from a source value object to a target ActionForm.
populate(Object, Map) - Static method in class com.pow2.struts.forms.FormsUtil
Transfer data from a source Map to a target value object.
postrav(Node) - Method in class com.pow2.structures.tree.BinaryTree
Traverse the tree, using post-order algorithm, starting from the input node.
prefs - Variable in class com.pow2.dao.ConnectionProvider
ConnectionProvider preferences
pretrav(Node) - Method in class com.pow2.structures.tree.BinaryTree
Traverse the tree, using pre-order algorithm, starting from the input node.
pretrav(Node) - Method in class com.pow2.structures.tree.ItemTree
Traverse the tree, using pre-order algorithm, starting from the input node; visit only open nodes.
processActionPerform(Action, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.pow2.struts.action.ActionServlet
Ask the specified Action instance to handle this request.
properties - Variable in class com.pow2.resources.PropertyContainerImpl
properties table

Q

Query - class com.pow2.dao.datalist.Query.
Query class
Query() - Constructor for class com.pow2.dao.datalist.Query
 
QueryDAO - class com.pow2.dao.datalist.QueryDAO.
Query data access object class.
QueryDAO() - Constructor for class com.pow2.dao.datalist.QueryDAO
Default constructor.

R

ReflectionUtil - class com.pow2.util.ReflectionUtil.
Reflection Utility class.
ReflectionUtil() - Constructor for class com.pow2.util.ReflectionUtil
 
RegistrationForm - class com.pow2.struts.forms.RegistrationForm.
Struts RegistrationForm class.
RegistrationForm() - Constructor for class com.pow2.struts.forms.RegistrationForm
Default constructor.
ResultSetDataList - interface com.pow2.dao.datalist.ResultSetDataList.
ResultSetDataList interface.
ResultSetDataListChunk - class com.pow2.dao.datalist.ResultSetDataListChunk.
ResultSetDataListChunk class.
ResultSetDataListChunk(ResultSetDataList, int, int) - Constructor for class com.pow2.dao.datalist.ResultSetDataListChunk
Constructor
ResultSetDataListImpl - class com.pow2.dao.datalist.ResultSetDataListImpl.
ResultSetDataListImpl class
ResultSetDataListImpl(ResultSetRowMapper, Connection, Statement, ResultSet) - Constructor for class com.pow2.dao.datalist.ResultSetDataListImpl
Constructor
ResultSetDataListIterator - class com.pow2.dao.datalist.ResultSetDataListIterator.
ResultSetDataListIterator class
ResultSetDataListIterator(ResultSetDataList) - Constructor for class com.pow2.dao.datalist.ResultSetDataListIterator
Constructor
ResultSetRowMapper - interface com.pow2.dao.datalist.ResultSetRowMapper.
ResultSetRowMapper interface.
read(String) - Static method in class com.pow2.util.FileUtil
Read the text file whose fullpath is specified by the input file parameter, and return the StringBuffer object containing its content.
reflectClass(String, OutputStream) - Static method in class com.pow2.util.ReflectionUtil
Reflect the input class state.
reflectClass(String, Writer) - Static method in class com.pow2.util.ReflectionUtil
Reflect the input class state.
reflectObject(Object, OutputStream) - Static method in class com.pow2.util.ReflectionUtil
Reflect the input object state.
reflectObject(Object, Writer) - Static method in class com.pow2.util.ReflectionUtil
Reflect the input object state.
remove(Node, boolean) - Method in class com.pow2.structures.tree.BinaryTree
Remove the input node from the tree.
remove(Node) - Method in class com.pow2.structures.tree.BinaryTree
Remove the input node from the tree, rearranging the parent and the child nodes references.
remove(Node) - Method in class com.pow2.structures.tree.ItemTree
Remove the input node from the tree, rearranging the parent and the child nodes references.
remove(String, String) - Static method in class com.pow2.util.Util
Remove the substring starting from the first character of the input string to the input until string included.
removeProperty(String) - Method in interface com.pow2.resources.PropertyContainer
Remove a value associated with a particular token.
removeProperty(String) - Method in class com.pow2.resources.PropertyContainerImpl
Remove a value associated with a particular token.
reset(ActionMapping, HttpServletRequest) - Method in class com.pow2.struts.forms.RegistrationForm
Reset all bean properties to their default state.
right - Variable in class com.pow2.structures.tree.Node
right node
root - Variable in class com.pow2.structures.tree.BinaryTree
The root node of the tree

S

SQLUtil - class com.pow2.util.SQLUtil.
SQL Util class.
SQLUtil() - Constructor for class com.pow2.util.SQLUtil
 
Serializer - class com.pow2.util.Serializer.
Utility class used to serialize Java objects.
ServletUtil - class com.pow2.util.ServletUtil.
Servlet Utility class
ServletUtil() - Constructor for class com.pow2.util.ServletUtil
 
SimpleConnectionProvider - class com.pow2.dao.SimpleConnectionProvider.
Simple Connection provider.
SimpleConnectionProvider() - Constructor for class com.pow2.dao.SimpleConnectionProvider
Default constructor.
SimplePreprocessorTask - class com.pow2.texen.ant.SimplePreprocessorTask.
Simple Texen Task class.
SimplePreprocessorTask() - Constructor for class com.pow2.texen.ant.SimplePreprocessorTask
 
StringBufferNodeVisitor - class com.pow2.structures.tree.StringBufferNodeVisitor.
StringBufferNodeVisitor class.
StringBufferNodeVisitor() - Constructor for class com.pow2.structures.tree.StringBufferNodeVisitor
 
setAuthentication(boolean) - Method in class com.pow2.user.User
Sets the user authentication flag.
setBuffer(StringBuffer) - Method in class com.pow2.structures.tree.StringBufferNodeVisitor
Sets the buffer attribute of the StringBufferNodeVisitor object
setCity(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the city attribute of the RegistrationForm object
setCity(String) - Method in class com.pow2.user.Address
Sets the city attribute of the Address object
setCity(String) - Method in class com.pow2.user.User
Sets the city attribute of the User object
setCondition(String) - Method in class com.pow2.dao.datalist.Query
Sets the condition attribute of the Query object
setConnectionPoolURL(String) - Method in class com.pow2.dao.ConnectionProviderPrefs
Sets the connectionPoolURL attribute of the ConnectionProviderPrefs object
setConnectionProviderClass(String) - Method in class com.pow2.dao.ConnectionProviderPrefs
Sets the connectionProviderClass attribute of the ConnectionProviderPrefs object
setCounter(long) - Method in class com.pow2.structures.tree.StringBufferNodeVisitor
Sets the counter attribute of the MenuNodeVisitor object
setCountry(String) - Method in class com.pow2.user.Address
Sets the country attribute of the Address object
setData(Object) - Method in class com.pow2.structures.tree.BinaryTree
Sets the data object of the tree root node.
setData(Object) - Method in class com.pow2.structures.tree.Node
Sets the data attribute of the Node object
setDepth(int) - Method in class com.pow2.structures.tree.Node
Sets the depth attribute of the Node object
setEmail(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the email attribute of the RegistrationForm object
setEmail(String) - Method in class com.pow2.user.User
Sets the email attribute of the User object
setFax(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the fax attribute of the RegistrationForm object
setFax(String) - Method in class com.pow2.user.User
Sets the fax attribute of the User object
setFileContent(String) - Method in class com.pow2.texen.ant.FileBean
Sets the fileContent attribute of the FileBean object
setFileDirectory(String) - Method in class com.pow2.texen.ant.FileBean
Sets the textDirectory attribute of the FileBean object
setFileName(String) - Method in class com.pow2.texen.ant.FileBean
Sets the fileName attribute of the FileBean object
setFirstName(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the firstName attribute of the RegistrationForm object
setFirstName(String) - Method in class com.pow2.user.User
Sets the firstName attribute of the User object
setGuestUser(HttpServletRequest) - Method in class com.pow2.user.UserManager
Set a guest user into the session context.
setGuestUser(HttpServletRequest, Class) - Method in class com.pow2.user.UserManager
Set a guest user into the session context.
setHigh(long) - Method in class com.pow2.dao.IdGenerator
Sets the high attribute of the IdGenerator object
setId(long) - Method in class com.pow2.structures.tree.Node
Sets the id attribute of the Node object
setId(String) - Method in class com.pow2.structures.tree.Node
Sets the id attribute of the Node object
setId(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the id attribute of the RegistrationForm object
setId(String) - Method in class com.pow2.user.User
Sets the id attribute of the User object
setJdbcDriver(String) - Method in class com.pow2.dao.ConnectionProviderPrefs
Sets the jdbcDriver attribute of the ConnectionProviderPrefs object
setJdbcURL(String) - Method in class com.pow2.dao.ConnectionProviderPrefs
Sets the jdbcURL attribute of the ConnectionProviderPrefs object
setLabel(String) - Method in class com.pow2.util.LabelValueBean
Sets the label attribute of the LabelValueBean object
setLastName(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the lastName attribute of the RegistrationForm object
setLastName(String) - Method in class com.pow2.user.User
Sets the lastName attribute of the User object
setLeft(Node) - Method in class com.pow2.structures.tree.Node
Sets the left attribute of the Node object
setLike(String) - Method in class com.pow2.dao.AbstractDAO
set a SQL LIKE statement
setLike(String, boolean, int) - Method in class com.pow2.dao.AbstractDAO
set a SQL LIKE statement
setLogin(String) - Method in class com.pow2.struts.forms.LoginForm
Set the new login value.
setLogin(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the login attribute of the RegistrationForm object
setLogin(String) - Method in class com.pow2.user.User
Sets the login attribute of the User object
setLow(int) - Method in class com.pow2.dao.IdGenerator
Sets the low attribute of the IdGenerator object
setMobile(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the mobile attribute of the RegistrationForm object
setMobile(String) - Method in class com.pow2.user.User
Sets the mobile attribute of the User object
setNodeVisitor(NodeVisitorInterface) - Method in class com.pow2.structures.tree.BinaryTree
Sets the nodeVisitor attribute of the BinaryTree object
setOpening(boolean) - Method in class com.pow2.structures.tree.Node
Set the node orifice.
setOrderBy(String) - Method in class com.pow2.dao.datalist.Query
Sets the orderBy attribute of the Query object
setParent(Node) - Method in class com.pow2.structures.tree.Node
Sets the parent attribute of the Node object
setPasswd(String) - Method in class com.pow2.struts.forms.LoginForm
Set the new password value.
setPasswd(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the passwd attribute of the RegistrationForm object
setPasswd(String) - Method in class com.pow2.user.User
Sets the passwd attribute of the User object
setPasswdConfirm(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the passwdConfirm attribute of the RegistrationForm object
setPassword(String) - Method in class com.pow2.dao.ConnectionProviderPrefs
Sets the password attribute of the ConnectionProviderPrefs object
setPhone(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the phone attribute of the RegistrationForm object
setPhone(String) - Method in class com.pow2.user.User
Sets the phone attribute of the User object
setPrefs(ConnectionProviderPrefs) - Method in class com.pow2.dao.ConnectionProvider
Sets the prefs attribute of the ConnectionProvider object
setProperties(Properties) - Method in class com.pow2.dao.ConnectionProviderPrefs
Sets the properties.
setProperties(String, Properties) - Static method in class com.pow2.resources.PropertiesInit
Sets the properties object into the propertiesMap using the input key
setProvider(ConnectionProviderPrefs) - Method in class com.pow2.dao.ConnectionFactory
Set the ConnectionProvider object
setQuery(String) - Method in class com.pow2.dao.datalist.Query
Sets the query attribute of the Query object
setRight(Node) - Method in class com.pow2.structures.tree.Node
Sets the right attribute of the Node object
setRoot(Node) - Method in class com.pow2.structures.tree.BinaryTree
Set the root node of the BinaryTree object
setState(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the state attribute of the RegistrationForm object
setState(String) - Method in class com.pow2.user.Address
Sets the state attribute of the Address object
setState(String) - Method in class com.pow2.user.User
Sets the state attribute of the User object
setStreet(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the street attribute of the RegistrationForm object
setStreet(String) - Method in class com.pow2.user.Address
Sets the street attribute of the Address object
setStreet(String) - Method in class com.pow2.user.User
Sets the street attribute of the User object
setTraverseAllNodes(boolean) - Method in class com.pow2.structures.tree.ItemTree
Sets the traverseAllNodes attribute of the ItemTree object
setTraverseMode(int) - Method in class com.pow2.structures.tree.BinaryTree
Set the traverseMode attribute of the BinaryTree object.
setUser(String) - Method in class com.pow2.dao.ConnectionProviderPrefs
Sets the user attribute of the ConnectionProviderPrefs object
setUser(User) - Method in class com.pow2.user.Address
Sets the user attribute of the Address object
setUser(HttpServletRequest, User) - Method in class com.pow2.user.UserManager
Store the input User object into the session context.
setUser(User) - Method in class com.pow2.user.UserManager
Persist the user informations into the database.
setUser(User, RegistrationForm, boolean) - Method in class com.pow2.user.UserManager
 
setUser(User) - Method in class com.pow2.user.dao.DBUserDAO
Persist the user informations into the database.
setUser(User) - Method in class com.pow2.user.dao.LDAPUserDAO
Persist the user informations into the database.
setUser(User) - Method in interface com.pow2.user.dao.UserDAO
Persist the user informations into the database.
setValidateSession(boolean) - Method in class com.pow2.struts.action.ToolkitActionMapping
Sets the validateSession attribute of the ActionMapping object
setValue(String) - Method in class com.pow2.util.LabelValueBean
Sets the value attribute of the LabelValueBean object
setZipCode(String) - Method in class com.pow2.struts.forms.RegistrationForm
Sets the zipCode attribute of the RegistrationForm object
setZipCode(String) - Method in class com.pow2.user.Address
Sets the zipCode attribute of the Address object
setZipCode(String) - Method in class com.pow2.user.User
Sets the zipCode attribute of the User object
setpropertiesFile(String) - Method in class com.pow2.resources.Prefs
Set the name of the properties file.
stackTrace(Throwable) - Static method in class com.pow2.util.Util
Return the string representation of the input exception stack trace.
state - Variable in class com.pow2.user.Address
user state (use only if country == USA)
state - Variable in class com.pow2.user.User
user state
street - Variable in class com.pow2.user.Address
user street
street - Variable in class com.pow2.user.User
user street

T

ToolkitActionMapping - class com.pow2.struts.action.ToolkitActionMapping.
This class extends the org.apache.struts.action.ActionMapping class, adding the validateSession property and the relative public "getter" and "setter" methods.
ToolkitActionMapping() - Constructor for class com.pow2.struts.action.ToolkitActionMapping
 
toByteArray(Object) - Static method in class com.pow2.util.Serializer
Serialize the input Java object and return its byte stream representation.
toObject(byte[]) - Static method in class com.pow2.util.Serializer
Get a Java Object from its input byte stream representation.
toString() - Method in class com.pow2.dao.Condition
Get the string representation of the current condition.
toString() - Method in class com.pow2.dao.datalist.Query
Get the string representation of the Query class.
toString() - Method in class com.pow2.resources.Prefs
Get a String with the list of all the Prefs properties.
toString(Object) - Static method in class com.pow2.util.ReflectionUtil
Get the String representation of the input object
toString(String) - Static method in class com.pow2.util.ReflectionUtil
Get the String representation of the class having the input full qualified name.
traverse() - Method in class com.pow2.structures.tree.BinaryTree
Traverse the tree, using the traverse algorithm specified using setTraverseMode.
traverseAllNodes - Variable in class com.pow2.structures.tree.ItemTree
set to true to navigate all the nodes; to false to navigate only the open nodes;
traverseMode - Variable in class com.pow2.structures.tree.BinaryTree
Specify the tree traverse mode.

U

USER_DATA_PROVIDER_LDAP - Static variable in class com.pow2.user.dao.UserDAOFactory
LDAP user dao provider
USER_DATA_PROVIDER_RDBMS - Static variable in class com.pow2.user.dao.UserDAOFactory
RDBMS user dao provider
USER_ID_NOTPERSISTED - Variable in class com.pow2.user.User
user id value for user objects that are not yet persisted into the database.
USER_KEY - Static variable in class com.pow2.user.UserManager
Session User key
User - class com.pow2.user.User.
Pow2 User class.
User() - Constructor for class com.pow2.user.User
Default User constructor.
User(String, String) - Constructor for class com.pow2.user.User
User constructor.
UserDAO - interface com.pow2.user.dao.UserDAO.
Abstract class for User Data Access objects
UserDAOFactory - class com.pow2.user.dao.UserDAOFactory.
"Creator" class for UserDAO objects.
UserDAOUtil - class com.pow2.user.dao.UserDAOUtil.
Utility class for User management
UserDAOUtil() - Constructor for class com.pow2.user.dao.UserDAOUtil
 
UserManager - class com.pow2.user.UserManager.
Manage the User entities.
UserValidationAction - class com.pow2.struts.action.UserValidationAction.
Base Action class with Session User validation.
UserValidationAction() - Constructor for class com.pow2.struts.action.UserValidationAction
 
UserValidationDispatcherAction - class com.pow2.struts.action.UserValidationDispatcherAction.
Generic dispatcher Action class with Session User validation.
UserValidationDispatcherAction() - Constructor for class com.pow2.struts.action.UserValidationDispatcherAction
 
Util - class com.pow2.util.Util.
Utility class.
Util() - Constructor for class com.pow2.util.Util
 
user - Variable in class com.pow2.user.Address
its user

V

VelocityUtil - class com.pow2.util.VelocityUtil.
VelocityUtil class.
VelocityUtil() - Constructor for class com.pow2.util.VelocityUtil
 
validate(ActionMapping, HttpServletRequest) - Method in class com.pow2.struts.forms.LoginForm
Validate login and password fields.
validate(ActionMapping, HttpServletRequest) - Method in class com.pow2.struts.forms.RegistrationForm
Description of the Method
validateSession(HttpServletRequest) - Method in class com.pow2.struts.action.BaseAction
Check if the current session is valid.
validateSession(HttpServletRequest) - Method in class com.pow2.struts.action.UserValidationAction
Check if the current session holds a valid com.pow2.user.User reference.
validateSession(HttpServletRequest) - Method in class com.pow2.struts.action.UserValidationDispatcherAction
Check if the current session holds a valid com.pow2.user.User reference.
visit(Node) - Method in class com.pow2.structures.tree.BinarySearchTree
Visit the content of the input node.
visit(Node) - Method in class com.pow2.structures.tree.BinaryTree
Visit the content of the input node.
visit(Node) - Method in interface com.pow2.structures.tree.NodeVisitorInterface
Visit the input node.

Z

zipCode - Variable in class com.pow2.user.Address
user ZIP code
zipCode - Variable in class com.pow2.user.User
user zip code

A B C D E F G H I J K L M N O P Q R S T U V Z

Copyright © 2002-2004 Power Of Two S.R.L. All Rights Reserved.