|
|||||||||
Home >> All >> openfuture >> bugbase >> [ model overview ] | PREV NEXT |
A
- ATTACHMENT_DIR - Static variable in interface openfuture.bugbase.model.JspConstants
- attachment directory
- ATTACHMENT_URL - Static variable in interface openfuture.bugbase.model.JspConstants
- URL of the attachment directory
- addOutput(String) - Method in class openfuture.bugbase.model.TransactionResult
- Add an output line of the transaction
- addWarning(String) - Method in class openfuture.bugbase.model.TransactionResult
- Add an warning line of the transaction
B
- BUGBASE_SERVLET - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name of the
openfuture.bugbase.servlet.BugBaseServlet
. - BUG_DISTURBING - Static variable in class openfuture.bugbase.model.ErrorLevel
- BUG_LEVEL_DISTURBING - Static variable in class openfuture.bugbase.model.ErrorLevel
- BUG_LEVEL_NEW_FEATURE - Static variable in class openfuture.bugbase.model.ErrorLevel
- BUG_LEVEL_NICE_TO_HAVE - Static variable in class openfuture.bugbase.model.ErrorLevel
- BUG_LEVEL_SEVERE - Static variable in class openfuture.bugbase.model.ErrorLevel
- BUG_NEW_FEATURE - Static variable in class openfuture.bugbase.model.ErrorLevel
- BUG_NICE_TO_HAVE - Static variable in class openfuture.bugbase.model.ErrorLevel
- BUG_REPORT - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name for the bug report.
- BUG_SEVERE - Static variable in class openfuture.bugbase.model.ErrorLevel
- BugReportDateComparator - class openfuture.bugbase.model.BugReportDateComparator.
- BugReportDateComparator() - Constructor for class openfuture.bugbase.model.BugReportDateComparator
- BugReportDoctorComparator - class openfuture.bugbase.model.BugReportDoctorComparator.
- Compare two objects.
- BugReportDoctorComparator() - Constructor for class openfuture.bugbase.model.BugReportDoctorComparator
- BugReportIdComparator - class openfuture.bugbase.model.BugReportIdComparator.
- Compares two bug reports by their ID 55 .
- BugReportIdComparator() - Constructor for class openfuture.bugbase.model.BugReportIdComparator
- BugReportLevelComparator - class openfuture.bugbase.model.BugReportLevelComparator.
- Compares bug reports by their error level.
- BugReportLevelComparator() - Constructor for class openfuture.bugbase.model.BugReportLevelComparator
- BugReportPackageComparator - class openfuture.bugbase.model.BugReportPackageComparator.
- BugReportPackageComparator() - Constructor for class openfuture.bugbase.model.BugReportPackageComparator
- BugReportReporterComparator - class openfuture.bugbase.model.BugReportReporterComparator.
- BugReportReporterComparator() - Constructor for class openfuture.bugbase.model.BugReportReporterComparator
- BugReportStatus - class openfuture.bugbase.model.BugReportStatus.
- bug report status Created: Tue May 30 21:06:41 2000
- BugReportStatus(int) - Constructor for class openfuture.bugbase.model.BugReportStatus
- Create a new bug report status object.
- BugReportStatus() - Constructor for class openfuture.bugbase.model.BugReportStatus
- Create a new bug report status object.
- BugReportStatusComparator - class openfuture.bugbase.model.BugReportStatusComparator.
- Compares two bug reports by their rejecting date 55 If these are equal, their fixing date 55 is used for comparison.
- BugReportStatusComparator() - Constructor for class openfuture.bugbase.model.BugReportStatusComparator
- BugReportTitleComparator - class openfuture.bugbase.model.BugReportTitleComparator.
- Compares two bug reports by their title 55 .
- BugReportTitleComparator() - Constructor for class openfuture.bugbase.model.BugReportTitleComparator
- build - Variable in class openfuture.bugbase.model.VersionLabel
C
- cleanup() - Method in interface openfuture.bugbase.model.Transaction
- This method will be executed after a successful execution of
Transaction.execute()
55 . - compare(Object, Object) - Method in class openfuture.bugbase.model.BugReportDateComparator
- Compares two bug reports by their reported date 55 .
- compare(Object, Object) - Method in class openfuture.bugbase.model.BugReportDoctorComparator
- compare(Object, Object) - Method in class openfuture.bugbase.model.BugReportIdComparator
- Compare two objects.
- compare(Object, Object) - Method in class openfuture.bugbase.model.BugReportLevelComparator
- Compares bug reports by their error level.
- compare(Object, Object) - Method in class openfuture.bugbase.model.BugReportPackageComparator
- Compare two objects.
- compare(Object, Object) - Method in class openfuture.bugbase.model.BugReportReporterComparator
- compare(Object, Object) - Method in class openfuture.bugbase.model.BugReportStatusComparator
- compare(Object, Object) - Method in class openfuture.bugbase.model.BugReportTitleComparator
- Compare two objects.
- compareId(Integer, Integer) - Static method in class openfuture.bugbase.model.BugReportIdComparator
- Compare two integers (possibly
null
). - compareTitle(String, String) - Method in class openfuture.bugbase.model.BugReportTitleComparator
- compareTo(Object) - Method in class openfuture.bugbase.model.BugReportStatus
- Compares to another status.
- compareTo(Object) - Method in class openfuture.bugbase.model.ErrorLevel
- Compares to another ErrorLevel.
- compareTo(Object) - Method in class openfuture.bugbase.model.Version
- Compares this with another object (total ordering).
- compareTo(Object) - Method in class openfuture.bugbase.model.VersionLabel
- Compares this with another object (total ordering).
- creationDate - Variable in class openfuture.bugbase.model.Session
D
- dateCompare(Date, Date) - Method in class openfuture.bugbase.model.BugReportDateComparator
- Compare two dates.
E
- ErrorLevel - class openfuture.bugbase.model.ErrorLevel.
- ErrorLevel.java Created: Tue May 30 19:20:19 2000
- ErrorLevel() - Constructor for class openfuture.bugbase.model.ErrorLevel
- Creates with level "nice to have";
- ErrorLevel(int) - Constructor for class openfuture.bugbase.model.ErrorLevel
- Creates with given level.
- ErrorLevel(String) - Constructor for class openfuture.bugbase.model.ErrorLevel
- Creates with error level equal to level.
- errorLevel - Variable in class openfuture.bugbase.model.ErrorLevel
- execute() - Method in interface openfuture.bugbase.model.Transaction
- Core execution of the transaction.
F
- FAILURE - Static variable in class openfuture.bugbase.model.TransactionResult
G
- getBuild() - Method in class openfuture.bugbase.model.VersionLabel
- Get the value of build.
- getCreationDate() - Method in class openfuture.bugbase.model.Session
- returns the creation date of the object.
- getDescription() - Method in interface openfuture.bugbase.model.Transaction
- Description for this version update.
- getErrorLevels() - Static method in class openfuture.bugbase.model.ErrorLevel
- Returns a Vector of error level names.
- getID() - Method in class openfuture.bugbase.model.Session
- Returns the session id.
- getLabel() - Method in class openfuture.bugbase.model.Version
- Get the value of label.
- getLastAccess() - Method in class openfuture.bugbase.model.Session
- Get the value of lastAccess.
- getLastchange() - Method in class openfuture.bugbase.model.Version
- Get the value of lastchange.
- getMajorVersion() - Method in class openfuture.bugbase.model.VersionLabel
- Get the value of majorVersion.
- getMessage() - Method in class openfuture.bugbase.model.Result
- Get the value of message.
- getMinorVersion() - Method in class openfuture.bugbase.model.VersionLabel
- Get the value of minorVersion.
- getOutput() - Method in class openfuture.bugbase.model.TransactionResult
- Get the value of output.
- getSessionID() - Method in class openfuture.bugbase.model.Session
- ID of the session (using
Session.hashCode()
55 . - getSessionKey() - Method in class openfuture.bugbase.model.Session
- Get the value of sessionKey.
- getStatus() - Method in class openfuture.bugbase.model.BugReportStatus
- Get the value of status.
- getStatus() - Method in class openfuture.bugbase.model.TransactionResult
- Get the value of status.
- getValue() - Method in class openfuture.bugbase.model.ErrorLevel
- Returns the internal representation of the error level
- getValue() - Method in class openfuture.bugbase.model.Result
- Get the value of value.
- getValue(String) - Method in class openfuture.bugbase.model.Session
- Returns the object for the given key.
- getVersion() - Method in interface openfuture.bugbase.model.VersionUpdate
- Persistency version after this update.
- getWarnings() - Method in class openfuture.bugbase.model.TransactionResult
- Get the value of warnings.
H
- hashCode() - Method in class openfuture.bugbase.model.Session
- Returns the hashCode of SessionKey.
I
- is(int) - Method in class openfuture.bugbase.model.ErrorLevel
- Compares to a bug level
- isAlphaNumeric(String) - Static method in class openfuture.bugbase.model.Validators
- Returns true, if s contains only characters from {A, .., z, 0, .., 9}
- isAlphaNumeric(char) - Static method in class openfuture.bugbase.model.Validators
- Returns true, if c is from {A, .., z, 0, .., 9}
- isIn(char, char[]) - Static method in class openfuture.bugbase.model.Validators
- Returns true, if x is one of the characters from chars.
J
- JspConstants - interface openfuture.bugbase.model.JspConstants.
- Constants for JSPs.
L
- LOCALES - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name of the
openfuture.util.misc.SessionLocales
. - LOGIN_MANAGER - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name of the openfuture.bugbase.domain.LoginManager.
- label - Variable in class openfuture.bugbase.model.Version
- lastAccess - Variable in class openfuture.bugbase.model.Session
- lastchange - Variable in class openfuture.bugbase.model.Version
M
- MAILSERVER - Static variable in interface openfuture.bugbase.model.JspConstants
- mail server name
- MD_PROVIDER - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name of the openfuture.bugbase.domain.MasterDataProvider.
- majorVersion - Variable in class openfuture.bugbase.model.VersionLabel
- message - Variable in class openfuture.bugbase.model.Result
- minorVersion - Variable in class openfuture.bugbase.model.VersionLabel
N
- NEXT_PAGE - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name for the next page to be visited.
O
- openfuture.bugbase.model - package openfuture.bugbase.model
- output - Variable in class openfuture.bugbase.model.TransactionResult
P
- PACKAGES - Static variable in interface openfuture.bugbase.model.JspConstants
- project packages
- PROJECT - Static variable in interface openfuture.bugbase.model.JspConstants
- project name
- predecessor() - Method in interface openfuture.bugbase.model.VersionUpdate
- Update which has to be executed prior to this one.
- putValue(String, Object) - Method in class openfuture.bugbase.model.Session
- Stores the object o for the given key in a Hashtable.
Q
- QUERY - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name for the query form.
- QUERYSTRING - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name for the current query string.
R
- REPORTS - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name of the list of bug reports
- RESULT - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name for the transaction result.
- Result - class openfuture.bugbase.model.Result.
- Object containing a boolean flag and a message.
- Result(boolean, String) - Constructor for class openfuture.bugbase.model.Result
- Constructor
- Result() - Constructor for class openfuture.bugbase.model.Result
- Constructor settung the value to
true
and the message to the empty string. - rollback() - Method in interface openfuture.bugbase.model.Transaction
- This method will be executed after a unsuccessful execution of
Transaction.execute()
55 .
S
- SENDMAIL - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name for the email form.
- SERVLETPATH - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name for the substring of the URL with the context name stripped off.
- SERVLET_CLIENT - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name of the openfuture.bugbase.servlet.BugBaseServletClient.
- STATUS_FIXED - Static variable in class openfuture.bugbase.model.BugReportStatus
- STATUS_REJECTED - Static variable in class openfuture.bugbase.model.BugReportStatus
- STATUS_REPORTED - Static variable in class openfuture.bugbase.model.BugReportStatus
- STATUS_STARTED - Static variable in class openfuture.bugbase.model.BugReportStatus
- SUCCESS - Static variable in class openfuture.bugbase.model.TransactionResult
- Session - class openfuture.bugbase.model.Session.
- Container for session data.
- Session(Object) - Constructor for class openfuture.bugbase.model.Session
- Creates a new session.
- sessionKey - Variable in class openfuture.bugbase.model.Session
- set(String) - Method in class openfuture.bugbase.model.VersionLabel
- Sets version number.
- setBuild(int) - Method in class openfuture.bugbase.model.VersionLabel
- Set the value of build.
- setErrorLevel(int) - Method in class openfuture.bugbase.model.ErrorLevel
- Set the value of errorLevel.
- setErrorLevel(String) - Method in class openfuture.bugbase.model.ErrorLevel
- Set the value of errorLevel.
- setLabel(VersionLabel) - Method in class openfuture.bugbase.model.Version
- Set the value of label.
- setLastAccess(Date) - Method in class openfuture.bugbase.model.Session
- Set the value of lastAccess.
- setLastchange(Date) - Method in class openfuture.bugbase.model.Version
- Set the value of lastchange.
- setMajorVersion(int) - Method in class openfuture.bugbase.model.VersionLabel
- Set the value of majorVersion.
- setMessage(String) - Method in class openfuture.bugbase.model.Result
- Set the value of message.
- setMinorVersion(int) - Method in class openfuture.bugbase.model.VersionLabel
- Set the value of minorVersion.
- setOutput(LinkedList) - Method in class openfuture.bugbase.model.TransactionResult
- Set the value of output.
- setSessionKey(Object) - Method in class openfuture.bugbase.model.Session
- Set the value of sessionKey.
- setStatus(int) - Method in class openfuture.bugbase.model.BugReportStatus
- Set the value of status.
- setStatus(int) - Method in class openfuture.bugbase.model.TransactionResult
- Set the value of status.
- setValue(boolean) - Method in class openfuture.bugbase.model.Result
- Set the value of value.
- setWarnings(LinkedList) - Method in class openfuture.bugbase.model.TransactionResult
- Set the value of warnings.
- setup() - Method in interface openfuture.bugbase.model.Transaction
- Setup before the transaction core is executed.
- status - Variable in class openfuture.bugbase.model.BugReportStatus
- status - Variable in class openfuture.bugbase.model.TransactionResult
T
- Transaction - interface openfuture.bugbase.model.Transaction.
- Interface defining version updates of the persistency layer.
- TransactionResult - class openfuture.bugbase.model.TransactionResult.
- result container of a transaction.
- TransactionResult(int, LinkedList, LinkedList) - Constructor for class openfuture.bugbase.model.TransactionResult
- Complete Constructor.
- TransactionResult() - Constructor for class openfuture.bugbase.model.TransactionResult
- Empty Constructor, equivalent to
new TransactionResult(SUCCESS, new LinkedList(), new LinkedList())
. - TransactionResult(LinkedList) - Constructor for class openfuture.bugbase.model.TransactionResult
- Constructor, equivalent to
new TransactionResult(SUCCESS, output, new LinkedList())
. - TransactionResult(LinkedList, LinkedList) - Constructor for class openfuture.bugbase.model.TransactionResult
- Constructor, equivalent to
new TransactionResult(SUCCESS, output, warnings)
. - toString() - Method in class openfuture.bugbase.model.BugReportStatus
- toString() - Method in class openfuture.bugbase.model.ErrorLevel
- Returns the String representation
- toString() - Method in class openfuture.bugbase.model.Version
- Returns the String representation of the version label.
- toString() - Method in class openfuture.bugbase.model.VersionLabel
U
- USER - Static variable in interface openfuture.bugbase.model.JspConstants
- parameter name of the openfuture.bugbase.domain.User.
- USER_ID - Static variable in interface openfuture.bugbase.model.JspConstants
- user id
- userExtraChars - Static variable in class openfuture.bugbase.model.Validators
V
- Validators - class openfuture.bugbase.model.Validators.
- Created: Tue Jun 20 17:20:32 2000
- Validators() - Constructor for class openfuture.bugbase.model.Validators
- Version - class openfuture.bugbase.model.Version.
- Version.java Created: Tue Apr 25 20:51:24 2000
- Version(String, Date) - Constructor for class openfuture.bugbase.model.Version
- Version(VersionLabel, Date) - Constructor for class openfuture.bugbase.model.Version
- VersionLabel - class openfuture.bugbase.model.VersionLabel.
- Versions label with three levels: major version, minor version and build.
- VersionLabel() - Constructor for class openfuture.bugbase.model.VersionLabel
- Constructs a version 0.0.0.
- VersionLabel(String) - Constructor for class openfuture.bugbase.model.VersionLabel
- Creates a new version and calls
VersionLabel.set(java.lang.String)
55 . - VersionUpdate - interface openfuture.bugbase.model.VersionUpdate.
- VersionUpdate.java Created: Tue May 02 22:50:23 2000
- validUserID(String) - Static method in class openfuture.bugbase.model.Validators
- Validate, if userid contains only allowed characters.
- value - Variable in class openfuture.bugbase.model.Result
- values - Variable in class openfuture.bugbase.model.Session
W
- warnings - Variable in class openfuture.bugbase.model.TransactionResult
A B C D E F G H I J L M N O P Q R S T U V W
|
|||||||||
Home >> All >> openfuture >> bugbase >> [ model overview ] | PREV NEXT |