Serialized Form


Package org.jaffa.beans.moulding.mapping

Class org.jaffa.beans.moulding.mapping.MouldException extends FrameworkException implements Serializable


Package org.jaffa.components.finder

Class org.jaffa.components.finder.FinderCriteriaForm extends FormBase implements Serializable

Serialized Fields

w_sortDropDown

DropDownModel w_sortDropDown
Deprecated. 

w_exportType

RadioButtonModel w_exportType
Deprecated. 

w_maxRecords

DropDownModel w_maxRecords
Deprecated. 

Class org.jaffa.components.finder.FinderForm extends FormBase implements Serializable


Package org.jaffa.components.lookup

Class org.jaffa.components.lookup.LookupForm extends FinderForm implements Serializable

Class org.jaffa.components.lookup.MultiSelectLookupEvent extends EventObject implements Serializable

Serialized Fields

m_selectedRows

Object[] m_selectedRows
Holds value of property selectedRows.


Package org.jaffa.components.maint

Class org.jaffa.components.maint.MaintForm extends FormBase implements Serializable


Package org.jaffa.components.voucher

Class org.jaffa.components.voucher.VoucherGeneratorException extends FrameworkException implements Serializable


Package org.jaffa.config

Class org.jaffa.config.InitApp extends HttpServlet implements Serializable


Package org.jaffa.datatypes

Class org.jaffa.datatypes.Currency extends Object implements Serializable

Serialized Fields

m_value

Double m_value

m_currencyType

String m_currencyType

Class org.jaffa.datatypes.DateOnly extends Object implements Serializable

Serialized Fields

m_date

DateBase m_date

Class org.jaffa.datatypes.DateTime extends Object implements Serializable

Serialized Fields

m_datetime

DateBase m_datetime

Class org.jaffa.datatypes.ValidationException extends ApplicationException implements Serializable


Package org.jaffa.datatypes.exceptions

Class org.jaffa.datatypes.exceptions.BelowMinimumException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.ExceedsMaximumException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.FormatCurrencyException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.FormatDateOnlyException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.FormatDateTimeException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.FormatDecimalException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.FormatIntegerException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.InvalidForeignKeyException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.InvalidGenericForeignKeyException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.InvalidPatternRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.datatypes.exceptions.MandatoryFieldException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.PatternMismatchException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.TooLittleDataException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.TooMuchDataException extends ValidationException implements Serializable

Class org.jaffa.datatypes.exceptions.UnknownDataTypeRuntimeException extends CustomRuntimeException implements Serializable


Package org.jaffa.exceptions

Class org.jaffa.exceptions.ApplicationException extends CustomException implements Serializable

Class org.jaffa.exceptions.ApplicationExceptions extends Exception implements Serializable

Serialized Fields

m_applicationExceptions

Collection m_applicationExceptions

Class org.jaffa.exceptions.ApplicationExceptionWithContext extends ApplicationException implements Serializable

Class org.jaffa.exceptions.ComponentExpiredException extends ApplicationException implements Serializable

Class org.jaffa.exceptions.CustomException extends Exception implements Serializable

Serialized Fields

m_arguments

Object[] m_arguments
Holds value of property arguments.

Class org.jaffa.exceptions.CustomRuntimeException extends RuntimeException implements Serializable

Class org.jaffa.exceptions.DomainObjectChangedException extends ApplicationException implements Serializable

Class org.jaffa.exceptions.DomainObjectNotFoundException extends ApplicationException implements Serializable

Class org.jaffa.exceptions.DuplicateKeyException extends ApplicationException implements Serializable

Class org.jaffa.exceptions.FrameworkException extends CustomException implements Serializable

Class org.jaffa.exceptions.IncompleteKeySpecifiedException extends ApplicationException implements Serializable

Class org.jaffa.exceptions.MiddlewareException extends FrameworkException implements Serializable

Class org.jaffa.exceptions.MultipleDomainObjectsFoundException extends ApplicationException implements Serializable

Class org.jaffa.exceptions.RelatedDomainObjectFoundException extends ApplicationException implements Serializable

Class org.jaffa.exceptions.TokenMismatchException extends ApplicationException implements Serializable

Class org.jaffa.exceptions.UOWSecurityException extends CustomRuntimeException implements Serializable


Package org.jaffa.metadata

