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

A

addDefectModelListener(DefectModelListener) - Method in class ui.UIDefectModel
Adds a new observer to the model
AGENTEMAIL - Static variable in class apputil.AppConfig
 
AlreadyExistsException - exception businesslogic.AlreadyExistsException.
 
AlreadyExistsException() - Constructor for class businesslogic.AlreadyExistsException
 
AlreadyExistsExceptionHelper - class businesslogic.AlreadyExistsExceptionHelper.
 
AlreadyExistsExceptionHolder - class businesslogic.AlreadyExistsExceptionHolder.
 
AlreadyExistsExceptionHolder() - Constructor for class businesslogic.AlreadyExistsExceptionHolder
 
AlreadyExistsExceptionHolder(AlreadyExistsException) - Constructor for class businesslogic.AlreadyExistsExceptionHolder
 
AppConfig - class apputil.AppConfig.
The AppConfig class provides a single point of obtaining application configuration information.
AppConfig() - Constructor for class apputil.AppConfig
default constructor provided for test harness
AppConfig(String) - Constructor for class apputil.AppConfig
Constructor, populuates the application properties from the configuration file identified in the parameter.
applicationProperties - Static variable in class apputil.AppConfig
 
AppSecurityException - exception businessmodel.AppSecurityException.
 
AppSecurityException() - Constructor for class businessmodel.AppSecurityException
 
AppSecurityExceptionHelper - class businessmodel.AppSecurityExceptionHelper.
 
AppSecurityExceptionHolder - class businessmodel.AppSecurityExceptionHolder.
 
AppSecurityExceptionHolder() - Constructor for class businessmodel.AppSecurityExceptionHolder
 
AppSecurityExceptionHolder(AppSecurityException) - Constructor for class businessmodel.AppSecurityExceptionHolder
 
apputil - package apputil
 
ASSIGNED - Static variable in interface businessmodel.DefectState
 

B

BugTrackerServlet - class BugTrackerServlet.
Servlet that provides a Web-based interface to the BugTracker application
BugTrackerServlet() - Constructor for class BugTrackerServlet
 
businesslogic - package businesslogic
 
businessmodel - package businessmodel
 

C

CANADMINISTER - Static variable in interface businessmodel.DefectPrivileges
 
canAdminister(String) - Method in class businesslogic._DefectPolicyIntfTie
 
canAdminister(String) - Method in interface businesslogic._DefectPolicyIntfOperations
 
canAdminister(String) - Method in class businesslogic._DefectPolicyIntfStub
 
canAdminister(String) - Method in class businesslogic.DefectPolicy
Determines if the specified user holds administrative privileges for the BugTracker application
canAdminister(String) - Method in interface businesslogic.DefectPolicyIntf
 
canAssign(String) - Method in class businesslogic._DefectPolicyIntfTie
 
canAssign(String) - Method in interface businesslogic._DefectPolicyIntfOperations
 
canAssign(String) - Method in class businesslogic._DefectPolicyIntfStub
 
canAssign(String) - Method in class businesslogic.DefectPolicy
Determines if the specified user holds privileges for assigning defects
canAssign(String) - Method in interface businesslogic.DefectPolicyIntf
 
CANCHANGEASSIGN - Static variable in interface businessmodel.DefectPrivileges
 
CANCHANGEPRIORITY - Static variable in interface businessmodel.DefectPrivileges
 
CANCREATE - Static variable in interface businessmodel.DefectPrivileges
 
canPrioritize(String) - Method in class businesslogic._DefectPolicyIntfTie
 
canPrioritize(String) - Method in interface businesslogic._DefectPolicyIntfOperations
 
canPrioritize(String) - Method in class businesslogic._DefectPolicyIntfStub
 
canPrioritize(String) - Method in class businesslogic.DefectPolicy
Determines if the specified user holds privileges for prioritizing defects
canPrioritize(String) - Method in interface businesslogic.DefectPolicyIntf
 
CANRESOLVE - Static variable in interface businessmodel.DefectPrivileges
 
canResolve(String) - Method in class businesslogic._DefectPolicyIntfTie
 
canResolve(String) - Method in interface businesslogic._DefectPolicyIntfOperations
 
canResolve(String) - Method in class businesslogic._DefectPolicyIntfStub
 
canResolve(String) - Method in class businesslogic.DefectPolicy
Determines if the specified user holds privileges for marking defects as fixed
canResolve(String) - Method in interface businesslogic.DefectPolicyIntf
 
CANVERIFY - Static variable in interface businessmodel.DefectPrivileges
 
canVerify(String) - Method in class businesslogic._DefectPolicyIntfTie
 
canVerify(String) - Method in interface businesslogic._DefectPolicyIntfOperations
 
canVerify(String) - Method in class businesslogic._DefectPolicyIntfStub
 
canVerify(String) - Method in class businesslogic.DefectPolicy
Determines if the specified user holds privileges for marking fixed defects as "verified"
canVerify(String) - Method in interface businesslogic.DefectPolicyIntf
 
commit(String) - Method in class dataabstraction.PersistentUser
Attempt to store updates made to a user record
commit(String) - Method in class dataabstraction.PersistentDefect
Attempt to store updates made to a defect
commit(String) - Method in class businessmodel.User
Applies all changes made to the User
commit(String) - Method in class businessmodel.Defect
Applies all changes made to the Defect
commit(String) - Method in class businessmodel._DefectIntfTie
 
commit(String) - Method in interface businessmodel.UserIntf
 
commit(String) - Method in class businessmodel._UserIntfStub
 
commit(String) - Method in class businessmodel._DefectIntfStub
 
commit(String) - Method in interface businessmodel._DefectIntfOperations
 
commit(String) - Method in class businessmodel._UserIntfTie
 
commit(String) - Method in interface businessmodel._UserIntfOperations
 
commit(String) - Method in interface businessmodel.DefectIntf
 
COSMETIC - Static variable in interface businessmodel.DefectSeverity
 
CRASH - Static variable in interface businessmodel.DefectSeverity
 
createNewDefect(String) - Method in class businesslogic._DefectPolicyIntfTie
 
createNewDefect(String) - Method in interface businesslogic._DefectPolicyIntfOperations
 
createNewDefect(String) - Method in class businesslogic._DefectPolicyIntfStub
 
createNewDefect(String) - Method in class businesslogic.DefectPolicy
creates a new defect object.
createNewDefect(String) - Method in interface businesslogic.DefectPolicyIntf
 
createNewUser(String, String) - Method in class businesslogic.DefectPolicy
Provides a factory method for creating new User objects.
CRITICAL - Static variable in interface businessmodel.DefectPriority
 

D

dataabstraction - package dataabstraction
 
DATACORRUPTION - Static variable in interface businessmodel.DefectSeverity
 
DateStringToLong(String) - Static method in class apputil.util
converts a date string to a long value.
Defect - class businessmodel.Defect.
Defect class, implements the _DefectIntfOperations interface used by the tie class generated by idltojava.
Defect() - Constructor for class businessmodel.Defect
Default constructor
DefectFactory - class businesslogic.DefectFactory.
Implementation of the _DefectFactoryIntfOperations interface, which is used by the tie class generated by idltojava.
DefectFactory(DefectPolicy) - Constructor for class businesslogic.DefectFactory
constructor accepts a single argument that identifies the defect policy object
DefectFactoryIntf - interface businesslogic.DefectFactoryIntf.
 
DefectFactoryIntfHelper - class businesslogic.DefectFactoryIntfHelper.
 
DefectFactoryIntfHolder - class businesslogic.DefectFactoryIntfHolder.
 
DefectFactoryIntfHolder() - Constructor for class businesslogic.DefectFactoryIntfHolder
 
DefectFactoryIntfHolder(DefectFactoryIntf) - Constructor for class businesslogic.DefectFactoryIntfHolder
 
DefectForm - class ui.DefectForm.
This class is the primary user interface for the BugTracker client.
DefectForm(ORB, DefectServerIntf) - Constructor for class ui.DefectForm
Constructor.
DefectIntf - interface businessmodel.DefectIntf.
 
DefectIntfHelper - class businessmodel.DefectIntfHelper.
 
DefectIntfHolder - class businessmodel.DefectIntfHolder.
 
DefectIntfHolder() - Constructor for class businessmodel.DefectIntfHolder
 
DefectIntfHolder(DefectIntf) - Constructor for class businessmodel.DefectIntfHolder
 
DefectModelListener - interface ui.DefectModelListener.
The DefectModelListener is an interface based on the Observer pattern.
DefectPolicy - class businesslogic.DefectPolicy.
Singleton class that enforces the policies of the business objects of the BugTracker application.
DefectPolicy() - Constructor for class businesslogic.DefectPolicy
 
