A C D E F G H I L P Q R S U _

A

add1() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Dept
add1 method returns deptno + 1.
add1() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
add1 method returns deptno + 1.
add1() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptLocal
This Local method returns deptno + 1
add1() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
add1 method returns empid + 1.
add1() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
add1 method returns empid + 1.
add1() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method returns empid + 1
answer - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This holds the correct answer for the query.
answerCheck - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
The answerCheck attribute indicates if the query results are correct.

C

calcBonus(double) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
calcBonus method calculates an employee's annual bonus given a positive profitFactor.
calcBonus(double) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
calcBonus method calculates an employee's annual bonus given a positive profitFactor.
calcBonus(double) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method returns the newly calculated bonus for a employee for non managers this is calculated by multiplying the yearsWorked, the profitFactor, and the profitUnit for managers the previous result is further multiplied by the mgrFactor and again by the profitFactor
checkPlan - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This indicates if DynamicQuery is printing the Query Plan
com.ibm.websphere.samples.ejbquery.ejbmediatorwar - package com.ibm.websphere.samples.ejbquery.ejbmediatorwar
 
com.ibm.websphere.samples.ejbquery.employeefinderejb - package com.ibm.websphere.samples.ejbquery.employeefinderejb
 
com.ibm.websphere.samples.ejbquery.employeefinderwar - package com.ibm.websphere.samples.ejbquery.employeefinderwar
 
compareResults() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
compareResults method compares the result String[] with the answer String[] to setAnswerCheck.
create(Integer) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptHome
This Home Interface Method is responsible for the creation of a skeleton Dept.
create(Integer, String, double) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptHome
This Home Interface Method is responsible for the creation of a Dept.
create(Integer) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptLocalHome
This LocalHome Interface Method is responsible for the creation of a skeleton DeptLocal.
create(Integer, String, double) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptLocalHome
This LocalHome Interface Method is responsible for the creation of a DeptLocal.
create(Integer) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpHome
This Home Interface Method is responsible for the creation of a skeleton Emp.
create(Integer, String, double, double, Date, Time, Timestamp, boolean) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpHome
This Home Interface Method is responsible for the creation of an Emp.
create(Integer) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocalHome
This Home Interface Method is responsible for the creation of a skeleton Emp.
create(Integer, String, double, double, Date, Time, Timestamp, boolean) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocalHome
This Home Interface Method is responsible for the creation of an Emp.

D

Dept - Interface in com.ibm.websphere.samples.ejbquery.employeefinderejb
The Remote Interface Business Methods for the Dept CMP Sample.
DeptBean - Class in com.ibm.websphere.samples.ejbquery.employeefinderejb
The DeptBean CMP EJB Bean implements the EntityBean interface.
DeptBean() - Constructor for class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
 
