A C D F G H I L N O P R S T U V

A

Action - Class in org.experlog.openeas.api
An Expershop Action.
Action() - Constructor for class org.experlog.openeas.api.Action
 
addColumn(String, int, String) - Method in class org.experlog.openeas.api.DbObject
 
addDataObject(String, DataObject) - Method in class org.experlog.openeas.api.Action
 
addDataSet(String, DataSet) - Method in class org.experlog.openeas.api.Action
 
addDataSource(ESDataSourceWrapper) - Static method in class org.experlog.openeas.api.ConnectionManager
add a datasource to the list of known datasources
addParameter(String, String) - Method in class org.experlog.openeas.api.ServletRequest
Add a new parameter, or set the value of an existing one.
addParameterValues(String, String[]) - Method in class org.experlog.openeas.api.ServletRequest
 
AppConfiguration - Class in org.experlog.openeas.api
A class to give access to shop properties
AppConfiguration(AppConfiguration) - Constructor for class org.experlog.openeas.api.AppConfiguration
 

C

checkParameters(String[], boolean) - Method in class org.experlog.openeas.api.ServletRequest
Check the presence of a list of parameters
clearValues() - Method in class org.experlog.openeas.api.DbObject
 
close() - Method in interface org.experlog.openeas.api.DataSet
 
close() - Method in class org.experlog.openeas.api.DBDataSet
Close data set
close() - Method in class org.experlog.openeas.api.VectorDataSet
 
closeConnection(Connection, String) - Method in class org.experlog.openeas.api.Session
Send a database connection back to the pool (logical "close")
ConnectionManager - Class in org.experlog.openeas.api
 
ConnectionManager() - Constructor for class org.experlog.openeas.api.ConnectionManager
 
Cookie - Class in org.experlog.openeas.api
A client cookie
Cookie(ESCookie) - Constructor for class org.experlog.openeas.api.Cookie
 

D

dataAvailable() - Method in interface org.experlog.openeas.api.DataSet
 
dataAvailable() - Method in class org.experlog.openeas.api.DBDataSet
 
dataAvailable() - Method in class org.experlog.openeas.api.VectorDataSet
 
DataObject - Interface in org.experlog.openeas.api
 
DataSet - Interface in org.experlog.openeas.api
 
DATATUPLE - Static variable in class org.experlog.openeas.api.VectorDataSet
 
DBDataSet - Class in org.experlog.openeas.api
 
DBDataSet(Session, String, String) - Constructor for class org.experlog.openeas.api.DBDataSet
 
DBDataSet(Session, String) - Constructor for class org.experlog.openeas.api.DBDataSet
 
dbo_ - Variable in class org.experlog.openeas.api.DbObject
 
DbObject - Class in org.experlog.openeas.api
 
DbObject(ESDbObject) - Constructor for class org.experlog.openeas.api.DbObject
 
debug(String) - Method in class org.experlog.openeas.api.Session
 
deleteQuery(String) - Method in class org.experlog.openeas.api.DbObject
 

F

findClient(String) - Static method in class org.experlog.openeas.api.Session
Find an existing session given a session id.

G

get(String) - Method in class org.experlog.openeas.api.AppConfiguration
 
get(String) - Method in class org.experlog.openeas.api.Cookie
 
get(String) - Method in interface org.experlog.openeas.api.DataObject
 
get(String) - Method in class org.experlog.openeas.api.DbObject
 
get(String) - Method in class org.experlog.openeas.api.HashDataObject
 
getAdminPassword(String) - Method in class org.experlog.openeas.api.AppConfiguration
Get this shop's administrator password
getAllParams() - Method in class org.experlog.openeas.api.ServletRequest
 
