Serialized Form


Package com.ebasetech.ufs.kernel

Class com.ebasetech.ufs.kernel.AbstractUFSComponent extends com.ebasetech.ufs.kernel.EntityObject implements Serializable

Serialized Fields

_containingComponentHolderId

int _containingComponentHolderId

Class com.ebasetech.ufs.kernel.AccessibilityOptions extends java.lang.Object implements Serializable

Serialized Fields

browserNoJs

boolean browserNoJs

browserNoPopups

boolean browserNoPopups

optionButtonZoom

boolean optionButtonZoom

optionButtonNoColour

boolean optionButtonNoColour

optionButtonPageTop

boolean optionButtonPageTop

optionButtonFirstPage

boolean optionButtonFirstPage

Class com.ebasetech.ufs.kernel.BackButtonInvalidDataException extends java.lang.Exception implements Serializable

Class com.ebasetech.ufs.kernel.BrowserPopUp extends java.lang.Object implements Serializable

Serialized Fields

URL

java.lang.String URL

popUpWindowLocation

java.lang.String popUpWindowLocation

Class com.ebasetech.ufs.kernel.ButtonFOPConfig extends java.lang.Object implements Serializable

Serialized Fields

_rootComponent

com.ebasetech.ufs.kernel.StandaloneUFSComponent _rootComponent

_pageId

int _pageId

_fieldOnPageId

int _fieldOnPageId

_skipValidation

boolean _skipValidation

_textId

int _textId

buttonTextReference

com.ebasetech.ufs.texts.TextReference buttonTextReference

_displayAsImage

boolean _displayAsImage

_image

java.lang.String _image

Class com.ebasetech.ufs.kernel.ClientScript extends com.ebasetech.ufs.kernel.AbstractUFSComponent implements Serializable

Serialized Fields

type

com.ebasetech.ufs.kernel.ClientScript.TYPE type

scriptName

java.lang.String scriptName

path

java.lang.String path

contentType

java.lang.String contentType

charset

java.lang.String charset

componentPrefix

java.lang.String componentPrefix

container

com.ebasetech.ufs.kernel.ComponentAccepter container

Class com.ebasetech.ufs.kernel.ClientScriptResolved extends java.lang.Object implements Serializable

Serialized Fields

script

com.ebasetech.ufs.kernel.ClientScript script

fromForm

boolean fromForm

fromTemplate

boolean fromTemplate

isDisabled

boolean isDisabled

canUnDisable

boolean canUnDisable

Class com.ebasetech.ufs.kernel.ComponentBusinessView extends com.ebasetech.ufs.kernel.AbstractUFSComponent implements Serializable

Serialized Fields

container

com.ebasetech.ufs.kernel.StandaloneUFSComponent container

businessViewId

java.lang.String businessViewId

componentPrefix

java.lang.String componentPrefix

componentId

java.lang.String componentId

Class com.ebasetech.ufs.kernel.ComponentEventsManager extends java.lang.Object implements Serializable

Serialized Fields

events

java.util.HashMap<K,V> events

Class com.ebasetech.ufs.kernel.ComponentHolder extends java.lang.Object implements Serializable

Serialized Fields

_id

int _id

_container

com.ebasetech.ufs.kernel.ComponentAccepter _container

_containerId

java.lang.String _containerId

_sourceComponentId

java.lang.String _sourceComponentId

_componentVersion

com.ebasetech.ufs.kernel.Version _componentVersion

_insertPointId

java.lang.String _insertPointId

_namePrefix

java.lang.String _namePrefix

Class com.ebasetech.ufs.kernel.ComponentVersionException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Serialized Fields

_sourceComponentId

java.lang.String _sourceComponentId

_targetComponentId

java.lang.String _targetComponentId

_importType

int _importType

Class com.ebasetech.ufs.kernel.Database extends com.ebasetech.ufs.kernel.EntityObject implements Serializable

Serialized Fields

DBUser

java.lang.String DBUser

DBPwd

java.lang.String DBPwd

JDBCUrl

java.lang.String JDBCUrl

JDBCDriver

java.lang.String JDBCDriver

externalDatasourceId

java.lang.String externalDatasourceId

databaseType

java.lang.String databaseType

databaseDescription

java.lang.String databaseDescription

connectionType

int connectionType

properties

java.util.ArrayList<E> properties

Class com.ebasetech.ufs.kernel.DatabaseProperty extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

Class com.ebasetech.ufs.kernel.DesignerNoteObject extends com.ebasetech.ufs.kernel.EntityObject implements Serializable

Serialized Fields

designerNote

com.ebasetech.ufs.designer.server.DesignerNote designerNote

Class com.ebasetech.ufs.kernel.DuplicateUIDException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Serialized Fields

_formId

java.lang.String _formId

Class com.ebasetech.ufs.kernel.DynamicList extends com.ebasetech.ufs.kernel.FieldList implements Serializable

Serialized Fields

selectColumn

java.lang.String selectColumn

selectTables

java.lang.String selectTables

whereClause

java.lang.String whereClause

selectOther

java.lang.String selectOther

databaseId

java.lang.String databaseId

nativeSQL

java.lang.String nativeSQL

assistedSQL

boolean assistedSQL

debug

boolean debug

listFields

java.util.Hashtable<K,V> listFields

listFieldsVector

java.util.Vector<E> listFieldsVector

Class com.ebasetech.ufs.kernel.DynamicListField extends java.lang.Object implements Serializable

Serialized Fields

listFieldId

java.lang.String listFieldId

listFieldType

java.lang.String listFieldType

listFieldDescription

java.lang.String listFieldDescription

input

boolean input

output

boolean output

dynamicSql

boolean dynamicSql

persistent

boolean persistent

Class com.ebasetech.ufs.kernel.DynamicListFieldMapping extends java.lang.Object implements Serializable

Serialized Fields

primaryFieldId

int primaryFieldId

listFieldId

java.lang.String listFieldId

fieldId

int fieldId

mappingType

int mappingType

Class com.ebasetech.ufs.kernel.DynamicListInboundValue extends java.lang.Object implements Serializable

Serialized Fields

field

com.ebasetech.ufs.kernel.FormFieldI field

value

java.lang.String value

Class com.ebasetech.ufs.kernel.EbaseFormSession extends java.lang.Object implements Serializable

Serialized Fields

_formSessionId

java.lang.String _formSessionId

_sessionAttributes

java.util.HashMap<K,V> _sessionAttributes

_isNew

boolean _isNew

userState

com.ebasetech.ufs.runtime.UserState userState

creationTimestamp

long creationTimestamp

designerSessionId

java.lang.String designerSessionId

activeSubmitCount

int activeSubmitCount

outputMessageRequest

formservlets.OutputMessage outputMessageRequest

pageController

com.ebasetech.ufs.kernel.PageController pageController

postRedirect

com.ebasetech.ufs.runtime.RequestRedirect postRedirect

Class com.ebasetech.ufs.kernel.EbaseSession extends java.lang.Object implements Serializable

Serialized Fields

formSessionTimestamps

java.util.HashMap<K,V> formSessionTimestamps

nextFormSessionId

int nextFormSessionId

subject

javax.security.auth.Subject subject

authenticationComplete

boolean authenticationComplete

presAttributes

com.ebasetech.ufs.presentation.PresentationAttributes presAttributes

browserAttributesCheckComplete

boolean browserAttributesCheckComplete

Class com.ebasetech.ufs.kernel.EntityNotFoundException extends com.ebasetech.ufs.utility.PersistenceException implements Serializable

Class com.ebasetech.ufs.kernel.EntityObject extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

entityStats

com.ebasetech.ufs.designer.server.entities.EntityStats entityStats

id

java.lang.String id

Class com.ebasetech.ufs.kernel.ExceptionWrapper extends java.lang.Object implements Serializable

Serialized Fields

exception

java.lang.Exception exception

exceptionMessage

java.lang.String exceptionMessage

rollback

boolean rollback

Class com.ebasetech.ufs.kernel.Field extends com.ebasetech.ufs.kernel.AbstractUFSComponent implements Serializable

Serialized Fields

fieldName

java.lang.String fieldName

inputFormat

java.lang.String inputFormat

fieldType

java.lang.String fieldType

Class com.ebasetech.ufs.kernel.FieldGroup extends com.ebasetech.ufs.kernel.AbstractUFSComponent implements Serializable

Serialized Fields

fieldGroupDescriptionTextId

int fieldGroupDescriptionTextId

fieldGroupTextId

int fieldGroupTextId

fieldGroupBottomTextId

int fieldGroupBottomTextId

fieldGroupId

java.lang.String fieldGroupId

alignedGroupId

java.lang.String alignedGroupId

groupHeaderTextReference

com.ebasetech.ufs.texts.TextReference groupHeaderTextReference

groupInfoTextReference

com.ebasetech.ufs.texts.TextReference groupInfoTextReference

groupTrailerTextReference

com.ebasetech.ufs.texts.TextReference groupTrailerTextReference

labelWidth

java.lang.String labelWidth

fieldWidth

java.lang.String fieldWidth

helpWidth

java.lang.String helpWidth

overrideTemplateWidths

boolean overrideTemplateWidths

page

com.ebasetech.ufs.kernel.Page page

fieldsOnPage

java.util.ArrayList<E> fieldsOnPage

templateSheetId

java.lang.String templateSheetId

Class com.ebasetech.ufs.kernel.FieldList extends com.ebasetech.ufs.kernel.EntityObject implements Serializable

Class com.ebasetech.ufs.kernel.FieldOnPage extends com.ebasetech.ufs.kernel.AbstractUFSComponent implements Serializable

Serialized Fields

fieldOnPageId

int fieldOnPageId

sourceFieldOnPageId

int sourceFieldOnPageId

field

com.ebasetech.ufs.kernel.FormField field

page

com.ebasetech.ufs.kernel.Page page

fieldGroup

com.ebasetech.ufs.kernel.FieldGroup fieldGroup

