© 2002 BEA Systems, Inc.

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_COLOR - Static variable in interface com.bea.p13n.appflow.webflow.servlets.jsp.taglib.WebflowTagConstants
 
Validatable - interface com.bea.p13n.appflow.webflow.forms.Validatable.
 
Validate - class com.beasys.commerce.util.Validate.
Deprecated.  
validate() - Method in class com.bea.commerce.ebusiness.price.engine.SelectionResults
 
validate(Expression) - Method in interface com.bea.p13n.expression.Validator
Validates the supplied expression.
validate(Object) - Method in class com.bea.p13n.property.AbstractPropertyDefinition
Validates the given value against the property definition.
validate(Object) - Method in interface com.bea.p13n.property.PropertyDefinition
Check to see if a value is valid for this property definition.
validate(ValidatedValues) - Method in interface com.bea.p13n.appflow.webflow.forms.Validatable
If the Bean implements this method the ValidatedForm.validate(ValidatedValues, Bean) method, will first populate the bean via reflection and then call the validate method.
validate(ValidatedValues, Object) - Method in interface com.bea.p13n.appflow.webflow.forms.ValidatedForm
For each HttpRequest parameter try and call a setter on the bean.
validate(ValidatedValues, String) - Method in interface com.bea.p13n.appflow.webflow.forms.ValidatedForm
Retrieve an HttpServletRequest parameter and place the results into the ValidatedValues object to be retrieved by the webflow validated tags.
validate(ValidatedValues, String, Object, String) - Method in interface com.bea.p13n.appflow.webflow.forms.Validator
Validate the value of the field in the validatedValues object.
validate(ValidatedValues, String, Object, String) - Method in class examples.e2e.b2b.DoubleValueValidator
Validates the String value from the validatedValues object (which is retrieved using the key supplied) as a java double.
validate(ValidatedValues, String, Object, String) - Method in class examples.e2e.b2b.LongValueValidator
Validates the String value from the validatedValues object (which is retrieved using the key supplied) as a java long.
validate(ValidatedValues, String, String, Object) - Method in interface com.bea.p13n.appflow.webflow.forms.ValidatedForm
Validate an HttpServletRequest parameter using the supplied validator and place the results into the ValidatedValues object to be retrieved by the webflow validated tags.
validate(ValidatedValues, String, String, Object, String) - Method in interface com.bea.p13n.appflow.webflow.forms.ValidatedForm
Validate an HttpServletRequest parameter using the supplied validator and place the results into the ValidatedValues object to be retrieved by the webflow validated tags.
validate(ValidatedValues, Validatable) - Method in interface com.bea.p13n.appflow.webflow.forms.ValidatedForm
For each HttpRequest parameter try and call a setter on the bean.
validateAdviceRequest(AdviceRequest) - Method in interface com.bea.p13n.advisor.Advislet
Allows for custom AdviceRequest validation logic in addition to the required attribute checking performed by the Advisor.
validateAdviceRequest(AdviceRequest) - Method in class com.bea.p13n.advisor.AbstractAdvislet
 
validateAdviceRequest(AdviceRequest) - Method in class com.beasys.commerce.ebusiness.catalog.advislets.CatalogQueryAdvisletImpl
 
validateAndFire(HttpServletRequest) - Method in class com.bea.campaign.tracking.events.ClickCampaignEventValidator
Fires an event by extracting related information from the HttpServletRequest.
validateAndFire(HttpServletRequest) - Method in class com.bea.commerce.ebusiness.tracking.events.ClickProductEventValidator
Fires an event by extracting related information from the HttpServletRequest.
validateAndFire(HttpServletRequest) - Method in interface com.bea.p13n.tracking.clickthrough.ClickEventValidator
Fires an event by extracting related information from the HttpServletRequest.
validateAndFire(HttpServletRequest) - Method in class com.bea.p13n.tracking.clickthrough.ClickContentEventValidator
Fires an event by extracting related information from the HttpServletRequest.
validateArgs() - Method in class com.bea.p13n.content.document.ref.loader.BulkLoader
Validate that we have been passed correct arguments.
validateAttribute(DefaultDocumentSchema.PropertyInfo, Object) - Static method in class com.bea.p13n.content.document.ref.DefaultDocumentSchema
Validate the attribute value against the given property info.
validateAttribute(int, Object) - Static method in class com.bea.p13n.content.document.ref.DefaultDocumentSchema
Validate the attribute value against the specified type.
validateAttribute(String, Object) - Method in class com.bea.p13n.content.document.ref.DefaultDocumentSchema
Validate the specified attribute against the given value.
validateAttribute(String, Object) - Method in interface com.bea.p13n.content.document.spi.DocumentSchemaDef
Validate that a given attribute value is valid based upon the schema information.
validateAuthorization(CatalogRequest, int) - Method in class com.beasys.commerce.ebusiness.catalog.service.CatalogServiceImpl
This method validates that the caller's CatalogRequest object has the credentials to peform the operation in the code argument.
ValidatedForm - interface com.bea.p13n.appflow.webflow.forms.ValidatedForm.
The ValidatedForm class is used to validate http form data.
ValidatedFormConstants - interface com.bea.p13n.appflow.webflow.forms.ValidatedFormConstants.
 
