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

V

VALID_SIGNON - Static variable in interface planetj.dataengine.IDataEngine
 
validate(ExecutingContext) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
validate(ExecutingContext) - Method in class planetj.dataengine.sqloperation.SQLOperation
Validate this Row based on it's configuration and field values.
validate(ExecutingContext) - Method in class planetj.database.possiblevalues.PossibleValueRow
Validate this Row based on it's configuration and field values.
validate(ExecutingContext) - Method in class planetj.database.RowCollection
Validate this RowCollection's Rows based on their configuration and Field values.
validate(ExecutingContext) - Method in class planetj.database.Row
Validate this Row based on it's configuration and field values.
validate(ExecutingContext) - Method in class planetj.database.Field
Validate this Field based on it's configuration and value.
validate(ExecutingContext) - Method in class planetj.database.field.PasswordField
Validate this Field based on it's configuration and value.
validate(ExecutingContext) - Method in class planetj.dataengine.operation.Operation
Validate this Row based on it's configuration and field values.
validate(ExecutingContext) - Method in class planetj.dataengine.application.Application
Validate this Row based on its configuration and field values.
validate(ExecutingContext) - Method in class planetj.database.connection.ConnectionRow
Validate this Row based on its configuration and field values.
validate(ExecutingContext, Principal) - Method in class planetj.database.RowCollection
Deprecated. by WK on (8/9/2003 9:24:24 AM) because the executing context contains the user. Replaced with validate(ExecutingContext). This method will no longer be supported as of WOW 7.0.
validate(ExecutingContext, Principal) - Method in class planetj.database.Row
Deprecated. by WK on (8/9/2003 9:24:24 AM) because the executing context contains the user. Replaced with validate(ExecutingContext). This method will no longer be supported as of WOW 7.0.
validate(ExecutingContext, Principal) - Method in class planetj.database.Field
Deprecated. by WK on (8/9/2003 9:30:03 AM) because the ExecutingContext contains the user. Replaced with validate(ExecutingContext). This method will no longer be supported as of WOW 7.0.
validate(int, Principal) - Method in class planetj.dataengine.sqloperation.SQLOperation
Deprecated. on 4/15/2004. method no longer supported. use validate(ExecutingContext)
validate(int, Principal) - Method in class planetj.database.RowCollection
Deprecated. Use the validate method which takes in a ExecutingContext
validate(int, Principal) - Method in class planetj.database.Row
Deprecated. Use the validate() method which takes in an ExecutingContext
validate(int, Principal) - Method in class planetj.database.Field
Deprecated. Use the validate() method which takes in an ExecutingContext
validateAS400Name(String) - Static method in class planetj.common.CommonServices
Test the name String for AS400 naming compliance
validateAS400Name(String) - Static method in class planetj.common.CMUtility
Test the name String for AS400 naming compliance
validateFileName(String) - Method in class planetj.helpers.FileHelper
Validates a file name and throws a CMException if the name is invalid Creation date: (12/4/2001 11:05:18 PM)
validateInput() - Method in class planetj.gui.CMNumberField
validate this field is within limits
validateRowOperation(int, Principal) - Method in class planetj.database.Row
Validate if the operation can be performed on this Row.
validateSignon(String, String, String) - Method in class planetj.common.AS400Manager
Returns true if the provided system, userid and password are valid.
ValidationException - exception planetj.exception.ValidationException.
Validation Error has occured.
ValidationException(String, String) - Constructor for class planetj.exception.ValidationException
ValidationException constructor comment.
ValidationExceptionCollection - class planetj.exception.ValidationExceptionCollection.
Insert the type's description here.
ValidationExceptionCollection() - Constructor for class planetj.exception.ValidationExceptionCollection
ExceptionCollection constructor comment.
ValidationExceptionCollection(int) - Constructor for class planetj.exception.ValidationExceptionCollection
ExceptionCollection constructor comment.
Validator - class planetj.validation.Validator.
Provides convenience validation methods Creation date: (2/28/2002 1:42:24 PM)
Validator() - Constructor for class planetj.validation.Validator
 
VALUE - Static variable in interface planetj.database.possiblevalues.IPossibleValue
 
VALUE - Static variable in interface planetj.html.IHTMLAttribute
 
VALUE_AXIS_LABEL - Static variable in class planetj.chart.ChartSpecificationPG
Property name for the label to display on the value axis.
VALUE_PROPERTY - Static variable in class planetj.gui.CMOptionPaneJ
Bounds property name for value.
valueBound(HttpSessionBindingEvent) - Method in class planetj.dataengine.test.JESessionWatcher
valueBound method comment.
valueBound(HttpSessionBindingEvent) - Method in class planetj.dataengine.security.http.SignOnReceipt
Invoked whenever the receipt is added to a session
valueChanged(ListSelectionEvent) - Method in class planetj.dataengine.test.BaseTestClass
valueChanged method comment.
valueChanged(ListSelectionEvent) - Method in class planetj.gui.CMSmartTableModel
Called whenever the value of the selection changes.
valueChanged(ListSelectionEvent) - Method in class planetj.gui.CMListJ
Method to handle events for the ListSelectionListener interface.
values() - Method in class planetj.servlet.wrapper.NoOverwriteMap
 
ValueToken - class planetj.database.sql.ValueToken.
 