DefectPolicyIntf - interface businesslogic.DefectPolicyIntf.
 
DefectPolicyIntfHelper - class businesslogic.DefectPolicyIntfHelper.
 
DefectPolicyIntfHolder - class businesslogic.DefectPolicyIntfHolder.
 
DefectPolicyIntfHolder() - Constructor for class businesslogic.DefectPolicyIntfHolder
 
DefectPolicyIntfHolder(DefectPolicyIntf) - Constructor for class businesslogic.DefectPolicyIntfHolder
 
DefectPriority - interface businessmodel.DefectPriority.
this interface provides constants for defect priority
DefectPrivileges - interface businessmodel.DefectPrivileges.
This interface provides constants for privilege levels stored as a bitmap for each user
DefectSeqHelper - class businessmodel.DefectSeqHelper.
 
DefectSeqHolder - class businessmodel.DefectSeqHolder.
 
DefectSeqHolder() - Constructor for class businessmodel.DefectSeqHolder
 
DefectSeqHolder(DefectIntf[]) - Constructor for class businessmodel.DefectSeqHolder
 
DefectServer - class businesslogic.DefectServer.
DefectServer is the primary entry point for the BugTracker's server-side components.
DefectServer(DefectFactoryIntf, DefectPolicyIntf, UserFactoryIntf) - Constructor for class businesslogic.DefectServer
 
DefectServerIntf - interface businesslogic.DefectServerIntf.
 
DefectServerIntfHelper - class businesslogic.DefectServerIntfHelper.
 
DefectServerIntfHolder - class businesslogic.DefectServerIntfHolder.
 
DefectServerIntfHolder() - Constructor for class businesslogic.DefectServerIntfHolder
 
DefectServerIntfHolder(DefectServerIntf) - Constructor for class businesslogic.DefectServerIntfHolder
 
DefectSeverity - interface businessmodel.DefectSeverity.
This interface provides constants for defect severity
DefectState - interface businessmodel.DefectState.
This interface provides constants that reflect the states that a defect can hold
DetailForm - class ui.DetailForm.
Tab panel for the BugTracker application.
DetailForm() - Constructor for class ui.DetailForm
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class BugTrackerServlet
This method receives all POST requests.
drop() - Method in class dataabstraction.PersistentUser
Delete the data from the persistent store for this user.
drop() - Method in interface dataabstraction.Persistent
remove this object from storage
drop() - Method in class dataabstraction.PersistentDefect
Drops the defect data from the relational table(s)
DROPBYKEY - Static variable in class dataabstraction.PersistentUser
 
DROPBYKEY - Static variable in class dataabstraction.PersistentDefect
 
DUPLICATE - Static variable in interface businessmodel.DefectState
 

E

exportToXML() - Method in class businessmodel.Defect
 
exportToXML() - Method in class businessmodel._DefectIntfTie
 
exportToXML() - Method in class businessmodel._DefectIntfStub
 
exportToXML() - Method in interface businessmodel._DefectIntfOperations
 
exportToXML() - Method in interface businessmodel.DefectIntf
 
extract(Any) - Static method in class businesslogic.UserFactoryIntfHelper
 
extract(Any) - Static method in class businesslogic.DefectPolicyIntfHelper
 
extract(Any) - Static method in class businesslogic._SecurityExceptionHelper
 
extract(Any) - Static method in class businesslogic.UserIDSeqHelper
 
extract(Any) - Static method in class businesslogic.AlreadyExistsExceptionHelper
 
extract(Any) - Static method in class businesslogic.NotFoundExceptionHelper
 
extract(Any) - Static method in class businesslogic.DefectFactoryIntfHelper
 
extract(Any) - Static method in class businesslogic.DefectServerIntfHelper
 
extract(Any) - Static method in class businessmodel.DefectSeqHelper
 
extract(Any) - Static method in class businessmodel.UserIntfHelper
 
extract(Any) - Static method in class businessmodel.AppSecurityExceptionHelper
 
extract(Any) - Static method in class businessmodel.UpdateExceptionHelper
 
extract(Any) - Static method in class businessmodel.DefectIntfHelper
 

F

fetch() - Method in class dataabstraction.PersistentUser
Fetch the user object from the persistent store based on the user id
fetch() - Method in interface dataabstraction.Persistent
retrieve this object from storage
fetch() - Method in class dataabstraction.PersistentDefect
Fetch the user object from the persistent store based on the user id
FIX_VERIFIED - Static variable in interface businessmodel.DefectState
 
FIXED - Static variable in interface businessmodel.DefectState
 

G

getActiveDefect() - Method in class ui.UIDefectModel
Accessor method
getAssignedTo() - Method in class businessmodel.Defect
Accessor method
getAssignedTo() - Method in class businessmodel._DefectIntfTie
 
getAssignedTo() - Method in class businessmodel._DefectIntfStub
 
getAssignedTo() - Method in interface businessmodel._DefectIntfOperations
 
getAssignedTo() - Method in interface businessmodel.DefectIntf
 
getBugServerServiceName() - Method in class apputil.AppConfig
Gets the registration name for the DefectServer orb service as it is/will be registered with the ORB Naming Service.
getBugTrackerAgentEmail() - Method in class apputil.AppConfig
Get the email address for the bug tracker agent.
getChangedMailList() - Method in class businessmodel.Defect
Accessor method
getChangedMailList() - Method in class businessmodel._DefectIntfTie
 
getChangedMailList() - Method in class businessmodel._DefectIntfStub
 
getChangedMailList() - Method in interface businessmodel._DefectIntfOperations
 
getChangedMailList() - Method in interface businessmodel.DefectIntf
 
getChangedModules() - Method in class businessmodel.Defect
Accessor method
getChangedModules() - Method in class businessmodel._DefectIntfTie
 
getChangedModules() - Method in class businessmodel._DefectIntfStub
 
getChangedModules() - Method in interface businessmodel._DefectIntfOperations
 
getChangedModules() - Method in interface businessmodel.DefectIntf
 
getDatabaseConnection() - Method in class dataabstraction.PersistentUser
This method ensures that the JDBC driver is loaded and we have a connection to the database.
getDatabaseConnection() - Method in class dataabstraction.PersistentDefect
This method ensures that the JDBC driver is loaded and we have a connection to the database.
getDatasourceDriver() - Method in class apputil.AppConfig
Get the name of the JDBC database driver for the application.
getDatasourcePass() - Method in class apputil.AppConfig
Get the username's for the data source
getDatasourceURL() - Method in class apputil.AppConfig
Get the name of the datasource for the application.
getDatasourceUser() - Method in class apputil.AppConfig
Get the username for the data source
getDateLastChanged() - Method in class businessmodel.Defect
Accessor method
getDateLastChanged() - Method in class businessmodel._DefectIntfTie
 
getDateLastChanged() - Method in class businessmodel._DefectIntfStub
 
getDateLastChanged() - Method in interface businessmodel._DefectIntfOperations
 
getDateLastChanged() - Method in interface businessmodel.DefectIntf
 
getDateReported() - Method in class businessmodel.Defect
Accessor method
getDateReported() - Method in class businessmodel._DefectIntfTie
 
getDateReported() - Method in class businessmodel._DefectIntfStub
 
getDateReported() - Method in interface businessmodel._DefectIntfOperations
 
getDateReported() - Method in interface businessmodel.DefectIntf
 
getDefect(int) - Method in class businesslogic.DefectFactory
Attempt to reconstitute a stored defect.
getDefect(int) - Method in interface businesslogic._DefectFactoryIntfOperations
 
getDefect(int) - Method in interface businesslogic.DefectFactoryIntf
 
getDefect(int) - Method in class businesslogic._DefectFactoryIntfStub
 
getDefect(int) - Method in class businesslogic._DefectFactoryIntfTie
 
getDefectDetails() - Method in class businessmodel.Defect
Accessor method
getDefectDetails() - Method in class businessmodel._DefectIntfTie
 
getDefectDetails() - Method in class businessmodel._DefectIntfStub
 
getDefectDetails() - Method in interface businessmodel._DefectIntfOperations
 
getDefectDetails() - Method in interface businessmodel.DefectIntf
 
getDefectFactory() - Method in class businesslogic._DefectServerIntfTie
 
getDefectFactory() - Method in class businesslogic.DefectServer
accessor method
getDefectFactory() - Method in class businesslogic._DefectServerIntfStub
 
getDefectFactory() - Method in interface businesslogic._DefectServerIntfOperations
 
getDefectFactory() - Method in interface businesslogic.DefectServerIntf
 