ValidatedFormFactory - class com.bea.p13n.appflow.webflow.forms.ValidatedFormFactory.
A factory for instantiating standard and custom form validators.
ValidatedFormFactory() - Constructor for class com.bea.p13n.appflow.webflow.forms.ValidatedFormFactory
 
validatedValues - Variable in class com.bea.p13n.appflow.webflow.servlets.jsp.taglib.FieldTag
 
validatedValues - Variable in class com.bea.p13n.appflow.webflow.servlets.jsp.taglib.OptionTag
 
validatedValues - Variable in class com.bea.p13n.appflow.webflow.servlets.jsp.taglib.GetValidatedValueTag
 
validatedValues - Variable in class com.bea.p13n.appflow.webflow.servlets.jsp.taglib.SelectTag
 
ValidatedValues - interface com.bea.p13n.appflow.webflow.forms.ValidatedValues.
The ValidatedValues class allows a programmer who writes an InputProcessor to report the status, value and message of processed form fields back to the JSP.
ValidatedValuesFactory - class com.bea.p13n.appflow.webflow.forms.ValidatedValuesFactory.
A factory for instantiating ValidatedValues object
ValidatedValuesFactory() - Constructor for class com.bea.p13n.appflow.webflow.forms.ValidatedValuesFactory
 
validateListBoxParameter(String, String, ValidatedValues, ValidationStatus) - Static method in class com.bea.p13n.appflow.webflow.forms.ValidateParameter
Validate all the ListBox parameters in HttpServletRequest object.
validateMultiple(ValidatedValues, String) - Method in interface com.bea.p13n.appflow.webflow.forms.ValidatedForm
Retrieve an Collection of HttpServletRequest parameters and place the results into the ValidatedValues object to be retrieved by the webflow validated tags.
validateMultiple(ValidatedValues, String, int) - Method in interface com.bea.p13n.appflow.webflow.forms.ValidatedForm
Retrieve an Collection of HttpServletRequest parameters and place the results into the ValidatedValues object to be retrieved by the webflow validated tags.
validateMultiple(ValidatedValues, String, int, String) - Method in interface com.bea.p13n.appflow.webflow.forms.ValidatedForm
Retrieve an Collection of HttpServletRequest parameters and place the results into the ValidatedValues object to be retrieved by the webflow validated tags.
validateOptionalListBoxParameter(String, String, ValidatedValues, ValidationStatus) - Static method in class com.bea.p13n.appflow.webflow.forms.ValidateParameter
Validate all the ListBox parameters in HttpServletRequest object.
validateOptionalTextParameter(String, String, ValidatedValues, ValidationStatus) - Static method in class com.bea.p13n.appflow.webflow.forms.ValidateParameter
Validate all the optional Text parameters in HttpServletRequest object.
ValidateParameter - class com.bea.p13n.appflow.webflow.forms.ValidateParameter.
The ValidateParameter class validates HttpServletRequest paramaters and sets the status and value, depending upon the validation, into a map of statuses and values.
ValidateParameter() - Constructor for class com.bea.p13n.appflow.webflow.forms.ValidateParameter
 