buttonConfig

com.ebasetech.ufs.kernel.ButtonFOPConfig buttonConfig

fieldGroupId

java.lang.String fieldGroupId

nextFieldOnPageId

int nextFieldOnPageId

mandatory

boolean mandatory

hidden

boolean hidden

displayOnly

boolean displayOnly

hyperlink

boolean hyperlink

beforeFieldEventId

java.lang.String beforeFieldEventId

afterFieldEventId

java.lang.String afterFieldEventId

immedFieldEventId

java.lang.String immedFieldEventId

immediateValidationFlag

boolean immediateValidationFlag

button

boolean button

displayColumn

int displayColumn

newLine

boolean newLine

templateSheetId

java.lang.String templateSheetId

Class com.ebasetech.ufs.kernel.FieldValidator extends java.lang.Object implements Serializable

Serialized Fields

validatorID

java.lang.String validatorID

propertyValue

java.lang.String propertyValue

useDefault

boolean useDefault

doServerValidation

boolean doServerValidation

serverFailureMsg

java.lang.Integer serverFailureMsg

doClientValidation

boolean doClientValidation

clientFailureMsg

java.lang.Integer clientFailureMsg

Class com.ebasetech.ufs.kernel.FieldValidators extends java.lang.Object implements Serializable

Serialized Fields

validators

java.util.ArrayList<E> validators

Class com.ebasetech.ufs.kernel.Form extends com.ebasetech.ufs.kernel.StandaloneUFSComponent implements Serializable

Serialized Fields

formUID

int formUID

formType

int formType

formDefaults

com.ebasetech.ufs.kernel.presentation.FormDefaults formDefaults

beforeFormEventId

java.lang.String beforeFormEventId

afterFormEventId

java.lang.String afterFormEventId

integrationEventId

java.lang.String integrationEventId

onErrorEventId

java.lang.String onErrorEventId

backButtonEventId

java.lang.String backButtonEventId

formDescriptionTextId

int formDescriptionTextId

finalPageDescriptionTextId

int finalPageDescriptionTextId

finalPageInformationTextId

int finalPageInformationTextId

finalPageUrlTextId

int finalPageUrlTextId

commitTextId

int commitTextId

saveTextId

int saveTextId

restoreTextId

int restoreTextId

saveInfoTextId

int saveInfoTextId

restoreInfoTextId

int restoreInfoTextId

titleTextId

int titleTextId

secure

boolean secure

finalPageUrl

java.lang.String finalPageUrl

commitAsImage

boolean commitAsImage

saveRestore

boolean saveRestore

saveRestorePassword

boolean saveRestorePassword

saveRestoreLifeTime

int saveRestoreLifeTime

saveRestoreAsImage

boolean saveRestoreAsImage

transactional

boolean transactional

optimisticLocking

boolean optimisticLocking

htmlHeaderAddition

java.lang.String htmlHeaderAddition

libraryImageFilename

java.lang.String libraryImageFilename

defaultPrintFormName

java.lang.String defaultPrintFormName

htmlFormPosition

java.lang.String htmlFormPosition

securityAuthorisation

java.lang.String securityAuthorisation

backButtonSupport

java.lang.String backButtonSupport

lastModified

long lastModified

useAjax

boolean useAjax

formWorkflow

com.ebasetech.ufs.kernel.FormWorkflow formWorkflow

styleSheets

java.util.ArrayList<E> styleSheets

printFormsByName

java.util.TreeMap<K,V> printFormsByName

jspLeft

java.lang.String jspLeft

jspTop

java.lang.String jspTop

jspRight

java.lang.String jspRight

jspBottom

java.lang.String jspBottom

formHeaderTextReference

com.ebasetech.ufs.texts.TextReference formHeaderTextReference

htmlTitleTextReference

com.ebasetech.ufs.texts.TextReference htmlTitleTextReference

finishButtonTextReference

com.ebasetech.ufs.texts.TextReference finishButtonTextReference

saveButtonTextReference

com.ebasetech.ufs.texts.TextReference saveButtonTextReference

saveInfoTextReference

com.ebasetech.ufs.texts.TextReference saveInfoTextReference

restoreButtonTextReference

com.ebasetech.ufs.texts.TextReference restoreButtonTextReference

restoreInfoTextReference

com.ebasetech.ufs.texts.TextReference restoreInfoTextReference

finalPageHeaderTextReference

com.ebasetech.ufs.texts.TextReference finalPageHeaderTextReference

finalPageInfoTextReference

com.ebasetech.ufs.texts.TextReference finalPageInfoTextReference

finalPageReturnUrlTextReference

com.ebasetech.ufs.texts.TextReference finalPageReturnUrlTextReference

jspLeftWidth

java.lang.String jspLeftWidth

jspRightWidth

java.lang.String jspRightWidth

formPanelWidth

java.lang.String formPanelWidth

jspLeftStatic

boolean jspLeftStatic

jspRightStatic

boolean jspRightStatic

jspTopStatic

boolean jspTopStatic

jspBottomStatic

boolean jspBottomStatic

skipEmptyPages

boolean skipEmptyPages

outputDocType

java.lang.String outputDocType

useSystemOutputDocumentType

boolean useSystemOutputDocumentType

useTemplateJsps

boolean useTemplateJsps

useTemplateWidths

boolean useTemplateWidths

useJsps

boolean useJsps

Class com.ebasetech.ufs.kernel.FormConstructionException extends com.ebasetech.ufs.utility.PersistenceException implements Serializable

Class com.ebasetech.ufs.kernel.FormEncryptionException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.kernel.FormException extends java.lang.Exception implements Serializable

Class com.ebasetech.ufs.kernel.FormField extends com.ebasetech.ufs.kernel.Field implements Serializable

Serialized Fields

rootComponent

com.ebasetech.ufs.kernel.StandaloneUFSComponent rootComponent

fieldId

int fieldId

sourceFieldId

int sourceFieldId

displayTextTextId

int displayTextTextId

fieldDescriptionTextId

int fieldDescriptionTextId

copySourceFieldId

int copySourceFieldId

display

boolean display

parameter

boolean parameter

returnable

boolean returnable

workflowPriority

boolean workflowPriority

displayType

java.lang.String displayType

staticList

java.lang.String staticList

dynamicList

java.lang.String dynamicList

displayLength

java.lang.Integer displayLength

defaultValue

java.lang.String defaultValue

listErrorMessage

java.lang.String listErrorMessage

listErrorType

java.lang.String listErrorType

noTextAreaRows

int noTextAreaRows

decimalDigits

int decimalDigits

showDigitSeparator

boolean showDigitSeparator

encryptedParameter

boolean encryptedParameter

round

int round

align

char align

labelPosition

char labelPosition

calendar

boolean calendar

isHtml

boolean isHtml

workflowInParameter

boolean workflowInParameter

workflowOutParameter

boolean workflowOutParameter

setSingleListValue

boolean setSingleListValue

listBuildOption

int listBuildOption

requestMandatory

boolean requestMandatory

clientAccessible

java.lang.String clientAccessible

displayFormat

int displayFormat

valuePatternTextOption

int valuePatternTextOption

valuePatternText

java.lang.String valuePatternText

fieldLabelTextReference

com.ebasetech.ufs.texts.TextReference fieldLabelTextReference

fieldInfoTextReference

com.ebasetech.ufs.texts.TextReference fieldInfoTextReference

listHeaderTextReference

com.ebasetech.ufs.texts.TextReference listHeaderTextReference

validators

com.ebasetech.ufs.kernel.FieldValidators validators

properties

java.util.HashMap<K,V> properties

mappings

java.util.Hashtable<K,V> mappings

listMappings

java.util.Vector<E> listMappings

Class com.ebasetech.ufs.kernel.FormMetadata extends java.lang.Object implements Serializable

Serialized Fields

component

com.ebasetech.ufs.kernel.StandaloneUFSComponent component

elements

java.util.Vector<E> elements

Class com.ebasetech.ufs.kernel.FormTextMissingException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.kernel.FormTransactionException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.kernel.FormValueConversionException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.kernel.FormValueObjectIncompatibleException extends com.ebasetech.ufs.kernel.FormValueConversionException implements Serializable

Class com.ebasetech.ufs.kernel.FormWorkflow extends java.lang.Object implements Serializable

Serialized Fields

form

com.ebasetech.ufs.kernel.Form form

completionStates

java.util.ArrayList<E> completionStates

Class com.ebasetech.ufs.kernel.FormWorkflowInfo extends com.ebasetech.ufs.workflow.server.process.activity.InteractiveActivityInfo implements Serializable

Serialized Fields

workFlowAware

boolean workFlowAware

formId

java.lang.String formId

exists

boolean exists

Class com.ebasetech.ufs.kernel.FormWorkflowListItem extends java.lang.Object implements Serializable

Serialized Fields

formId

java.lang.String formId

projectId

java.lang.String projectId

Class com.ebasetech.ufs.kernel.GlobalMetadata extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

elements

java.util.Vector<E> elements

Class com.ebasetech.ufs.kernel.Helper extends java.lang.Object implements Serializable

Class com.ebasetech.ufs.kernel.InstallationPreferences extends java.lang.Object implements Serializable

Serialized Fields

colours

java.util.ArrayList<E> colours

fonts

java.util.ArrayList<E> fonts

Class com.ebasetech.ufs.kernel.InvalidClassException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.kernel.InvalidCompletionStateException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.kernel.InvalidFormStateException extends java.lang.RuntimeException implements Serializable

Class com.ebasetech.ufs.kernel.InvalidSubstitutionException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.kernel.Language extends java.lang.Object implements Serializable

Serialized Fields

languageId

java.lang.String languageId

languageText

java.lang.String languageText

useStandardLangText

boolean useStandardLangText

enabled

boolean enabled

formattingLanguage

java.lang.String formattingLanguage

characterEncoding

java.lang.String characterEncoding