Class org.jaffa.metadata.BooleanFieldMetaData extends FieldMetaData implements Serializable

Serialized Fields

m_layout

String m_layout

m_pattern

String m_pattern

Class org.jaffa.metadata.CurrencyFieldMetaData extends FieldMetaData implements Serializable

Serialized Fields

m_layout

String m_layout
Default Layout To Use.


m_minValue

Currency m_minValue

m_maxValue

Currency m_maxValue

m_intSize

Integer m_intSize

m_fracSize

Integer m_fracSize

Class org.jaffa.metadata.DateOnlyFieldMetaData extends FieldMetaData implements Serializable

Serialized Fields

m_layout

String m_layout
Default Layout To Use for Parsing a String into a DateOnly object.


m_minValue

DateOnly m_minValue

m_maxValue

DateOnly m_maxValue

Class org.jaffa.metadata.DateTimeFieldMetaData extends FieldMetaData implements Serializable

Serialized Fields

m_layout

String m_layout
An array of Default Layouts To Use for Parsing a String into a DateOnly object. The String will parsed based on each layout, until a successful parse occurs. This is to support entry of just the date, or date + hours, or date + hours + minutes....


m_minValue

DateTime m_minValue

m_maxValue

DateTime m_maxValue

Class org.jaffa.metadata.DecimalFieldMetaData extends FieldMetaData implements Serializable

Serialized Fields

m_layout

String m_layout
Default Layout To Use.


m_minValue

Double m_minValue

m_maxValue

Double m_maxValue

m_intSize

Integer m_intSize

m_fracSize

Integer m_fracSize

Class org.jaffa.metadata.FieldMetaData extends Object implements Serializable

Serialized Fields

m_name

String m_name

m_dataType

String m_dataType

m_labelToken

String m_labelToken

m_isMandatory

Boolean m_isMandatory

Class org.jaffa.metadata.IntegerFieldMetaData extends FieldMetaData implements Serializable

Serialized Fields

m_layout

String m_layout
Default Layout To Use.


m_minValue

Long m_minValue

m_maxValue

Long m_maxValue

m_intSize

Integer m_intSize

Class org.jaffa.metadata.RawFieldMetaData extends FieldMetaData implements Serializable

Class org.jaffa.metadata.StringFieldMetaData extends FieldMetaData implements Serializable

Serialized Fields

m_pattern

String m_pattern

m_length

Integer m_length

m_caseType

String m_caseType

m_minLength

Integer m_minLength


Package org.jaffa.middleware

Class org.jaffa.middleware.CreateServiceException extends MiddlewareException implements Serializable


Package org.jaffa.persistence

Class org.jaffa.persistence.AtomicCriteria extends Criteria implements Serializable

Serialized Fields

m_ored

boolean m_ored

Class org.jaffa.persistence.Criteria extends Object implements Serializable

Serialized Fields

m_table

String m_table

m_locking

int m_locking

m_criteriaEntries

Collection m_criteriaEntries

m_aggregates

Collection m_aggregates

m_innerCriteriaEntries

Collection m_innerCriteriaEntries

m_orderBy

Collection m_orderBy

m_uow

UOW m_uow

Class org.jaffa.persistence.Criteria.AtomicCriteriaEntry extends Criteria.CriteriaEntry implements Serializable

Serialized Fields

m_atomic

AtomicCriteria m_atomic

Class org.jaffa.persistence.Criteria.CriteriaEntry extends Object implements Serializable

Serialized Fields

m_name

String m_name

m_value

Object m_value

m_operator

int m_operator

m_logic

int m_logic

m_dual

boolean m_dual

Class org.jaffa.persistence.Criteria.OrderBy extends Object implements Serializable

Serialized Fields

m_orderByElement

String m_orderByElement

m_ordering

int m_ordering

Class org.jaffa.persistence.Persistent extends Object implements Serializable


Package org.jaffa.persistence.engines.jdbcengine.configservice.exceptions

Class org.jaffa.persistence.engines.jdbcengine.configservice.exceptions.ClassMetaDataValidationRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.persistence.engines.jdbcengine.configservice.exceptions.ConfigurationServiceRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.persistence.engines.jdbcengine.configservice.exceptions.InitFileNotFoundRuntimeException extends CustomRuntimeException implements Serializable