DeptHome - Interface in com.ibm.websphere.samples.ejbquery.employeefinderejb
The Home Interface for the Dept CMP Sample.
DeptKey - Class in com.ibm.websphere.samples.ejbquery.employeefinderejb
The Primary Key Class for the CMP Dept entity bean.
DeptKey() - Constructor for class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptKey
Default constructor for Dept Primary Key.
DeptKey(Integer) - Constructor for class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptKey
Constructor for Dept Primary Key specified by deptno.
DeptLocal - Interface in com.ibm.websphere.samples.ejbquery.employeefinderejb
The Local Interface Business Methods for the Dept CMP Sample.
DeptLocalHome - Interface in com.ibm.websphere.samples.ejbquery.employeefinderejb
The LocalHome Interface for the Dept CMP Sample.
deptno - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptKey
The deptno attribute for Dept Primary Key.
displayGraph(HttpSession, HttpServletRequest, PrintWriter, DataGraph) - Method in class com.ibm.websphere.samples.ejbquery.ejbmediatorwar.EjbMediatorSample
/** The displayGraph method shows the DataGraph that is returned after the mediator query and any subsequent DataObject commands are issued.
doLocalPlan(String, StringBuffer) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
 
doLocalQuery(String, StringBuffer) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This method looks up the com.ibm.websphere.ejbquery.QueryBean's local interface, executes its create(), executes its executeQuery(), and returns, if successful, an html table containing the query results, and if unsuccessful, fills error with a html text area error message
doPlan(String, StringBuffer) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.ejbquery.ejbmediatorwar.EjbMediatorSample
The doPost method checks if the ejb application is installed and started then processes the query.
doQuery(String, StringBuffer) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This method looks up the com.ibm.websphere.ejbquery.QueryBean's remote interface, executes its create(), executes its executeQuery(), and returns, if successful, an html table containing the query results, and if unsuccessful, fills error with a html text area error message

E

ejbActivate() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
ejbActivate required callback method for lifecycle notification.
ejbActivate() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
ejbActivate required callback method for lifecycle notification.
ejbCreate(Integer) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
ejbCreate method responsible for the creation of a skeleton Dept.
ejbCreate(Integer, String, double) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
ejbCreate method responsible for the creation of a Dept.
ejbCreate(Integer) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
ejbCreate method responsible for the creation of a skeleton Emp.
ejbCreate(Integer, String, double, double, Date, Time, Timestamp, boolean) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
ejbCreate method responsible for the creation of an Emp.
ejbLoad() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
ejbLoad required callback method gets called after the EJB is loaded from the database.
ejbLoad() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
ejbLoad required callback method gets called after the EJB is loaded from the database.
EjbMediatorSample - Class in com.ibm.websphere.samples.ejbquery.ejbmediatorwar
This is a sample program showing how to call the EJB Data Mediator Service.
EjbMediatorSample() - Constructor for class com.ibm.websphere.samples.ejbquery.ejbmediatorwar.EjbMediatorSample
 
ejbPassivate() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
ejbPassivate required callback method for lifecycle notification.
ejbPassivate() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
ejbPassivate required callback method for lifecycle notification.
ejbPostCreate(Integer) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
ejbPostCreate method responsible for the post creation of a skeleton Dept.
ejbPostCreate(Integer, String, double) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
ejbPostCreate method responsible for the post creation of a Dept.
ejbPostCreate(DeptKey) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
ejbPostCreate Home Interface Method responsible for post creation steps, there are none for Dept.
ejbPostCreate(Integer) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
ejbPostCreate method responsible for the post creation of a skeleton Emp.
ejbPostCreate(Integer, String, double, double, Date, Time, Timestamp, boolean) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
ejbPostCreate method responsible for the post creation of an Emp.
ejbPostCreate(EmpKey) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
ejbPostCreate Home Interface Method responsible for post creation steps, there are none for Emp.
ejbRemove() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
ejbRemove required callback method for Contaimer Managed Persistence.
ejbRemove() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
ejbRemove required callback method for Contaimer Managed Persistence.
ejbStore() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
ejbStore required callback method for Contaimer Managed Persistence.
ejbStore() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
ejbStore required callback method for Contaimer Managed Persistence.
Emp - Interface in com.ibm.websphere.samples.ejbquery.employeefinderejb
The Remote Interface Business Methods for the Emp CMP Sample.
EmpBean - Class in com.ibm.websphere.samples.ejbquery.employeefinderejb
The EmpBean CMP EJB Bean implements the EntityBean interface.
EmpBean() - Constructor for class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
 
EmpHome - Interface in com.ibm.websphere.samples.ejbquery.employeefinderejb
The Home Interface for the Emp CMP Sample.
empid - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpKey
The empid attribute for Emp Primary Key.
EmpKey - Class in com.ibm.websphere.samples.ejbquery.employeefinderejb
The Primary Key Class for the CMP Emp entity bean.
EmpKey() - Constructor for class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpKey
Default constructor for Emp Primary Key.
EmpKey(Integer) - Constructor for class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpKey
Constructor for Emp Primary Key specified by deptno.
EmpLocal - Interface in com.ibm.websphere.samples.ejbquery.employeefinderejb
The Local Interface Business Methods for the Emp CMP Sample.
EmpLocalHome - Interface in com.ibm.websphere.samples.ejbquery.employeefinderejb
The Home Interface for the Emp CMP Sample.
endRow - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This holds the ending row in the database for the query.
entityContext - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
 
entityContext - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
 
equals(Object) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptKey
This equality method determines if the Object passed in matches this Primary Key.
equals(Object) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpKey
This equality method determines if the Object passed in matches this Primary Key.

F

findByPrimaryKey(DeptKey) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptHome
This Home Interface Method is used to find a Dept by its primary key.
findByPrimaryKey(DeptKey) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptLocalHome
This LocalHome Interface Method is used to find a Dept by its primary key.
findByPrimaryKey(EmpKey) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpHome
This Home Interface Method is used to find a Emp by its primary key.
findByPrimaryKey(EmpKey) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocalHome
This Home Interface Method is used to find a Emp by its primary key.

G

getAnswer() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method gets the answer attribute.
getAnswerCheck() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method gets the answerCheck attribute.
getBonus() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method gets the bonus CMP attribute for an Emp.
getBonus() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method gets the bonus attribute.
getBonus() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method gets the bonus CMP attribute for an Emp.
getBudget() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Dept
This Remote method gets the budget CMP attribute for a Dept.
getBudget() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
This abstract CMP field accessor method gets the budget attribute.
getBudget() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptLocal
This Local method gets the budget CMP attribute for a Dept.
getCheckPlan() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method gets the checkPlan attribute.
getDept() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMR field accessor method gets the dept attribute.
getDeptno() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Dept
This Remote method gets the deptno CMP attribute for a Dept.
getDeptno() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
This abstract CMP field accessor method gets the deptno attribute.
getDeptno() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptLocal
This Local method gets the deptno CMP attribute for a Dept.
getEmpid() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method gets the empid CMP attribute for an Emp.
getEmpid() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method gets the empid attribute.
getEmpid() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method gets the empid CMP attribute for an Emp.
getEmps() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
This abstract CMR field accessor method gets the emps attribute.
getEndRow() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method gets the endRow attribute.
getHireDate() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method gets the hireDate CMP attribute for an Emp.
getHireDate() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method gets the hireDate attribute.
getHireDate() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method gets the hireDate CMP attribute for an Emp.
getHireTime() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method gets the hireTime CMP attribute for an Emp.
getHireTime() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method gets the hireTime attribute.
getHireTime() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method gets the hireTime CMP attribute for an Emp.
getHireTimestamp() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method gets the hireTimestamp CMP attribute for an Emp.
getHireTimestamp() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method gets the hireTimestamp attribute.
getHireTimestamp() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method gets the hireTimestamp CMP attribute for an Emp.
getIsManager() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method gets the isManager CMP attribute for an Emp.
getIsManager() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method gets the isManager attribute.
getIsManager() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method gets the isManager CMP attribute for an Emp.
getLocal() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method gets the local attribute.
getMgr() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
This abstract CMR field accessor method gets the mgr attribute.
getName() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Dept
This Remote method gets the name CMP attribute for a Dept.
getName() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
This abstract CMP field accessor method gets the name attribute.
getName() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptLocal
This Local method gets the name CMP attribute for a Dept.
getName() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method gets the name CMP attribute for an Emp.
getName() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method gets the name attribute.
getName() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method gets the name CMP attribute for an Emp.
getQuery() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method gets the query attribute.
getResults() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method gets the results attribute.
getSalary() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method gets the salary CMP attribute for an Emp.
getSalary() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method gets the salary attribute.
getSalary() - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method gets the salary CMP attribute for an Emp.
getSelectorIndex() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method gets the selectorIndex attribute.
getStartRow() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method gets the startRow attribute.

H

hashCode() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptKey
This method returns the hash code of a Primary Key.
hashCode() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpKey
This method returns the hash code of a Primary Key.

I

init() - Method in class com.ibm.websphere.samples.ejbquery.ejbmediatorwar.EjbMediatorSample
The init method is used to retrieve the InitialContext for the application server namespace and the UserTransaction from the application server namespace.
installCheck() - Method in class com.ibm.websphere.samples.ejbquery.ejbmediatorwar.EjbMediatorSample
The installCheck method checks if the datasource and ejb home for the sample are installed correctly.

L

local - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This indicates if DynamicQuery is using the Local Query interface
localprint(QueryLocalIterator) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This method iterates through the passed in QueryLocalIterator formatting an html table structure returning, if successful, an html table containing the query results, and if unsuccessful, an html text area error message
lookup(String, String) - Method in class com.ibm.websphere.samples.ejbquery.ejbmediatorwar.EjbMediatorSample
The lookup method is a utility method to retrieve references from the application server namespace.

P

parse(String) - Method in class com.ibm.websphere.samples.ejbquery.ejbmediatorwar.EjbMediatorSample
The parse method converts a select query String which may contain several select statements separated by semicolons on one or more lines into an array of single select statements.
parseInput(String) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This method separates query part of the input string from parameter string part, saves the query part as an object attribute, and turns the parameter string into an array of strings each containing a TypeName value pair which it returns.
print(QueryIterator) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This method iterates through the passed in QueryIterator formatting an html table structure returning, if successful, an html table containing the query results, and if unsuccessful, an html text area error message
processQuery() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This method acts like main and processes the query attribute returning, if successful, an html table containing the query results, and if unsuccessful, an html text area error message.
ProcessQueryBean - Class in com.ibm.websphere.samples.ejbquery.employeefinderwar
The ProcessQueryBean class provides the "run Query" implementation for DynamicQuery.jsp
ProcessQueryBean() - Constructor for class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
 
processSet(String[]) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This method changes the array of strings containing type value pairs to an array of java objects of the specified type and having the specified value.

Q

query - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This is the query created in the associated DynamicQuery.jsp.

R

results - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This holds the results of the query.

S

selectorIndex - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This is the index position of the predefined query selector radio button used in the associated DynamicQuery.jsp.
setAnswer(String[]) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method sets the answer attribute.
setAnswerCheck(Boolean) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method sets the answerCheck attribute.
setBonus(double) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method sets the bonus CMP attribute for an Emp.
setBonus(double) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method sets the bonus attribute.
setBonus(double) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method sets the bonus CMP attribute for an Emp.
setBudget(double) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Dept
This Remote method sets the budget CMP attribute for a Dept.
setBudget(double) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
This abstract CMP field accessor method sets the budget attribute.
setBudget(double) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptLocal
This Local method sets the budget CMP attribute for a Dept.
setCheckPlan(String) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method sets the checkPlan attribute.
setDept(DeptLocal) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMR field accessor method sets the dept attribute.
setDeptno(Integer) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
This abstract CMP field accessor method sets the deptno attribute.
setEmpid(Integer) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method sets the empid attribute.
setEmps(Collection) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
This abstract CMR field accessor method sets the emps attribute.
setEndRow(String) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method sets the endRow attribute.
setEntityContext(EntityContext) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
setEntityContext required callback method for Container Managed Persistence.
setEntityContext(EntityContext) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
setEntityContext required callback method for Container Managed Persistence.
setHireDate(Date) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method sets the hireDate CMP attribute for an Emp.
setHireDate(Date) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method sets the hireDate attribute.
setHireDate(Date) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method sets the hireDate CMP attribute for an Emp.
setHireTime(Time) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method sets the hireTime CMP attribute for an Emp.
setHireTime(Time) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method sets the hireTime attribute.
setHireTime(Time) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method sets the hireTime CMP attribute for an Emp.
setHireTimestamp(Timestamp) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method sets the hireTimestamp CMP attribute for an Emp.
setHireTimestamp(Timestamp) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method sets the hireTimestamp attribute.
setHireTimestamp(Timestamp) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method sets the hireTimestamp CMP attribute for an Emp.
setIsManager(boolean) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method sets the isManager CMP attribute for an Emp.
setIsManager(boolean) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method sets the isManager attribute.
setIsManager(boolean) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method sets the isManager CMP attribute for an Emp.
setLocal(String) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method sets the local attribute.
setMgr(EmpLocal) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
This abstract CMR field accessor method sets the mgr attribute.
setName(String) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Dept
This Remote method sets the name CMP attribute for a Dept.
setName(String) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
This abstract CMP field accessor method sets the name attribute.
setName(String) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptLocal
This Local method sets the name CMP attribute for a Dept.
setName(String) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method sets the name CMP attribute for an Emp.
setName(String) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method sets the name attribute.
setName(String) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method sets the name CMP attribute for an Emp.
setQuery(String) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method sets the query attribute.
setResults(String[]) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method sets the results attribute.
setSalary(double) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.Emp
This Remote method sets the salary CMP attribute for an Emp.
setSalary(double) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
This abstract CMP field accessor method sets the salary attribute.
setSalary(double) - Method in interface com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpLocal
This Local method sets the salary CMP attribute for an Emp.
setSelectorIndex(String) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method sets the selectorIndex attribute.
setStartRow(String) - Method in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This accessor method sets the startRow attribute.
startRow - Variable in class com.ibm.websphere.samples.ejbquery.employeefinderwar.ProcessQueryBean
This holds the starting row in the database for the query.

U

unsetEntityContext() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.DeptBean
unsetEntityContext required callback method for Container Managed Persistence.
unsetEntityContext() - Method in class com.ibm.websphere.samples.ejbquery.employeefinderejb.EmpBean
unsetEntityContext required callback method for Container Managed Persistence.

_

_processQuery(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.ejbquery.ejbmediatorwar.EjbMediatorSample
The _processQuery method uses the input query to create a mediator and then calls getGraph() on the EJB Mediator.

A C D E F G H I L P Q R S U _