Class com.ebasetech.ufs.kernel.LanguageList extends java.util.ArrayList<com.ebasetech.ufs.kernel.Language> implements Serializable

Class com.ebasetech.ufs.kernel.LanguageOptions extends java.lang.Object implements Serializable

Serialized Fields

defaultLanguage

java.lang.String defaultLanguage

useBrowserLanguages

boolean useBrowserLanguages

useLanguageURLParameter

boolean useLanguageURLParameter

systemCharset

java.lang.String systemCharset

Class com.ebasetech.ufs.kernel.LogonExitException extends java.lang.Exception implements Serializable

Serialized Fields

originalException

java.lang.Exception originalException

failureOption

char failureOption

Class com.ebasetech.ufs.kernel.Message extends java.lang.Object implements Serializable

Serialized Fields

messageId

int messageId

language

java.lang.String language

text

java.lang.String text

projectId

java.lang.String projectId

Class com.ebasetech.ufs.kernel.Messages extends com.ebasetech.ufs.kernel.EntityObject implements Serializable

Serialized Fields

messages

java.util.Vector<E> messages

projectId

java.lang.String projectId

Class com.ebasetech.ufs.kernel.MetadataElement extends java.lang.Object implements Serializable

Serialized Fields

displayOrder

int displayOrder

itemName

java.lang.String itemName

content

java.lang.String content

scheme

java.lang.String scheme

httpEquiv

java.lang.String httpEquiv

Class com.ebasetech.ufs.kernel.MissingComponentException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Serialized Fields

_sourceComponentId

java.lang.String _sourceComponentId

_targetComponentId

java.lang.String _targetComponentId

Class com.ebasetech.ufs.kernel.MissingFormFieldException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.kernel.MissingListFieldException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.kernel.NonExistentException extends java.lang.Exception implements Serializable

Class com.ebasetech.ufs.kernel.NullObject extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

fe

com.ebasetech.ufs.kernel.FormException fe

Class com.ebasetech.ufs.kernel.Page extends com.ebasetech.ufs.kernel.AbstractUFSComponent implements Serializable

Serialized Fields

rootComponent

com.ebasetech.ufs.kernel.StandaloneUFSComponent rootComponent

pageId

int pageId

sourcePageId

int sourcePageId

nextPageId

int nextPageId

pageName

java.lang.String pageName

rootControl

com.ebasetech.ufs.runtime.controls.Control rootControl

pageHeaderTextReference

com.ebasetech.ufs.texts.TextReference pageHeaderTextReference

pageInfoTextReference

com.ebasetech.ufs.texts.TextReference pageInfoTextReference

pageTrailerTextReference

com.ebasetech.ufs.texts.TextReference pageTrailerTextReference

nextPageTextReference

com.ebasetech.ufs.texts.TextReference nextPageTextReference

prevPageTextReference

com.ebasetech.ufs.texts.TextReference prevPageTextReference

beforePageEventId

java.lang.String beforePageEventId

afterPageEventId

java.lang.String afterPageEventId

previousPageEventId

java.lang.String previousPageEventId

nextPageAsImage

boolean nextPageAsImage

prevPageAsImage

boolean prevPageAsImage

styleSheets

java.util.ArrayList<E> styleSheets

clientScripts

java.util.ArrayList<E> clientScripts

htmlPlusPlus

java.lang.String htmlPlusPlus

_localComponentHolders

java.util.HashMap<K,V> _localComponentHolders

informationTextId

int informationTextId

pageDescriptionTextId

int pageDescriptionTextId

bottomInfoTextId

int bottomInfoTextId

nextPageTextId

int nextPageTextId

prevPageTextId

int prevPageTextId

firstFieldOnPageId

int firstFieldOnPageId

fieldsOnPage

java.util.HashMap<K,V> fieldsOnPage

fieldGroups

java.util.Hashtable<K,V> fieldGroups

templateSheetId

java.lang.String templateSheetId

labelWidth

java.lang.String labelWidth

fieldWidth

java.lang.String fieldWidth

helpWidth

java.lang.String helpWidth

overrideTemplateWidths

boolean overrideTemplateWidths

widthType

java.lang.String widthType

Class com.ebasetech.ufs.kernel.PageController extends java.lang.Object implements Serializable

Serialized Fields

pageBlocks

java.util.ArrayList<E> pageBlocks

currentPageBlockId

int currentPageBlockId

Class com.ebasetech.ufs.kernel.Project extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

messageIdHighUsed

int messageIdHighUsed

projectId

java.lang.String projectId

components

com.ebasetech.ufs.designer.client.NamedVector components

scripts

com.ebasetech.ufs.designer.client.NamedVector scripts

readOnly

boolean readOnly

Class com.ebasetech.ufs.kernel.RWProperties extends java.lang.Object implements Serializable

Serialized Fields

propertiesFileMissing

boolean propertiesFileMissing

DBUser

java.lang.String DBUser

DBPwd

java.lang.String DBPwd

JDBCUrl

java.lang.String JDBCUrl

JDBCDriver

java.lang.String JDBCDriver

externalDatasourceId

java.lang.String externalDatasourceId

useConnectionPooling

boolean useConnectionPooling

systemMode

java.lang.String systemMode

productionMode

boolean productionMode

installationPreferencesFileName

java.lang.String installationPreferencesFileName

jdbcNamingPrefix

java.lang.String jdbcNamingPrefix

transactionJNDIName

java.lang.String transactionJNDIName

transactionTimeout

int transactionTimeout

designerTransactionJNDIName

java.lang.String designerTransactionJNDIName

XMLClientServlet

java.lang.String XMLClientServlet

batchServlet

java.lang.String batchServlet

parameterEncryption

boolean parameterEncryption

presentationBorderSurround

boolean presentationBorderSurround

skipBrowserAttributesCheck

boolean skipBrowserAttributesCheck

browserBackButtonSupported

boolean browserBackButtonSupported

upgrade

boolean upgrade

useUserManagerForDesignerAuthentication

boolean useUserManagerForDesignerAuthentication

ldapAttributesFileName

java.lang.String ldapAttributesFileName

ldapRegistryHost

java.lang.String ldapRegistryHost

ldapRegistryPort

java.lang.String ldapRegistryPort

ldapBaseDistinguishedName

java.lang.String ldapBaseDistinguishedName

ldapBindDistinguishedName

java.lang.String ldapBindDistinguishedName

ldapBindPassword

java.lang.String ldapBindPassword

userKeyAttributeName

java.lang.String userKeyAttributeName

userRoleAttributeName

java.lang.String userRoleAttributeName

ldapCacheRefreshPeriod

int ldapCacheRefreshPeriod

ldapDebug

boolean ldapDebug

scanningConfigTemplateFile

java.lang.String scanningConfigTemplateFile

scanningConfigExportDirectory

java.lang.String scanningConfigExportDirectory

scanningConfigExportFilename

java.lang.String scanningConfigExportFilename

ghostscriptHome

java.lang.String ghostscriptHome

fileDirectoryName

java.lang.String fileDirectoryName

pdfDirectoryName

java.lang.String pdfDirectoryName

maxUploadFileSize

com.ebasetech.ufs.kernel.SizeFormatter maxUploadFileSize

uploadFileTypesStr

java.lang.String uploadFileTypesStr

uploadFileTypes

java.util.HashMap<K,V> uploadFileTypes

systemName

java.lang.String systemName

defaultMasterPageName

java.lang.String defaultMasterPageName

defaultPrintPageSizeName

java.lang.String defaultPrintPageSizeName

defaultPrintPageOrientation

java.lang.String defaultPrintPageOrientation

lotusExpeditor

boolean lotusExpeditor

SSLPort

int SSLPort

maxLoopCount

int maxLoopCount

logonExitServlet

java.lang.String logonExitServlet

userManagerClassName

java.lang.String userManagerClassName

authorisationManagerClassName

java.lang.String authorisationManagerClassName

loginModuleEntryName

java.lang.String loginModuleEntryName

assignmentHandlerClassName

java.lang.String assignmentHandlerClassName

securityHandlerClassName

java.lang.String securityHandlerClassName

assignmentHandler

com.ebasetech.ufs.workflow.resource.AssignmentHandler assignmentHandler

securityHandler

com.ebasetech.ufs.workflow.security.SecurityHandler securityHandler

identityMangerClassName

java.lang.String identityMangerClassName

activityTypes

java.util.List<E> activityTypes

organisationCalendarId

java.lang.String organisationCalendarId

holidayClassNames

java.lang.String holidayClassNames

workflowProcessAttributesCacheSize

int workflowProcessAttributesCacheSize

workflowServerHost

java.lang.String workflowServerHost

workflowServerWebapp

java.lang.String workflowServerWebapp

workflowServerPort

java.lang.String workflowServerPort

workflowServerIsSecure

boolean workflowServerIsSecure

globalHtmlForm

boolean globalHtmlForm

defaultFocusToFirstField

boolean defaultFocusToFirstField

useConnectionPoolingStr

java.lang.String useConnectionPoolingStr

logErrorStr

java.lang.String logErrorStr

logInfoStr

java.lang.String logInfoStr

callUrlMethod

int callUrlMethod

outputDocumentType

java.lang.String outputDocumentType

defaultTNS

java.lang.String defaultTNS

localBaseUri

java.lang.String localBaseUri

Class com.ebasetech.ufs.kernel.SelectValue extends java.lang.Object implements Serializable

Serialized Fields

displayValue

java.lang.String displayValue

returnedValue

java.lang.String returnedValue

language

java.lang.String language

isSelected

boolean isSelected

additionalReturnFields

java.util.Hashtable<K,V> additionalReturnFields

sequence

int sequence

Class com.ebasetech.ufs.kernel.Sequence extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

sequenceId

java.lang.String sequenceId

lowRange

int lowRange

highRange

int highRange

incrementNo

int incrementNo

nextDocument

int nextDocument

nextSequenceNo

int nextSequenceNo

incrementErrorMessage

java.lang.String incrementErrorMessage

changed