Package org.jaffa.persistence.engines.jdbcengine.datasource.exceptions

Class org.jaffa.persistence.engines.jdbcengine.datasource.exceptions.DataSourceCreationException extends UOWException implements Serializable

Class org.jaffa.persistence.engines.jdbcengine.datasource.exceptions.DataSourceCursorRuntimeException extends CustomRuntimeException implements Serializable


Package org.jaffa.persistence.engines.jdbcengine.proxy

Class org.jaffa.persistence.engines.jdbcengine.proxy.ProxyFieldValidatoRuntimeException extends CustomRuntimeException implements Serializable


Package org.jaffa.persistence.exceptions

Class org.jaffa.persistence.exceptions.AddFailedException extends UOWException implements Serializable

Class org.jaffa.persistence.exceptions.AlreadyLockedObjectException extends UOWException implements Serializable

Class org.jaffa.persistence.exceptions.CommitFailedException extends UOWException implements Serializable

Class org.jaffa.persistence.exceptions.DeleteFailedException extends UOWException implements Serializable

Class org.jaffa.persistence.exceptions.DomainObjectValidationException extends FrameworkException implements Serializable

Class org.jaffa.persistence.exceptions.EngineInstantiationException extends UOWException implements Serializable

Class org.jaffa.persistence.exceptions.IllegalPersistentStateRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.persistence.exceptions.InactiveUowRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.persistence.exceptions.InvalidUowRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.persistence.exceptions.PostAddFailedException extends AddFailedException implements Serializable

Class org.jaffa.persistence.exceptions.PostDeleteFailedException extends DeleteFailedException implements Serializable

Class org.jaffa.persistence.exceptions.PostLoadFailedException extends UOWException implements Serializable

Class org.jaffa.persistence.exceptions.PostUpdateFailedException extends UpdateFailedException implements Serializable

Class org.jaffa.persistence.exceptions.PreAddFailedException extends AddFailedException implements Serializable

Class org.jaffa.persistence.exceptions.PreDeleteFailedException extends DeleteFailedException implements Serializable

Class org.jaffa.persistence.exceptions.PreUpdateFailedException extends UpdateFailedException implements Serializable

Class org.jaffa.persistence.exceptions.QueryFailedException extends UOWException implements Serializable

Class org.jaffa.persistence.exceptions.ReadOnlyObjectException extends UOWException implements Serializable

Class org.jaffa.persistence.exceptions.RollbackFailedException extends UOWException implements Serializable

Class org.jaffa.persistence.exceptions.UOWException extends FrameworkException implements Serializable

Class org.jaffa.persistence.exceptions.UpdateFailedException extends UOWException implements Serializable

Class org.jaffa.persistence.exceptions.UpdatePrimaryKeyException extends UOWException implements Serializable


Package org.jaffa.presentation.portlet

Class org.jaffa.presentation.portlet.EventHandlerMissingRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.FormBase extends ActionForm implements Serializable

Serialized Fields

m_component

Component m_component
Component to which this form belongs


m_widgetCache

WidgetCache m_widgetCache
Widget-cache for the form. Maintained here for convenience

Class org.jaffa.presentation.portlet.FormKey extends Object implements Serializable

Serialized Fields

m_formName

String m_formName

m_componentId

String m_componentId

m_title

String m_title

Class org.jaffa.presentation.portlet.FormKeyChangeEvent extends EventObject implements Serializable

Serialized Fields

m_newFormKey

FormKey m_newFormKey
Holds value of property newFormKey.


Package org.jaffa.presentation.portlet.component

Class org.jaffa.presentation.portlet.component.ComponentCreationRuntimeException extends CustomRuntimeException implements Serializable


Package org.jaffa.presentation.portlet.session

Class org.jaffa.presentation.portlet.session.UserSessionSetupException extends ApplicationException implements Serializable


Package org.jaffa.presentation.portlet.session.ui

Class org.jaffa.presentation.portlet.session.ui.ComponentDetailsForm extends FormBase implements Serializable

Serialized Fields

w_compProps

GridModel w_compProps

id

String id
Holds value of property id.


name

String name
Holds value of property name.


m_component

Component m_component

Class org.jaffa.presentation.portlet.session.ui.ComponentExplorerForm extends FormBase implements Serializable

Serialized Fields