ValueToken(String, SQLStatement) - Constructor for class planetj.database.sql.ValueToken
ValueToken constructor comment.
valueUnbound(HttpSessionBindingEvent) - Method in class planetj.dataengine.test.JESessionWatcher
valueUnbound method comment.
valueUnbound(HttpSessionBindingEvent) - Method in class planetj.dataengine.security.http.SignOnReceipt
Invoked whenever the receipt is removed from a session
VARCHAR - Static variable in class planetj.database.OracleDBSystem
 
VARCHAR2 - Static variable in class planetj.database.OracleDBSystem
 
VERIFY_CONNECTION - Static variable in interface planetj.dataengine.application.IApplication
 
verifyConnection() - Method in class planetj.database.connection.ConnectionRow
This method will verify this ConnectionRow contains valid connection properties and using these properties actually establishes a connection to a database.
verifyConnection() - Method in class planetj.database.connection.AS400ConnectionRow
This method will verify this ConnectionRow can connect to the AS400 specified in the URL Creation date: (6/18/2002 1:38:26 PM)
verifySignOn(Application, HttpServletRequest, HttpServletResponse) - Method in class planetj.dataengine.application.DataEngineApplicationServlet
Checks to see if the user is signed on to the Application.
VERSION_5_0 - Static variable in interface planetj.license.ILicenseConsts
 
VERSION_6_0 - Static variable in interface planetj.license.ILicenseConsts
 
VERTICAL_BAR - Static variable in interface planetj.chart.IChartTypes
 
VERTICAL_BAR_3D - Static variable in interface planetj.chart.IChartTypes
 
VERTICAL_BAR_3D_KEY - Static variable in interface planetj.chart.IChartTypes
 
VERTICAL_BAR_CHART_ICON - Static variable in interface planetj.chart.IChartConstants
 
VERTICAL_BAR_ICON - Static variable in interface planetj.html.IImageReferences
Deprecated. path moved into charting package
VERTICAL_BAR_KEY - Static variable in interface planetj.chart.IChartTypes
 
View - interface planetj.dataengine.application.View.
A View represents a screen in the Application which a user can view
VIEW_HTTP_ID - Static variable in interface planetj.dataengine.application.View
 
VIEW_HTTP_ID - Static variable in class planetj.dataengine.application.DataEngineApplicationServlet
 
VIEW_ICON - Static variable in interface planetj.html.IImageReferences
 
VIEW_SYSTEM_DETAILS - Static variable in interface planetj.dataengine.cache.ICacheDetails
 
VIEW_TABLE_FD - Static variable in interface planetj.fdmanager.IFDManager
 
VIEW_TABLE_FDS - Static variable in interface planetj.fdmanager.IFDManager
 
VIEW_TARGET_WINDOW - Static variable in class planetj.dataengine.display.DetailDisplayPropertyGroup
Which HTML window should be used for displaying the detials
VIEW_URI - Static variable in class planetj.dataengine.display.DetailDisplayPropertyGroup
Page to call for view details.
ViewExecutionGroupRequest - class planetj.dataengine.application.magic.ViewExecutionGroupRequest.
 
ViewExecutionGroupRequest(String, Operation, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.dataengine.application.magic.ViewExecutionGroupRequest
Creates a new ViewSQLOperationRequest object
ViewFDsForLibraryRequest - class planetj.fdmanager.magic.ViewFDsForLibraryRequest.
 
ViewFDsForLibraryRequest(String, HttpServletRequest, HttpServletResponse, String, String, String) - Constructor for class planetj.fdmanager.magic.ViewFDsForLibraryRequest
 
ViewFDsForLibraryRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String) - Constructor for class planetj.fdmanager.magic.ViewFDsForLibraryRequest
 
ViewFDsForTableRequest - class planetj.fdmanager.magic.ViewFDsForTableRequest.
 
ViewFDsForTableRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String) - Constructor for class planetj.fdmanager.magic.ViewFDsForTableRequest
 
ViewFDsForTableRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String, String) - Constructor for class planetj.fdmanager.magic.ViewFDsForTableRequest
 
ViewFDsRequest - class planetj.fdmanager.magic.ViewFDsRequest.
 
ViewFDsRequest(String, HttpServletRequest, HttpServletResponse, String, String) - Constructor for class planetj.fdmanager.magic.ViewFDsRequest
 
ViewFDsRequest(String, HttpServletRequest, HttpServletResponse, String, String, String) - Constructor for class planetj.fdmanager.magic.ViewFDsRequest
 
ViewHTMLOperationRequest - class planetj.dataengine.application.magic.ViewHTMLOperationRequest.
 
ViewHTMLOperationRequest(String, Operation, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.dataengine.application.magic.ViewHTMLOperationRequest
Creates a new ViewSQLOperationRequest object
ViewRowRequest - class planetj.magic.ViewRowRequest.
 
ViewRowRequest(String, HttpServletRequest, HttpServletResponse, String, String, String) - Constructor for class planetj.magic.ViewRowRequest
EditRowRequest constructor comment.
ViewSelectionAssociationRequest - class planetj.magic.ViewSelectionAssociationRequest.
Insert the type's description here.
ViewSelectionAssociationRequest(String, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.magic.ViewSelectionAssociationRequest
ViewSelectionAssociationRequest constructor comment.
ViewSQLOperationRequest - class planetj.dataengine.application.magic.ViewSQLOperationRequest.
 
ViewSQLOperationRequest(String, SQLOperation, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.dataengine.application.magic.ViewSQLOperationRequest
Creates a new ViewSQLOperationRequest object

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