boolean changed

Class com.ebasetech.ufs.kernel.Sequences extends com.ebasetech.ufs.kernel.EntityObject implements Serializable

Serialized Fields

sequences

java.util.Vector<E> sequences

Class com.ebasetech.ufs.kernel.SerializedBytesWrapper extends java.lang.Object implements Serializable

Serialized Fields

bytes

byte[] bytes

Class com.ebasetech.ufs.kernel.ServerData extends java.lang.Object implements Serializable

Serialized Fields

version

java.lang.String version

build

java.lang.String build

firstUse

java.lang.String firstUse

Class com.ebasetech.ufs.kernel.SetupPropertiesException extends java.lang.Exception implements Serializable

Class com.ebasetech.ufs.kernel.SharedTexts extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

sharedTexts

java.util.HashMap<K,V> sharedTexts

Class com.ebasetech.ufs.kernel.SourceDefinition extends java.lang.Object implements Serializable

Serialized Fields

sourceId

java.lang.String sourceId

sourceSetInComponentId

java.lang.String sourceSetInComponentId

Class com.ebasetech.ufs.kernel.StandaloneUFSComponent extends com.ebasetech.ufs.kernel.AbstractUFSComponent implements Serializable

Serialized Fields

ebaseVersion

java.lang.String ebaseVersion

version

com.ebasetech.ufs.kernel.Version version

projectId

java.lang.String projectId

metadata

com.ebasetech.ufs.kernel.FormMetadata metadata

pages

java.util.Hashtable<K,V> pages

pagesByName

java.util.Hashtable<K,V> pagesByName

firstPageId

int firstPageId

fields

java.util.Hashtable<K,V> fields

fieldsByName

java.util.Hashtable<K,V> fieldsByName

businessViewId

java.lang.String businessViewId

templateId

java.lang.String templateId

presentationTemplateId

java.lang.String presentationTemplateId

createdUser

java.lang.String createdUser

createdDate

java.lang.String createdDate

importedUser

java.lang.String importedUser

importedDate

java.lang.String importedDate

lastUpdatedUser

java.lang.String lastUpdatedUser

lastUpdatedDate

java.lang.String lastUpdatedDate

textIdLow

int textIdLow

textIdHighUsed

int textIdHighUsed

designerNote

com.ebasetech.ufs.designer.server.DesignerNote designerNote

nextAvailableControlUid

long nextAvailableControlUid

_localComponentHolders

java.util.HashMap<K,V> _localComponentHolders

componentBVs

java.util.HashMap<K,V> componentBVs

eventsManager

com.ebasetech.ufs.kernel.ComponentEventsManager eventsManager

componentTextsManager

com.ebasetech.ufs.texts.ComponentTextsManager componentTextsManager

libraryScripts

java.util.Map<K,V> libraryScripts

clientCallableFunctionsScripts

java.util.Map<K,V> clientCallableFunctionsScripts

clientScripts

java.util.ArrayList<E> clientScripts

Class com.ebasetech.ufs.kernel.StaticList extends com.ebasetech.ufs.kernel.FieldList implements Serializable

Serialized Fields

allDisplayValues

java.util.Vector<E> allDisplayValues

Class com.ebasetech.ufs.kernel.StyleSheet extends java.lang.Object implements Serializable

Serialized Fields

styleSheetId

java.lang.String styleSheetId

sequence

int sequence

relation

java.lang.String relation

title

java.lang.String title

selected

boolean selected

defaultStyle

boolean defaultStyle

media

java.lang.String media

Class com.ebasetech.ufs.kernel.SystemBoolean extends com.ebasetech.ufs.kernel.SystemValue implements Serializable

Serialized Fields

internalValue

boolean internalValue

Class com.ebasetech.ufs.kernel.SystemChar extends com.ebasetech.ufs.kernel.SystemValue implements Serializable

Serialized Fields

internalValue

java.lang.String internalValue

Class com.ebasetech.ufs.kernel.SystemCurrency extends com.ebasetech.ufs.kernel.SystemNumber implements Serializable

Class com.ebasetech.ufs.kernel.SystemDate extends com.ebasetech.ufs.kernel.SystemValue implements Serializable

Serialized Fields

internalValue

com.ebasetech.ufs.utility.CalendarDate internalValue

Class com.ebasetech.ufs.kernel.SystemDateTime extends com.ebasetech.ufs.kernel.SystemValue implements Serializable

Serialized Fields

internalValue

java.lang.Long internalValue

Class com.ebasetech.ufs.kernel.SystemInteger extends com.ebasetech.ufs.kernel.SystemValue implements Serializable

Serialized Fields

internalValue

java.math.BigInteger internalValue

Class com.ebasetech.ufs.kernel.SystemNumber extends com.ebasetech.ufs.kernel.SystemValue implements Serializable

Serialized Fields

internalValue

java.math.BigDecimal internalValue

decDigits

int decDigits

round

int round

Class com.ebasetech.ufs.kernel.SystemObject extends com.ebasetech.ufs.kernel.SystemValue implements Serializable

Serialized Fields

internalValue

java.lang.Object internalValue

Class com.ebasetech.ufs.kernel.SystemPreferences extends java.lang.Object implements Serializable

Serialized Fields

preferences

java.util.HashMap<K,V> preferences

Class com.ebasetech.ufs.kernel.SystemTexts extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

systemTexts

java.util.HashMap<K,V> systemTexts

Class com.ebasetech.ufs.kernel.SystemTime extends com.ebasetech.ufs.kernel.SystemValue implements Serializable

Serialized Fields

internalValue

java.lang.Long internalValue

Class com.ebasetech.ufs.kernel.SystemValue extends java.lang.Object implements Serializable

Serialized Fields

valueSet

boolean valueSet

Class com.ebasetech.ufs.kernel.TableColumnField extends com.ebasetech.ufs.kernel.FormField implements Serializable

Serialized Fields

tableFieldId

java.lang.String tableFieldId

Class com.ebasetech.ufs.kernel.TableField extends com.ebasetech.ufs.kernel.FormField implements Serializable

Serialized Fields

sourceDef

com.ebasetech.ufs.kernel.SourceDefinition sourceDef

insertedSourceDef

com.ebasetech.ufs.kernel.SourceDefinition insertedSourceDef

tableColumnPrefix

java.lang.String tableColumnPrefix

tableColumnFieldIds

java.util.ArrayList<E> tableColumnFieldIds

Class com.ebasetech.ufs.kernel.TableFieldStorageManager extends com.ebasetech.ufs.kernel.TableStorageManager implements Serializable

Serialized Fields

fieldData

javax.swing.table.DefaultTableModel fieldData

tableColumnDefaultState

java.util.ArrayList<E> tableColumnDefaultState

resourceBackedFieldNames

java.util.Set<E> resourceBackedFieldNames

nonResourceBackedFieldNames

java.util.Set<E> nonResourceBackedFieldNames

columnToSourceFieldName

java.util.Vector<E> columnToSourceFieldName

fieldNameToColumn

java.util.HashMap<K,V> fieldNameToColumn

columnToFieldId

java.util.Vector<E> columnToFieldId

tableContainsField

java.util.HashMap<K,V> tableContainsField

currentFieldRowNum

int currentFieldRowNum

numberOfFieldColumns

int numberOfFieldColumns

populatedFromResource

boolean populatedFromResource

Class com.ebasetech.ufs.kernel.TableFOP extends com.ebasetech.ufs.kernel.FieldOnPage implements Serializable

Serialized Fields

titleTextId

int titleTextId

infoTextId

int infoTextId

trailerTextId

int trailerTextId

tableHeaderTextReference

com.ebasetech.ufs.texts.TextReference tableHeaderTextReference

tableInfoTextReference

com.ebasetech.ufs.texts.TextReference tableInfoTextReference

tableTrailerTextReference

com.ebasetech.ufs.texts.TextReference tableTrailerTextReference

numberOfColumns

int numberOfColumns

numberOfHorizontalPages

int numberOfHorizontalPages

width

int width

isDeletable

boolean isDeletable

isInsertable

boolean isInsertable

isSelectable

boolean isSelectable

numVisibleRows

int numVisibleRows

templateSheetId

java.lang.String templateSheetId

showInfoMessage

boolean showInfoMessage

showColumnHeaders

boolean showColumnHeaders

addRowEventId

java.lang.String addRowEventId

tableFOPColumns

java.util.Vector<E> tableFOPColumns

Class com.ebasetech.ufs.kernel.TableFOPColumn extends com.ebasetech.ufs.kernel.FieldOnPage implements Serializable

Serialized Fields

tableFieldOnPageId

int tableFieldOnPageId

isSortable

boolean isSortable

isFixed

boolean isFixed

horizontalPageNumber

int horizontalPageNumber

widthOnHorizontalPage

int widthOnHorizontalPage

Class com.ebasetech.ufs.kernel.TableRowInvalidException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.kernel.TableSortEnum extends java.lang.Object implements Serializable

Serialized Fields

myName

java.lang.String myName

Class com.ebasetech.ufs.kernel.TableSorter extends java.lang.Object implements Serializable

Class com.ebasetech.ufs.kernel.TableStorageManager extends java.lang.Object implements Serializable

Class com.ebasetech.ufs.kernel.Template extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

templateId

java.lang.String templateId

sheetId

java.lang.String sheetId

styles

java.util.HashMap<K,V> styles

style

java.lang.String style

useStylesheets

boolean useStylesheets

formBgColour

java.lang.String formBgColour

bodyBgColour

java.lang.String bodyBgColour

bodyTextColour

java.lang.String bodyTextColour

panePageHeadingBgColour

java.lang.String panePageHeadingBgColour

panePageHeadingFontFace

java.lang.String panePageHeadingFontFace

panePageHeadingBold

boolean panePageHeadingBold

panePageHeadingItalic

boolean panePageHeadingItalic

panePageHeadingUnderline

boolean panePageHeadingUnderline

panePageHeadingAlign