w_components

GridModel w_components

w_userData

GridModel w_userData

id

String id
Holds value of property id.


host

String host
Holds value of property host.


userId

String userId
Holds value of property userId.


m_userSession

UserSession m_userSession

Class org.jaffa.presentation.portlet.session.ui.SessionExplorerForm extends FormBase implements Serializable

Serialized Fields

w_sessions

GridModel w_sessions


Package org.jaffa.presentation.portlet.widgets.controller.exceptions

Class org.jaffa.presentation.portlet.widgets.controller.exceptions.XmlStructureRuntimeException extends CustomRuntimeException implements Serializable


Package org.jaffa.presentation.portlet.widgets.model.exceptions

Class org.jaffa.presentation.portlet.widgets.model.exceptions.ColumnMismatchRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.model.exceptions.DataTypeMismatchRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.model.exceptions.IllegalExtensionRuntimeException extends CustomRuntimeException implements Serializable


Package org.jaffa.presentation.portlet.widgets.taglib

Class org.jaffa.presentation.portlet.widgets.taglib.ButtonTag extends TagSupport implements Serializable

Serialized Fields

m_field

String m_field
property declaration for tag attribute: field.


m_label

String m_label
property declaration for tag attribute: label.


m_color

String m_color
property declaration for tag attribute: color.


m_fontname

String m_fontname
property declaration for tag attribute: fontname.


m_fontsize

String m_fontsize
property declaration for tag attribute: fontsize.


m_height

String m_height
property declaration for tag attribute: height.


m_width

String m_width
property declaration for tag attribute: width.


m_image

String m_image
property declaration for tag attribute: image.


m_rolloverImage

String m_rolloverImage
property declaration for tag attribute: rolloverImage.


m_text

boolean m_text
property declaration for tag attribute: text.


m_detail

boolean m_detail
property declaration for tag attribute: detail.


m_submit

boolean m_submit
property declaration for tag attribute: submit. A 'submit' button/image will be created if the value is true. This property has no effect on a 'text' button.


m_guarded

boolean m_guarded
property declaration for tag attribute: guarded.


m_confirm

String m_confirm
property declaration for tag attribute: confirm.


m_preprocess

boolean m_preprocess
property declaration for tag attribute: preprocess.


m_target

String m_target
property declaration for tag attribute: target.


m_type

String m_type
property declaration for tag attribute: type.


m_classExtn

String m_classExtn
property declaration for tag attribute: classExtn.


m_classOverride

String m_classOverride
property declaration for tag attribute: classOverride.


m_widthFactor

int m_widthFactor
property declaration for tag attribute: widthFactor.


m_labelEditorLink

String m_labelEditorLink
The value for this field will be computed based on m_label

Class org.jaffa.presentation.portlet.widgets.taglib.CheckBoxTag extends TagSupport implements Serializable

Serialized Fields

m_field

String m_field
property declaration for tag attribute: field.


m_type

String m_type
property declaration for tag attribute: type.


m_imageOn

String m_imageOn
property declaration for tag attribute: imageOn.


m_imageOff

String m_imageOff
property declaration for tag attribute: imageOff.


m_displayOnly

boolean m_displayOnly
property declaration for tag attribute: displayOnly.

Class org.jaffa.presentation.portlet.widgets.taglib.DateTimeTag extends TagSupport implements Serializable

Serialized Fields

m_field

String m_field
property declaration for tag attribute: field.


m_bold

boolean m_bold
property declaration for tag attribute: bold.


m_columns

int m_columns
property declaration for tag attribute: columns.


m_minInterval

int m_minInterval
property declaration for tag attribute: minInterval.


m_validate

boolean m_validate
property declaration for tag attribute: validate.


m_dateOnly

boolean m_dateOnly
property declaration for tag attribute: dateOnly.


mandatory

boolean mandatory
property declaration for global variable mandatory.

Class org.jaffa.presentation.portlet.widgets.taglib.DropDownOptionTag extends TagSupport implements Serializable

Serialized Fields

m_label

String m_label
property declaration for tag attribute: label.


m_value

String m_value
property declaration for tag attribute: value.


m_dropDownTag

DropDownTag m_dropDownTag
This variable contains the parent (enclosing) tag.