getDefectID() - Method in class businessmodel.Defect
Accessor method
getDefectID() - Method in class businessmodel._DefectIntfTie
 
getDefectID() - Method in class businessmodel._DefectIntfStub
 
getDefectID() - Method in interface businessmodel._DefectIntfOperations
 
getDefectID() - Method in interface businessmodel.DefectIntf
 
getDefectSummary() - Method in class businessmodel.Defect
Accessor method
getDefectSummary() - Method in class businessmodel._DefectIntfTie
 
getDefectSummary() - Method in class businessmodel._DefectIntfStub
 
getDefectSummary() - Method in interface businessmodel._DefectIntfOperations
 
getDefectSummary() - Method in interface businessmodel.DefectIntf
 
getEmail() - Method in class businessmodel.User
Accessor method
getEmail() - Method in interface businessmodel.UserIntf
 
getEmail() - Method in class businessmodel._UserIntfStub
 
getEmail() - Method in class businessmodel._UserIntfTie
 
getEmail() - Method in interface businessmodel._UserIntfOperations
 
getExternalId() - Method in class businessmodel.Defect
Acessor method
getExternalId() - Method in class businessmodel._DefectIntfTie
 
getExternalId() - Method in class businessmodel._DefectIntfStub
 
getExternalId() - Method in interface businessmodel._DefectIntfOperations
 
getExternalId() - Method in interface businessmodel.DefectIntf
 
getFax() - Method in class businessmodel.User
Accessor method
getFax() - Method in interface businessmodel.UserIntf
 
getFax() - Method in class businessmodel._UserIntfStub
 
getFax() - Method in class businessmodel._UserIntfTie
 
getFax() - Method in interface businessmodel._UserIntfOperations
 
getFirstName() - Method in class businessmodel.User
Accessor method
getFirstName() - Method in interface businessmodel.UserIntf
 
getFirstName() - Method in class businessmodel._UserIntfStub
 
getFirstName() - Method in class businessmodel._UserIntfTie
 
getFirstName() - Method in interface businessmodel._UserIntfOperations
 
getLastName() - Method in class businessmodel.User
Accessor method
getLastName() - Method in interface businessmodel.UserIntf
 
getLastName() - Method in class businessmodel._UserIntfStub
 
getLastName() - Method in class businessmodel._UserIntfTie
 
getLastName() - Method in interface businessmodel._UserIntfOperations
 
GETMAXDEFECTID - Static variable in class dataabstraction.PersistentDefect
 
getMaxDefectID() - Method in class dataabstraction.PersistentDefect
Determines the highest number defect in database.
getNextDefectID() - Method in class businesslogic._DefectPolicyIntfTie
 
getNextDefectID() - Method in interface businesslogic._DefectPolicyIntfOperations
 
getNextDefectID() - Method in class businesslogic._DefectPolicyIntfStub
 
getNextDefectID() - Method in class businesslogic.DefectPolicy
Returns the next sequential defect number.
getNextDefectID() - Method in interface businesslogic.DefectPolicyIntf
 
getPhone() - Method in class businessmodel.User
Accessor method
getPhone() - Method in interface businessmodel.UserIntf
 
getPhone() - Method in class businessmodel._UserIntfStub
 
getPhone() - Method in class businessmodel._UserIntfTie
 
getPhone() - Method in interface businessmodel._UserIntfOperations
 
getPolicyObject() - Method in class businesslogic._DefectServerIntfTie
 
getPolicyObject() - Method in class businesslogic.DefectServer
accessor method
getPolicyObject() - Method in class businesslogic._DefectServerIntfStub
 
getPolicyObject() - Method in interface businesslogic._DefectServerIntfOperations
 
getPolicyObject() - Method in interface businesslogic.DefectServerIntf
 
getPolicyObject() - Method in class businesslogic.UserFactory
accessor method
getPosInArray(String[], String) - Static method in class apputil.util
Finds the position of a String within a String array.
getPriority() - Method in class businessmodel.Defect
Accessor method
getPriority() - Method in class businessmodel._DefectIntfTie
 
getPriority() - Method in class businessmodel._DefectIntfStub
 
getPriority() - Method in interface businessmodel._DefectIntfOperations
 
getPriority() - Method in interface businessmodel.DefectIntf
 
getPriv() - Method in class businessmodel.User
Accessor method
getPriv() - Method in interface businessmodel.UserIntf
 
getPriv() - Method in class businessmodel._UserIntfStub
 
getPriv() - Method in class businessmodel._UserIntfTie
 
getPriv() - Method in interface businessmodel._UserIntfOperations
 
getProduct() - Method in class businessmodel.Defect
Accessor method
getProduct() - Method in class businessmodel._DefectIntfTie
 
getProduct() - Method in class businessmodel._DefectIntfStub
 
getProduct() - Method in interface businessmodel._DefectIntfOperations
 
getProduct() - Method in interface businessmodel.DefectIntf
 
getReportedBy() - Method in class businessmodel.Defect
Accessor method
getReportedBy() - Method in class businessmodel._DefectIntfTie
 
getReportedBy() - Method in class businessmodel._DefectIntfStub
 
getReportedBy() - Method in interface businessmodel._DefectIntfOperations
 
getReportedBy() - Method in interface businessmodel.DefectIntf
 
getResolutionNotes() - Method in class businessmodel.Defect
Accessor method
getResolutionNotes() - Method in class businessmodel._DefectIntfTie
 
getResolutionNotes() - Method in class businessmodel._DefectIntfStub
 
getResolutionNotes() - Method in interface businessmodel._DefectIntfOperations
 
getResolutionNotes() - Method in interface businessmodel.DefectIntf
 
getResolvedMailList() - Method in class businessmodel.Defect
Accessor method
getResolvedMailList() - Method in class businessmodel._DefectIntfTie
 
getResolvedMailList() - Method in class businessmodel._DefectIntfStub
 
getResolvedMailList() - Method in interface businessmodel._DefectIntfOperations
 
getResolvedMailList() - Method in interface businessmodel.DefectIntf
 
getServletInfo() - Method in class BugTrackerServlet
 
getSeverity() - Method in class businessmodel.Defect
Accessor method
getSeverity() - Method in class businessmodel._DefectIntfTie
 
getSeverity() - Method in class businessmodel._DefectIntfStub
 
getSeverity() - Method in interface businessmodel._DefectIntfOperations
 
getSeverity() - Method in interface businessmodel.DefectIntf
 
getSMTPHost() - Method in class apputil.AppConfig
Gets the host name of the SMTP server
getState() - Method in class businessmodel.Defect
Accessor method
getState() - Method in class businessmodel._DefectIntfTie
 
getState() - Method in class businessmodel._DefectIntfStub
 
getState() - Method in interface businessmodel._DefectIntfOperations
 
getState() - Method in interface businessmodel.DefectIntf
 
getSubsystem() - Method in class businessmodel.Defect
Accessor method
getSubsystem() - Method in class businessmodel._DefectIntfTie
 
getSubsystem() - Method in class businessmodel._DefectIntfStub
 
getSubsystem() - Method in interface businessmodel._DefectIntfOperations
 
getSubsystem() - Method in interface businessmodel.DefectIntf
 
getUser(String, String) - Method in class businesslogic._UserFactoryIntfTie
 
getUser(String, String) - Method in interface businesslogic._UserFactoryIntfOperations
 
getUser(String, String) - Method in interface businesslogic.UserFactoryIntf
 
getUser(String, String) - Method in class businesslogic.UserFactory
retrieves user object
getUser(String, String) - Method in class businesslogic._UserFactoryIntfStub
 
getUserFactory() - Method in class businesslogic._DefectServerIntfTie
 
getUserFactory() - Method in class businesslogic.DefectServer
accessor method
getUserFactory() - Method in class businesslogic._DefectServerIntfStub
 
getUserFactory() - Method in interface businesslogic._DefectServerIntfOperations
 
getUserFactory() - Method in interface businesslogic.DefectServerIntf
 
getUserID() - Method in class businessmodel.User
Accessor method
getUserID() - Method in interface businessmodel.UserIntf
 
getUserID() - Method in class businessmodel._UserIntfStub
 
getUserID() - Method in class businessmodel._UserIntfTie
 
getUserID() - Method in interface businessmodel._UserIntfOperations
 
getUserIDList() - Method in class dataabstraction.PersistentUser
get all user ids
GETUSERIDS - Static variable in class dataabstraction.PersistentUser
 
getUserList() - Method in class businesslogic._UserFactoryIntfTie
 
getUserList() - Method in interface businesslogic._UserFactoryIntfOperations
 
getUserList() - Method in interface businesslogic.UserFactoryIntf
 