java.lang.String panePageHeadingAlign

panePageHeadingFontSize

java.lang.String panePageHeadingFontSize

panePageHeadingFontColour

java.lang.String panePageHeadingFontColour

errorBgColour

java.lang.String errorBgColour

errorFontFace

java.lang.String errorFontFace

errorBold

boolean errorBold

errorItalic

boolean errorItalic

errorUnderline

boolean errorUnderline

errorAlign

java.lang.String errorAlign

errorFontSize

java.lang.String errorFontSize

errorFontColour

java.lang.String errorFontColour

warningBgColour

java.lang.String warningBgColour

warningFontFace

java.lang.String warningFontFace

warningBold

boolean warningBold

warningItalic

boolean warningItalic

warningUnderline

boolean warningUnderline

warningAlign

java.lang.String warningAlign

warningFontSize

java.lang.String warningFontSize

warningFontColour

java.lang.String warningFontColour

fieldLabelBgColour

java.lang.String fieldLabelBgColour

fieldLabelFontFace

java.lang.String fieldLabelFontFace

fieldLabelBorderColour

java.lang.String fieldLabelBorderColour

fieldLabelWidth

java.lang.String fieldLabelWidth

fieldLabelBold

boolean fieldLabelBold

fieldLabelItalic

boolean fieldLabelItalic

fieldLabelUnderline

boolean fieldLabelUnderline

fieldLabelAlign

java.lang.String fieldLabelAlign

fieldLabelFontSize

java.lang.String fieldLabelFontSize

fieldLabelFontColour

java.lang.String fieldLabelFontColour

formTableCellpadding

java.lang.String formTableCellpadding

formTableCellspacing

java.lang.String formTableCellspacing

formTableBorder

java.lang.String formTableBorder

formTableBorderColour

java.lang.String formTableBorderColour

formTableBgColour

java.lang.String formTableBgColour

imageLeftTop

java.lang.String imageLeftTop

imageRightTop

java.lang.String imageRightTop

imageLeft

java.lang.String imageLeft

imageRight

java.lang.String imageRight

imageLeftBottom

java.lang.String imageLeftBottom

imageRightBottom

java.lang.String imageRightBottom

imageBottom

java.lang.String imageBottom

imageButtonNextPage

java.lang.String imageButtonNextPage

imageButtonPrevPage

java.lang.String imageButtonPrevPage

imageButtonCommit

java.lang.String imageButtonCommit

imageButtonAbort

java.lang.String imageButtonAbort

imageHelp

java.lang.String imageHelp

imageNextPageBottom

java.lang.String imageNextPageBottom

imagePrevPageBottom

java.lang.String imagePrevPageBottom

imageCommitBottom

java.lang.String imageCommitBottom

imageAbortBottom

java.lang.String imageAbortBottom

imageFieldGroupRight

java.lang.String imageFieldGroupRight

imageUnderline

java.lang.String imageUnderline

imageSave

java.lang.String imageSave

imageRestore

java.lang.String imageRestore

fieldGroupBgColour

java.lang.String fieldGroupBgColour

fieldGroupFontFace

java.lang.String fieldGroupFontFace

fieldGroupBold

boolean fieldGroupBold

fieldGroupItalic

boolean fieldGroupItalic

fieldGroupUnderline

boolean fieldGroupUnderline

fieldGroupAlign

java.lang.String fieldGroupAlign

fieldGroupFontSize

java.lang.String fieldGroupFontSize

fieldGroupFontColour

java.lang.String fieldGroupFontColour

fieldGroupTextBgColour

java.lang.String fieldGroupTextBgColour

fieldGroupTextFontFace

java.lang.String fieldGroupTextFontFace

fieldGroupTextBold

boolean fieldGroupTextBold

fieldGroupTextItalic

boolean fieldGroupTextItalic

fieldGroupTextUnderline

boolean fieldGroupTextUnderline

fieldGroupTextAlign

java.lang.String fieldGroupTextAlign

fieldGroupTextFontSize

java.lang.String fieldGroupTextFontSize

fieldGroupTextFontColour

java.lang.String fieldGroupTextFontColour

fieldGroupBotTextBgColour

java.lang.String fieldGroupBotTextBgColour

fieldGroupBotTextFontFace

java.lang.String fieldGroupBotTextFontFace

fieldGroupBotTextBold

boolean fieldGroupBotTextBold

fieldGroupBotTextItalic

boolean fieldGroupBotTextItalic

fieldGroupBotTextUnderline

boolean fieldGroupBotTextUnderline

fieldGroupBotTextAlign

java.lang.String fieldGroupBotTextAlign

fieldGroupBotTextFontSize

java.lang.String fieldGroupBotTextFontSize

fieldGroupBotTextFontColour

java.lang.String fieldGroupBotTextFontColour

fieldGroupBorder

java.lang.String fieldGroupBorder

fieldGroupBorderColour

java.lang.String fieldGroupBorderColour

outerBlockBorder

java.lang.String outerBlockBorder

outerBlockBorderColour

java.lang.String outerBlockBorderColour

striping

java.lang.String striping

stripingColour

java.lang.String stripingColour

bottomImageHeight

java.lang.String bottomImageHeight

bottomImageWidth

java.lang.String bottomImageWidth

pageTitleWidth

java.lang.String pageTitleWidth

pageTitleHeight

java.lang.String pageTitleHeight

pageTitleBgColour

java.lang.String pageTitleBgColour

pageTitleFontFace

java.lang.String pageTitleFontFace

pageTitleBold

boolean pageTitleBold

pageTitleItalic

boolean pageTitleItalic

pageTitleUnderline

boolean pageTitleUnderline

pageTitleAlign

java.lang.String pageTitleAlign

pageTitleFontSize

java.lang.String pageTitleFontSize

pageTitleFontColour

java.lang.String pageTitleFontColour

pageInfoTextBgColour

java.lang.String pageInfoTextBgColour

pageInfoTextFontFace

java.lang.String pageInfoTextFontFace

pageInfoTextBold

boolean pageInfoTextBold

pageInfoTextItalic

boolean pageInfoTextItalic

pageInfoTextUnderline

boolean pageInfoTextUnderline

pageInfoTextAlign

java.lang.String pageInfoTextAlign

pageInfoTextFontSize

java.lang.String pageInfoTextFontSize

pageInfoTextFontColour

java.lang.String pageInfoTextFontColour

pageInfoBotTextBgColour

java.lang.String pageInfoBotTextBgColour

pageInfoBotTextFontFace

java.lang.String pageInfoBotTextFontFace

pageInfoBotTextBold

boolean pageInfoBotTextBold

pageInfoBotTextItalic

boolean pageInfoBotTextItalic

pageInfoBotTextUnderline

boolean pageInfoBotTextUnderline

pageInfoBotTextAlign

java.lang.String pageInfoBotTextAlign

pageInfoBotTextFontSize

java.lang.String pageInfoBotTextFontSize

pageInfoBotTextFontColour

java.lang.String pageInfoBotTextFontColour

fieldElementWidth

java.lang.String fieldElementWidth

fieldElementBgColour

java.lang.String fieldElementBgColour

fieldElementFontFace

java.lang.String fieldElementFontFace

fieldElementBold

boolean fieldElementBold

fieldElementItalic

boolean fieldElementItalic

fieldElementUnderline

boolean fieldElementUnderline

fieldElementAlign

java.lang.String fieldElementAlign

fieldElementFontSize

java.lang.String fieldElementFontSize

fieldElementFontColour

java.lang.String fieldElementFontColour

helpOption

java.lang.String helpOption

helpWidth

java.lang.String helpWidth

helpBgColour

java.lang.String helpBgColour

helpFontFace

java.lang.String helpFontFace

helpBold

boolean helpBold

helpItalic

boolean helpItalic

helpUnderline

boolean helpUnderline

helpAlign

java.lang.String helpAlign

helpFontSize

java.lang.String helpFontSize

helpFontColour

java.lang.String helpFontColour

helpWindowWidth

java.lang.String helpWindowWidth

helpWindowHeight

java.lang.String helpWindowHeight

helpWindowFontFace

java.lang.String helpWindowFontFace

helpWindowBgColour

java.lang.String helpWindowBgColour

helpWindowBold

boolean helpWindowBold

helpWindowItalic

boolean helpWindowItalic

helpWindowUnderline

boolean helpWindowUnderline

helpWindowAlign

java.lang.String helpWindowAlign

helpWindowFontSize

java.lang.String helpWindowFontSize

helpWindowFontColour

java.lang.String helpWindowFontColour

helpButtonBgColour

java.lang.String helpButtonBgColour

helpButtonWidth

java.lang.String helpButtonWidth

finalPageDescTextBgColour

java.lang.String finalPageDescTextBgColour

finalPageDescTextFontFace

java.lang.String finalPageDescTextFontFace

finalPageDescTextBold

boolean finalPageDescTextBold

finalPageDescTextItalic

boolean finalPageDescTextItalic

finalPageDescTextUnderline

boolean finalPageDescTextUnderline

finalPageDescTextAlign

java.lang.String finalPageDescTextAlign

finalPageDescTextFontSize

java.lang.String finalPageDescTextFontSize

finalPageDescTextFontColour

java.lang.String finalPageDescTextFontColour

finalPageInfoTextBgColour

java.lang.String finalPageInfoTextBgColour

finalPageInfoTextFontFace

java.lang.String finalPageInfoTextFontFace

finalPageInfoTextBold

boolean finalPageInfoTextBold

finalPageInfoTextItalic

boolean finalPageInfoTextItalic

finalPageInfoTextUnderline

boolean finalPageInfoTextUnderline

finalPageInfoTextAlign

java.lang.String finalPageInfoTextAlign

finalPageInfoTextFontSize

java.lang.String finalPageInfoTextFontSize

finalPageInfoTextFontColour

java.lang.String finalPageInfoTextFontColour

finalMsgBgColour

java.lang.String finalMsgBgColour

finalMsgFontFace