getAppConfiguration() - Method in class org.experlog.openeas.api.Session
Get the application configuration
getClient(String, HttpServletRequest) - Static method in class org.experlog.openeas.api.Session
Find or create a session given a session id.
getClientId() - Method in class org.experlog.openeas.api.Session
Get the session Id (to recognize who is connected)
getConnection(String) - Static method in class org.experlog.openeas.api.ConnectionManager
return a connection when the datasource name is given
getConnection(String) - Method in class org.experlog.openeas.api.Session
Obtain a database connection from the pool
getCookie() - Method in class org.experlog.openeas.api.Session
Get the client info
getDouble(String) - Method in class org.experlog.openeas.api.AppConfiguration
 
getDouble(String) - Method in class org.experlog.openeas.api.DbObject
 
getDoubleParam(String, double) - Method in class org.experlog.openeas.api.ServletRequest
 
getIntParam(String, int) - Method in class org.experlog.openeas.api.ServletRequest
 
getJdbcDriverClass() - Method in class org.experlog.openeas.api.AppConfiguration
 
getJdbcPassword() - Method in class org.experlog.openeas.api.AppConfiguration
 
getJdbcUrl() - Method in class org.experlog.openeas.api.AppConfiguration
 
getJdbcUser() - Method in class org.experlog.openeas.api.AppConfiguration
 
getLocale() - Method in class org.experlog.openeas.api.AppConfiguration
Get the Locale
getMaxConn() - Method in class org.experlog.openeas.api.AppConfiguration
 
getName() - Method in class org.experlog.openeas.api.AppConfiguration
Get this shop's name
getObject(String) - Method in class org.experlog.openeas.api.Cookie
 
getParameter(String) - Method in class org.experlog.openeas.api.ServletRequest
 
getParameterNames() - Method in class org.experlog.openeas.api.ServletRequest
 
getParameterValues(String) - Method in class org.experlog.openeas.api.ServletRequest
 
getRequest(OpenClient, ESServletRequest, HttpServletResponse) - Method in class org.experlog.openeas.api.Servlet
Do not override this method (internal use)
getRequest(Session, ServletRequest, HttpServletResponse) - Method in class org.experlog.openeas.api.Servlet
 
getRootDir() - Method in class org.experlog.openeas.api.AppConfiguration
Get this shop's root directory (app.RootDir property)
getServletRequest() - Method in class org.experlog.openeas.api.ServletRequest
 
getSession() - Method in class org.experlog.openeas.api.Session
 
getTimeout() - Method in class org.experlog.openeas.api.AppConfiguration
 
getTuple() - Method in interface org.experlog.openeas.api.DataSet
 
getTuple() - Method in class org.experlog.openeas.api.DBDataSet
 
getTuple() - Method in class org.experlog.openeas.api.VectorDataSet
 
getVector() - Method in class org.experlog.openeas.api.VectorDataSet
 

H

HashDataObject - Class in org.experlog.openeas.api
 
HashDataObject() - Constructor for class org.experlog.openeas.api.HashDataObject
 
HashDataObject(Hashtable) - Constructor for class org.experlog.openeas.api.HashDataObject
 
HASHTABLE - Static variable in class org.experlog.openeas.api.VectorDataSet
 

I

initialize(Connection, String, ResultSet) - Method in class org.experlog.openeas.api.DbObject
 
insertQuery() - Method in class org.experlog.openeas.api.DbObject
 
isTransient() - Method in interface org.experlog.openeas.api.DataSet
 
isTransient() - Method in class org.experlog.openeas.api.DBDataSet
 
isTransient() - Method in class org.experlog.openeas.api.VectorDataSet
 
iterator() - Method in class org.experlog.openeas.api.Cookie
 

L

logRequest(String, String) - Method in class org.experlog.openeas.api.Session
 

N

newDbObject(String, ResultSet) - Method in class org.experlog.openeas.api.Session
 
next() - Method in interface org.experlog.openeas.api.DataSet
 
next() - Method in class org.experlog.openeas.api.DBDataSet
 
next() - Method in class org.experlog.openeas.api.VectorDataSet
 

O

open() - Method in interface org.experlog.openeas.api.DataSet
 