Class org.jaffa.presentation.portlet.widgets.taglib.DropDownTag extends BodyTagSupport implements Serializable

Serialized Fields

m_field

String m_field
property declaration for tag attribute: field.


mandatory

boolean mandatory
property declaration for global variable mandatory.


m_model

DropDownModel m_model
Maintains the DropDownModel

Class org.jaffa.presentation.portlet.widgets.taglib.EditBoxTag extends TagSupport implements Serializable

Serialized Fields

m_field

String m_field
property declaration for tag attribute: field.


m_columns

int m_columns
property declaration for tag attribute: columns.


m_password

boolean m_password
property declaration for tag attribute: password.


m_rows

int m_rows
property declaration for tag attribute: rows.


m_fontname

String m_fontname
property declaration for tag attribute: fontname.


m_fontsize

String m_fontsize
property declaration for tag attribute: fontsize.


m_italics

boolean m_italics
property declaration for tag attribute: italics.


m_bold

boolean m_bold
property declaration for tag attribute: bold.


m_width

String m_width
property declaration for tag attribute: width.


m_height

String m_height
property declaration for tag attribute: height.


m_lookup

boolean m_lookup
property declaration for tag attribute: lookup.


m_validate

boolean m_validate
property declaration for tag attribute: validate.


m_trim

boolean m_trim
property declaration for tag attribute: trim.


m_autoTabTo

String m_autoTabTo
property declaration for tag attribute: autoTabTo.


m_onValidate

String m_onValidate
property declaration for global variable mandatory.


mandatory

boolean mandatory

m_percentageH

String m_percentageH
property declaration for tag attribute: verticalSizePercentage.


m_percentageW

String m_percentageW
property declaration for tag attribute: horizontalSizePercentage.


m_horizontalMax

String m_horizontalMax
property declaration for tag attribute: verticalAbsolutePixelSize.


m_verticalMax

String m_verticalMax
property declaration for tag attribute: verticalAbsolutePixelSize.


m_verticalOffset

String m_verticalOffset
property declaration for tag attribute: verticalOffset.


m_horizontalOffset

String m_horizontalOffset
property declaration for tag attribute: horizontalOffset.

Class org.jaffa.presentation.portlet.widgets.taglib.FoldingSectionTag extends BodyTagSupport implements Serializable

Serialized Fields

m_key

String m_key
property declaration for tag attribute: key.


m_label

String m_label
property declaration for tag attribute: label.


m_id

String m_id
property declaration for tag attribute: id.


m_closed

boolean m_closed
property declaration for tag attribute: id.

Class org.jaffa.presentation.portlet.widgets.taglib.FooterTag extends TagSupport implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.FormTag extends FormTag implements Serializable

Serialized Fields

m_url

String m_url
property declaration for tag attribute: url.


m_dateTime

DateTime m_dateTime

m_guardedHtmlLocation

String m_guardedHtmlLocation
property declaration for tag attribute: guardedHtmlLocation. This will be the location of a Html fragment, relative to the classpath


m_widgets

Set m_widgets
Collection to hold the header info of all the widgets painted on a JSP


m_guardedButtonPresent

boolean m_guardedButtonPresent
A boolean which indicates if any guarded-button is painted on the JSP


m_securityContextSet

boolean m_securityContextSet
Flag to indicate if the security context has been set yet

Class org.jaffa.presentation.portlet.widgets.taglib.GridColumnTag extends BodyTagSupport implements Serializable

Serialized Fields

m_label

String m_label
property declaration for tag attribute: label.


m_width

String m_width
property declaration for tag attribute: width.


m_height

String m_height
property declaration for tag attribute: height.


m_gridTag

GridTag m_gridTag
This variable contains the parent (enclosing) tag.


m_dataType

String m_dataType
property declaration for tag attribute: dataType.


m_originalAttributes

Map m_originalAttributes
Store the original state of the pagecontext attributes


m_labelEditorLink

String m_labelEditorLink
The value for this field will be computed based on m_label

Class org.jaffa.presentation.portlet.widgets.taglib.GridTag extends BodyTagSupport implements Serializable

Serialized Fields

m_width

String m_width
property declaration for tag attribute: width.


m_field

String m_field
property declaration for tag attribute: field.


m_detail

boolean m_detail
property declaration for tag attribute: detail.


m_originalAttributes