java.lang.String finalMsgFontFace

finalMsgBold

boolean finalMsgBold

finalMsgItalic

boolean finalMsgItalic

finalMsgUnderline

boolean finalMsgUnderline

finalMsgAlign

java.lang.String finalMsgAlign

finalMsgFontSize

java.lang.String finalMsgFontSize

finalMsgFontColour

java.lang.String finalMsgFontColour

jspLeftWidth

java.lang.String jspLeftWidth

jspRightWidth

java.lang.String jspRightWidth

formWidth

java.lang.String formWidth

standardFocusOption

boolean standardFocusOption

standardFocusColour

java.lang.String standardFocusColour

standardFocusBgColour

java.lang.String standardFocusBgColour

errorFocusOption

boolean errorFocusOption

errorFocusColour

java.lang.String errorFocusColour

errorFocusBgColour

java.lang.String errorFocusBgColour

tableTitleBgColour

java.lang.String tableTitleBgColour

tableTitleFontFace

java.lang.String tableTitleFontFace

tableTitleBold

boolean tableTitleBold

tableTitleItalic

boolean tableTitleItalic

tableTitleUnderline

boolean tableTitleUnderline

tableTitleAlign

java.lang.String tableTitleAlign

tableTitleFontSize

java.lang.String tableTitleFontSize

tableTitleFontColour

java.lang.String tableTitleFontColour

tableInfoBgColour

java.lang.String tableInfoBgColour

tableInfoFontFace

java.lang.String tableInfoFontFace

tableInfoBold

boolean tableInfoBold

tableInfoItalic

boolean tableInfoItalic

tableInfoUnderline

boolean tableInfoUnderline

tableInfoAlign

java.lang.String tableInfoAlign

tableInfoFontSize

java.lang.String tableInfoFontSize

tableInfoFontColour

java.lang.String tableInfoFontColour

tableTrailerBgColour

java.lang.String tableTrailerBgColour

tableTrailerFontFace

java.lang.String tableTrailerFontFace

tableTrailerBold

boolean tableTrailerBold

tableTrailerItalic

boolean tableTrailerItalic

tableTrailerUnderline

boolean tableTrailerUnderline

tableTrailerAlign

java.lang.String tableTrailerAlign

tableTrailerFontSize

java.lang.String tableTrailerFontSize

tableTrailerFontColour

java.lang.String tableTrailerFontColour

tableRowsInfoBgColour

java.lang.String tableRowsInfoBgColour

tableRowsInfoFontFace

java.lang.String tableRowsInfoFontFace

tableRowsInfoBold

boolean tableRowsInfoBold

tableRowsInfoItalic

boolean tableRowsInfoItalic

tableRowsInfoUnderline

boolean tableRowsInfoUnderline

tableRowsInfoFontSize

java.lang.String tableRowsInfoFontSize

tableRowsInfoFontColour

java.lang.String tableRowsInfoFontColour

tableColumnHeaderLabelBgColour

java.lang.String tableColumnHeaderLabelBgColour

tableColumnHeaderLabelFontFace

java.lang.String tableColumnHeaderLabelFontFace

tableColumnHeaderLabelBold

boolean tableColumnHeaderLabelBold

tableColumnHeaderLabelItalic

boolean tableColumnHeaderLabelItalic

tableColumnHeaderLabelUnderline

boolean tableColumnHeaderLabelUnderline

tableColumnHeaderLabelAlign

java.lang.String tableColumnHeaderLabelAlign

tableColumnHeaderLabelFontSize

java.lang.String tableColumnHeaderLabelFontSize

tableColumnHeaderLabelFontColour

java.lang.String tableColumnHeaderLabelFontColour

imageTableScrollToTop

java.lang.String imageTableScrollToTop

imageTableScrollToBottom

java.lang.String imageTableScrollToBottom

imageTableScrollDown

java.lang.String imageTableScrollDown

imageTableScrollUp

java.lang.String imageTableScrollUp

imageTableScrollRight

java.lang.String imageTableScrollRight

imageTableScrollLeft

java.lang.String imageTableScrollLeft

imageTableSortAscending

java.lang.String imageTableSortAscending

imageTableSortDescending

java.lang.String imageTableSortDescending

imageTableUnsorted

java.lang.String imageTableUnsorted

imageTableColumnHelp

java.lang.String imageTableColumnHelp

tableRowElementBgColour

java.lang.String tableRowElementBgColour

tableRowElementFontFace

java.lang.String tableRowElementFontFace

tableRowElementBold

boolean tableRowElementBold

tableRowElementItalic

boolean tableRowElementItalic

tableRowElementUnderline

boolean tableRowElementUnderline

tableRowElementAlign

java.lang.String tableRowElementAlign

tableRowElementFontSize

java.lang.String tableRowElementFontSize

tableRowElementFontColour

java.lang.String tableRowElementFontColour

tableRowStriping

boolean tableRowStriping

tableRowStripingColour

java.lang.String tableRowStripingColour

tableBorder

boolean tableBorder

tableBorderColour

java.lang.String tableBorderColour

tableGrid

boolean tableGrid

tableGridColour

java.lang.String tableGridColour

tableAddRowButtonBgColour

java.lang.String tableAddRowButtonBgColour

tableAddRowButtonFontFace

java.lang.String tableAddRowButtonFontFace

tableAddRowButtonBold

boolean tableAddRowButtonBold

tableAddRowButtonItalic

boolean tableAddRowButtonItalic

tableAddRowButtonUnderline

boolean tableAddRowButtonUnderline

tableAddRowButtonAlign

java.lang.String tableAddRowButtonAlign

tableAddRowButtonFontSize

java.lang.String tableAddRowButtonFontSize

tableAddRowButtonFontColour

java.lang.String tableAddRowButtonFontColour

tableSubmitButtonBgColour

java.lang.String tableSubmitButtonBgColour

tableSubmitButtonFontFace

java.lang.String tableSubmitButtonFontFace

tableSubmitButtonBold

boolean tableSubmitButtonBold

tableSubmitButtonItalic

boolean tableSubmitButtonItalic

tableSubmitButtonUnderline

boolean tableSubmitButtonUnderline

tableSubmitButtonAlign

java.lang.String tableSubmitButtonAlign

tableSubmitButtonFontSize

java.lang.String tableSubmitButtonFontSize

tableSubmitButtonFontColour

java.lang.String tableSubmitButtonFontColour

tableMaxNoOfResultPages

int tableMaxNoOfResultPages

tableScrollTopAlign

java.lang.String tableScrollTopAlign

tableScrollUnderneathAlign

java.lang.String tableScrollUnderneathAlign

tableScrollDisplayOption

java.lang.String tableScrollDisplayOption

tableScrollDisplayPages

boolean tableScrollDisplayPages

tableScrollDisplayTopBottom

boolean tableScrollDisplayTopBottom

tableScrollDisplayPagesPrefix

boolean tableScrollDisplayPagesPrefix

tableScrollDisplayNextPageAsImage

boolean tableScrollDisplayNextPageAsImage

tableScrollDisplayPreviousPageAsImage

boolean tableScrollDisplayPreviousPageAsImage

tableScrollDisplayFirstPageAsImage

boolean tableScrollDisplayFirstPageAsImage

tableScrollDisplayLastPageAsImage

boolean tableScrollDisplayLastPageAsImage

templateAnchors

com.ebasetech.ufs.kernel.TemplateAnchors templateAnchors

leftColumnWidth

java.lang.String leftColumnWidth

imageBackground

java.lang.String imageBackground

jspLeft

java.lang.String jspLeft

jspRight

java.lang.String jspRight

jspTop

java.lang.String jspTop

jspBottom

java.lang.String jspBottom

ivSimulationImage

java.lang.String ivSimulationImage

ivSimulationAsImage

boolean ivSimulationAsImage

eligibleForFontSizeConversion

boolean eligibleForFontSizeConversion

Class com.ebasetech.ufs.kernel.TemplateAnchors extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

templateId

java.lang.String templateId

sheetId

java.lang.String sheetId

tableScrollPagesFontFace

java.lang.String tableScrollPagesFontFace

tableScrollPagesFontSize

java.lang.String tableScrollPagesFontSize

tableScrollPagesFontColor

java.lang.String tableScrollPagesFontColor

tableScrollPagesBold

boolean tableScrollPagesBold

tableScrollPagesTextDecoration

java.lang.String tableScrollPagesTextDecoration

tableScrollPagesEnabled

boolean tableScrollPagesEnabled

tableScrollPagesActiveFontFace

java.lang.String tableScrollPagesActiveFontFace

tableScrollPagesActiveFontSize

java.lang.String tableScrollPagesActiveFontSize

tableScrollPagesActiveFontColor

java.lang.String tableScrollPagesActiveFontColor

tableScrollPagesActiveBold

boolean tableScrollPagesActiveBold

tableScrollPagesActiveTextDecoration

java.lang.String tableScrollPagesActiveTextDecoration

tableScrollPagesActiveEnabled

boolean tableScrollPagesActiveEnabled

tableScrollPagesHoverFontFace

java.lang.String tableScrollPagesHoverFontFace

tableScrollPagesHoverFontSize

java.lang.String tableScrollPagesHoverFontSize

tableScrollPagesHoverFontColor

java.lang.String tableScrollPagesHoverFontColor

tableScrollPagesHoverBold

boolean tableScrollPagesHoverBold

tableScrollPagesHoverTextDecoration

java.lang.String tableScrollPagesHoverTextDecoration

tableScrollPagesHoverEnabled

boolean tableScrollPagesHoverEnabled

tableScrollNavigationFontFace

java.lang.String tableScrollNavigationFontFace

tableScrollNavigationFontSize

java.lang.String tableScrollNavigationFontSize

tableScrollNavigationFontColor

java.lang.String tableScrollNavigationFontColor

tableScrollNavigationBold

boolean tableScrollNavigationBold

tableScrollNavigationTextDecoration