validatePasswordParameter(String, String, ValidatedValues, ValidationStatus, ValidationStatus) - Static method in class com.bea.p13n.appflow.webflow.forms.ValidateParameter
Validate password parameter.
validateProfile() - Method in interface com.bea.p13n.usermgmt.profile.ProfileWrapper
Ensure that the profile represented by this object is valid
validateTextParameter(String, String, ValidatedValues, ValidationStatus) - Static method in class com.bea.p13n.appflow.webflow.forms.ValidateParameter
Validate all the Text parameters in HttpServletRequest object.
VALIDATION_PROP - Static variable in class examples.e2e.common.POParser
Setting the system property "samples.e2e.b2b.xml.validate" to true will cause instances of this class to validate.
VALIDATION_PROP - Static variable in class examples.e2e.common.QuoteParser
Setting this system property ("samples.e2e.b2b.xml.validate") to true will cause the parser to validate the XML during parsing.
ValidationStatus - class com.bea.p13n.appflow.webflow.forms.ValidationStatus.
The ValidationStatus class allows programmer who writes an InputProcessor to set the status of the field validation result.
ValidationStatus() - Constructor for class com.bea.p13n.appflow.webflow.forms.ValidationStatus
 
Validator - interface com.bea.p13n.appflow.webflow.forms.Validator.
A generic interface implemented by plugable Validators.
Validator - interface com.bea.p13n.expression.Validator.
An interface that is implemented by a class that can validate various types of expressions.
validColor - Variable in class com.bea.p13n.appflow.webflow.servlets.jsp.taglib.GetValidatedValueTag
 
validStyle - Variable in class com.bea.p13n.appflow.webflow.servlets.jsp.taglib.WebflowValidatedFormTag
 
value - Variable in class com.bea.p13n.appflow.webflow.servlets.jsp.taglib.FieldTag
 
value - Variable in class com.bea.p13n.appflow.webflow.servlets.jsp.taglib.SetPropertyTag
 
value - Variable in class com.bea.p13n.appflow.webflow.servlets.jsp.taglib.OptionTag
 
value - Variable in class com.beasys.commerce.axiom.units.MoneyImpl
Value of the money.
value - Variable in class com.beasys.commerce.ebusiness.payment.ResultImpl
Containment: By Value Multiplicity: 1:1
value() - Method in class com.beasys.commerce.axiom.units.QualityImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.axiom.units.MoneyImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.axiom.units.PriceImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.axiom.units.DescribedPriceImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.axiom.units.QuantityImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.axiom.units.DescribedMoneyImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.axiom.units.UnitImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.axiom.units.UnitPriceImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.catalog.JspInfoImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.catalog.InventoryInfoImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.catalog.ImageInfoImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.order.OrderLineImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.payment.TransactionEntryImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.payment.ResultImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartLineImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.tax.TaxInformationImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.tax.TaxLineListImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.tax.TaxResultImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.tax.TaxLineResultImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.tax.TaxLineImpl
value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.ebusiness.tax.TaxParametersImpl
value() is a more typesafe implementation of clone()
value() - Method in interface com.beasys.commerce.foundation.Belonging
Returns a type safe shallow copy of the Belonging instance.
value() - Method in class com.beasys.commerce.foundation.TransitionImpl
 
value() - Method in class com.beasys.commerce.foundation.StateImpl
 
value() - Method in interface com.beasys.commerce.foundation.expression.Search
Deprecated. Get a value object initialized from this.
value() - Method in class com.beasys.commerce.foundation.expression.ExpressionImpl
Deprecated. value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.foundation.expression.LogicalImpl
Deprecated. value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.foundation.expression.SearchImpl
Deprecated. value() is a more typesafe implementation of clone()
value() - Method in class com.beasys.commerce.foundation.expression.CriteriaImpl
Deprecated. value() is a more typesafe implementation of clone()
value() - Method in interface com.beasys.commerce.foundation.expression.Expression
Deprecated. Get a value object initialized from this.
valueBound(HttpSessionBindingEvent) - Method in class com.bea.p13n.content.ContentCache
Called when we're bound into an HttpSession.
valueClass - Variable in class com.beasys.commerce.ebusiness.util.DefaultScrollableModel
 
valueInValidatedValues(String) - Method in class com.bea.p13n.appflow.webflow.servlets.jsp.taglib.OptionTag
 