getUserList() - Method in class businesslogic.UserFactory
Retrieves an array of the user ids for all users in the system
getUserList() - Method in class businesslogic._UserFactoryIntfStub
 
getVersionReported() - Method in class businessmodel.Defect
Accessor method
getVersionReported() - Method in class businessmodel._DefectIntfTie
 
getVersionReported() - Method in class businessmodel._DefectIntfStub
 
getVersionReported() - Method in interface businessmodel._DefectIntfOperations
 
getVersionReported() - Method in interface businessmodel.DefectIntf
 
getVersionResolved() - Method in class businessmodel.Defect
Accessor method
getVersionResolved() - Method in class businessmodel._DefectIntfTie
 
getVersionResolved() - Method in class businessmodel._DefectIntfStub
 
getVersionResolved() - Method in interface businessmodel._DefectIntfOperations
 
getVersionResolved() - Method in interface businessmodel.DefectIntf
 

H

handleBadRequest(HttpServletRequest, HttpServletResponse) - Method in class BugTrackerServlet
Handler routine for bad/invalid Post requests
handleQuery(HttpServletRequest, HttpServletResponse) - Method in class BugTrackerServlet
Handle the post method from the finddefect.html form.
handleSubmit(HttpServletRequest, HttpServletResponse) - Method in class BugTrackerServlet
Handle the post method from the submitdefectreport.html form.
HIGH - Static variable in interface businessmodel.DefectPriority
 

I

id() - Static method in class businesslogic.UserFactoryIntfHelper
 
id() - Static method in class businesslogic.DefectPolicyIntfHelper
 
id() - Static method in class businesslogic._SecurityExceptionHelper
 
id() - Static method in class businesslogic.UserIDSeqHelper
 
id() - Static method in class businesslogic.AlreadyExistsExceptionHelper
 
id() - Static method in class businesslogic.NotFoundExceptionHelper
 
id() - Static method in class businesslogic.DefectFactoryIntfHelper
 
id() - Static method in class businesslogic.DefectServerIntfHelper
 
id() - Static method in class businessmodel.DefectSeqHelper
 
id() - Static method in class businessmodel.UserIntfHelper
 
id() - Static method in class businessmodel.AppSecurityExceptionHelper
 
id() - Static method in class businessmodel.UpdateExceptionHelper
 
id() - Static method in class businessmodel.DefectIntfHelper
 
implConnect(Object) - Method in class businesslogic.DefectPolicy
 
implDisconnect(Object) - Method in class businesslogic.DefectPolicy
 
init(ServletConfig) - Method in class BugTrackerServlet
init method sets up the applet by initializing the ORB and getting references to the BugTracker server resources.
initialize() - Method in class ui.DefectForm
Initializes the BugTracker client user interface components
insert() - Method in class dataabstraction.PersistentUser
Insert the user information into the database as a new user
insert() - Method in interface dataabstraction.Persistent
create this object in storage
insert() - Method in class dataabstraction.PersistentDefect
Inserts the defect data into the relational tables
insert(Any, _SecurityException) - Static method in class businesslogic._SecurityExceptionHelper
 
insert(Any, AlreadyExistsException) - Static method in class businesslogic.AlreadyExistsExceptionHelper
 
insert(Any, AppSecurityException) - Static method in class businessmodel.AppSecurityExceptionHelper
 
insert(Any, DefectFactoryIntf) - Static method in class businesslogic.DefectFactoryIntfHelper
 
insert(Any, DefectIntf) - Static method in class businessmodel.DefectIntfHelper
 
insert(Any, DefectIntf[]) - Static method in class businessmodel.DefectSeqHelper
 
insert(Any, DefectPolicyIntf) - Static method in class businesslogic.DefectPolicyIntfHelper
 
insert(Any, DefectServerIntf) - Static method in class businesslogic.DefectServerIntfHelper
 
insert(Any, NotFoundException) - Static method in class businesslogic.NotFoundExceptionHelper
 
insert(Any, String[]) - Static method in class businesslogic.UserIDSeqHelper
 
insert(Any, UpdateException) - Static method in class businessmodel.UpdateExceptionHelper
 
insert(Any, UserFactoryIntf) - Static method in class businesslogic.UserFactoryIntfHelper
 
insert(Any, UserIntf) - Static method in class businessmodel.UserIntfHelper
 
INSERTDEFECT - Static variable in class dataabstraction.PersistentDefect
 
INSERTUSER - Static variable in class dataabstraction.PersistentUser
 
invoke(ServerRequest) - Method in class businesslogic._UserFactoryIntfImplBase
 
invoke(ServerRequest) - Method in class businesslogic._DefectServerIntfImplBase
 
invoke(ServerRequest) - Method in class businesslogic._DefectFactoryIntfImplBase
 
invoke(ServerRequest) - Method in class businesslogic._DefectPolicyIntfImplBase
 
invoke(ServerRequest) - Method in class businessmodel._DefectIntfImplBase
 
invoke(ServerRequest) - Method in class businessmodel._UserIntfImplBase
 
isDirty() - Method in class ui.UIDefectModel
Determines if the logic model, including projections on the connected views, has been dirtied.
isDirty(DefectIntf) - Method in class ui.NotificationForm
the listener is called via this method when the model needs to determine if the listener needs to update the model.
isDirty(DefectIntf) - Method in interface ui.DefectModelListener
the listener is called via this method when the model needs to determine if the listener needs to update the model.
isDirty(DefectIntf) - Method in class ui.ResolutionForm
the listener is called via this method when the model needs to determine if the listener needs to update the model.
isDirty(DefectIntf) - Method in class ui.SummaryForm
the listener is called via this method when the model needs to determine if the listener needs to update the model.
isDirty(DefectIntf) - Method in class ui.DetailForm
the listener is called via this method when the model needs to determine if the listener needs to update the model.

J

JDBCDRIVER - Static variable in class apputil.AppConfig
 
JDBCPASS - Static variable in class apputil.AppConfig
 
JDBCURL - Static variable in class apputil.AppConfig
 
JDBCUSER - Static variable in class apputil.AppConfig
 

L

LongToDateString(long) - Static method in class apputil.util
converts a long value into a date expression in the form dd-MMM-yyyy.

M

m_assignedTo - Variable in class businessmodel.Defect
 
m_changedMailList - Variable in class businessmodel.Defect
 
m_changedModules - Variable in class businessmodel.Defect
 
m_dateLastChanged - Variable in class businessmodel.Defect
 
m_dateReported - Variable in class businessmodel.Defect
 
m_defectDetails - Variable in class businessmodel.Defect
 
m_DefectFactory - Variable in class businesslogic.DefectServer
 
m_defectID - Variable in class businessmodel.Defect
 
m_DefectPolicy - Variable in class businesslogic.DefectFactory
 
m_DefectPolicy - Variable in class businesslogic.DefectServer
 
m_DefectPolicy - Variable in class businesslogic.UserFactory
 
m_defectSummary - Variable in class businessmodel.Defect
 
m_emailAddress - Variable in class businessmodel.User
 
m_ExternalId - Variable in class businessmodel.Defect
 
m_faxNumber - Variable in class businessmodel.User
 
m_firstName - Variable in class businessmodel.User
 
m_lastName - Variable in class businessmodel.User
 
m_phoneNumber - Variable in class businessmodel.User
 
m_priority - Variable in class businessmodel.Defect
 
m_privLevel - Variable in class businessmodel.User
 
m_product - Variable in class businessmodel.Defect
 
m_reportedBy - Variable in class businessmodel.Defect
 
m_resolutionNotes - Variable in class businessmodel.Defect
 
m_resolvedMailList - Variable in class businessmodel.Defect
 
m_severity - Variable in class businessmodel.Defect
 
m_state - Variable in class businessmodel.Defect
 
m_subsystem - Variable in class businessmodel.Defect
 
m_UserFactory - Variable in class businesslogic.DefectServer
 
m_userID - Variable in class businessmodel.User
 
m_versionReported - Variable in class businessmodel.Defect
 
m_versionResolved - Variable in class businessmodel.Defect
 
MailMessage - class businesslogic.MailMessage.
MailMessage provides an encapsulated means of constructing and sending an internet mail message without having to understand SMTP.
MailMessage() - Constructor for class businesslogic.MailMessage
Default constructor; initializes message information and retrieves mail host information from application configuration properties.
main(String[]) - Static method in class ui.DefectForm
Entry point for user interface of the defect tracking application
main(String[]) - Static method in class businesslogic.DefectServer
This is the entry point for the defect server.
main(String[]) - Static method in class apputil.TestHarness
The main method runs the test harness.
MISBEHAVIOR - Static variable in interface businessmodel.DefectSeverity
 