java.lang.String tableScrollNavigationTextDecoration

tableScrollNavigationEnabled

boolean tableScrollNavigationEnabled

tableScrollNavigationActiveFontFace

java.lang.String tableScrollNavigationActiveFontFace

tableScrollNavigationActiveFontSize

java.lang.String tableScrollNavigationActiveFontSize

tableScrollNavigationActiveFontColor

java.lang.String tableScrollNavigationActiveFontColor

tableScrollNavigationActiveBold

boolean tableScrollNavigationActiveBold

tableScrollNavigationActiveTextDecoration

java.lang.String tableScrollNavigationActiveTextDecoration

tableScrollNavigationActiveEnabled

boolean tableScrollNavigationActiveEnabled

tableScrollNavigationHoverFontFace

java.lang.String tableScrollNavigationHoverFontFace

tableScrollNavigationHoverFontSize

java.lang.String tableScrollNavigationHoverFontSize

tableScrollNavigationHoverFontColor

java.lang.String tableScrollNavigationHoverFontColor

tableScrollNavigationHoverBold

boolean tableScrollNavigationHoverBold

tableScrollNavigationHoverTextDecoration

java.lang.String tableScrollNavigationHoverTextDecoration

tableScrollNavigationHoverEnabled

boolean tableScrollNavigationHoverEnabled

tableScrollCurrentPageFontFace

java.lang.String tableScrollCurrentPageFontFace

tableScrollCurrentPageFontSize

java.lang.String tableScrollCurrentPageFontSize

tableScrollCurrentPageFontColor

java.lang.String tableScrollCurrentPageFontColor

tableScrollCurrentPageBold

boolean tableScrollCurrentPageBold

tableScrollCurrentPageTextDecoration

java.lang.String tableScrollCurrentPageTextDecoration

tableScrollCurrentPageEnabled

boolean tableScrollCurrentPageEnabled

Class com.ebasetech.ufs.kernel.Templates extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

templateId

java.lang.String templateId

sheets

java.util.Hashtable<K,V> sheets

Class com.ebasetech.ufs.kernel.TemplateStyle extends java.lang.Object implements Serializable

Serialized Fields

styleId

java.lang.String styleId

fontFace

java.lang.String fontFace

fontSize

java.lang.String fontSize

fontColour

java.lang.String fontColour

bgColour

java.lang.String bgColour

bold

boolean bold

italic

boolean italic

underline

boolean underline

align

java.lang.String align

Class com.ebasetech.ufs.kernel.TextItem extends java.lang.Object implements Serializable

Serialized Fields

textItemId

int textItemId

languageTexts

java.util.HashMap<K,V> languageTexts

dynamicSubstitutions

java.util.HashMap<K,V> dynamicSubstitutions

textChanged

boolean textChanged

textDeleted

boolean textDeleted

textNew

boolean textNew

Class com.ebasetech.ufs.kernel.TimeoutException extends java.lang.RuntimeException implements Serializable

Class com.ebasetech.ufs.kernel.TimezoneOptions extends java.lang.Object implements Serializable

Serialized Fields

useEbaseLegacy

boolean useEbaseLegacy

useSystemDefault

boolean useSystemDefault

useTimezone

java.lang.String useTimezone

Class com.ebasetech.ufs.kernel.TransactionManager extends java.lang.Object implements Serializable

Serialized Fields

_inWebApp

boolean _inWebApp

Class com.ebasetech.ufs.kernel.TransferControlException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Serialized Fields

request

com.ebasetech.ufs.kernel.TransferControlRequest request

Class com.ebasetech.ufs.kernel.UFSElementStatistics extends java.lang.Object implements Serializable

Serialized Fields

requests

int requests

loads

int loads

updates

int updates

Class com.ebasetech.ufs.kernel.UFSFormInterface extends java.lang.Object implements Serializable

Class com.ebasetech.ufs.kernel.UFSObject extends java.lang.Object implements Serializable

Class com.ebasetech.ufs.kernel.UserFunction extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

functionName

java.lang.String functionName

returnType

java.lang.String returnType

functionDescription

java.lang.String functionDescription

functionParameters

java.util.Vector<E> functionParameters

createdUser

java.lang.String createdUser

createdDate

java.lang.String createdDate

lastUpdatedUser

java.lang.String lastUpdatedUser

lastUpdatedDate

java.lang.String lastUpdatedDate

ejbFlag

boolean ejbFlag

jndi

java.lang.String jndi

classname

java.lang.String classname

highUsedSequence

int highUsedSequence

Class com.ebasetech.ufs.kernel.UserFunctionParameter extends java.lang.Object implements Serializable

Serialized Fields

userFunction

com.ebasetech.ufs.kernel.UserFunction userFunction

parameterSequence

int parameterSequence

parameterType

java.lang.String parameterType

parameterDescription

java.lang.String parameterDescription

Class com.ebasetech.ufs.kernel.Version extends java.lang.Object implements Serializable

Serialized Fields

_versionNumber

int _versionNumber

Class com.ebasetech.ufs.kernel.WorkflowOptions extends java.lang.Object implements Serializable

Serialized Fields

priorityMappingListName

java.lang.String priorityMappingListName

defaultErrorRecoveryProcess

java.lang.String defaultErrorRecoveryProcess

errorRecoveryEmailRecipient

java.lang.String errorRecoveryEmailRecipient

Class com.ebasetech.ufs.kernel.WorkflowTransactionManager extends com.ebasetech.ufs.kernel.TransactionManager implements Serializable


Package com.ebasetech.ufs.mapping

Class com.ebasetech.ufs.mapping.BusinessView extends com.ebasetech.ufs.kernel.EntityObject implements Serializable

Serialized Fields

businessViewDescription

java.lang.String businessViewDescription

bvSources

java.util.Vector<E> bvSources

Class com.ebasetech.ufs.mapping.BusinessViewSource extends java.lang.Object implements Serializable

Serialized Fields

viewInput

boolean viewInput

viewOutput

boolean viewOutput

sequenceNumber

int sequenceNumber

sourceInput

boolean sourceInput

sourceOutput

boolean sourceOutput

sourceId

java.lang.String sourceId

sourceType

java.lang.String sourceType

sourceDescription

java.lang.String sourceDescription

resourceType

java.lang.String resourceType

source

com.ebasetech.ufs.mapping.Source source

Class com.ebasetech.ufs.mapping.CSVResource extends java.lang.Object implements Serializable

Serialized Fields

source

com.ebasetech.ufs.mapping.CustomSource source

form

com.ebasetech.ufs.kernel.StandaloneUFSComponent form

orderedFieldNames

java.util.Vector<E> orderedFieldNames

fileName

java.lang.String fileName

dirName

java.lang.String dirName

isHeaderRequired

boolean isHeaderRequired

Class com.ebasetech.ufs.mapping.CustomSource extends com.ebasetech.ufs.mapping.Source implements Serializable

Serialized Fields

resourceTypeId

java.lang.String resourceTypeId

customResourceImplClassName

java.lang.String customResourceImplClassName

commands

java.util.Hashtable<K,V> commands

params

java.util.TreeMap<K,V> params

schemaName

java.lang.String schemaName

Class com.ebasetech.ufs.mapping.CustomSourceCmd extends java.lang.Object implements Serializable

Serialized Fields

command

java.lang.String command

commandDescription

java.lang.String commandDescription

Class com.ebasetech.ufs.mapping.CustomSourceRootField extends com.ebasetech.ufs.mapping.SourceField implements Serializable

Class com.ebasetech.ufs.mapping.DBSource extends com.ebasetech.ufs.mapping.Source implements Serializable

Serialized Fields

selectColumn

java.lang.String selectColumn

selectTables

java.lang.String selectTables

whereClause

java.lang.String whereClause

selectOther

java.lang.String selectOther

databaseId

java.lang.String databaseId

dbType

java.lang.String dbType

tableResource

java.lang.String tableResource

nativeSQLSelect

java.lang.String nativeSQLSelect

nativeSQLUpdate

java.lang.String nativeSQLUpdate

nativeSQLDelete

java.lang.String nativeSQLDelete

nativeSQLInsert

java.lang.String nativeSQLInsert

assistedSQL

boolean assistedSQL

usePreparedStatement

boolean usePreparedStatement

Class com.ebasetech.ufs.mapping.EmailSource extends com.ebasetech.ufs.mapping.Source implements Serializable

Serialized Fields

accountName

java.lang.String accountName

accountPwd

java.lang.String accountPwd

authenticationRequired

boolean authenticationRequired

sender

java.lang.String sender

recipients

java.lang.String recipients

ccRecipients

java.lang.String ccRecipients

bccRecipients

java.lang.String bccRecipients

subjectText

java.lang.String subjectText

mailText

java.lang.String mailText

critical

boolean critical

html

boolean html

Class com.ebasetech.ufs.mapping.FieldMapping extends java.lang.Object implements Serializable

Serialized Fields

fieldId

int fieldId

sourceId

java.lang.String sourceId

sourceFieldId

java.lang.String sourceFieldId

mappedInComponentId

java.lang.String mappedInComponentId

field

com.ebasetech.ufs.kernel.FormField field

Class com.ebasetech.ufs.mapping.MQSource extends com.ebasetech.ufs.mapping.Source implements Serializable

Serialized Fields

qManagerName

java.lang.String qManagerName

qChannelName

java.lang.String qChannelName

qName

java.lang.String qName

qManagerPort

int qManagerPort

qPutOptions

int qPutOptions

qGetOptions

int qGetOptions

msgExpirySeconds

int msgExpirySeconds

msgApplicationId

java.lang.String msgApplicationId

msgEncoding

int msgEncoding

msgType

int msgType

msgCharacterSet

int msgCharacterSet

msgFormat

java.lang.String msgFormat

replyQueueName

java.lang.String replyQueueName

replyOptions

int replyOptions

replyGetOptions

int replyGetOptions

replyWait

int replyWait