valueOf(String) - Method in class com.beasys.commerce.foundation.expression.ExpressionImpl
Deprecated. Build a new expression that represents the string specified.
valueOf(String) - Method in class com.beasys.commerce.foundation.expression.LogicalImpl
Deprecated. Populate this Logical from the given expression string.
valueOf(String) - Method in class com.beasys.commerce.foundation.expression.CriteriaImpl
Deprecated. Set this Criteria's attributes from the specified query sting, which must be of the form "property comparator criteria" (e.g.
valueOf(String) - Method in interface com.beasys.commerce.foundation.expression.Expression
Deprecated. Populate this Expression from the specified expression string.
VALUES_PROPERTY_NAME - Static variable in interface com.bea.p13n.appflow.webflow.forms.WebflowFormConstants
HttpServlet request attribute key for ValidatedValues values.
valueUnbound(HttpSessionBindingEvent) - Method in class com.bea.p13n.content.ContentCache
Called when we're unbound from an HttpSession, and clears the cache.
Variable - class com.bea.p13n.expression.operator.Variable.
Implementation of the Variable operator.
Variable() - Constructor for class com.bea.p13n.expression.operator.Variable
A default Class Constructor.
Variable(String, Class) - Constructor for class com.bea.p13n.expression.operator.Variable
A class constructor that constructs a variable by assigning a name and a class type.
VariableFinder - interface com.bea.p13n.content.expression.VariableFinder.
The interface for an object which can return the value for variables during variable substitution.
VariableFinder - interface com.beasys.commerce.foundation.expression.VariableFinder.
Deprecated. Moved to VariableFinder.
Variables - class com.bea.p13n.content.expression.Variables.
Utility class to handle replacing ${varname} style variables in Strings.
Variables - class com.beasys.commerce.foundation.expression.Variables.
Deprecated. Moved to Variables.
Variables() - Constructor for class com.bea.p13n.content.expression.Variables
 
Variables() - Constructor for class com.beasys.commerce.foundation.expression.Variables
Deprecated.  
variant - Variable in class com.bea.p13n.taglib.i18n.LocalizeTag
 
VARIANT - Static variable in interface com.bea.p13n.appflow.webflow.forms.ValidatedValues
the request attribute "VARIANT" is needed to create the Locale to pass in to the ValidationExceptionTextFormatter constructor.
VARIANT - Static variable in class com.bea.p13n.taglib.i18n.LocalizeTag
name of the attribute in the PageContext (request scoped) that contains the String with the variant for the bundle set up by the Localize tag.
varSubstitute(String, VariableFinder) - Static method in class com.bea.p13n.content.expression.Variables
Perform variable substitution (${varname}) on the specified string using the given variable name to value map.
varSubstitute(String, VariableFinder) - Static method in class com.beasys.commerce.foundation.expression.Variables
Deprecated. Perform variable substitution (${varname}) on the specified string using the given variable name to value map.
varSubstitute(VariableFinder) - Method in class com.bea.p13n.content.admin.LinkBuilder.LinkInfo
Do a replacement on this object using the specified variables.
verbose - Variable in class com.bea.p13n.content.document.ref.loader.BulkLoader
Do we spew out messages.
verbose - Static variable in class com.bea.p13n.taglib.i18n.I18nTag
 
verbose - Static variable in class com.bea.p13n.taglib.i18n.I18nTagExtraInfo
 
VERBOSE - Static variable in class com.beasys.commerce.ebusiness.catalog.CatalogItemIterator
 