ModelUpdated(DefectIntf) - Method in class ui.NotificationForm
The listener is called via this method when the underlying model has been changed.
ModelUpdated(DefectIntf) - Method in interface ui.DefectModelListener
The listener is called via this method when the underlying model has been changed.
ModelUpdated(DefectIntf) - Method in class ui.ResolutionForm
The listener is called via this method when the underlying model has been changed.
ModelUpdated(DefectIntf) - Method in class ui.SummaryForm
The listener is called via this method when the underlying model has been changed.
ModelUpdated(DefectIntf) - Method in class ui.DetailForm
The listener is called via this method when the underlying model has been changed.

N

narrow(Object) - Static method in class businesslogic.UserFactoryIntfHelper
 
narrow(Object) - Static method in class businesslogic.DefectPolicyIntfHelper
 
narrow(Object) - Static method in class businesslogic.DefectFactoryIntfHelper
 
narrow(Object) - Static method in class businesslogic.DefectServerIntfHelper
 
narrow(Object) - Static method in class businessmodel.UserIntfHelper
 
narrow(Object) - Static method in class businessmodel.DefectIntfHelper
 
NEW - Static variable in interface businessmodel.DefectState
 
NewDefect(String) - Method in class businesslogic.DefectFactory
This method provides a means of creating new defects.
NewDefect(String) - Method in interface businesslogic._DefectFactoryIntfOperations
 
NewDefect(String) - Method in interface businesslogic.DefectFactoryIntf
 
NewDefect(String) - Method in class businesslogic._DefectFactoryIntfStub
 
NewDefect(String) - Method in class businesslogic._DefectFactoryIntfTie
 
NewUser(String, String) - Method in class businesslogic._UserFactoryIntfTie
 
NewUser(String, String) - Method in interface businesslogic._UserFactoryIntfOperations
 
NewUser(String, String) - Method in interface businesslogic.UserFactoryIntf
 
NewUser(String, String) - Method in class businesslogic.UserFactory
creates user object
NewUser(String, String) - Method in class businesslogic._UserFactoryIntfStub
 
NORMAL - Static variable in interface businessmodel.DefectPriority
 
NotFoundException - exception businesslogic.NotFoundException.
 
NotFoundException() - Constructor for class businesslogic.NotFoundException
 
NotFoundExceptionHelper - class businesslogic.NotFoundExceptionHelper.
 
NotFoundExceptionHolder - class businesslogic.NotFoundExceptionHolder.
 
NotFoundExceptionHolder() - Constructor for class businesslogic.NotFoundExceptionHolder
 
NotFoundExceptionHolder(NotFoundException) - Constructor for class businesslogic.NotFoundExceptionHolder
 
NotificationForm - class ui.NotificationForm.
Tab panel for the BugTracker application.
NotificationForm() - Constructor for class ui.NotificationForm
 
NOTREP - Static variable in interface businessmodel.DefectState
 
NULL - Static variable in interface businessmodel.DefectState
 
NULL - Static variable in interface businessmodel.DefectSeverity
 
NULL - Static variable in interface businessmodel.DefectPriority
 

P

Persistent - interface dataabstraction.Persistent.
Persistent is an interface that must be implemented by objects in the BugTracker application that are persisted through the object-relational layer.
PersistentDefect - class dataabstraction.PersistentDefect.
PersistentDefect is the foundation of the BugTracker application, and is the class of object that is "remoted" through CORBA to the bugtracker client and servlet.
PersistentDefect() - Constructor for class dataabstraction.PersistentDefect
Default constructor.
PersistentUser - class dataabstraction.PersistentUser.
The PersistentUser class provides the object-relational / relational-object mapping for User objects in the BugTracker application.
PersistentUser() - Constructor for class dataabstraction.PersistentUser
Default constructor.
PersistentUser(String) - Constructor for class dataabstraction.PersistentUser
Constructor.
priorityNames - Static variable in interface businessmodel.DefectPriority
 

Q

QUERYBYKEY - Static variable in class dataabstraction.PersistentUser
 
QUERYBYKEY - Static variable in class dataabstraction.PersistentDefect
 

R

read(InputStream) - Static method in class businesslogic.UserFactoryIntfHelper
 
read(InputStream) - Static method in class businesslogic.DefectPolicyIntfHelper
 
read(InputStream) - Static method in class businesslogic._SecurityExceptionHelper
 
read(InputStream) - Static method in class businesslogic.UserIDSeqHelper
 
read(InputStream) - Static method in class businesslogic.AlreadyExistsExceptionHelper
 
read(InputStream) - Static method in class businesslogic.NotFoundExceptionHelper
 
read(InputStream) - Static method in class businesslogic.DefectFactoryIntfHelper
 
read(InputStream) - Static method in class businesslogic.DefectServerIntfHelper
 
read(InputStream) - Static method in class businessmodel.DefectSeqHelper
 
read(InputStream) - Static method in class businessmodel.UserIntfHelper
 
read(InputStream) - Static method in class businessmodel.AppSecurityExceptionHelper
 
read(InputStream) - Static method in class businessmodel.UpdateExceptionHelper
 
read(InputStream) - Static method in class businessmodel.DefectIntfHelper
 
ResolutionForm - class ui.ResolutionForm.
Tab panel for the BugTracker application.
ResolutionForm() - Constructor for class ui.ResolutionForm
 
rowExists() - Method in class dataabstraction.PersistentUser
indicates whether the user is stored in the database or not
rowExists() - Method in interface dataabstraction.Persistent
determines if this object has been stored before.
rowExists() - Method in class dataabstraction.PersistentDefect
indicates whether the defect is stored in the database or not

S

securityCheck(PersistentDefect, String) - Method in class businesslogic.DefectPolicy
this method checks to ensure that changes made to the defect are permitted by the defect change policies
securityCheck(PersistentUser, String) - Method in class businesslogic.DefectPolicy
 
send() - Method in class businesslogic.MailMessage
Mails the message to the recipient(s) by way of the SMTP host specified by the smtphost value in the application properties
servant - Variable in class businesslogic._UserFactoryIntfTie
 
servant - Variable in class businesslogic._DefectServerIntfTie
 
servant - Variable in class businesslogic._DefectPolicyIntfTie
 
servant - Variable in class businesslogic._DefectFactoryIntfTie
 
servant - Variable in class businessmodel._DefectIntfTie
 
servant - Variable in class businessmodel._UserIntfTie
 
SERVICENAME - Static variable in class apputil.AppConfig
 
setActiveDefect(DefectIntf) - Method in class ui.UIDefectModel
Establishes the specified defect as the new basis for the model
setAssignedTo(String) - Method in class businessmodel.Defect
Accessor method
setAssignedTo(String) - Method in class businessmodel._DefectIntfTie
 
setAssignedTo(String) - Method in class businessmodel._DefectIntfStub
 
setAssignedTo(String) - Method in interface businessmodel._DefectIntfOperations
 
setAssignedTo(String) - Method in interface businessmodel.DefectIntf
 
setChangedMailList(String) - Method in class businessmodel.Defect
Accessor method
setChangedMailList(String) - Method in class businessmodel._DefectIntfTie
 
setChangedMailList(String) - Method in class businessmodel._DefectIntfStub
 
setChangedMailList(String) - Method in interface businessmodel._DefectIntfOperations
 
setChangedMailList(String) - Method in interface businessmodel.DefectIntf
 
setChangedModules(String) - Method in class businessmodel.Defect
Accessor method
setChangedModules(String) - Method in class businessmodel._DefectIntfTie
 
setChangedModules(String) - Method in class businessmodel._DefectIntfStub
 
setChangedModules(String) - Method in interface businessmodel._DefectIntfOperations
 
setChangedModules(String) - Method in interface businessmodel.DefectIntf
 
setDateLastChanged(Date) - Method in class businessmodel.Defect
Accessor method
setDateLastChanged(long) - Method in class businessmodel.Defect
Accessor method
setDateLastChanged(long) - Method in class businessmodel._DefectIntfTie
 
setDateLastChanged(long) - Method in class businessmodel._DefectIntfStub
 
setDateLastChanged(long) - Method in interface businessmodel._DefectIntfOperations
 
setDateLastChanged(long) - Method in interface businessmodel.DefectIntf
 
setDateReported(Date) - Method in class businessmodel.Defect
Accessor method
setDateReported(long) - Method in class businessmodel.Defect
Accessor method
setDateReported(long) - Method in class businessmodel._DefectIntfTie
 
setDateReported(long) - Method in class businessmodel._DefectIntfStub
 
setDateReported(long) - Method in interface businessmodel._DefectIntfOperations
 