Class com.ebasetech.ufs.mapping.PDFPrintResource extends java.lang.Object implements Serializable

Serialized Fields

source

com.ebasetech.ufs.mapping.CustomSource source

Class com.ebasetech.ufs.mapping.PrintSource extends com.ebasetech.ufs.mapping.CustomSource implements Serializable

Class com.ebasetech.ufs.mapping.ResourceNotFoundException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.mapping.Source extends com.ebasetech.ufs.kernel.EntityObject implements Serializable

Serialized Fields

sourceType

java.lang.String sourceType

sourceDescription

java.lang.String sourceDescription

input

boolean input

output

boolean output

debug

boolean debug

resourceType

java.lang.String resourceType

sourceFieldsById

java.util.Hashtable<K,V> sourceFieldsById

sourceFieldsInSeq

java.util.Vector<E> sourceFieldsInSeq

sourceFields

java.util.Vector<E> sourceFields

sequenceOfFieldsNeeded

boolean sequenceOfFieldsNeeded

Class com.ebasetech.ufs.mapping.SourceField extends java.lang.Object implements Serializable

Serialized Fields

sourceFieldId

java.lang.String sourceFieldId

externalName

java.lang.String externalName

sourceFieldType

java.lang.String sourceFieldType

sourceFieldLength

int sourceFieldLength

sourceFieldDescription

java.lang.String sourceFieldDescription

mandatory

boolean mandatory

persistent

boolean persistent

uniqueKey

boolean uniqueKey

sourceFieldSeq

int sourceFieldSeq

input

boolean input

output

boolean output

query

boolean query

returnParameter

boolean returnParameter

decimalDigits

int decimalDigits

readOnly

boolean readOnly

repeatable

boolean repeatable

attribute

boolean attribute

properties

java.util.HashMap<K,V> properties

source

com.ebasetech.ufs.mapping.Source source

children

java.util.Vector<E> children

parent

com.ebasetech.ufs.mapping.SourceField parent

Class com.ebasetech.ufs.mapping.StoredProcedureSource extends com.ebasetech.ufs.mapping.Source implements Serializable

Serialized Fields

procedureName

java.lang.String procedureName

databaseId

java.lang.String databaseId

Class com.ebasetech.ufs.mapping.TableCellImpl extends java.lang.Object implements Serializable

Serialized Fields

_rowImpl

com.ebasetech.ufs.mapping.TableRowImpl _rowImpl

_cellState

com.ebasetech.ufs.mapping.TableCellState _cellState

Class com.ebasetech.ufs.mapping.TableCellState extends java.lang.Object implements Serializable

Serialized Fields

sourceFieldId

java.lang.String sourceFieldId

currentValue

com.ebasetech.ufs.kernel.SystemValue currentValue

originalValue

com.ebasetech.ufs.kernel.SystemValue originalValue

Class com.ebasetech.ufs.mapping.TableData extends javax.swing.table.DefaultTableModel implements Serializable

Class com.ebasetech.ufs.mapping.TableDataDB extends java.lang.Object implements Serializable

Serialized Fields

objectsTable1

javax.swing.table.DefaultTableModel objectsTable1

tableDataFieldIdToColumn

java.util.HashMap<K,V> tableDataFieldIdToColumn

columnToSourceFieldId

java.util.ArrayList<E> columnToSourceFieldId

numberOfColumns

int numberOfColumns

uniKey

boolean uniKey

Class com.ebasetech.ufs.mapping.TableDataImpl extends java.lang.Object implements Serializable

Serialized Fields

tableState

com.ebasetech.ufs.mapping.TableDataState tableState

numberOfColumns

int numberOfColumns

columnToSourceFieldId

java.util.Vector<E> columnToSourceFieldId

rowsToDeleteByNullifying

java.util.Set<E> rowsToDeleteByNullifying

runtimeCustomSource

com.ebasetech.ufs.runtime.resources.RuntimeCustomSource runtimeCustomSource

tableWrapper

com.ebasetech.ufs.runtime.RuntimeTableFieldWrapper tableWrapper

Class com.ebasetech.ufs.mapping.TableDataState extends java.lang.Object implements Serializable

Serialized Fields

tableModel

java.util.ArrayList<E> tableModel

numberOfChangedRows

int numberOfChangedRows

inUpdate

boolean inUpdate

Class com.ebasetech.ufs.mapping.TableRowImpl extends java.lang.Object implements Serializable

Serialized Fields

_rowState

com.ebasetech.ufs.mapping.TableRowState _rowState

tdiImpl

com.ebasetech.ufs.mapping.TableDataImpl tdiImpl

Class com.ebasetech.ufs.mapping.TableRowState extends java.lang.Object implements Serializable

Serialized Fields

changeStatus

int changeStatus

uniqueIdentifier

int uniqueIdentifier

obj

java.lang.Object obj

rowModel

java.util.HashMap<K,V> rowModel

Class com.ebasetech.ufs.mapping.UnsupportedFieldTypeException extends java.lang.Exception implements Serializable

Class com.ebasetech.ufs.mapping.XMLFilenameSequence extends java.lang.Object implements Serializable

Serialized Fields

sequenceId

java.lang.String sequenceId

nextDocument

int nextDocument

Class com.ebasetech.ufs.mapping.XMLResource extends java.lang.Object implements Serializable

Serialized Fields

xmlResourceProcessor

com.ebasetech.ufs.mapping.XMLResourceProcessor xmlResourceProcessor

protocolType

java.lang.String protocolType

protocolString

java.lang.String protocolString

fileNamePrefix

java.lang.String fileNamePrefix

Class com.ebasetech.ufs.mapping.XMLResourceProcessor extends com.ebasetech.ufs.migration.XMLProcessor implements Serializable

Serialized Fields

UFSRelease

org.jdom.Element UFSRelease

createdDate

org.jdom.Element createdDate

Package com.ebasetech.ufs.security.authentication

Class com.ebasetech.ufs.security.authentication.AuthenticationException extends java.lang.Exception implements Serializable

Class com.ebasetech.ufs.security.authentication.EbaseLogonExitServlet extends LogonExitServletBase implements Serializable

Serialized Fields

maxLogonAttempts

int maxLogonAttempts

logonPage

java.lang.String logonPage

logonInvalidPage

java.lang.String logonInvalidPage

logonTimeoutPage

java.lang.String logonTimeoutPage

Class com.ebasetech.ufs.security.authentication.Group extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

_groupId

java.lang.String _groupId

_supportedMemberships

java.util.List<E> _supportedMemberships

_userGroupmemberships

java.util.Set<E> _userGroupmemberships

_roleNames

java.util.ArrayList<E> _roleNames

_membershipsLoaded

boolean _membershipsLoaded

Class com.ebasetech.ufs.security.authentication.IdentityException extends java.lang.Exception implements Serializable

Class com.ebasetech.ufs.security.authentication.LogonExitServletBase extends javax.servlet.http.HttpServlet implements Serializable

Class com.ebasetech.ufs.security.authentication.LogonProcessInfo extends java.lang.Object implements Serializable

Serialized Fields

userId

java.lang.String userId

maxLogonAttempts

int maxLogonAttempts

noLogonAttempts

int noLogonAttempts

errorMessage

java.lang.String errorMessage

Class com.ebasetech.ufs.security.authentication.Membership extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

_membershipId

java.lang.String _membershipId

_groupId

java.lang.String _groupId

_exclusive

boolean _exclusive

Class com.ebasetech.ufs.security.authentication.ResetPasswordException extends com.ebasetech.ufs.security.authentication.AuthenticationException implements Serializable

Class com.ebasetech.ufs.security.authentication.RolePrincipal extends java.lang.Object implements Serializable

Serialized Fields

roleName

java.lang.String roleName

Class com.ebasetech.ufs.security.authentication.User extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

_userId

java.lang.String _userId

_roleNames

java.util.TreeSet<E> _roleNames

_groupRoleNames

java.util.TreeSet<E> _groupRoleNames

password

java.lang.String password

groups

java.util.TreeSet<E> groups

foundInRepository

boolean foundInRepository

signedOn

boolean signedOn

Class com.ebasetech.ufs.security.authentication.UserCredential extends java.lang.Object implements Serializable

serialVersionUID: 2251806339549583892L

Serialized Fields

id

java.lang.String id

value

java.lang.Object value

Class com.ebasetech.ufs.security.authentication.UserGroupMembership extends com.ebasetech.ufs.kernel.UFSObject implements Serializable

Serialized Fields

_userId

java.lang.String _userId

_membershipId

java.lang.String _membershipId

_groupId

java.lang.String _groupId

Class com.ebasetech.ufs.security.authentication.UserNotFoundException extends java.lang.Exception implements Serializable

Class com.ebasetech.ufs.security.authentication.UserPrincipal extends java.lang.Object implements Serializable

Serialized Fields

userName

java.lang.String userName

Package com.ebasetech.ufs.security.authorisation

Class com.ebasetech.ufs.security.authorisation.AuthorisationException extends com.ebasetech.ufs.kernel.FormException implements Serializable

Class com.ebasetech.ufs.security.authorisation.CustomRolePrincipal extends java.lang.Object implements Serializable

Serialized Fields

roleName

java.lang.String roleName

Class com.ebasetech.ufs.security.authorisation.RoleNotFoundException extends com.ebasetech.ufs.workflow.server.process.activity.ScriptFailedException implements Serializable

Class com.ebasetech.ufs.security.authorisation.SecurityAuthorisation extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.String type

name

java.lang.String name

function

java.lang.String function

allow

boolean allow

audit

boolean audit

Class com.ebasetech.ufs.security.authorisation.SecurityAuthorisationRequest extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.String type

name

java.lang.String name

function

java.lang.String function

Class com.ebasetech.ufs.security.authorisation.SecurityRole extends java.lang.Object implements Serializable

Serialized Fields

_roleId

java.lang.String _roleId

_authorisations

java.util.List<E> _authorisations

foundInRepository

boolean foundInRepository