Map m_originalAttributes
Store the original state of the pagecontext attributes


m_modelIterator

Iterator m_modelIterator
This iterator will be used for getting the GridModelRows of a grid


m_columnHeads

Map m_columnHeads
Maintains a map of Label/ColumnHead objects for each GridColumnTag


m_rowNo

int m_rowNo
This indicates the Row No


m_columnNo

int m_columnNo
This value is used to generate a unique ColumnName for each GridColumn within the Grid


m_hasRows

boolean m_hasRows

m_displayOnly

boolean m_displayOnly

m_cssUrl

String m_cssUrl

m_cssClass

String m_cssClass

m_noRecordsKey

String m_noRecordsKey

Class org.jaffa.presentation.portlet.widgets.taglib.HeaderTag extends TagSupport implements Serializable

Serialized Fields

m_errorBoxInSameWindow

boolean m_errorBoxInSameWindow
property declaration for tag attribute: errorBoxInSameWindow.


m_noCache

boolean m_noCache
property declaration for tag attribute: noCache.

Class org.jaffa.presentation.portlet.widgets.taglib.ImageTag extends TagSupport implements Serializable

Serialized Fields

m_field

String m_field
property declaration for tag attribute: field.


m_defImage

String m_defImage
property declaration for tag attribute: defImage.

Class org.jaffa.presentation.portlet.widgets.taglib.LabelTag extends TagSupport implements Serializable

Serialized Fields

m_domain

String m_domain
property declaration for tag attribute: domain.


m_field

String m_field
property declaration for tag attribute: field.


m_key

String m_key
property declaration for tag attribute: key.


m_arg0

String m_arg0
property declaration for tag attribute: arg0.


m_arg1

String m_arg1
property declaration for tag attribute: arg1.


m_arg2

String m_arg2
property declaration for tag attribute: arg2.


m_arg3

String m_arg3
property declaration for tag attribute: arg3.


m_arg4

String m_arg4
property declaration for tag attribute: arg4.

Class org.jaffa.presentation.portlet.widgets.taglib.LookupTag extends BodyTagSupport implements Serializable

Serialized Fields

m_component

String m_component
property declaration for tag attribute: component.


m_bypassCriteriaScreen

boolean m_bypassCriteriaScreen
property declaration for tag attribute: bypassCriteriaScreen.


m_dynamicParameters

String m_dynamicParameters
property declaration for tag attribute: dynamicParameters.


m_staticParameters

String m_staticParameters
property declaration for tag attribute: staticParameters.


m_targetFields

String m_targetFields
property declaration for tag attribute: targetFields.

Class org.jaffa.presentation.portlet.widgets.taglib.RadioButtonTag extends TagSupport implements Serializable

Serialized Fields

m_field

String m_field
property declaration for tag attribute: field.


m_selectValue

String m_selectValue
property declaration for tag attribute: selectValue.

Class org.jaffa.presentation.portlet.widgets.taglib.RaiseErrorsTag extends TagSupport implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.TableColumnTag extends TagSupport implements Serializable

Serialized Fields

m_column

String m_column
property declaration for tag attribute: column.


m_title

String m_title
property declaration for tag attribute: title.


m_width

String m_width
property declaration for tag attribute: width.


m_tableTag

TableTag m_tableTag
This variable contains the parent (enclosing) tag.


m_labelEditorLink

String m_labelEditorLink
The value for this field will be computed based on m_title

Class org.jaffa.presentation.portlet.widgets.taglib.TableTag extends BodyTagSupport implements Serializable

Serialized Fields

m_field

String m_field
property declaration for tag attribute: field.


m_align

String m_align
property declaration for tag attribute: align.


m_selectcolor

String m_selectcolor
property declaration for tag attribute: selectcolor.


m_rollovercolor

String m_rollovercolor
property declaration for tag attribute: rollovercolor.


m_multiSelect

boolean m_multiSelect
property declaration for tag attribute: multiSelect.


m_detail

boolean m_detail
property declaration for tag attribute: detail.


m_columns

List m_columns
This field holds the columns added by the TableColumnTag


m_noRecordsKey

String m_noRecordsKey

m_selectHidden

String m_selectHidden
This string holds the comma-separated list of existing selected-rowNums


m_selector

String m_selector