setDateReported(long) - Method in interface businessmodel.DefectIntf
 
setDefectDetails(String) - Method in class businessmodel.Defect
Accessor method
setDefectDetails(String) - Method in class businessmodel._DefectIntfTie
 
setDefectDetails(String) - Method in class businessmodel._DefectIntfStub
 
setDefectDetails(String) - Method in interface businessmodel._DefectIntfOperations
 
setDefectDetails(String) - Method in interface businessmodel.DefectIntf
 
setDefectID(int) - Method in class businessmodel.Defect
Accessor method
setDefectID(int) - Method in class businessmodel._DefectIntfTie
 
setDefectID(int) - Method in class businessmodel._DefectIntfStub
 
setDefectID(int) - Method in interface businessmodel._DefectIntfOperations
 
setDefectID(int) - Method in interface businessmodel.DefectIntf
 
setDefectSummary(String) - Method in class businessmodel.Defect
Accessor method
setDefectSummary(String) - Method in class businessmodel._DefectIntfTie
 
setDefectSummary(String) - Method in class businessmodel._DefectIntfStub
 
setDefectSummary(String) - Method in interface businessmodel._DefectIntfOperations
 
setDefectSummary(String) - Method in interface businessmodel.DefectIntf
 
setEmail(String) - Method in class businessmodel.User
Accessor method
setEmail(String) - Method in interface businessmodel.UserIntf
 
setEmail(String) - Method in class businessmodel._UserIntfStub
 
setEmail(String) - Method in class businessmodel._UserIntfTie
 
setEmail(String) - Method in interface businessmodel._UserIntfOperations
 
setExternalId(String) - Method in class businessmodel.Defect
Accessor method
setExternalId(String) - Method in class businessmodel._DefectIntfTie
 
setExternalId(String) - Method in class businessmodel._DefectIntfStub
 
setExternalId(String) - Method in interface businessmodel._DefectIntfOperations
 
setExternalId(String) - Method in interface businessmodel.DefectIntf
 
setFax(String) - Method in class businessmodel.User
Accessor method
setFax(String) - Method in interface businessmodel.UserIntf
 
setFax(String) - Method in class businessmodel._UserIntfStub
 
setFax(String) - Method in class businessmodel._UserIntfTie
 
setFax(String) - Method in interface businessmodel._UserIntfOperations
 
setFirstName(String) - Method in class businessmodel.User
Accessor method
setFirstName(String) - Method in interface businessmodel.UserIntf
 
setFirstName(String) - Method in class businessmodel._UserIntfStub
 
setFirstName(String) - Method in class businessmodel._UserIntfTie
 
setFirstName(String) - Method in interface businessmodel._UserIntfOperations
 
setLastName(String) - Method in class businessmodel.User
Accessor method
setLastName(String) - Method in interface businessmodel.UserIntf
 
setLastName(String) - Method in class businessmodel._UserIntfStub
 
setLastName(String) - Method in class businessmodel._UserIntfTie
 
setLastName(String) - Method in interface businessmodel._UserIntfOperations
 
setMessage(String) - Method in class businesslogic.MailMessage
accessor method
setOrb(ORB) - Method in class businesslogic.DefectPolicy
 
setPhone(String) - Method in class businessmodel.User
Accessor method
setPhone(String) - Method in interface businessmodel.UserIntf
 
setPhone(String) - Method in class businessmodel._UserIntfStub
 
setPhone(String) - Method in class businessmodel._UserIntfTie
 
setPhone(String) - Method in interface businessmodel._UserIntfOperations
 
setPolicy(DefectPolicy) - Method in class dataabstraction.PersistentDefect
sets the policy object for this defect
setPriority(int) - Method in class businessmodel.Defect
Accessor method
setPriority(int) - Method in class businessmodel._DefectIntfTie
 
setPriority(int) - Method in class businessmodel._DefectIntfStub
 
setPriority(int) - Method in interface businessmodel._DefectIntfOperations
 
setPriority(int) - Method in interface businessmodel.DefectIntf
 
setPriv(int) - Method in class businessmodel.User
Accessor method
setPriv(int) - Method in interface businessmodel.UserIntf
 
setPriv(int) - Method in class businessmodel._UserIntfStub
 
setPriv(int) - Method in class businessmodel._UserIntfTie
 
setPriv(int) - Method in interface businessmodel._UserIntfOperations
 
setProduct(String) - Method in class businessmodel.Defect
Accessor method
setProduct(String) - Method in class businessmodel._DefectIntfTie
 
setProduct(String) - Method in class businessmodel._DefectIntfStub
 
setProduct(String) - Method in interface businessmodel._DefectIntfOperations
 
setProduct(String) - Method in interface businessmodel.DefectIntf
 
setRecipient(String) - Method in class businesslogic.MailMessage
accessor method
setReportedBy(String) - Method in class businessmodel.Defect
Accessor method
setReportedBy(String) - Method in class businessmodel._DefectIntfTie
 
setReportedBy(String) - Method in class businessmodel._DefectIntfStub
 
setReportedBy(String) - Method in interface businessmodel._DefectIntfOperations
 
setReportedBy(String) - Method in interface businessmodel.DefectIntf
 
setResolutionNotes(String) - Method in class businessmodel.Defect
Accessor method
setResolutionNotes(String) - Method in class businessmodel._DefectIntfTie
 
setResolutionNotes(String) - Method in class businessmodel._DefectIntfStub
 
setResolutionNotes(String) - Method in interface businessmodel._DefectIntfOperations
 
setResolutionNotes(String) - Method in interface businessmodel.DefectIntf
 
setResolvedMailList(String) - Method in class businessmodel.Defect
Accessor method
setResolvedMailList(String) - Method in class businessmodel._DefectIntfTie
 
setResolvedMailList(String) - Method in class businessmodel._DefectIntfStub
 
setResolvedMailList(String) - Method in interface businessmodel._DefectIntfOperations
 
setResolvedMailList(String) - Method in interface businessmodel.DefectIntf
 
setSeverity(int) - Method in class businessmodel.Defect
Accessor method
setSeverity(int) - Method in class businessmodel._DefectIntfTie
 
setSeverity(int) - Method in class businessmodel._DefectIntfStub
 
setSeverity(int) - Method in interface businessmodel._DefectIntfOperations
 
setSeverity(int) - Method in interface businessmodel.DefectIntf
 
setState(int) - Method in class businessmodel.Defect
Accessor method
setState(int) - Method in class businessmodel._DefectIntfTie
 
setState(int) - Method in class businessmodel._DefectIntfStub
 
setState(int) - Method in interface businessmodel._DefectIntfOperations
 
setState(int) - Method in interface businessmodel.DefectIntf
 
setSubsystem(String) - Method in class businessmodel.Defect
Accessor method
setSubsystem(String) - Method in class businessmodel._DefectIntfTie
 
setSubsystem(String) - Method in class businessmodel._DefectIntfStub
 
setSubsystem(String) - Method in interface businessmodel._DefectIntfOperations
 
setSubsystem(String) - Method in interface businessmodel.DefectIntf
 
setUserID(String) - Method in class ui.DefectForm
 
setUserID(String) - Method in class businessmodel.User
Accessor method
setUserID(String) - Method in interface businessmodel.UserIntf
 
setUserID(String) - Method in class businessmodel._UserIntfStub
 
setUserID(String) - Method in class businessmodel._UserIntfTie
 
setUserID(String) - Method in interface businessmodel._UserIntfOperations
 
setVersionReported(String) - Method in class businessmodel.Defect
Accessor method
setVersionReported(String) - Method in class businessmodel._DefectIntfTie
 
setVersionReported(String) - Method in class businessmodel._DefectIntfStub
 
setVersionReported(String) - Method in interface businessmodel._DefectIntfOperations
 
setVersionReported(String) - Method in interface businessmodel.DefectIntf
 
setVersionResolved(String) - Method in class businessmodel.Defect
Accessor method
setVersionResolved(String) - Method in class businessmodel._DefectIntfTie
 
setVersionResolved(String) - Method in class businessmodel._DefectIntfStub
 
setVersionResolved(String) - Method in interface businessmodel._DefectIntfOperations
 
setVersionResolved(String) - Method in interface businessmodel.DefectIntf
 
severityNames - Static variable in interface businessmodel.DefectSeverity
 
SMTPHOST - Static variable in class apputil.AppConfig
 
stateNames - Static variable in interface businessmodel.DefectState
 
statusChanged(_DefectIntfOperations) - Method in class businesslogic.DefectPolicy
when the defect has changed, the policy object will notify the list of addressees (in the changedMailList member of the defect) that the defect has changed, and include the updated defect.
SummaryForm - class ui.SummaryForm.
Tab panel for the BugTracker application.
SummaryForm() - Constructor for class ui.SummaryForm
 