version - Variable in class com.bea.p13n.content.document.DocumentValue
Deprecated. The document version.
version - Variable in class com.bea.p13n.content.document.ref.DefaultDocumentMetadata
The document version.
Version - interface com.bea.p13n.common.Version.
This interface defines versioning data.
Versionable - interface com.bea.p13n.common.Versionable.
This interface is implemented by objects that have a Version associated with them.
VIDEO_CATEGORY_DESC - Static variable in class examples.e2e.b2c.util.B2CPortalConstants
The digital video cameras category name
VIDEO_CATEGORY_ID - Static variable in class examples.e2e.b2c.util.B2CPortalConstants
The digital video cameras category id
VIDEO_CATEGORY_NAME - Static variable in class examples.e2e.b2c.util.B2CPortalConstants
The digital video cameras category name
View - interface com.beasys.commerce.ebusiness.catalog.View.
A View is a window onto a large result set.
VIEW_CODE_MAX_ICON - Static variable in interface examples.e2e.common.tourguide.TourGuide
Icon for "View Code" section
VIEW_CODE_VALUE - Static variable in interface examples.e2e.common.tourguide.TourGuide
Display "View Code" for maximized tour guide
ViewIterator - interface com.beasys.commerce.ebusiness.catalog.ViewIterator.
A ViewIterator is an iterator over large result sets that are broken into a series of Views.
viewSize - Variable in class com.beasys.commerce.ebusiness.catalog.advislets.CatalogQueryAdvisletImpl
 
viewSize - Variable in class com.beasys.commerce.ebusiness.catalog.rules.CatalogQueryWrapper
The viewSize.
viewSize - Variable in class com.beasys.commerce.ebusiness.catalog.tags.CatalogQueryTag
View size in the ViewIterator.
VISIBLE_ITEM - Static variable in interface com.beasys.commerce.ebusiness.catalog.ProductItem
Constant identifier for visible item
VISITOR_USER_MANAGER_JNDI_NAME - Static variable in interface com.bea.portal.admin.VisitorUserConstants
 
VisitorUserConstants - interface com.bea.portal.admin.VisitorUserConstants.
Constants used by the VisitorUserManager EJB and the accompanying vertical slice
VisitorUserManager - interface com.bea.portal.admin.ejb.VisitorUserManager.
Handles all visitor-user admin functionality.
VisitorUserManagerHome - interface com.bea.portal.admin.ejb.VisitorUserManagerHome.
Home interface for the VisitorUserManager EJB
VisitorUserSystemException - exception com.bea.portal.admin.VisitorUserSystemException.
SystemException thrown by the VisitorUserManager EJB
VisitorUserSystemException() - Constructor for class com.bea.portal.admin.VisitorUserSystemException
 
VisitorUserSystemException(String) - Constructor for class com.bea.portal.admin.VisitorUserSystemException
Constructor
VisitorUserSystemException(String, Throwable) - Constructor for class com.bea.portal.admin.VisitorUserSystemException
Constructor
VisitorUserSystemException(Throwable) - Constructor for class com.bea.portal.admin.VisitorUserSystemException
Constructor
VITAL_BANK_PROCESSOR_ERROR - Static variable in interface com.beasys.commerce.ebusiness.payment.TransactionConstants
 
VITAL_CALL1 - Static variable in interface com.beasys.commerce.ebusiness.payment.TransactionConstants
 
VITAL_CALL2 - Static variable in interface com.beasys.commerce.ebusiness.payment.TransactionConstants
 
VITAL_DECLINED - Static variable in interface com.beasys.commerce.ebusiness.payment.TransactionConstants
 
VITAL_EXPIRED_CARD - Static variable in interface com.beasys.commerce.ebusiness.payment.TransactionConstants
 
VITAL_FORMAT_ERROR - Static variable in interface com.beasys.commerce.ebusiness.payment.TransactionConstants
 
VITAL_INVALID_AMOUNT - Static variable in interface com.beasys.commerce.ebusiness.payment.TransactionConstants
 
VITAL_INVALID_CARD_NUMBER - Static variable in interface com.beasys.commerce.ebusiness.payment.TransactionConstants
 
VITAL_INVALID_MERCHANT_ID - Static variable in interface com.beasys.commerce.ebusiness.payment.TransactionConstants
 
VN_BUILD_NUM_TAG - Static variable in interface com.bea.p13n.advisor.AdvisletRegistryConstants
Version child tag - build number.
VN_DESC_TAG - Static variable in interface com.bea.p13n.advisor.AdvisletRegistryConstants
Version child tag - description.
VN_MAJOR_TAG - Static variable in interface com.bea.p13n.advisor.AdvisletRegistryConstants
Version child tag - major version.
VN_MINOR_TAG - Static variable in interface com.bea.p13n.advisor.AdvisletRegistryConstants
Version child tag - minor version.
VOID - Static variable in interface com.beasys.commerce.ebusiness.payment.TransactionConstants
 

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 _
© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved