- getAdditionalReturnFields() - Method in class com.ebasetech.ufs.kernel.SelectValue
- 
Internal use only 
- getAllNonRepeatingDescendants(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns a list of field names representing all of the
    non-repeating descendants of fieldName. 
- getAllRows() - Method in interface com.ebasetech.ufs.mapping.TableDataInterface
- 
Returns an iterator over the entire set of rows in this table. 
- getBinding() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the name of the binding issued with the FPL command. 
- getCell(String) - Method in interface com.ebasetech.ufs.mapping.TableRow
- 
Returns the TableCell object for the given sourceFieldId. 
- getChangedRows() - Method in interface com.ebasetech.ufs.mapping.TableDataInterface
- 
Returns an iterator over the set of changed rows in this table. 
- getChildAt(String, int) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the field name of the specified child field. 
- getChildCount(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the number of child fields that exist for fieldName. 
- getChildren(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns a list of field names representing the immediate
    child fields of fieldName. 
- getClientApi() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Returns the Api Clientobject that provides information about the browser client.
 
- getCommandNames() - Method in interface com.ebasetech.ufs.mapping.CustomResourceInterface
- 
Returns a collection of names of commands supported by the execute method of this resource. 
- getCurrentPage() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
-  
- getCurrentStringValue() - Method in interface com.ebasetech.ufs.mapping.TableCell
- 
Returns a string value for the current object 
- getCurrentValue() - Method in interface com.ebasetech.ufs.mapping.TableCell
- 
- getCurrentValue2() - Method in interface com.ebasetech.ufs.mapping.TableCell
- 
Returns the current value of the cell. 
- getDisplayValue() - Method in class com.ebasetech.ufs.kernel.SelectValue
-  
- getEbaseSession(HttpServletRequest) - Method in class com.ebasetech.ufs.security.authentication.LogonExitServletBase
- 
Returns the Ebase session object 
- getFieldDecimalDigits(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the number of decimal digits for the specified field 
- getFieldExternalName(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the external name of the specified field. 
- getFieldLength(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the length of the specified field 
- getFieldNameForExternalName(String, String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the Ebase resource field name within the specified parent field
 that corresponds to the specified external name. 
- getFieldNameFromAncestorList(ArrayList) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Given a List of all ancestor names (including the current external name itself),
    return the name of the internal source field id which matches this current field name. 
- getFieldNames() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns a vector of Strings consisting of all fields in the custom resource 
- getFieldType(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the type of the specified field. 
- getFieldValue(String) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Returns the string value of the field requested, or null if the field does not
 exist in the form. 
- getFieldValue(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
- getFieldValue2(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the value of the specified field. 
- getFieldValueAsString(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Retrieves the value of this resource field as a string. 
- getForm() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
-  
- getFormApi() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Returns the Api WebFormobject that provides access to the form Api.
 
- getFormInterface() - Static method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Returns the current UFSFormInterface object to external callers. 
- getFormName() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
returns the name of the form 
- getFormName() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
return name of the form 
- getFormSessionContext() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Returns the FormSession context object for the user session. 
- getFormSessionContext() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the FormSession context object for the user session. 
- getFunction() - Method in class com.ebasetech.ufs.security.authorisation.SecurityAuthorisationRequest
- 
Returns the function part of the authorisation request 
- getHeadlessUserState() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
-  
- getInitialContext() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the JNDI initial context. 
- getLogger() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
-  
- getMessageText(String, int, Vector) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
- getMessageText(String, List<Object>) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Returns a message text. 
- getName() - Method in class com.ebasetech.ufs.security.authentication.RolePrincipal
-  
- getName() - Method in class com.ebasetech.ufs.security.authentication.UserPrincipal
-  
- getName() - Method in class com.ebasetech.ufs.security.authorisation.SecurityAuthorisationRequest
- 
Returns the name part of the authorisation request 
- getNumberOfChangedRows() - Method in interface com.ebasetech.ufs.mapping.TableDataInterface
- 
Returns the number of rows that have been changed 
- getObject() - Method in interface com.ebasetech.ufs.mapping.TableRow
- 
get stored object from row 
- getOriginalFieldValue(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Retrieves the original value of this resource field in the form in which it was saved. 
- getOriginalFieldValueAsString(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Retrieves the original value of this resource field as a string. 
- getOriginalStringValue() - Method in interface com.ebasetech.ufs.mapping.TableCell
- 
Returns a string value for the "original" object 
- getOriginalValue() - Method in interface com.ebasetech.ufs.mapping.TableCell
- 
- getOriginalValue2() - Method in interface com.ebasetech.ufs.mapping.TableCell
- 
Returns the original value of the cell. 
- getPages(boolean) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Returns a list of the form's pages - in order as much as possible 
- getParameterNames() - Method in interface com.ebasetech.ufs.mapping.CustomResourceInterface
- 
Returns a collection of names of parameters which this resource implementation needs to be supplied by the user. 
- getParameterValue(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the user supplied value for the named parameter. 
- getParameterValue(String, boolean) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the user supplied value for the named parameter substituting any && variables. 
- getParent(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the name of this field's parent or null if there is no parent. 
- getRegionalizedDisplay() - Method in class com.ebasetech.ufs.kernel.SelectValue
-  
- getRegionalizedReturn() - Method in class com.ebasetech.ufs.kernel.SelectValue
-  
- getRelativeFieldName(String) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
-  
- getRelativePageName(String) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
-  
- getRelativeTextId(String) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
-  
- getRequestingResourceId() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the identifier of the custom resource instance which is issuing this request. 
- getResourceParm1() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
- getResourceParm2() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
- getResourceParm3() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
- getResourceParm4() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
- getReturnedValue() - Method in class com.ebasetech.ufs.kernel.SelectValue
-  
- getRoles(Subject) - Method in interface com.ebasetech.ufs.security.authorisation.Authoriser
-  
- getRowChangeStatus() - Method in interface com.ebasetech.ufs.mapping.TableRow
- 
Returns the change status of this row. 
- getScratchPadObject(String) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Get an object from the scratchpad area 
- getScratchPadObject(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the object with the specified key from the system scratch pad area. 
- getScriptContext() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
-  
- getServicesApi() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Returns the Api Servicesobject that provides access to various services such asFileServices.
 
- getSessionContext() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Returns the HttpSession context object for the user session. 
- getSessionContext() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the HttpSession context object for the user session. 
- getSourceFieldId() - Method in interface com.ebasetech.ufs.mapping.TableCell
- 
Returns the source field identifier for which this cell holds the value for a specific row in the table. 
- getSystem() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
Returns the Api Systemobject that provides access to common services and information.
 
- getSystemVariable(int) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns the value of the given system variable. 
- getTableCells() - Method in interface com.ebasetech.ufs.mapping.TableRow
- 
Returns an iterator over a collection of the TableCell objects in this row. 
- getTableData(String) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
-  
- getTableData(String) - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns an object which implements the TableDataInterface. 
- getTableRow(int) - Method in interface com.ebasetech.ufs.mapping.TableDataInterface
- 
Gets the tableRow associated with this unique identifier. 
- getText(int) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
- getText(String, String) - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
- 
returns the text for the corresponding textid in the form's language 
- getTopLevelFieldNames() - Method in interface com.ebasetech.ufs.mapping.ResourceRequestInterface
- 
Returns a list of field names representing all resource fields that have no parent. 
- getType() - Method in class com.ebasetech.ufs.security.authorisation.SecurityAuthorisationRequest
- 
Returns the type part of the authorisation request 
- getUniqueIdentifier() - Method in interface com.ebasetech.ufs.mapping.TableRow
- 
Gets the unique identifier that is associated with this TableRow. 
- getZoomAmount() - Method in class com.ebasetech.ufs.kernel.UFSFormInterface
-