T

Testable - interface apputil.Testable.
This interface specifies that a class can be tested using a simple testing harness.
TestHarness - class apputil.TestHarness.
The TestHarness class is a very simple module that loads a class under test that has implemented the Testable interface, and exercises it by calling its TestUnit method.
TestHarness() - Constructor for class apputil.TestHarness
 
TestUnit() - Method in class businesslogic.MailMessage
Support method for Testable interface.
TestUnit() - Method in class businesslogic.DefectPolicy
Method for supporting the TestHarness
TestUnit() - Method in class dataabstraction.PersistentUser
TestUnit implemented to support test harness
TestUnit() - Method in class dataabstraction.PersistentDefect
TestUnit implemented to support test harness
TestUnit() - Method in interface apputil.Testable
The TestUnit method is a method that is called by the testing harness to exercise a unit.
TestUnit() - Method in class apputil.AppConfig
Supports test harness for unit testing
TestUnit() - Method in class businessmodel.User
TestUnit method implemented to support the apputil.Testable interface.
TestUnit() - Method in class businessmodel.Defect
method to support TestHarness
toString() - Method in class dataabstraction.PersistentUser
Debug method; provides a text representation of the internal User state
toString() - Method in class dataabstraction.PersistentDefect
 
toString() - Method in class businessmodel.User
This method returns the internal state of the object.
toString() - Method in class businessmodel.Defect
Creates a string representing the internal defect state
type() - Static method in class businesslogic.UserFactoryIntfHelper
 
type() - Static method in class businesslogic.DefectPolicyIntfHelper
 
type() - Static method in class businesslogic._SecurityExceptionHelper
 
type() - Static method in class businesslogic.UserIDSeqHelper
 
type() - Static method in class businesslogic.AlreadyExistsExceptionHelper
 
type() - Static method in class businesslogic.NotFoundExceptionHelper
 
type() - Static method in class businesslogic.DefectFactoryIntfHelper
 
type() - Static method in class businesslogic.DefectServerIntfHelper
 
type() - Static method in class businessmodel.DefectSeqHelper
 
type() - Static method in class businessmodel.UserIntfHelper
 
type() - Static method in class businessmodel.AppSecurityExceptionHelper
 
type() - Static method in class businessmodel.UpdateExceptionHelper
 
type() - Static method in class businessmodel.DefectIntfHelper
 

U

ui - package ui
 
UIDefectModel - class ui.UIDefectModel.
The UIDefectModel provides the observable model for the observing views of the user interface.
UIDefectModel() - Constructor for class ui.UIDefectModel
default constructor
UIDefectModel(DefectIntf) - Constructor for class ui.UIDefectModel
Creates the model and uses the specified defect as the basis of the model
update() - Method in class dataabstraction.PersistentUser
Update the user information in the database
update() - Method in interface dataabstraction.Persistent
update the stored state of this object
update() - Method in class dataabstraction.PersistentDefect
Updates the defect information in the relational tables
UPDATEDEFECT - Static variable in class dataabstraction.PersistentDefect
 
UpdateException - exception businessmodel.UpdateException.
 
UpdateException() - Constructor for class businessmodel.UpdateException
 
UpdateExceptionHelper - class businessmodel.UpdateExceptionHelper.
 
UpdateExceptionHolder - class businessmodel.UpdateExceptionHolder.
 
UpdateExceptionHolder() - Constructor for class businessmodel.UpdateExceptionHolder
 
UpdateExceptionHolder(UpdateException) - Constructor for class businessmodel.UpdateExceptionHolder
 
UpdateListeners() - Method in class ui.UIDefectModel
Causes the views to update themselves based on the contents of the model
UpdateModel() - Method in class ui.UIDefectModel
Causes the model to be updated from the information in the views
UpdateModel(DefectIntf) - Method in class ui.NotificationForm
The listener is called via this method when the underlying model requests that it be updated by the information in the UI.
UpdateModel(DefectIntf) - Method in interface ui.DefectModelListener
The listener is called via this method when the underlying model requests that it be updated by the information in the UI.
UpdateModel(DefectIntf) - Method in class ui.ResolutionForm
The listener is called via this method when the underlying model requests that it be updated by the information in the UI.
UpdateModel(DefectIntf) - Method in class ui.SummaryForm
The listener is called via this method when the underlying model requests that it be updated by the information in the UI.
UpdateModel(DefectIntf) - Method in class ui.DetailForm
The listener is called via this method when the underlying model requests that it be updated by the information in the UI.
UPDATEUSER - Static variable in class dataabstraction.PersistentUser
 
User - class businessmodel.User.
This class implements the _UserIntfOperations interface, used by the tie class generated by idltojava.
User() - Constructor for class businessmodel.User
default constructor
UserFactory - class businesslogic.UserFactory.
This class provides an implementation of the _UserFactoryIntfOperations, used by the tie class generated by idltojava.
UserFactory(DefectPolicy) - Constructor for class businesslogic.UserFactory
Constructor
UserFactoryIntf - interface businesslogic.UserFactoryIntf.
 
UserFactoryIntfHelper - class businesslogic.UserFactoryIntfHelper.
 
UserFactoryIntfHolder - class businesslogic.UserFactoryIntfHolder.
 
UserFactoryIntfHolder() - Constructor for class businesslogic.UserFactoryIntfHolder
 
UserFactoryIntfHolder(UserFactoryIntf) - Constructor for class businesslogic.UserFactoryIntfHolder
 
UserIDSeqHelper - class businesslogic.UserIDSeqHelper.
 
UserIDSeqHolder - class businesslogic.UserIDSeqHolder.
 
UserIDSeqHolder() - Constructor for class businesslogic.UserIDSeqHolder
 
UserIDSeqHolder(String[]) - Constructor for class businesslogic.UserIDSeqHolder
 
UserIntf - interface businessmodel.UserIntf.
 
UserIntfHelper - class businessmodel.UserIntfHelper.
 
UserIntfHolder - class businessmodel.UserIntfHolder.
 
UserIntfHolder() - Constructor for class businessmodel.UserIntfHolder
 
UserIntfHolder(UserIntf) - Constructor for class businessmodel.UserIntfHolder
 
util - class apputil.util.
This class provides commonly used utility methods throughout the application.
util() - Constructor for class apputil.util
 

V

value - Variable in class businesslogic.DefectServerIntfHolder
 
value - Variable in class businesslogic.NotFoundExceptionHolder
 
value - Variable in class businesslogic.DefectFactoryIntfHolder
 
value - Variable in class businesslogic.UserFactoryIntfHolder
 
value - Variable in class businesslogic.DefectPolicyIntfHolder
 
value - Variable in class businesslogic._SecurityExceptionHolder
 
value - Variable in class businesslogic.UserIDSeqHolder
 
value - Variable in class businesslogic.AlreadyExistsExceptionHolder
 
value - Variable in class businessmodel.UpdateExceptionHolder
 
value - Variable in class businessmodel.DefectSeqHolder
 
value - Variable in class businessmodel.DefectIntfHolder
 
value - Variable in class businessmodel.UserIntfHolder
 
value - Variable in class businessmodel.AppSecurityExceptionHolder
 

W

write(OutputStream, _SecurityException) - Static method in class businesslogic._SecurityExceptionHelper
 
write(OutputStream, AlreadyExistsException) - Static method in class businesslogic.AlreadyExistsExceptionHelper
 
write(OutputStream, AppSecurityException) - Static method in class businessmodel.AppSecurityExceptionHelper
 
write(OutputStream, DefectFactoryIntf) - Static method in class businesslogic.DefectFactoryIntfHelper
 
write(OutputStream, DefectIntf) - Static method in class businessmodel.DefectIntfHelper
 
write(OutputStream, DefectIntf[]) - Static method in class businessmodel.DefectSeqHelper
 
write(OutputStream, DefectPolicyIntf) - Static method in class businesslogic.DefectPolicyIntfHelper
 
write(OutputStream, DefectServerIntf) - Static method in class businesslogic.DefectServerIntfHelper
 
write(OutputStream, NotFoundException) - Static method in class businesslogic.NotFoundExceptionHelper
 
write(OutputStream, String[]) - Static method in class businesslogic.UserIDSeqHelper
 
write(OutputStream, UpdateException) - Static method in class businessmodel.UpdateExceptionHelper
 
write(OutputStream, UserFactoryIntf) - Static method in class businesslogic.UserFactoryIntfHelper
 
write(OutputStream, UserIntf) - Static method in class businessmodel.UserIntfHelper
 