Class org.jaffa.presentation.portlet.widgets.taglib.TextTag extends TagSupport implements Serializable

Serialized Fields

m_field

String m_field
property declaration for tag attribute: field.


m_type

String m_type
property declaration for tag attribute: type.


m_domain

String m_domain
property declaration for tag attribute: domain.


m_domainField

String m_domainField
property declaration for tag attribute: domainField.


m_layout

String m_layout
property declaration for tag attribute: layout.


m_maxLength

Integer m_maxLength
property declaration for tag attribute: maxLength.


m_popUp

boolean m_popUp
property declaration for tag attribute: popUp.


m_disableHyperlink

boolean m_disableHyperlink
property declaration for tag attribute: disableHyperlink.

Class org.jaffa.presentation.portlet.widgets.taglib.TreeNodeTypeTag extends TagSupport implements Serializable

Serialized Fields

name

String name
property declaration for tag attribute: name.


image

String image
property declaration for tag attribute: imgsrc.


nodeType

String nodeType
property declaration for tag attribute: mediatype.


nodeText

String nodeText
property declaration for tag attribute: nodetext.

Class org.jaffa.presentation.portlet.widgets.taglib.TreeTag extends BodyTagSupport implements Serializable

Serialized Fields

m_field

String m_field
property declaration for tag attribute: field.


m_model

TreeModel m_model

m_idPrefix

String m_idPrefix

m_nodeTypes

HashMap m_nodeTypes

Class org.jaffa.presentation.portlet.widgets.taglib.UserGridColumnTag extends BodyTagSupport implements Serializable

Serialized Fields

m_label

String m_label
property declaration for tag attribute: label.


m_width

String m_width
property declaration for tag attribute: width.


m_height

String m_height
property declaration for tag attribute: height.


m_gridTag

UserGridTag m_gridTag
This variable contains the parent (enclosing) tag.


m_dataType

String m_dataType
property declaration for tag attribute: dataType.


m_originalAttributes

Map m_originalAttributes
Store the original state of the pagecontext attributes


m_key

boolean m_key

m_labelEditorLink

String m_labelEditorLink
The value for this field will be computed based on m_label


m_labelKey

String m_labelKey

Class org.jaffa.presentation.portlet.widgets.taglib.UserGridTag extends BodyTagSupport implements Serializable

Serialized Fields

m_width

String m_width
property declaration for tag attribute: width.


m_field

String m_field
property declaration for tag attribute: field.


m_detail

boolean m_detail
property declaration for tag attribute: detail.


m_userGridId

String m_userGridId
property declaration for tag attribute: userGridId.


m_outputType

String m_outputType
property declaration for tag attribute: outputType.


m_target

String m_target
property declaration for tag attribute: target.


m_originalAttributes

Map m_originalAttributes
Store the original state of the pagecontext attributes


m_modelIterator

Iterator m_modelIterator
This iterator will be used for getting the GridModelRows of a grid


m_columnHeads

Map m_columnHeads
Maintains a map of Label/ColumnHead objects for each GridColumnTag


m_availableCols

List m_availableCols
Maintains a collection of Available Cols


m_selectedCols

List m_selectedCols
Maintains a collection of Selected Cols


m_rowNo

int m_rowNo
This indicates the Row No


m_columnNo

int m_columnNo
This value is used to generate a unique ColumnName for each GridColumn within the Grid


m_hasRows

boolean m_hasRows

m_userColumns

Map m_userColumns

m_userKeys

Map m_userKeys

m_labelKey

Map m_labelKey

m_rowStack

Map m_rowStack

m_userGridManager

UserGridManager m_userGridManager

m_userId

String m_userId

m_tableSize

String m_tableSize

m_key

String m_key

m_noRecordsKey

String m_noRecordsKey

m_popupHints

boolean m_popupHints


Package org.jaffa.presentation.portlet.widgets.taglib.exceptions

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.ColumnAlreadyExistsRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.InvalidWidgetModelReturnedRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.JspWriteRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.MissingParametersRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.OuterDropDownTagMissingRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.OuterFormTagMissingRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.OuterGridTagMissingRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.OuterTableTagMissingRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.TagCannotBeEnclosedRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.WidgetModelAccessMethodInvocationRuntimeException extends CustomRuntimeException implements Serializable

