Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
U
UnauthorizedException
- exception planetj.dataengine.security.
UnauthorizedException
.
This exception is to allow for a distinct DataEngineException to allow for separation of itself from other DataEngineExceptions.
UnauthorizedException(Exception)
- Constructor for class planetj.dataengine.security.
UnauthorizedException
UnauthorizedException constructor comment.
UnauthorizedException(Exception, String)
- Constructor for class planetj.dataengine.security.
UnauthorizedException
UnauthorizedException constructor comment.
UnauthorizedException(String)
- Constructor for class planetj.dataengine.security.
UnauthorizedException
UnauthorizedException constructor comment.
UNINITIALIZED_VALUE
- Static variable in class planetj.gui.
CMOptionPaneJ
Indicates that the user has not yet selected a value.
UNIQUE_ID
- Static variable in interface planetj.dataengine.security.
IDEUser
UNKNOWN
- Static variable in interface planetj.chart.
IChartTypes
UNKNOWN_TYPE
- Static variable in class planetj.exception.
ConcurrentAlterationException
UNKNOWN_TYPE
- Static variable in class planetj.exception.
AlterationLWO
UnmodifiableProperty
- class planetj.property.
UnmodifiableProperty
.
A property whose name and value cannot be modified
UnmodifiableProperty(String, Object)
- Constructor for class planetj.property.
UnmodifiableProperty
UnmodifiableProperty constructor comment.
UnsecuredSignOn
- class planetj.dataengine.security.http.
UnsecuredSignOn
.
When Secured applications do not specify a sign on class, this class is used to automatically sign users on to the application (users are not required to specify a userid or password).
UnsecuredSignOn()
- Constructor for class planetj.dataengine.security.http.
UnsecuredSignOn
UNSUPPORTED
- Static variable in interface planetj.dataengine.
IDataEngine
UPDATE
- Static variable in class planetj.database.
Row
Deprecated.
use MODE_UPDATE instead
UPDATE
- Static variable in class planetj.dataengine.security.
DEAuthorization
UPDATE_ALTERATION
- Static variable in class planetj.exception.
ConcurrentAlterationException
UPDATE_ALTERATION
- Static variable in class planetj.exception.
AlterationLWO
UPDATE_FAILED
- Static variable in class planetj.exception.
ValidationException
UPDATE_STATEMENT
- Static variable in class planetj.database.sql.
SQLStatement
update()
- Method in class planetj.database.
RowCollection
Updates the database, using all the rows in this RowCollection.
update()
- Method in class planetj.database.
Row
Updates the database with the values in this Row.
update(Connection)
- Method in class planetj.database.
RowCollection
Updates all the Rows in this RowCollection in the database.
update(Connection)
- Method in class planetj.database.
Row
Updates the database with the values in this Row.
update(Connection, ExecutingContext)
- Method in class planetj.dataengine.
PropertyRow
Updates the database with the values in this Row.
update(Connection, ExecutingContext)
- Method in class planetj.database.fielddescriptors.
TableDescriptor
update(Connection, ExecutingContext)
- Method in class planetj.database.fielddescriptors.
FieldDescriptorRow
update(Connection, ExecutingContext)
- Method in class planetj.dataengine.autorun.
AutoRunOperation
Updates the database with the values in this Row.
update(Connection, ExecutingContext)
- Method in class planetj.database.
RowCollection
Updates the database, using all the rows in this RowCollection.
update(Connection, ExecutingContext)
- Method in class planetj.database.
Row
Updates the database with the values in this Row.
update(Connection, ExecutingContext)
- Method in class planetj.dataengine.operation.
Operation
Updates the database with the values in this Row.
update(Connection, ExecutingContext)
- Method in class planetj.dataengine.operation.
HTMLOperation
Updates this Row in the DB
update(Connection, ExecutingContext)
- Method in class planetj.dataengine.application.
Application
Updates the database with the values in this Row.
update(Connection, ExecutingContext)
- Method in class planetj.database.connection.
ConnectionRow
Updates the database with the values in this Row.
update(ExecutingContext)
- Method in class planetj.database.
RowCollection
Updates this RowCollection's Rows in the database
update(ExecutingContext)
- Method in class planetj.database.
Row
Updates the database with the values in this Row.
update(Object)
- Method in interface planetj.businessObjects.
IBusinessObjectManager
Update an object to this manager
UPDATEABLE
- Static variable in class planetj.dataengine.display.
TableDisplayPropertyGroup
Whether or not the table should allow direct edits without viewing the details of a single row
updateCompleted(SQLContext, int)
- Method in interface planetj.database.
IDataEngineListener
Invoked whenever a SQLContext to which this object is listening is used to update a database.
updateCopyright(File)
- Static method in class planetj.util.
CopyrightGenerator
Adds/updates the copyright text to a single file
updateCopyright(String)
- Static method in class planetj.util.
CopyrightGenerator
Adds/updates the copyright text to a single file
updateCopyrightInDirectory(File, boolean)
- Static method in class planetj.util.
CopyrightGenerator
Updates the copyright in all the .java files in the directory
updateCopyrightInDirectory(String, boolean)
- Static method in class planetj.util.
CopyrightGenerator
Updates the copyright in all the .java files in the directory
updateExecuted(String, long, long)
- Method in class planetj.database.connection.
DataEngineConnectionPool
Records an update that has executed, and the time it took to execute.
updateExecuted(String, long, long)
- Method in class planetj.database.connection.
DataEngineConnection
Records an update that has executed, and the time it took to execute.
updateObject()
- Method in class planetj.database.
Row
Deprecated.
by WK on (8/10/2003 7:58:28 AM) because there were no references to this method in VAJ any where and all it does is call update()
updateObject()
- Method in interface planetj.businessObjects.
IBusinessObject
update an object from the system.
updateProperties(LayoutDisplayPropertyGroup, LayoutDisplayPropertyGroup)
- Static method in class planetj.dataengine.display.
LayoutDisplayPropertyGroup
Updates all properties in the "current" layout from those in the "new" layout
updateProperties(LayoutDisplayPropertyGroup, LayoutDisplayPropertyGroup, HttpServletRequest)
- Static method in class planetj.dataengine.security.http.
GenericSignOn
Deprecated.
Just invoked LayoutDisplayPropertyGroup.updateProperties() instead
updateProperty(String, Object)
- Method in class planetj.property.
PropertyGroup
Updates a Property's value.
UpdateRequest
- class planetj.magic.
UpdateRequest
.
UpdateRequest(String, HttpServletRequest, HttpServletResponse, String)
- Constructor for class planetj.magic.
UpdateRequest
UpdateRequest constructor comment.
UpdateRowRequest
- class planetj.magic.
UpdateRowRequest
.
This class gets a Row out of the request extracts values into it and updates the Row.
UpdateRowRequest(Row, HttpServletRequest, HttpServletResponse)
- Constructor for class planetj.magic.
UpdateRowRequest
Constructor comment.
UpdateRowRequest(String, HttpServletRequest, HttpServletResponse, String)
- Constructor for class planetj.magic.
UpdateRowRequest
Deprecated.
by WK on (11/25/2003 1:43:37 PM) should hold reference to row and not the row key also no need for the id
updateRowsSetKysPassword(RowCollection, String, int)
- Method in class planetj.dataengine.test.
JERowTests
updateRowsSetMyPassword(RowCollection, String, int)
- Method in class planetj.dataengine.test.
JERowTests
UpdateStatement
- class planetj.database.sql.
UpdateStatement
.
UpdateStatement()
- Constructor for class planetj.database.sql.
UpdateStatement
SelectStatement constructor comment.
UpdateStatement(String, SQLContext)
- Constructor for class planetj.database.sql.
UpdateStatement
SelectStatement constructor comment.
UpdateUserSettings
- class planetj.magic.
UpdateUserSettings
.
UpdateUserSettings(String, HttpServletRequest, HttpServletResponse)
- Constructor for class planetj.magic.
UpdateUserSettings
UpdateUserSettings constructor comment.
UpdateUserSettings(String, HttpServletRequest, HttpServletResponse, String)
- Constructor for class planetj.magic.
UpdateUserSettings
Deprecated.
UploadedFile
- class planetj.dataengine.fileupload.
UploadedFile
.
An UploadedFile contains information about a file that has been uploaded by a user.
UploadedFile(byte[], int, String, String)
- Constructor for class planetj.dataengine.fileupload.
UploadedFile
Creates a new UploadedFile object.
UploadedFile(byte[], String, String)
- Constructor for class planetj.dataengine.fileupload.
UploadedFile
Creates a new UploadedFile object.
UpperCaseStringField
- class planetj.database.field.
UpperCaseStringField
.
A String field which converts everything to uppercase Creation date: (4/12/02 11:36:24 AM)
UpperCaseStringField()
- Constructor for class planetj.database.field.
UpperCaseStringField
URL
- Static variable in class planetj.dataengine.display.
FramePropertyGroup
The initial URL of the frame
URL
- Static variable in class planetj.dataengine.display.
BrowserProperties
URL to load in the window.
URL
- Static variable in interface planetj.database.connection.
IConnections
URL_REFERENCE_FIELD
- Static variable in interface planetj.database.field.
IUsageId
URLMonitoringRow
- class planetj.dataengine.test.
URLMonitoringRow
.
URLMonitoringRow()
- Constructor for class planetj.dataengine.test.
URLMonitoringRow
URLOperationContext
- class planetj.dataengine.operation.
URLOperationContext
.
!!A WK (6/26/2003 8:50:25 PM) this class is work in progress.
URLOperationContext()
- Constructor for class planetj.dataengine.operation.
URLOperationContext
HTMLOperationContext constructor comment.
URLOperationContext(IUser)
- Constructor for class planetj.dataengine.operation.
URLOperationContext
HTMLOperationContext constructor comment.
URLReferenceField
- class planetj.database.field.
URLReferenceField
.
Wraps a field that is a url reference.
URLReferenceField()
- Constructor for class planetj.database.field.
URLReferenceField
UROWID
- Static variable in class planetj.database.
OracleDBSystem
USAGE_ID
- Static variable in interface planetj.database.fielddescriptors.
IFieldData
USAGE_ID
- Static variable in interface planetj.dataengine.operation.
IOperation
Column name for usage id of an Operation.
USAGE_ID_COMPARATOR
- Static variable in class planetj.database.fielddescriptors.
FieldDescriptorCollection
USE_EXISTING_RC_KEY
- Static variable in interface planetj.output.
IOutputProcessor
USER
- Static variable in class planetj.dataengine.autorun.
DistributionPropertyGroup
USER
- Static variable in class planetj.dataengine.email.
EmailPropertyGroup
User id to connect to mail server with.
USER_ID
- Static variable in interface planetj.dataengine.
IServletParameters
USER_ID
- Static variable in class planetj.dataengine.security.http.
SignOnReceipt
USER_ID
- Static variable in interface planetj.dataengine.application.
IApplication
USER_ID
- Static variable in class planetj.dataengine.security.
DEUser2Group
USER_ID
- Static variable in interface planetj.database.connection.
IConnections
USER_ID_FIELD
- Static variable in interface planetj.database.field.
IUsageId
USER_LABEL
- Static variable in class planetj.dataengine.security.
OptionalSignonPropertyGroup
The user label to display
USER_LIBRARY_HTTP_PARAMETER
- Static variable in interface planetj.dataengine.
IDataEngine
USER_LIBRARY_HTTP_SESSION_KEY
- Static variable in interface planetj.dataengine.
IDataEngine
USER_MESSAGE
- Static variable in interface planetj.dataengine.
IDataEngine
User message constants used for JSP feedback to the user
USER_NAME
- Static variable in interface planetj.dataengine.webservices.
IDistributedConsts
USER_NAME
- Static variable in interface planetj.dataengine.security.
IDEUser
USER_PASSWORD
- Static variable in interface planetj.dataengine.
IServletParameters
USER_PREFERENCES
- Static variable in interface planetj.dataengine.
IDataEngine
Deprecated.
replaced with UserProperties.className
USER_REQUEST_ATTRIBUTES_STORED
- Static variable in interface planetj.magic.
IMagicRequest
UserAuthenticationListOperation
- class planetj.dataengine.operation.
UserAuthenticationListOperation
.
This operation simply holds a comma seperated list of user names.
UserAuthenticationListOperation()
- Constructor for class planetj.dataengine.operation.
UserAuthenticationListOperation
UserAuthenticationListOperationsPV
- class planetj.possiblevalues.
UserAuthenticationListOperationsPV
.
This class gets the possible values for Authentication operations with Authorization operations grouped in.
UserAuthenticationListOperationsPV()
- Constructor for class planetj.possiblevalues.
UserAuthenticationListOperationsPV
UserAuthorizationListOperation
- class planetj.dataengine.operation.
UserAuthorizationListOperation
.
This operation simply holds a comma seperated list of user names.
UserAuthorizationListOperation()
- Constructor for class planetj.dataengine.operation.
UserAuthorizationListOperation
UserAuthorizationOperation
- class planetj.dataengine.operation.
UserAuthorizationOperation
.
This operation contains an SQL string that may be executed to get a list of user names that can be used to determine authorization.
UserAuthorizationOperation()
- Constructor for class planetj.dataengine.operation.
UserAuthorizationOperation
UserIdField
- class planetj.database.field.
UserIdField
.
This field has been enhanced to get the current user from its context.
UserIdField()
- Constructor for class planetj.database.field.
UserIdField
UserListSignOn
- class planetj.dataengine.security.http.
UserListSignOn
.
UserListSignOn()
- Constructor for class planetj.dataengine.security.http.
UserListSignOn
UserParameter
- class planetj.dataengine.parameter.
UserParameter
.
A parameter which can extract its value from an IUser object.
UserParameter()
- Constructor for class planetj.dataengine.parameter.
UserParameter
UserPasswordEncoder
- class planetj.util.
UserPasswordEncoder
.
A routine for encoding a userid/password combination into a String.
UserProperties
- class planetj.dataengine.
UserProperties
.
UserProperties()
- Constructor for class planetj.dataengine.
UserProperties
USStateFieldPV
- class planetj.possiblevalues.
USStateFieldPV
.
USStateFieldPV()
- Constructor for class planetj.possiblevalues.
USStateFieldPV
StateFieldPossibleValues constructor comment.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z