_

_DefectFactoryIntfImplBase - class businesslogic._DefectFactoryIntfImplBase.
 
_DefectFactoryIntfImplBase() - Constructor for class businesslogic._DefectFactoryIntfImplBase
 
_DefectFactoryIntfOperations - interface businesslogic._DefectFactoryIntfOperations.
 
_DefectFactoryIntfStub - class businesslogic._DefectFactoryIntfStub.
 
_DefectFactoryIntfStub(Delegate) - Constructor for class businesslogic._DefectFactoryIntfStub
 
_DefectFactoryIntfTie - class businesslogic._DefectFactoryIntfTie.
 
_DefectFactoryIntfTie(_DefectFactoryIntfOperations) - Constructor for class businesslogic._DefectFactoryIntfTie
 
_DefectIntfImplBase - class businessmodel._DefectIntfImplBase.
 
_DefectIntfImplBase() - Constructor for class businessmodel._DefectIntfImplBase
 
_DefectIntfOperations - interface businessmodel._DefectIntfOperations.
 
_DefectIntfStub - class businessmodel._DefectIntfStub.
 
_DefectIntfStub(Delegate) - Constructor for class businessmodel._DefectIntfStub
 
_DefectIntfTie - class businessmodel._DefectIntfTie.
 
_DefectIntfTie(_DefectIntfOperations) - Constructor for class businessmodel._DefectIntfTie
 
_DefectPolicyIntfImplBase - class businesslogic._DefectPolicyIntfImplBase.
 
_DefectPolicyIntfImplBase() - Constructor for class businesslogic._DefectPolicyIntfImplBase
 
_DefectPolicyIntfOperations - interface businesslogic._DefectPolicyIntfOperations.
 
_DefectPolicyIntfStub - class businesslogic._DefectPolicyIntfStub.
 
_DefectPolicyIntfStub(Delegate) - Constructor for class businesslogic._DefectPolicyIntfStub
 
_DefectPolicyIntfTie - class businesslogic._DefectPolicyIntfTie.
 
_DefectPolicyIntfTie(_DefectPolicyIntfOperations) - Constructor for class businesslogic._DefectPolicyIntfTie
 
_DefectServerIntfImplBase - class businesslogic._DefectServerIntfImplBase.
 
_DefectServerIntfImplBase() - Constructor for class businesslogic._DefectServerIntfImplBase
 
_DefectServerIntfOperations - interface businesslogic._DefectServerIntfOperations.
 
_DefectServerIntfStub - class businesslogic._DefectServerIntfStub.
 
_DefectServerIntfStub(Delegate) - Constructor for class businesslogic._DefectServerIntfStub
 
_DefectServerIntfTie - class businesslogic._DefectServerIntfTie.
 
_DefectServerIntfTie(_DefectServerIntfOperations) - Constructor for class businesslogic._DefectServerIntfTie
 
_ids() - Method in class businesslogic._UserFactoryIntfImplBase
 
_ids() - Method in class businesslogic._DefectServerIntfImplBase
 
_ids() - Method in class businesslogic._DefectFactoryIntfImplBase
 
_ids() - Method in class businesslogic._DefectPolicyIntfImplBase
 
_ids() - Method in class businesslogic._DefectServerIntfStub
 
_ids() - Method in class businesslogic._DefectPolicyIntfStub
 
_ids() - Method in class businesslogic._DefectFactoryIntfStub
 
_ids() - Method in class businesslogic._UserFactoryIntfStub
 
_ids() - Method in class businessmodel._DefectIntfImplBase
 
_ids() - Method in class businessmodel._UserIntfImplBase
 
_ids() - Method in class businessmodel._UserIntfStub
 
_ids() - Method in class businessmodel._DefectIntfStub
 
_read(InputStream) - Method in class businesslogic.DefectServerIntfHolder
 
_read(InputStream) - Method in class businesslogic.NotFoundExceptionHolder
 
_read(InputStream) - Method in class businesslogic.DefectFactoryIntfHolder
 
_read(InputStream) - Method in class businesslogic.UserFactoryIntfHolder
 
_read(InputStream) - Method in class businesslogic.DefectPolicyIntfHolder
 
_read(InputStream) - Method in class businesslogic._SecurityExceptionHolder
 
_read(InputStream) - Method in class businesslogic.UserIDSeqHolder
 
_read(InputStream) - Method in class businesslogic.AlreadyExistsExceptionHolder
 
_read(InputStream) - Method in class businessmodel.UpdateExceptionHolder
 
_read(InputStream) - Method in class businessmodel.DefectSeqHolder
 
_read(InputStream) - Method in class businessmodel.DefectIntfHolder
 
_read(InputStream) - Method in class businessmodel.UserIntfHolder
 
_read(InputStream) - Method in class businessmodel.AppSecurityExceptionHolder
 
_SecurityException - exception businesslogic._SecurityException.
 
_SecurityException() - Constructor for class businesslogic._SecurityException
 
_SecurityExceptionHelper - class businesslogic._SecurityExceptionHelper.
 
_SecurityExceptionHolder - class businesslogic._SecurityExceptionHolder.
 
_SecurityExceptionHolder(_SecurityException) - Constructor for class businesslogic._SecurityExceptionHolder
 
_SecurityExceptionHolder() - Constructor for class businesslogic._SecurityExceptionHolder
 
_type() - Method in class businesslogic.DefectServerIntfHolder
 
_type() - Method in class businesslogic.NotFoundExceptionHolder
 
_type() - Method in class businesslogic.DefectFactoryIntfHolder
 
_type() - Method in class businesslogic.UserFactoryIntfHolder
 
_type() - Method in class businesslogic.DefectPolicyIntfHolder
 
_type() - Method in class businesslogic._SecurityExceptionHolder
 
_type() - Method in class businesslogic.UserIDSeqHolder
 
_type() - Method in class businesslogic.AlreadyExistsExceptionHolder
 
_type() - Method in class businessmodel.UpdateExceptionHolder
 
_type() - Method in class businessmodel.DefectSeqHolder
 
_type() - Method in class businessmodel.DefectIntfHolder
 
_type() - Method in class businessmodel.UserIntfHolder
 
_type() - Method in class businessmodel.AppSecurityExceptionHolder
 
_UserFactoryIntfImplBase - class businesslogic._UserFactoryIntfImplBase.
 
_UserFactoryIntfImplBase() - Constructor for class businesslogic._UserFactoryIntfImplBase
 
_UserFactoryIntfOperations - interface businesslogic._UserFactoryIntfOperations.
 
_UserFactoryIntfStub - class businesslogic._UserFactoryIntfStub.
 
_UserFactoryIntfStub(Delegate) - Constructor for class businesslogic._UserFactoryIntfStub
 
_UserFactoryIntfTie - class businesslogic._UserFactoryIntfTie.
 
_UserFactoryIntfTie(_UserFactoryIntfOperations) - Constructor for class businesslogic._UserFactoryIntfTie
 
_UserIntfImplBase - class businessmodel._UserIntfImplBase.
 
_UserIntfImplBase() - Constructor for class businessmodel._UserIntfImplBase
 
_UserIntfOperations - interface businessmodel._UserIntfOperations.
 
_UserIntfStub - class businessmodel._UserIntfStub.
 
_UserIntfStub(Delegate) - Constructor for class businessmodel._UserIntfStub
 
_UserIntfTie - class businessmodel._UserIntfTie.
 
_UserIntfTie(_UserIntfOperations) - Constructor for class businessmodel._UserIntfTie
 
_write(OutputStream) - Method in class businesslogic.DefectServerIntfHolder
 
_write(OutputStream) - Method in class businesslogic.NotFoundExceptionHolder
 
_write(OutputStream) - Method in class businesslogic.DefectFactoryIntfHolder
 
_write(OutputStream) - Method in class businesslogic.UserFactoryIntfHolder
 
_write(OutputStream) - Method in class businesslogic.DefectPolicyIntfHolder
 
_write(OutputStream) - Method in class businesslogic._SecurityExceptionHolder
 
_write(OutputStream) - Method in class businesslogic.UserIDSeqHolder
 
_write(OutputStream) - Method in class businesslogic.AlreadyExistsExceptionHolder
 
_write(OutputStream) - Method in class businessmodel.UpdateExceptionHolder
 
_write(OutputStream) - Method in class businessmodel.DefectSeqHolder
 
_write(OutputStream) - Method in class businessmodel.DefectIntfHolder
 
_write(OutputStream) - Method in class businessmodel.UserIntfHolder
 
_write(OutputStream) - Method in class businessmodel.AppSecurityExceptionHolder
 

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