open() - Method in class org.experlog.openeas.api.DBDataSet
 
open() - Method in class org.experlog.openeas.api.VectorDataSet
 
org.experlog.openeas.api - package org.experlog.openeas.api
 

P

postRequest(OpenClient, ESServletRequest, HttpServletResponse) - Method in class org.experlog.openeas.api.Servlet
Do not override this method (internal use)
postRequest(Session, ServletRequest, HttpServletResponse) - Method in class org.experlog.openeas.api.Servlet
 
present(String) - Method in class org.experlog.openeas.api.DbObject
 
processRequest(Client, ESServletRequest, DynHtml, Object) - Method in class org.experlog.openeas.api.Action
 
put(String, Object) - Method in class org.experlog.openeas.api.HashDataObject
 

R

removeObject(String) - Method in class org.experlog.openeas.api.Cookie
 
resetTimer() - Method in class org.experlog.openeas.api.Session
 

S

saveChanges(String) - Method in class org.experlog.openeas.api.DbObject
 
serverSide() - Method in class org.experlog.openeas.api.Action
 
service(Session, ServletRequest, Object) - Method in class org.experlog.openeas.api.Action
 
Servlet - Class in org.experlog.openeas.api
 
Servlet() - Constructor for class org.experlog.openeas.api.Servlet
 
ServletRequest - Class in org.experlog.openeas.api
An ExperSHOP servlet request
ServletRequest(ESServletRequest) - Constructor for class org.experlog.openeas.api.ServletRequest
 
Session - Class in org.experlog.openeas.api
A web client session
Session(Client) - Constructor for class org.experlog.openeas.api.Session
 
set(String, String) - Method in class org.experlog.openeas.api.Cookie
 
set(String, String) - Method in class org.experlog.openeas.api.DbObject
 
set(String, int) - Method in class org.experlog.openeas.api.DbObject
 
set(String, long) - Method in class org.experlog.openeas.api.DbObject
 
set(String, double) - Method in class org.experlog.openeas.api.DbObject
 
setBoundaries(int, int) - Method in interface org.experlog.openeas.api.DataSet
 
setBoundaries(int, int) - Method in class org.experlog.openeas.api.DBDataSet
 
setBoundaries(int, int) - Method in class org.experlog.openeas.api.VectorDataSet
 
setCookie(ServletRequest) - Method in class org.experlog.openeas.api.Cookie
 
setFromRequest(ServletRequest) - Method in class org.experlog.openeas.api.DbObject
 
setObject(String, Object) - Method in class org.experlog.openeas.api.Cookie
 
setSqlEncode(boolean) - Method in class org.experlog.openeas.api.DbObject
 
setTransient(boolean) - Method in class org.experlog.openeas.api.VectorDataSet
 
setWritable(String, boolean) - Method in class org.experlog.openeas.api.DbObject
 
sqlEncode(String) - Method in class org.experlog.openeas.api.Session
 
sqlEncode(String, String) - Method in class org.experlog.openeas.api.Session
 

T

toString() - Method in class org.experlog.openeas.api.HashDataObject
 
toString() - Method in class org.experlog.openeas.api.ServletRequest
 
trace(String) - Method in class org.experlog.openeas.api.Session
 

U

updateDB(String) - Method in class org.experlog.openeas.api.Session
Issue a database update on the default datasource
updateDB(String, String) - Method in class org.experlog.openeas.api.Session
Issue a database update on a specified datasource
updateQuery(String) - Method in class org.experlog.openeas.api.DbObject
 

V

VALUE - Static variable in class org.experlog.openeas.api.VectorDataSet
 
VectorDataSet - Class in org.experlog.openeas.api
 
VectorDataSet(int, Vector) - Constructor for class org.experlog.openeas.api.VectorDataSet
 
VectorDataSet(Vector) - Constructor for class org.experlog.openeas.api.VectorDataSet
 

A C D F G H I L N O P R S T U V