Class org.jaffa.presentation.portlet.widgets.taglib.exceptions.WidgetModelAccessMethodNotFoundRuntimeException extends CustomRuntimeException implements Serializable


Package org.jaffa.rules

Class org.jaffa.rules.RulesEngineException extends FrameworkException implements Serializable


Package org.jaffa.rules.examples.domain

Class org.jaffa.rules.examples.domain.ValidFieldValue extends Persistent implements Serializable

Serialized Fields

m_tableName

String m_tableName
Holds value of property tableName.


m_fieldName

String m_fieldName
Holds value of property fieldName.


m_legalValue

String m_legalValue
Holds value of property legalValue.


m_description

String m_description
Holds value of property description.


m_remarks

String m_remarks
Holds value of property remarks.


Package org.jaffa.security

Class org.jaffa.security.CheckPolicy extends HttpServlet implements Serializable


Package org.jaffa.security.taglib

Class org.jaffa.security.taglib.ComponentGuardTag extends BodyTagSupport implements Serializable

Serialized Fields

m_name

String m_name
property declaration for tag attribute: name.


m_hasAccess

boolean m_hasAccess
property declaration for tag attribute: hasAccess.

Class org.jaffa.security.taglib.FunctionGuardTag extends BodyTagSupport implements Serializable

Serialized Fields

m_name

String m_name
property declaration for tag attribute: name.


m_hasAccess

boolean m_hasAccess
property declaration for tag attribute: hasAccess.


Package org.jaffa.tools.common

Class org.jaffa.tools.common.SourceDecomposerException extends Exception implements Serializable


Package org.jaffa.tools.domainmeta.common

Class org.jaffa.tools.domainmeta.common.FieldBean extends Object implements Serializable

Serialized Fields

propertySupport

PropertyChangeSupport propertySupport

propertyName

String propertyName
Holds value of property propertyName.


fieldName

String fieldName
Holds value of property fieldName.


javaDataType

String javaDataType
Holds value of property javaDataType.


sqlDataType

String sqlDataType
Holds value of property sqlDataType.


fracSize

String fracSize
Holds value of property fracSize.


intSize

String intSize
Holds value of property intSize.


mandatory

boolean mandatory
Holds value of property mandatory.


primaryKey

boolean primaryKey
Holds value of property primaryKey.


label

String label
Holds value of property label.


labelText

String labelText
Holds value of property labelText.


description

String description
Holds value of property description.

Class org.jaffa.tools.domainmeta.common.TableBean extends Object implements Serializable

Serialized Fields

propertySupport

PropertyChangeSupport propertySupport

id

String id
Holds value of property id.


tableName

String tableName
Holds value of property tableName.


fields

LinkedHashMap fields
Holds value of property fields.


domainName

String domainName
Holds value of property domainName.


domainPackage

String domainPackage
Holds value of property domainPackage.


relationships

ArrayList relationships
Holds value of property relationships.


oneRelationships

ArrayList oneRelationships

label

String label
Holds value of property label.


description

String description
Holds value of property description.


Package org.jaffa.tools.patternengine

Class org.jaffa.tools.patternengine.PatternGeneratorException extends Exception implements Serializable


Package org.jaffa.util

Class org.jaffa.util.ListMap extends Object implements Serializable

Serialized Fields

m_map

HashMap m_map
This Map will contain the key-value pairs


m_list

ListSet m_list
This List will maintain the keys in the order of entry

Class org.jaffa.util.ListProperties extends Properties implements Serializable

Serialized Fields

m_valueMap

Map m_valueMap
This Map will contain the key/value pairs. It will maintain the order in which the entries are made. The iterators will be obtained from this map.


m_propertyMap

Map m_propertyMap
This Map will contain the key/property pairs. The order is not important in this map. It is very much internal to the ListProperties class. NOTE: The iterators are obtained from the valueMap and hence this map may get out of sync !!


m_suffix

String m_suffix
This will be the contents of an InputStream after the last property entry

Class org.jaffa.util.ListSet extends Object implements Serializable

Serialized Fields

m_set

List m_set

Class org.jaffa.util.PropertyMessageResources extends PropertyMessageResources implements Serializable

Class org.jaffa.util.PropertyMessageResourcesFactory extends MessageResourcesFactory implements Serializable



Copyright © 2002-2004 JAFFA Project.