A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

absolute(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
AbstractConfigApp - Class in org.melati.app
ConfigApp is the simplest way to use Melati.
AbstractConfigApp() - Constructor for class org.melati.app.AbstractConfigApp
 
AbstractMarkupLanguage - Class in org.melati.template
MarkupLanguage provides a variety of methods for rendering objects in a template.
AbstractMarkupLanguage(String, Melati, TempletLoader, PoemLocale) - Constructor for class org.melati.template.AbstractMarkupLanguage
Construct a Markup Language object.
AbstractMarkupLanguage(String, AbstractMarkupLanguage) - Constructor for class org.melati.template.AbstractMarkupLanguage
Construct a new MarkupLanguage given a new name and an existing MarkupLanguage.
AbstractPoemApp - Class in org.melati.app
Base class to use Poem as an application.
AbstractPoemApp() - Constructor for class org.melati.app.AbstractPoemApp
 
AbstractTemplateApp - Class in org.melati.app
Base class to use Melati as an application with a Template Engine.
AbstractTemplateApp() - Constructor for class org.melati.app.AbstractTemplateApp
 
AbstractTemplateEngine - Class in org.melati.template
Common elements of a TemplateEngine.
AbstractTemplateEngine() - Constructor for class org.melati.template.AbstractTemplateEngine
Constructor.
AcceptCharset - Class in org.melati.util
Representation of the Accept-Charset header fields.
AcceptCharset(String, List<String>) - Constructor for class org.melati.util.AcceptCharset
Create an instance from the Accept-Charset header field values and a set of server preferred charset names.
AcceptCharset.CharsetAndQValue - Class in org.melati.util
A charset and associated qvalue.
AcceptCharset.CharsetAndQValue(HttpHeader.Tokenizer) - Constructor for class org.melati.util.AcceptCharset.CharsetAndQValue
Create an instance and initialize it by reading a tokenizer.
AcceptCharset.CharsetAndQValue(Charset, float) - Constructor for class org.melati.util.AcceptCharset.CharsetAndQValue
Creates an instance for the given charset and q value.
AcceptCharset.CharsetAndQValue(Charset, AcceptCharset.CharsetAndQValue) - Constructor for class org.melati.util.AcceptCharset.CharsetAndQValue
Creates an instance for the given Charset using the q value from a parsed wildcard Accept-Charset field.
AcceptCharset.CharsetAndQValueIterator - Class in org.melati.util
Enumeration of AcceptCharset.CharsetAndQValue.
AcceptCharset.CharsetAndQValueIterator() - Constructor for class org.melati.util.AcceptCharset.CharsetAndQValueIterator
 
AcceptCharset.Comparator<T> - Class in org.melati.util
Comparator for comparing AcceptCharset.CharsetAndQValue objects.
AcceptCharset.Comparator() - Constructor for class org.melati.util.AcceptCharset.Comparator
 
acceptsURL(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDriverJdbc3
AccessForbiddenToken - Class in org.melati.poem
AccessToken that gives no capabilities.
AccessForbiddenToken() - Constructor for class org.melati.poem.AccessForbiddenToken
 
AccessHandler - Interface in org.melati.login
A handler invoked when an AccessPoemException occurs.
AccessibleCreationException - Exception in org.melati.poem
Thrown when an unauthorised attempt to create an object is made.
AccessibleCreationException(AccessPoemException) - Constructor for exception org.melati.poem.AccessibleCreationException
 
AccessPoemException - Exception in org.melati.poem
Thrown when an authorisation problem occurs, that is when a User does not have the required Capability or is not in a Group with the required Capability to access a restricted object.
AccessPoemException(Exception, AccessToken, Capability) - Constructor for exception org.melati.poem.AccessPoemException
Constructor.
AccessPoemException(AccessToken, Capability) - Constructor for exception org.melati.poem.AccessPoemException
Constructor.
AccessPoemException(AccessPoemException) - Constructor for exception org.melati.poem.AccessPoemException
Constructor.
AccessPoemException() - Constructor for exception org.melati.poem.AccessPoemException
Constructor.
AccessToken - Interface in org.melati.poem
An AccessToken (aka User).
accessToken() - Static method in class org.melati.poem.PoemThread
 
actualTable() - Method in class org.melati.poem.TableInfo
Get the Table this is about.
adaptorFieldName - Variable in exception org.melati.template.TempletAdaptorConstructionMelatiException
The name of the field.
adaptorName - Variable in exception org.melati.template.TempletAdaptorConstructionMelatiException
The name of the Adaptor.
add(String, String, String, String) - Method in class org.melati.poem.prepro.TableNamingStore
Add a table to the naming store.
add(ResultSet) - Method in class org.melati.poem.transaction.ToTidyList
Add a ResultSet to the list.
add(Statement) - Method in class org.melati.poem.transaction.ToTidyList
Add a Statement to the list.
add(Reader) - Method in class org.melati.poem.transaction.ToTidyList
Add a Reader to the list.
add(Writer) - Method in class org.melati.poem.transaction.ToTidyList
Add a Writer to the list.
add(InputStream) - Method in class org.melati.poem.transaction.ToTidyList
Add an InputStream to the list.
add(OutputStream) - Method in class org.melati.poem.transaction.ToTidyList
Add an OutputStream to the list.
add(ToTidyList.Closeable) - Method in class org.melati.poem.transaction.ToTidyList
Add any Closeable to the list.
add(ContentModel, Element, Element) - Static method in class org.melati.util.HTMLUtils
Add an Element to the ContentModel.
addBatch() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
addBatch(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
addBatch() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
addBatch(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
addBatch(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
addColumn(String, String) - Method in class org.melati.poem.csv.CSVTable
Add column definitions to this table.
addColumn(String, String, boolean) - Method in class org.melati.poem.csv.CSVTable
Add column definitions, perhaps Primary Keys, to this table.
addColumn(String, String, CSVTable) - Method in class org.melati.poem.csv.CSVTable
Add column definitions for foreign keys to this table.
addColumnAndCommit(ColumnInfo) - Method in class org.melati.poem.JdbcTable
Add a Column to the database and the TableInfo table.
addColumnAndCommit(ColumnInfo) - Method in interface org.melati.poem.Table
Add a Column to the database and the TableInfo table.
addConstraints() - Method in class org.melati.poem.Database
Add database constraints.
added(Object[], Object) - Static method in class org.melati.poem.util.ArrayUtils
Add an Object to an Array.
addExtension(String) - Method in class org.melati.app.AbstractTemplateApp
The template extension is added in an overridable method to allow the application developer to specify their own template extensions.
addExtension(String) - Method in class org.melati.servlet.TemplateServlet
The template extension is added in an overridable method to allow the application developer to specify their own template extensions.
addField(CSVField) - Method in class org.melati.poem.csv.CSVRecord
Add a field to this record.
addListener(TableListener) - Method in class org.melati.poem.JdbcTable
Add a TableListener to this Table.
addListener(TableListener) - Method in interface org.melati.poem.Table
Add a TableListener to this Table.
address - Variable in class org.melati.example.contacts.generated.ContactBase
address - Contact Address
addRoot(String) - Method in class org.melati.template.AbstractTemplateEngine
Add root at index 0, so that the empty string is always returned last by elements.
addRoot(String) - Method in interface org.melati.template.TemplateEngine
Add a template root directory.
addTable(String, File) - Method in class org.melati.poem.csv.CSVFilesProcessor
Convenience method.
addTable(Table, File) - Method in class org.melati.poem.csv.CSVFilesProcessor
Add a table to this processor.
addTableAndCommit(TableInfo, String) - Method in class org.melati.poem.Database
Add a Table to this Databse and commit the Transaction.
addTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
Returns the Add template after placing the table and fields for the new row in the context using any field values already in the context.
addToContentModels(DTD, Element, Element) - Static method in class org.melati.util.HTMLUtils
Add element to a DTD.
addUpdateTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
Returns the Updated template after creating a new row using field data in the context.
AddURL(Table) - Method in class org.melati.admin.AdminUtils
 
Admin - Class in org.melati.admin
Melati template servlet for database administration.
Admin() - Constructor for class org.melati.admin.Admin
 
adminHandle(Melati, MarkupLanguage) - Method in interface org.melati.admin.AdminSpecialised
Perform the specialised function and return the name of the template presenting the results.
administerCapability() - Method in class org.melati.poem.Database
 
administratorsGroup() - Method in class org.melati.poem.GroupTable
 
administratorUser() - Method in class org.melati.poem.Database
 
administratorUser - Variable in class org.melati.poem.UserTable
 
administratorUser() - Method in class org.melati.poem.UserTable
 
adminSpecialFacilities(Melati, MarkupLanguage) - Method in interface org.melati.admin.AdminSpecialised
Returns the name of a templet which provides access to the specialised functionality.
AdminSpecialised - Interface in org.melati.admin
An interface that allows the editting and display of an object to be extended.
adminTemplate(String) - Static method in class org.melati.admin.Admin
Return the resource path for an admin template.
AdminUtils - Class in org.melati.admin
A utility object for placing in a ServletTemplateContext.
AdminUtils(Melati) - Constructor for class org.melati.admin.AdminUtils
Constructor.
afterLast() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
allProceduresAreCallable() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
allTablesAreSelectable() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
AlreadyInSessionPoemException - Exception in org.melati.poem
Thrown when an attempt to open a new User session from within one is made.
AlreadyInSessionPoemException() - Constructor for exception org.melati.poem.AlreadyInSessionPoemException
Constructor.
alterColumnNotNullableSQL(String, Column) - Method in class org.melati.poem.dbms.AnsiStandard
Return the SQL snippet to alter a column to not nullable.
alterColumnNotNullableSQL(String, Column) - Method in interface org.melati.poem.dbms.Dbms
Return the SQL snippet to alter a column to not nullable.
alterColumnNotNullableSQL(String, Column) - Method in class org.melati.poem.dbms.MSAccess
Accommodate SQLServer syntax.
alterColumnNotNullableSQL(String, Column) - Method in class org.melati.poem.dbms.MySQL
Return the SQL snippet to alter a column to not nullable.
alterColumnNotNullableSQL(String, Column) - Method in class org.melati.poem.dbms.SQLServer
Accommodate SQLServer syntax.
AnsiStandard - Class in org.melati.poem.dbms
An SQL 92 compliant Database Management System.
AnsiStandard() - Constructor for class org.melati.poem.dbms.AnsiStandard
 
AnticipatedException - Exception in org.melati.admin
An error which is expected, so should be rendered prettily.
AnticipatedException(String) - Constructor for exception org.melati.admin.AnticipatedException
Constructor.
AnticipatedException(String, Exception) - Constructor for exception org.melati.admin.AnticipatedException
Initial cause.
AnticipatedException(Exception) - Constructor for exception org.melati.admin.AnticipatedException
Initial cause.
App - Interface in org.melati.app
A command line application.
AppBugPoemException - Exception in org.melati.poem
Thrown when the error is likely to be caused by an error in the application programmers code, such as mistypeing a class name or mis-configuring a property.
AppBugPoemException(String, Exception) - Constructor for exception org.melati.poem.AppBugPoemException
Constructor.
AppBugPoemException(String) - Constructor for exception org.melati.poem.AppBugPoemException
Constructor.
AppBugPoemException(Exception) - Constructor for exception org.melati.poem.AppBugPoemException
Constructor.
AppBugPoemException() - Constructor for exception org.melati.poem.AppBugPoemException
Constructor.
appendEscaped(StringBuffer, String, char) - Static method in class org.melati.poem.prepro.StringUtils
Append a String to a StringBuffer, and escaping any occurances of the char in the String.
appendEscaped(StringBuffer, String, char) - Static method in class org.melati.poem.util.StringUtils
 
appendEscaped(StringBuffer, String, char, char) - Static method in class org.melati.poem.util.StringUtils
Append a String to a StringBuffer, and escaping any occurances of the char in the String.
appendQuoted(StringBuffer, String, char) - Static method in class org.melati.poem.prepro.StringUtils
Append a String to a StringBuffer, first quoting it with a quote character and escaping any occurances of the quote char in the String.
appendQuoted(StringBuffer, String, char) - Static method in class org.melati.poem.util.StringUtils
Append a String to a StringBuffer, first quoting it with a quote character and escaping any occurrences of the quote char in the String.
appendRelativeZoneURL(StringBuffer, HttpServletRequest) - Static method in class org.melati.util.HttpUtil
Append relative servlet zone url.
appendWhereClause(StringBuffer, Persistent) - Method in class org.melati.poem.JdbcTable
Append an SQL logical expression to the given buffer to match rows according to criteria represented by the given object.
appendWhereClause(StringBuffer, Persistent) - Method in interface org.melati.poem.Table
Append an SQL logical expression to the given buffer to match rows according to criteria represented by the given object.
appendZoneURL(StringBuffer, HttpServletRequest) - Static method in class org.melati.util.HttpUtil
Add a Zone URL to buffer.
apply(TableDef) - Method in class org.melati.poem.prepro.CacheSizeTableQualifier
Update the model.
apply(TableDef) - Method in class org.melati.poem.prepro.CategoryTableQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.CompareOnlyFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.DeletedFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.DescriptionFieldQualifier
Update the model.
apply(TableDef) - Method in class org.melati.poem.prepro.DescriptionTableQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.DisplayLevelFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.DisplayNameFieldQualifier
Update the model.
apply(TableDef) - Method in class org.melati.poem.prepro.DisplayNameTableQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.DisplayOrderFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.DisplayOrderPriorityFieldQualifier
Update the model.
apply(TableDef) - Method in class org.melati.poem.prepro.DisplayOrderTableQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.FieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.HeightFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.IndexedFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.IntegrityfixFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.NullableFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.PrecisionFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.RenderinfoFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.ScaleFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.SearchabilityFieldQualifier
Update the model.
apply(TableDef) - Method in class org.melati.poem.prepro.SeqCachedTableQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.SizeFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.SortDescendingFieldQualifier
Update the model.
apply(TableDef) - Method in class org.melati.poem.prepro.TableQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.TroidFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.UncreateableFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.UneditableFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.UniqueFieldQualifier
Update the model.
apply(FieldDef) - Method in class org.melati.poem.prepro.WidthFieldQualifier
Update the model.
apply(Object) - Method in interface org.melati.poem.util.Procedure
Apply ourselves to argument.
apply(Object) - Method in interface org.melati.util.Function
Apply to the argument.
apply(Function, int, boolean) - Method in class org.melati.util.Tree
Apply the Function to each node in the tree.
applyBreadthFirst(Function) - Method in class org.melati.util.Tree
Apply a function to all nodes, breadth first.
applyBreadthFirst(Function, int) - Method in class org.melati.util.Tree
Apply a function to all nodes to a given depth, breadth first.
applyDepthFirst(Function) - Method in class org.melati.util.Tree
Apply a function to all nodes, depth first.
applyDepthFirst(Function, int) - Method in class org.melati.util.Tree
Apply a function to all nodes to a given depth, depth first.
applyNamedArguments(String[]) - Method in class org.melati.app.AbstractConfigApp
 
ArrayEnumeration<T> - Class in org.melati.poem.util
An Enumeration created from an Array.
ArrayEnumeration(T[]) - Constructor for class org.melati.poem.util.ArrayEnumeration
Constructor.
arrayOf(Vector) - Static method in class org.melati.example.contacts.Contact
 
arrayOf(Enumeration) - Static method in class org.melati.example.contacts.Contact
 
arrayOf(Vector) - Static method in class org.melati.poem.util.ArrayUtils
Create an Array from a Vector.
arrayOf(Enumeration) - Static method in class org.melati.poem.util.ArrayUtils
Create an Array from an Enumeration.
ArrayUtils - Class in org.melati.poem.util
A collection of useful operations on Arrays.
asEmptyField() - Method in class org.melati.poem.Column
Return a Field of the same type as this Column with default attributes.
asField(Persistent) - Method in class org.melati.poem.Column
Return a Field of the same type as this Column from the Persistent.
asField(Persistent) - Method in class org.melati.poem.ExtraColumn
Return a Field of the same type as this Column from the Persistent.
assertCanCreate(AccessToken) - Method in class org.melati.poem.JdbcPersistent
Check that you have create access to the object.
assertCanCreate() - Method in class org.melati.poem.JdbcPersistent
assertCanCreate(AccessToken) - Method in interface org.melati.poem.Persistent
Check that you have create access to the object.
assertCanCreate() - Method in interface org.melati.poem.Persistent
 
assertCanDelete(AccessToken) - Method in class org.melati.poem.JdbcPersistent
Check that you have delete access to the object.
assertCanDelete() - Method in class org.melati.poem.JdbcPersistent
assertCanDelete(AccessToken) - Method in interface org.melati.poem.Persistent
Check that you have delete access to the object.
assertCanDelete() - Method in interface org.melati.poem.Persistent
 
assertCanRead(AccessToken) - Method in class org.melati.poem.Capability
Allow this object to be read by anyone.
assertCanRead(AccessToken) - Method in class org.melati.poem.ColumnInfo
Allow reading by not throwing an exception.
assertCanRead(AccessToken) - Method in class org.melati.poem.Group
Allow this object to be read by anyone.
assertCanRead(AccessToken) - Method in class org.melati.poem.JdbcPersistent
Check that you have read access to the object.
assertCanRead() - Method in class org.melati.poem.JdbcPersistent
assertCanRead(AccessToken) - Method in interface org.melati.poem.Persistent
Check that you have read access to the object.
assertCanRead() - Method in interface org.melati.poem.Persistent
 
assertCanRead(AccessToken) - Method in class org.melati.poem.TableCategory
Allow this object to be read by anyone.
assertCanRead(AccessToken) - Method in class org.melati.poem.TableInfo
Allow this object to be read by anyone.
assertCanWrite(AccessToken) - Method in class org.melati.poem.JdbcPersistent
Check that you have write access to the object.
assertCanWrite() - Method in class org.melati.poem.JdbcPersistent
assertCanWrite(AccessToken) - Method in interface org.melati.poem.Persistent
Check that you have write access to the object.
assertCanWrite() - Method in interface org.melati.poem.Persistent
 
assertHasCapability(Capability) - Static method in class org.melati.poem.PoemThread
Check that we have the given Capability, throw an AccessPoemException if we don't.
assertValidCooked(Object) - Method in class org.melati.poem.BasePoemType
Check if an Object is valid, throw appropriate Exception if not.
assertValidCooked(Object) - Method in interface org.melati.poem.PoemType
Check if an Object is valid, throw appropriate Exception if not.
assertValidRaw(Object) - Method in class org.melati.poem.BasePoemType
Check if value is of the right type and an allowed value, throw appropriate Exception if not.
assertValidRaw(Object) - Method in interface org.melati.poem.PoemType
Check if value is of the right type and an allowed value, throw appropriate Exception if not.
AtomFieldDef - Class in org.melati.poem.prepro
The definition of all base fields.
AtomFieldDef(int, TableDef, String, String, int, Vector) - Constructor for class org.melati.poem.prepro.AtomFieldDef
Constructor.
AtomPoemType<T> - Class in org.melati.poem
Base class for all atomic types.
AtomPoemType(int, String, boolean) - Constructor for class org.melati.poem.AtomPoemType
Constructor.
AttributeMarkupLanguage - Interface in org.melati.template
A MarkupLanguage suitable for markup within an attribute tag.
attributes - Variable in class org.melati.util.HTMLUtils.TagInstance
Its attributes.
augment(Treeable[], int) - Static method in class org.melati.util.TreeNode
Create a new Array of TreeNodes specifying a new depth.
autoCommitFailureClosesAllResultSets() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4

B

backingCommit() - Method in class org.melati.poem.PoemTransaction
 
backingCommit() - Method in class org.melati.poem.transaction.Transaction
 
backingRollback() - Method in class org.melati.poem.PoemTransaction
 
backingRollback() - Method in class org.melati.poem.transaction.Transaction
 
BaseFieldAttributes - Class in org.melati.poem
Base class of all Fields.
BaseFieldAttributes(String, String, String, PoemType, int, int, String, boolean, boolean, boolean) - Constructor for class org.melati.poem.BaseFieldAttributes
Full Constructor.
BaseFieldAttributes(String, PoemType) - Constructor for class org.melati.poem.BaseFieldAttributes
Convenience constructor.
BaseFieldAttributes(FieldAttributes, PoemType) - Constructor for class org.melati.poem.BaseFieldAttributes
Create a new BaseFieldAttributes based upon another, but overriding its type.
BaseFieldAttributes(FieldAttributes, String) - Constructor for class org.melati.poem.BaseFieldAttributes
Create a new BaseFieldAttributes based upon another, overriding its name.
BaseFieldAttributes(FieldAttributes, String, String) - Constructor for class org.melati.poem.BaseFieldAttributes
Allow the description to vary as well.
BaseFieldAttributes(FieldAttributes, boolean) - Constructor for class org.melati.poem.BaseFieldAttributes
Create a new BaseFieldAttributes based upon another, overriding its nullability.
BaseFileFormDataAdaptor - Class in org.melati.servlet
Common elements of uploading a file from an HTML form.
BaseFileFormDataAdaptor() - Constructor for class org.melati.servlet.BaseFileFormDataAdaptor
 
BasePoemType<T> - Class in org.melati.poem
Base class of all fundamental types.
basic(Object, String, PoemType) - Static method in class org.melati.poem.Field
A convenience method to create a Field.
beforeFirst() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
beginExclusiveLock() - Method in class org.melati.poem.Database
Acquire a lock on the database.
beginSession(AccessToken) - Method in class org.melati.poem.Database
Start a db session.
BIGDECIMAL - Static variable in class org.melati.poem.PoemTypeFactory
BigDecimal base-type factory.
BigDecimalFieldDef - Class in org.melati.poem.prepro
A definition of a BigDecimalPoemType from the DSD.
BigDecimalFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.BigDecimalFieldDef
Constructor.
BigDecimalPoemType - Class in org.melati.poem
Java "BigDecimal", dependant upon the database/SQL implementation.
BigDecimalPoemType(boolean) - Constructor for class org.melati.poem.BigDecimalPoemType
Constructor.
BigDecimalPoemType(boolean, int, int) - Constructor for class org.melati.poem.BigDecimalPoemType
Constructor.
BINARY - Static variable in class org.melati.poem.PoemTypeFactory
Binary base-type factory.
BinaryFieldDef - Class in org.melati.poem.prepro
A definition of a BinaryPoemType from the DSD.
BinaryFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.BinaryFieldDef
Constructor.
BinaryLengthValidationPoemException - Exception in org.melati.poem
Thrown when an overlong value is asserted to be a valid raw BinaryPoemType Field.
BinaryLengthValidationPoemException(PoemType, byte[]) - Constructor for exception org.melati.poem.BinaryLengthValidationPoemException
Constructor.
BinaryPoemType - Class in org.melati.poem
A Blob Field type.
BinaryPoemType(boolean, int) - Constructor for class org.melati.poem.BinaryPoemType
Constructor.
BOOLEAN - Static variable in class org.melati.poem.PoemTypeFactory
Boolean base-type factory.
BooleanFieldDef - Class in org.melati.poem.prepro
A definition of a BooleanPoemType from the DSD.
BooleanFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.BooleanFieldDef
Constructor.
BooleanPoemType - Class in org.melati.poem
A Boolean Nullable Field type.
BooleanPoemType(boolean) - Constructor for class org.melati.poem.BooleanPoemType
Constructor.
BooleanPossibleRawEnumeration - Class in org.melati.poem
The possible raw values of a BooleanPoemType.
BooleanPossibleRawEnumeration() - Constructor for class org.melati.poem.BooleanPossibleRawEnumeration
 
booleanTrueExpression(Column) - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate lack of boolean types.
booleanTrueExpression(Column) - Method in interface org.melati.poem.dbms.Dbms
Accomodate lack of boolean types.
booleanTrueExpression(Column) - Method in class org.melati.poem.dbms.Oracle
Accomodate lack of boolean types.
booleanTrueExpression(Column) - Method in class org.melati.poem.dbms.SQLServer
Accomodate lack of boolean types.
BottomURL(Melati) - Method in class org.melati.admin.AdminUtils
 
breadthFirstEnumeration() - Method in class org.melati.util.ChildrenDrivenMutableTree
 
BUFSIZE - Variable in class org.melati.servlet.BaseFileFormDataAdaptor
Size for byte buffers.
BUFSIZE - Variable in class org.melati.servlet.MemoryFormDataAdaptor
Size for byte buffers
bug - Variable in exception org.melati.util.MelatiBugMelatiException
A description of the bug.
BugException - Exception in org.melati.util
Thrown when a programmer attempts to do something which is possible but wrong.
BugException(String) - Constructor for exception org.melati.util.BugException
Constructor with message.
BugException(String, Exception) - Constructor for exception org.melati.util.BugException
Constructor with message and exception.
buildRequest(Melati) - Method in interface org.melati.login.AccessHandler
Rebuild request if we have had to login, otherwise nothing.
buildRequest(Melati) - Method in class org.melati.login.CommandLineAccessHandler
A no-op in a command line application.
buildRequest(Melati) - Method in class org.melati.login.HttpBasicAuthenticationAccessHandler
If we are allowed in then no need to change request.
buildRequest(Melati) - Method in class org.melati.login.HttpSessionAccessHandler
If we are returning from a login rebuild the original request, otherwise do nothing.
buildRequest(Melati) - Method in class org.melati.login.OpenAccessHandler
Nothing to do.
buildTree() - Method in class org.melati.util.ChildrenDrivenMutableTree
Compute the children.
buildTree(Enumeration<DefaultMutableTreeNode>) - Method in class org.melati.util.ChildrenDrivenMutableTree
Compute the children given the nodes.

C

Cache - Class in org.melati.poem.util
A store whose capacity has a guaranteed lower limit but whose upper limit is bounded by the amount of memory available to the JVM.
Cache(int) - Constructor for class org.melati.poem.util.Cache
Constructor with maximum size.
Cache.InconsistencyException - Exception in org.melati.poem.util
Thrown if one or more problems are discovered with cache consistency.
Cache.InconsistencyException(Vector<Object>) - Constructor for exception org.melati.poem.util.Cache.InconsistencyException
Constructor.
Cache.Info - Class in org.melati.poem.util
A class which enables reporting upon the state of the Cache.
CachedCount - Class in org.melati.poem
A cached instance of an SQL count query.
CachedCount(Table, String, Table[]) - Constructor for class org.melati.poem.CachedCount
Constructor.
CachedCount(Persistent, boolean, boolean) - Constructor for class org.melati.poem.CachedCount
Create a count from a Persistent.
CachedCount(Table, String) - Constructor for class org.melati.poem.CachedCount
Constructor where whereClause does not involve other tables.
cachedCount(String, boolean) - Method in class org.melati.poem.JdbcTable
A mechanism for caching a record count.
cachedCount(String, boolean, boolean) - Method in class org.melati.poem.JdbcTable
A mechanism for caching a record count.
cachedCount(Persistent, boolean, boolean) - Method in class org.melati.poem.JdbcTable
A mechanism for caching a record count.
cachedCount(Persistent) - Method in class org.melati.poem.JdbcTable
 
cachedCount(String) - Method in class org.melati.poem.JdbcTable
A mechanism for caching a record count.
cachedCount(String, boolean) - Method in interface org.melati.poem.Table
A mechanism for caching a record count.
cachedCount(String, boolean, boolean) - Method in interface org.melati.poem.Table
A mechanism for caching a record count.
cachedCount(Persistent, boolean, boolean) - Method in interface org.melati.poem.Table
A mechanism for caching a record count.
cachedCount(Persistent) - Method in interface org.melati.poem.Table
 
cachedCount(String) - Method in interface org.melati.poem.Table
A mechanism for caching a record count.
CachedExists - Class in org.melati.poem
A cached instance of an SQL count > 0 query.
CachedExists(Table, String, Table[]) - Constructor for class org.melati.poem.CachedExists
Constructor.
CachedExists(Table, String) - Constructor for class org.melati.poem.CachedExists
 
cachedExists(String) - Method in class org.melati.poem.JdbcTable
A mechanism for caching an existance.
cachedExists(String) - Method in interface org.melati.poem.Table
A mechanism for caching an existance.
CachedIndexFactory - Class in org.melati.poem.util
Supply and cache objects identified by a numeric index.
CachedIndexFactory() - Constructor for class org.melati.poem.util.CachedIndexFactory
 
CachedQuery - Class in org.melati.poem
Object to return the results of a query with caching.
CachedQuery(Table, String, Table[]) - Constructor for class org.melati.poem.CachedQuery
Constructor.
CachedSelection - Class in org.melati.poem
A cached instance of an SQL select query.
CachedSelection(Table, String, String, Table[]) - Constructor for class org.melati.poem.CachedSelection
Constructor.
CachedSelection(Table, String, String) - Constructor for class org.melati.poem.CachedSelection
Constructor for a single Table query.
cachedSelection(String, String) - Method in class org.melati.poem.JdbcTable
A mechanism for caching a selection of records.
cachedSelection(String, String) - Method in interface org.melati.poem.Table
A mechanism for caching a selection of records.
cachedSelectionField(String, String, boolean, Integer, String) - Method in class org.melati.poem.JdbcTable
Make up a Field object whose possible values are a selected subset of the records in the table.
cachedSelectionField(String, String, boolean, Integer, String) - Method in interface org.melati.poem.Table
Make up a Field object whose possible values are a selected subset of the records in the table.
cachedSelectionType(String, String, boolean) - Method in class org.melati.poem.JdbcTable
A mechanism for caching a record count.
cachedSelectionType(String, String, boolean) - Method in interface org.melati.poem.Table
A mechanism for caching a record count.
cachedSelectionWhereEq(Object) - Method in class org.melati.poem.Column
Create a new CachedSelection of objects equal to this raw parameter.
CachedTailoredQuery - Class in org.melati.poem
A cached instance of a PreparedTailoredQuery.
CachedTailoredQuery(String, Column[], Table[], String, String) - Constructor for class org.melati.poem.CachedTailoredQuery
Full Constructor.
CachedTailoredQuery(Column[], Table[], String, String) - Constructor for class org.melati.poem.CachedTailoredQuery
Constructor with modifier null.
CacheDuplicationException - Exception in org.melati.poem.util
Thrown should a duplicate entry be put in the Cache.
CacheDuplicationException() - Constructor for exception org.melati.poem.util.CacheDuplicationException
 
CacheDuplicationException(String) - Constructor for exception org.melati.poem.util.CacheDuplicationException
 
cachelimit - Variable in class org.melati.poem.generated.TableInfoBase
Cache size limit - The maximum number of records from the table to keep in the cache
CacheSizeTableQualifier - Class in org.melati.poem.prepro
A TableQualifier which defines the size of the cache for a Table.
CacheSizeTableQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.CacheSizeTableQualifier
Constructor.
calculateLocalFile() - Method in class org.melati.servlet.BaseFileFormDataAdaptor
 
calculateLocalFile() - Method in class org.melati.servlet.DefaultFileFormDataAdaptor
 
calculateLocalFile() - Method in class org.melati.servlet.TemporaryFileFormDataAdaptor
 
calculateURL() - Method in class org.melati.servlet.BaseFileFormDataAdaptor
Return a URL to the saved file, null if not appropriate.
calculateURL() - Method in class org.melati.servlet.DefaultFileFormDataAdaptor
 
calculateURL() - Method in class org.melati.servlet.TemporaryFileFormDataAdaptor
 
canBeIndexed(Column) - Method in class org.melati.poem.dbms.AnsiStandard
MSSQL cannot index a TEXT column.
canBeIndexed(Column) - Method in interface org.melati.poem.dbms.Dbms
Whether a Column can have an SQL index applied to it.
canBeIndexed(Column) - Method in class org.melati.poem.dbms.SQLServer
MSSQL cannot index TEXT fields.
cancel() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
cancel() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
cancel() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
cancelRowUpdates() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
cancreate - Variable in class org.melati.poem.generated.TableInfoBase
Default `create' capability - The capability required, by default, for creating records in the table
canDeleteColumn() - Method in class org.melati.poem.JdbcTable
 
canDeleteColumn() - Method in interface org.melati.poem.Table
 
canDropColumns() - Method in class org.melati.poem.dbms.AnsiStandard
Whether this DBMS can drop columns.
canDropColumns() - Method in interface org.melati.poem.dbms.Dbms
Whether this DBMS can drop columns.
canDropColumns() - Method in class org.melati.poem.dbms.HsqldbText
Whether this DBMS can drop columns.
canDropColumns() - Method in class org.melati.poem.dbms.MSAccess
Whether this DBMS can drop columns.
canDropColumns(Connection) - Method in class org.melati.poem.dbms.Postgresql
Whether this DBMS can drop columns.
canReadColumn() - Method in class org.melati.poem.JdbcTable
 
canReadColumn() - Method in interface org.melati.poem.Table
 
canReadPasswords() - Method in class org.melati.poem.UserTable
Defaults to the db's administraor capability.
canRepresent(PoemType) - Method in class org.melati.poem.BasePoemType
Return a PoemType which can can represent another, or null.
canRepresent(PoemType<?>, PoemType<?>) - Method in class org.melati.poem.dbms.AnsiStandard
Enable one PoemType to represent another, for example a bit to represent a boolean.
canRepresent(PoemType<?>, PoemType<?>) - Method in interface org.melati.poem.dbms.Dbms
Enable one PoemType to represent another, for example a bit to represent a boolean.
canRepresent(PoemType, PoemType) - Method in class org.melati.poem.dbms.Hsqldb
Accomodate our String size hack.
canRepresent(PoemType, PoemType) - Method in class org.melati.poem.dbms.Mckoi
Enable one PoemType to represent another, for example a bit to represent a boolean.
canRepresent(PoemType, PoemType) - Method in class org.melati.poem.dbms.Mimer
Enable one PoemType to represent another, for example a bit to represent a boolean.
canRepresent(PoemType, PoemType) - Method in class org.melati.poem.dbms.MSAccess
Enable one PoemType to represent another, for example a bit to represent a boolean.
canRepresent(PoemType) - Method in class org.melati.poem.dbms.MSAccess.MSAccessStringPoemType
Return a PoemType which can can represent another, or null.
canRepresent(PoemType) - Method in class org.melati.poem.dbms.MySQL.BlobPoemType
Return a PoemType which can can represent another, or null.
canRepresent(PoemType<?>, PoemType<?>) - Method in class org.melati.poem.dbms.MySQL
Enable one PoemType to represent another, for example a bit to represent a boolean.
canRepresent(PoemType, PoemType) - Method in class org.melati.poem.dbms.Oracle
Enable one PoemType to represent another, for example a bit to represent a boolean.
canRepresent(PoemType) - Method in class org.melati.poem.dbms.Oracle.OracleStringPoemType
Return a PoemType which can can represent another, or null.
canRepresent(PoemType, PoemType) - Method in class org.melati.poem.dbms.SQLServer
Accomodate our String size hack.
canRepresent(PoemType<?>) - Method in interface org.melati.poem.PoemType
Return a PoemType which can can represent another, or null.
canSelectColumn() - Method in class org.melati.poem.JdbcTable
 
canSelectColumn() - Method in interface org.melati.poem.Table
 
canStoreBlobs() - Method in class org.melati.poem.dbms.AnsiStandard
Whether this DBMS can store binary data.
canStoreBlobs() - Method in interface org.melati.poem.dbms.Dbms
Whether this DBMS can store binary data.
canStoreBlobs() - Method in class org.melati.poem.dbms.MSAccess
Whether this DBMS can store binary data.
canWriteColumn() - Method in class org.melati.poem.JdbcTable
 
canWriteColumn() - Method in interface org.melati.poem.Table
 
canWritePasswords() - Method in class org.melati.poem.UserTable
Defaults to the db's administraor capability.
capability - Variable in exception org.melati.poem.AccessPoemException
The required Capability.
Capability - Class in org.melati.poem
The quality of being able to perform an action.
Capability() - Constructor for class org.melati.poem.Capability
Constructor for a Persistent Capability object.
Capability(String) - Constructor for class org.melati.poem.Capability
Constructor for a Persistent Capability object.
capability - Variable in class org.melati.poem.generated.GroupCapabilityBase
capability - The capability
CapabilityBase - Class in org.melati.poem.generated
Melati POEM generated abstract base class for a Persistent Capability Object.
CapabilityBase() - Constructor for class org.melati.poem.generated.CapabilityBase
 
CapabilityTable - Class in org.melati.poem
The Table of Capabilitys.
CapabilityTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.CapabilityTable
Constructor.
CapabilityTableBase - Class in org.melati.poem.generated
Melati POEM generated base class for Table Capability.
CapabilityTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.CapabilityTableBase
Constructor.
capitalised(String) - Static method in class org.melati.poem.prepro.MelatiDsdProcessorMojo
Captialise the first character of the input string.
capitalised(String) - Static method in class org.melati.poem.prepro.StringUtils
Captialise the first character of the input string.
capitalised(String) - Static method in class org.melati.poem.util.StringUtils
Capitalise the first character of the input string.
caseInsensitiveRegExpSQL(String, String) - Method in class org.melati.poem.dbms.AnsiStandard
This is the Postgresql syntax.
caseInsensitiveRegExpSQL(String, String) - Method in interface org.melati.poem.dbms.Dbms
Accomodate the variety of ways of ignoring case.
caseInsensitiveRegExpSQL(String, String) - Method in class org.melati.poem.dbms.Hsqldb
Note that this is NOT case insensitive.
caseInsensitiveRegExpSQL(String, String) - Method in class org.melati.poem.dbms.MSAccess
This is the Postgresql syntax.
caseInsensitiveRegExpSQL(String, String) - Method in class org.melati.poem.dbms.MySQL
This is the Postgresql syntax.
caseInsensitiveRegExpSQL(String, String) - Method in class org.melati.poem.dbms.SQLServer
This is the Postgresql syntax.
Category - Class in org.melati.example.contacts
Melati POEM generated, programmer modifiable stub for a Persistent Category object.
Category() - Constructor for class org.melati.example.contacts.Category
Constructor for a Persistent Category object.
category - Variable in class org.melati.example.contacts.generated.ContactCategoryBase
category - Category
category - Variable in class org.melati.poem.generated.TableInfoBase
category - Which category the table falls into
CategoryBase - Class in org.melati.example.contacts.generated
Melati POEM generated abstract base class for a Persistent Category Object.
CategoryBase() - Constructor for class org.melati.example.contacts.generated.CategoryBase
 
CategoryTable - Class in org.melati.example.contacts
Melati POEM generated, programmer modifiable stub for a CategoryTable object.
CategoryTable(Database, String, DefinitionSource) - Constructor for class org.melati.example.contacts.CategoryTable
Constructor.
CategoryTableBase - Class in org.melati.example.contacts.generated
Melati POEM generated base class for Table Category.
CategoryTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.example.contacts.generated.CategoryTableBase
Constructor.
CategoryTableQualifier - Class in org.melati.poem.prepro
A TableQualifier which defines the Category of a Table.
CategoryTableQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.CategoryTableQualifier
Constructor.
CharData - Class in org.melati.test
Provides character data for test servlets.
charData - Static variable in class org.melati.test.CharData
This data was originally copied from the unicode database..
CharData.Item - Class in org.melati.test
A data item.
CharData.Item(int) - Constructor for class org.melati.test.CharData.Item
Constructor.
charsetAndQValueIterator() - Method in class org.melati.util.AcceptCharset
Factory method to create and return the next HttpHeader.TokenAndQValue.
CharsetException - Exception in org.melati.util
Thrown when there is a problem establishing Character Sets.
CharsetException(String) - Constructor for exception org.melati.util.CharsetException
Constructor with message.
CharsetException(String, Exception) - Constructor for exception org.melati.util.CharsetException
Constructor with message.
CharsetServletTest - Class in org.melati.test
Test display of various characters without using a Template Engine.
CharsetServletTest() - Constructor for class org.melati.test.CharsetServletTest
 
CharsetTemplateServletTest - Class in org.melati.test
Test display of various characters using a Template Engine.
CharsetTemplateServletTest() - Constructor for class org.melati.test.CharsetTemplateServletTest
 
checkError() - Method in class org.melati.util.ThrowingPrintWriter
Delegated method.
Child - Class in org.melati.example.odmg
Melati POEM generated, programmer modifiable stub for a Persistent Child object.
Child() - Constructor for class org.melati.example.odmg.Child
Constructor for a Persistent Child object.
ChildBase - Class in org.melati.example.odmg.generated
Melati POEM generated abstract base class for a Persistent Child Object.
ChildBase() - Constructor for class org.melati.example.odmg.generated.ChildBase
 
ChildrenDrivenMutableTree - Class in org.melati.util
A tree of DefaultMutableTreeNodes, the userObjects of which are Treeable objects which supply their own getChildren() functions.
ChildrenDrivenMutableTree() - Constructor for class org.melati.util.ChildrenDrivenMutableTree
Constructor.
ChildrenDrivenMutableTree(Treeable) - Constructor for class org.melati.util.ChildrenDrivenMutableTree
Constructor.
ChildTable - Class in org.melati.example.odmg
Melati POEM generated, programmer modifiable stub for a ChildTable object.
ChildTable(Database, String, DefinitionSource) - Constructor for class org.melati.example.odmg.ChildTable
Constructor.
ChildTableBase - Class in org.melati.example.odmg.generated
Melati POEM generated base class for Table Child.
ChildTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.example.odmg.generated.ChildTableBase
Constructor.
choice(AcceptCharset.Comparator<AcceptCharset.CharsetAndQValue>) - Method in class org.melati.util.AcceptCharset
If there is none, return null, and the caller can either use an unacceptable character set or generate a 406 error.
ClassNameTempletLoader - Class in org.melati.template
Load a template to render an object based upon the object's class.
classpathTempletPath(Class<?>, TemplateEngine) - Static method in class org.melati.template.ClassNameTempletLoader
 
ClassUtils - Class in org.melati.poem.util
 
clazz - Variable in exception org.melati.template.NotFoundException
The Class of the object which we are trying to geta template for.
clear - Static variable in class org.melati.poem.StandardIntegrityFix
Clear (make null) field in referring object.
clear() - Method in class org.melati.poem.TableMap
clearBatch() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
clearBatch() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
clearBatch() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
clearColumnInfoCaches() - Method in class org.melati.poem.JdbcTable
Clear caches.
clearColumnInfoCaches() - Method in interface org.melati.poem.Table
Clear caches.
clearParameters() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
clearParameters() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
clearWarnings() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
clearWarnings() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
clearWarnings() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
clearWarnings() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
clearWarnings() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
clientChoice() - Method in class org.melati.util.AcceptCharset
 
clone() - Method in class org.melati.poem.BasePoemType
clone() - Method in class org.melati.poem.Field
clone() - Method in class org.melati.poem.JdbcPersistent
clone() - Method in class org.melati.PoemContext
Clone me.
close() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
close() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
close() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
close() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
close() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
close(boolean) - Method in class org.melati.poem.PoemTransaction
Close the transaction, committing or rolling back, notifying the database that we are closed.
close() - Method in class org.melati.poem.transaction.ToTidyList
Close all objects on list.
close() - Method in interface org.melati.poem.transaction.ToTidyList.Closeable
Free any resources and prepare for death or reuse.
close() - Method in class org.melati.template.velocity.MelatiBufferedVelocityWriter
close() - Method in class org.melati.template.velocity.MelatiVelocityWriter
close() - Method in class org.melati.template.webmacro.MelatiBufferedFastWriter
 
close() - Method in class org.melati.util.MelatiBufferedWriter
close() - Method in class org.melati.util.MelatiWriter
close() - Method in class org.melati.util.ThrowingPrintWriter
Delegated method.
cnfWhereClause(Enumeration) - Method in class org.melati.poem.JdbcTable
 
cnfWhereClause(Enumeration, boolean, boolean) - Method in class org.melati.poem.JdbcTable
Return a Conjunctive Normal Form (CNF) where clause.
cnfWhereClause(Enumeration<Persistent>) - Method in interface org.melati.poem.Table
 
cnfWhereClause(Enumeration<Persistent>, boolean, boolean) - Method in interface org.melati.poem.Table
Return a Conjunctive Normal Form (CNF) where clause.
Column - Class in org.melati.poem
Abstract Table column which is extended by the generated classes.
Column(Table, String, SQLPoemType, DefinitionSource) - Constructor for class org.melati.poem.Column
Constructor.
column - Variable in exception org.melati.poem.Column.SettingException
The Column setting which caused the problem.
column - Variable in exception org.melati.poem.ColumnInUsePoemException
The Column being defined a second time.
column - Variable in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
The Column we are dealing with.
column - Variable in exception org.melati.poem.DuplicateColumnNamePoemException
The Column we are dealing with.
column - Variable in exception org.melati.poem.DuplicateDeletedColumnPoemException
The Column we are dealing with.
column - Variable in exception org.melati.poem.DuplicateTroidColumnPoemException
The Column we are dealing with.
column - Variable in exception org.melati.poem.FieldAccessPoemException
The Column we are dealing with.
column - Variable in exception org.melati.poem.FieldContentsPoemException
The Column we are dealing with.
column - Variable in exception org.melati.poem.IndexUniquenessPoemException
The Column we are dealing with.
column - Variable in exception org.melati.poem.TypeDefinitionMismatchException
Column in which problem occurred.
column - Variable in class org.melati.poem.UnindexableLogEvent
The Column we are dealing with.
Column.LoadException - Exception in org.melati.poem
Thrown when any unforeseen problem arises loading a Column.
Column.LoadException(Column, Exception) - Constructor for exception org.melati.poem.Column.LoadException
Constructor.
Column.SettingException - Exception in org.melati.poem
Thrown when any unforseen problem arises setting the value of a Column.
Column.SettingException(Persistent, Column, Exception) - Constructor for exception org.melati.poem.Column.SettingException
Constructor.
columnDesc - Variable in exception org.melati.poem.Column.SettingException
The description of the Column.
ColumnInfo - Class in org.melati.poem
All the data defining a Column; actually a Persistent from the ColumnInfoTable.
ColumnInfo() - Constructor for class org.melati.poem.ColumnInfo
 
ColumnInfoBase - Class in org.melati.poem.generated
Melati POEM generated abstract base class for a Persistent ColumnInfo Object.
ColumnInfoBase() - Constructor for class org.melati.poem.generated.ColumnInfoBase
 
ColumnInfoTable - Class in org.melati.poem
A Table which holds information about all Columns in a Database.
ColumnInfoTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.ColumnInfoTable
Constructor.
ColumnInfoTableBase - Class in org.melati.poem.generated
Melati POEM generated base class for Table ColumnInfo.
ColumnInfoTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.ColumnInfoTableBase
Constructor.
ColumnInUsePoemException - Exception in org.melati.poem
In the unexpected event that a Column is being defined twice.
ColumnInUsePoemException(Table, Column) - Constructor for exception org.melati.poem.ColumnInUsePoemException
Constructor.
columnName - Variable in exception org.melati.poem.ColumnRenamePoemException
The current name of the Column.
columnName - Variable in exception org.melati.poem.dbms.UnsupportedTypePoemException
The column name.
ColumnRenamePoemException - Exception in org.melati.poem
Column renaming is not supported by Postgresql.
ColumnRenamePoemException(String, String) - Constructor for exception org.melati.poem.ColumnRenamePoemException
Constructor.
ColumnRenamePoemException(String) - Constructor for exception org.melati.poem.ColumnRenamePoemException
Constructor.
columns - Variable in class org.melati.poem.csv.CSVTable
 
columns() - Method in class org.melati.poem.Database
 
columns() - Method in class org.melati.poem.JdbcTable
All the table's columns.
columns() - Method in interface org.melati.poem.Table
All the table's columns.
columnsInUploadOrder - Variable in class org.melati.poem.csv.CSVTable
 
ColumnTypeFieldDef - Class in org.melati.poem.prepro
A definition of a ColumnTypePoemType.
ColumnTypeFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.ColumnTypeFieldDef
Constructor.
ColumnTypePoemType - Class in org.melati.poem
A metadata type which defines the type of another Column.
ColumnTypePoemType(Database) - Constructor for class org.melati.poem.ColumnTypePoemType
Constructor for a non nullable column type.
columnWithColumnInfoID(int) - Method in class org.melati.poem.JdbcTable
 
columnWithColumnInfoID(int) - Method in interface org.melati.poem.Table
 
CommandLineAccessHandler - Class in org.melati.login
A handler invoked when an AccessPoemException is thrown.
CommandLineAccessHandler() - Constructor for class org.melati.login.CommandLineAccessHandler
Constructor.
commit() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
commit(Transaction) - Method in class org.melati.poem.JdbcPersistent
Previously deletion was treated as non-rollbackable, as deleteAndCommit was the only deletion mechanism.
commit() - Static method in class org.melati.poem.PoemThread
Commit to the underlying DBMS.
commit() - Method in class org.melati.poem.transaction.Transaction
Finish up, for example write to database.
commit(Transaction) - Method in class org.melati.poem.transaction.Transactioned
 
CommitFailedPoemException - Exception in org.melati.poem
Thrown when a commit fails.
CommitFailedPoemException(SQLException) - Constructor for exception org.melati.poem.CommitFailedPoemException
Constructor.
CommitLogEvent - Class in org.melati.poem
A record of a committed transaction.
CommitLogEvent(PoemTransaction) - Constructor for class org.melati.poem.CommitLogEvent
Constructor.
comparator() - Method in class org.melati.poem.TableSortedMap
We use native ordering.
compare(Object, Object) - Method in class org.melati.util.AcceptCharset.Comparator
compareCharsetAndQValue(AcceptCharset.CharsetAndQValue, AcceptCharset.CharsetAndQValue) - Method in class org.melati.util.AcceptCharset.Comparator
This default compares according to client requirements.
CompareOnlyFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines whether a Field is a CompareOnly field.
CompareOnlyFieldQualifier() - Constructor for class org.melati.poem.prepro.CompareOnlyFieldQualifier
Constructor.
compute() - Method in class org.melati.poem.CachedQuery
 
concatenated(Object[], Object[]) - Static method in class org.melati.poem.util.ArrayUtils
Create a new Array from two Arrays.
concatenated(String, Enumeration<?>) - Static method in class org.melati.poem.util.EnumUtils
Concatenate an Enumeration, specifying the separator.
concatenated(String, String[]) - Static method in class org.melati.poem.util.StringUtils
Concatenate an array of Strings with a separator.
concatenateUrls(String, String) - Static method in class org.melati.util.HttpUtil
 
ConfigApp - Class in org.melati.app
An example of how to access a configured application from the command line.
ConfigApp() - Constructor for class org.melati.app.ConfigApp
 
ConfigException - Exception in org.melati.util
Thrown when there is a problem configuring Melati.
ConfigException(String) - Constructor for exception org.melati.util.ConfigException
Constructor.
ConfigException(String, Exception) - Constructor for exception org.melati.util.ConfigException
 
ConfigServlet - Class in org.melati.servlet
Config Servlet is the simplest way to use Melati.
ConfigServlet() - Constructor for class org.melati.servlet.ConfigServlet
 
ConfigServletTest - Class in org.melati.test
Test a Melati configuration without using a Template Engine.
ConfigServletTest() - Constructor for class org.melati.test.ConfigServletTest
 
ConfigServletTestOverride - Class in org.melati.test
Demonstrates how to override individual property settings programmatically.
ConfigServletTestOverride() - Constructor for class org.melati.test.ConfigServletTestOverride
 
connect(String, String, String, String, String, int) - Method in class org.melati.example.contacts.ContactsDatabase
 
connect(String, String, String, String, String, int) - Method in class org.melati.poem.Database
Connect to an RDBMS database.
connect(String, Properties) - Method in class org.melati.poem.dbms.test.sql.ThrowingDriverJdbc3
Return the decorated Connection.
ConnectionFailurePoemException - Exception in org.melati.poem.dbms
Thrown if there is a problem connecting to the underlying database.
ConnectionFailurePoemException(Exception) - Constructor for exception org.melati.poem.dbms.ConnectionFailurePoemException
Constructor.
ConnectionPendingException - Exception in org.melati.poem
 
ConnectionPendingException(Exception) - Constructor for exception org.melati.poem.ConnectionPendingException
Constructor.
ConnectionPendingException() - Constructor for exception org.melati.poem.ConnectionPendingException
Constructor.
ConnectionPendingException(String, Exception) - Constructor for exception org.melati.poem.ConnectionPendingException
Constructor.
ConnectionPendingException(String) - Constructor for exception org.melati.poem.ConnectionPendingException
Constructor.
ConnectionPendingException - Exception in org.melati.util
Thrown if an attempt is made to use a DBMS whilst it is initialising.
ConnectionPendingException(String) - Constructor for exception org.melati.util.ConnectionPendingException
Constructor.
ConsEnumeration<T> - Class in org.melati.poem.util
An implementation of the Lisp cons function on enumerations ie it allows you to add an object to the front of an Enumeration.
ConsEnumeration(T, Enumeration<T>) - Constructor for class org.melati.poem.util.ConsEnumeration
Constructor with head and tail.
Contact - Class in org.melati.example.contacts
A Contact object, embellished from the original, Melati POEM generated, programmer modifiable stub.
Contact() - Constructor for class org.melati.example.contacts.Contact
Constructor for a Persistent Contact object.
contact - Variable in class org.melati.example.contacts.generated.ContactCategoryBase
contact - Contact
Contact.DescendantParentException - Exception in org.melati.example.contacts
Thrown when an attempt to make a descendant an ancestor is made.
Contact.DescendantParentException(String) - Constructor for exception org.melati.example.contacts.Contact.DescendantParentException
Constructor.
ContactBase - Class in org.melati.example.contacts.generated
Melati POEM generated abstract base class for a Persistent Contact Object.
ContactBase() - Constructor for class org.melati.example.contacts.generated.ContactBase
 
ContactCategory - Class in org.melati.example.contacts
Melati POEM generated, programmer modifiable stub for a Persistent ContactCategory object.
ContactCategory() - Constructor for class org.melati.example.contacts.ContactCategory
Constructor for a Persistent ContactCategory object.
ContactCategoryBase - Class in org.melati.example.contacts.generated
Melati POEM generated abstract base class for a Persistent ContactCategory Object.
ContactCategoryBase() - Constructor for class org.melati.example.contacts.generated.ContactCategoryBase
 
ContactCategoryTable - Class in org.melati.example.contacts
Melati POEM generated, programmer modifiable stub for a ContactCategoryTable object.
ContactCategoryTable(Database, String, DefinitionSource) - Constructor for class org.melati.example.contacts.ContactCategoryTable
Constructor.
ContactCategoryTableBase - Class in org.melati.example.contacts.generated
Melati POEM generated base class for Table ContactCategory.
ContactCategoryTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.example.contacts.generated.ContactCategoryTableBase
Constructor.
ContactsDatabase - Class in org.melati.example.contacts
Melati POEM generated, programmer modifyable stub.
ContactsDatabase() - Constructor for class org.melati.example.contacts.ContactsDatabase
 
ContactsDatabaseBase - Class in org.melati.example.contacts.generated
Melati POEM generated Database base class.
ContactsDatabaseBase() - Constructor for class org.melati.example.contacts.generated.ContactsDatabaseBase
 
ContactsDatabaseTables - Interface in org.melati.example.contacts
Melati POEM generated, programmer modifyable interface stub.
ContactsDatabaseTablesBase - Interface in org.melati.example.contacts.generated
Melati POEM generated base interface to the tables in org.melati.example.contacts.
ContactsServlet - Class in org.melati.example.contacts
The simplest possible servlet.
ContactsServlet() - Constructor for class org.melati.example.contacts.ContactsServlet
 
ContactsTable - Class in org.melati.example.contacts
Melati POEM generated, programmer modifyable inheritance hook.
ContactsTable(Database, String, DefinitionSource) - Constructor for class org.melati.example.contacts.ContactsTable
Constructor.
ContactTable - Class in org.melati.example.contacts
Melati POEM generated, programmer modifiable stub for a ContactTable object.
ContactTable(Database, String, DefinitionSource) - Constructor for class org.melati.example.contacts.ContactTable
Constructor.
ContactTableBase - Class in org.melati.example.contacts.generated
Melati POEM generated base class for Table Contact.
ContactTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.example.contacts.generated.ContactTableBase
Constructor.
ContactView - Class in org.melati.example.contacts
Example servlet to display or edit a contact and its categories.
ContactView() - Constructor for class org.melati.example.contacts.ContactView
 
contains(Object[], Object) - Static method in class org.melati.poem.util.ArrayUtils
Whether an Array contains an Object.
contains(Enumeration<?>, Object) - Static method in class org.melati.poem.util.EnumUtils
Whether the Enumeration contain an Object.
containsKey(Object) - Method in class org.melati.poem.TableMap
containsValue(Object) - Method in class org.melati.poem.TableMap
contentType - Variable in class org.melati.Melati
 
context - Variable in exception org.melati.util.UnexpectedExceptionException
A descriptive String giving some context.
contextDestroyed(ServletContextEvent) - Method in class org.melati.servlet.PoemServletContextListener
Disconnect from any databases.
contextInitialized(ServletContextEvent) - Method in class org.melati.servlet.PoemServletContextListener
ContextUtil - Class in org.melati.util
A single use utility object for placing in a ServletTemplateContext.
ContextUtil() - Constructor for class org.melati.util.ContextUtil
No arg constructor.
continuationURL() - Method in class org.melati.util.HttpServletRequestParameters
 
convert(InputStream) - Static method in class org.melati.template.velocity.WebMacroConverter
Do the conversion.
convert(String) - Static method in class org.melati.template.velocity.WebMacroConverter
 
cookedOfRaw(Object) - Method in class org.melati.poem.BasePoemType
Converts a possibly null low-level representation of a database column value to its canonical form.
cookedOfRaw(Object) - Method in interface org.melati.poem.PoemType
Create an Object from a raw Object, a no-op for all but ReferencePoemTypes.
Copy - Class in org.melati.admin
Copy one db to another.
Copy() - Constructor for class org.melati.admin.Copy
 
copy(String, String) - Static method in class org.melati.admin.Copy
 
copy(Database, Database) - Static method in class org.melati.admin.Copy
 
copy() - Static method in class org.melati.admin.Copy
 
copy(InputStream, int, OutputStream) - Static method in class org.melati.util.IoUtils
Copy from an InputStream to an OutputStream.
copy(Reader, int, Writer) - Static method in class org.melati.util.IoUtils
Copy from a Reader to a Writer.
copy(File, int, File) - Static method in class org.melati.util.IoUtils
Copy from one file to another.
count() - Method in class org.melati.poem.CachedCount
 
count() - Method in class org.melati.poem.CachedSelection
 
count() - Static method in class org.melati.poem.DisplayLevel
 
count(String, boolean, boolean) - Method in class org.melati.poem.JdbcTable
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
count(String, boolean) - Method in class org.melati.poem.JdbcTable
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
count(String) - Method in class org.melati.poem.JdbcTable
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
count() - Method in class org.melati.poem.JdbcTable
 
count() - Static method in class org.melati.poem.Searchability
 
count() - Static method in class org.melati.poem.StandardIntegrityFix
 
count(String, boolean, boolean) - Method in interface org.melati.poem.Table
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
count(String, boolean) - Method in interface org.melati.poem.Table
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
count(String) - Method in interface org.melati.poem.Table
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
count() - Method in interface org.melati.poem.Table
 
CountedDumbPagedEnumeration<T> - Class in org.melati.util
A PagedEnumeration which knows how big it is.
CountedDumbPagedEnumeration(Enumeration<T>, int, int, int) - Constructor for class org.melati.util.CountedDumbPagedEnumeration
Constructor.
countMatchSQL(boolean, boolean) - Method in class org.melati.poem.JdbcPersistent
Return a SELECT query to count rows matching criteria represented by this object.
countSQL(String) - Method in class org.melati.poem.JdbcTable
 
countSQL(String, String, boolean, boolean) - Method in class org.melati.poem.JdbcTable
Return an SQL statement to count rows put together from the arguments.
countSQL(String) - Method in interface org.melati.poem.Table
 
countSQL(String, String, boolean, boolean) - Method in interface org.melati.poem.Table
Return an SQL statement to count rows put together from the arguments.
create(Table, ServletTemplateContext) - Static method in class org.melati.admin.Admin
Creates a row for a table using field data in a template context.
create(Persistent) - Method in class org.melati.poem.JdbcTable
Write a new row containing the given object.
create(Initialiser) - Method in class org.melati.poem.JdbcTable
Create a new object (record) in the table.
create(Persistent) - Method in interface org.melati.poem.Table
Write a new row containing the given object.
create(Initialiser) - Method in interface org.melati.poem.Table
Create a new object (record) in the table.
createArrayOf(String, Object[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
createBlob() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
createClob() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
createForest(Table) - Method in class org.melati.admin.AdminUtils
Create a forest of trees.
createNClob() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
createSQLXML() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
createStatement() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
createStatement(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
createStatement(int, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
createStruct(String, Object[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
createTableInfo() - Method in class org.melati.poem.JdbcTable
Create the (possibly overridden) TableInfo if it has not yet been created.
createTableInfo() - Method in interface org.melati.poem.Table
Create the (possibly overridden) TableInfo if it has not yet been created.
createTableOptionsSql() - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate MySQL table creation options.
createTableOptionsSql() - Method in interface org.melati.poem.dbms.Dbms
Accomodate MySQL table creation options.
createTableOptionsSql() - Method in class org.melati.poem.dbms.MySQL
Accomodate MySQL table creation options.
createTableSql(Table) - Method in class org.melati.poem.dbms.AnsiStandard
createTableSql(Table) - Method in interface org.melati.poem.dbms.Dbms
 
createTableTypeQualifierSql(Table) - Method in class org.melati.poem.dbms.AnsiStandard
Allow Hsqldb to have a different create table syntax.
createTableTypeQualifierSql(Table) - Method in interface org.melati.poem.dbms.Dbms
Allow Hsqldb to have a different create table syntax.
createTableTypeQualifierSql(Table) - Method in class org.melati.poem.dbms.Hsqldb
The default is to keep everything in memory, this allows for the db to be written to the disk.
createTableTypeQualifierSql(Table) - Method in class org.melati.poem.dbms.HsqldbText
The default is to keep everything in memory, this allows for the db to be written to the disk.
createTree(Treeable) - Method in class org.melati.admin.AdminUtils
Create a tree.
CreationAccessPoemException - Exception in org.melati.poem
Thrown when unauthorised creation of a new object is attempted.
CreationAccessPoemException(Table, AccessToken, Capability) - Constructor for exception org.melati.poem.CreationAccessPoemException
Constructor.
CrossTransactionCommitException - Exception in org.melati.poem.transaction
Thrown should there be an attempt within one Transactioned Transaction to commit changes made in another.
CrossTransactionCommitException(Transactioned) - Constructor for exception org.melati.poem.transaction.CrossTransactionCommitException
Constructor taking a Transactioned object.
CSVColumn - Class in org.melati.poem.csv
A bridging object which is both a column in a CSV file and a column in a POEM database.
CSVColumn(String) - Constructor for class org.melati.poem.csv.CSVColumn
Simplest case constructor.
CSVColumn(String, CSVTable) - Constructor for class org.melati.poem.csv.CSVColumn
Constructor for a key value into another table.
CSVColumn(String, boolean) - Constructor for class org.melati.poem.csv.CSVColumn
Constructor for a key value into another table.
csvEscaped(String) - Static method in class org.melati.admin.AdminUtils
 
CSVField - Class in org.melati.poem.csv
A field within a record of a CSV file.
CSVField(CSVColumn, String) - Constructor for class org.melati.poem.csv.CSVField
 
CSVFileParser - Class in org.melati.poem.csv
A utility for tokenising a file made up of comma-separated variables.
CSVFileParser(BufferedReader) - Constructor for class org.melati.poem.csv.CSVFileParser
Constructor.
CSVFilesProcessor - Class in org.melati.poem.csv
A class to define a sequence of CSVTables and process them by parsing the files and writing the data to the database.
CSVFilesProcessor(Database) - Constructor for class org.melati.poem.csv.CSVFilesProcessor
Constructor.
CSVParseException - Exception in org.melati.poem.csv
An error in parsing a CSV line.
CSVParseException(String) - Constructor for exception org.melati.poem.csv.CSVParseException
 
CSVPrimaryKeyColumnAlreadySetException - Exception in org.melati.poem.csv
Thrown when an attempt to set a second field as a primary key is made.
CSVPrimaryKeyColumnAlreadySetException(String) - Constructor for exception org.melati.poem.csv.CSVPrimaryKeyColumnAlreadySetException
 
CSVRecord - Class in org.melati.poem.csv
A record within a CSV File.
CSVRecord(Table) - Constructor for class org.melati.poem.csv.CSVRecord
Constructor.
CSVStringEnumeration - Class in org.melati.util
A utility for tokenising a string made up of comma-separated variables.
CSVStringEnumeration() - Constructor for class org.melati.util.CSVStringEnumeration
 
CSVTable - Class in org.melati.poem.csv
A representation of a CSV file as a POEM Table.
CSVTable(Table, File) - Constructor for class org.melati.poem.csv.CSVTable
Constructor.
CSVWriteDownException - Exception in org.melati.poem.csv
Thrown when there is an error writing a CSV value to the database.
CSVWriteDownException(String, int, Exception) - Constructor for exception org.melati.poem.csv.CSVWriteDownException
Report an error on a line.
current(Transaction) - Method in class org.melati.poem.transaction.TransactionedSerial
Readlock and return the serial for the given Transaction.

D

data - Variable in class org.melati.poem.csv.CSVTable
 
Database - Class in org.melati.poem
An RDBMS database.
Database() - Constructor for class org.melati.poem.Database
Don't subclass this, subclass PoemDatabase.
database - Variable in exception org.melati.poem.DuplicateTableNamePoemException
The Database we are dealing with.
database - Variable in exception org.melati.poem.NoSuchTablePoemException
The Database we are dealing with.
database() - Static method in class org.melati.poem.PoemThread
Retrieve the Database associated with this thread.
database - Variable in exception org.melati.poem.TableInUsePoemException
The Database we are dealing with.
database - Variable in class org.melati.poem.TailoredQuery
 
Database.ConnectingException - Exception in org.melati.poem
Thrown when a request is made whilst the connection to the underlying database is still in progress.
Database.ConnectingException() - Constructor for exception org.melati.poem.Database.ConnectingException
 
databaseDefsName - Variable in exception org.melati.util.DatabaseInitException
The name of the definition file.
DatabaseInitException - Exception in org.melati.util
Thrown when there is a problem initialising a database.
DatabaseInitException(String, String, Exception) - Constructor for exception org.melati.util.DatabaseInitException
Constructor.
DatabaseInitialisationPoemException - Exception in org.melati.poem
 
DatabaseInitialisationPoemException(Exception) - Constructor for exception org.melati.poem.DatabaseInitialisationPoemException
Constructor.
DatabaseInitialisationPoemException() - Constructor for exception org.melati.poem.DatabaseInitialisationPoemException
Constructor.
DatabaseInitialisationPoemException(String, Exception) - Constructor for exception org.melati.poem.DatabaseInitialisationPoemException
Constructor.
DatabaseInitialisationPoemException(String) - Constructor for exception org.melati.poem.DatabaseInitialisationPoemException
Constructor.
dataDefinitionCausesTransactionCommit() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
dataDefinitionIgnoredInTransactions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
DATE - Static variable in class org.melati.poem.PoemTypeFactory
Date base-type factory.
DATE_FIELD_POSSIBILITIES_LIMIT - Static variable in class org.melati.template.AbstractMarkupLanguage
The maximum number of date field possibilities to render.
DateFieldDef - Class in org.melati.poem.prepro
A definition of a DatePoemType from the DSD.
DateFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.DateFieldDef
Constructor.
dateFormat(int) - Method in class org.melati.poem.PoemLocale
 
DatePoemType - Class in org.melati.poem
A type for Normal dates.
DatePoemType(boolean) - Constructor for class org.melati.poem.DatePoemType
Constructor.
DatePoemType(int, String, boolean) - Constructor for class org.melati.poem.DatePoemType
Constructor.
dayField(Field) - Method in class org.melati.template.YMDDateAdaptor
 
daySuffix - Static variable in class org.melati.template.YMDDateAdaptor
 
dbAddConstraints() - Method in class org.melati.poem.JdbcTable
Constraints are not used in POEM, but you might want to use them if exporting the db or using schema visualisation tools.
dbAddConstraints() - Method in interface org.melati.poem.Table
Constraints are not used in POEM, but you might want to use them if exporting the db or using schema visualisation tools.
DBConsistencyPoemException - Exception in org.melati.poem
Those thrown when the database becomes inconsistent.
DBConsistencyPoemException(String) - Constructor for exception org.melati.poem.DBConsistencyPoemException
Constructor.
DBConsistencyPoemException() - Constructor for exception org.melati.poem.DBConsistencyPoemException
Constructor.
dbModifyStructure(String) - Method in class org.melati.poem.JdbcTable
Use this for DDL statements, ie those which alter the structure of the db.
dbModifyStructure(String) - Method in interface org.melati.poem.Table
Use this for DDL statements, ie those which alter the structure of the db.
Dbms - Interface in org.melati.poem.dbms
A Database Management System.
DbmsFactory - Class in org.melati.poem.dbms
A factory class to create Dbms objects.
dbTypeName - Variable in exception org.melati.poem.dbms.UnsupportedTypePoemException
The Database type code.
DebugMckoiConnection - Class in org.melati.poem.dbms
 
decode(String) - Static method in class org.melati.util.UTF8URLEncoder
Decode using default character encoding.
decode(String, String) - Static method in class org.melati.util.UTF8URLEncoder
Decode with an encoding.
decoded(String) - Method in class org.melati.template.HTMLLikeMarkupLanguage
Decode a UTF-8 URL encoded string.
decoded(String) - Method in interface org.melati.template.MarkupLanguage
Decode a UTF-8 URL encoded string.
DEFAULT_ENCODING - Static variable in class org.melati.Melati
UTF-8.
defaultCacheLimit() - Method in class org.melati.poem.generated.ColumnInfoTableBase
 
defaultCacheLimit() - Method in class org.melati.poem.generated.SettingTableBase
 
defaultCacheLimit() - Method in class org.melati.poem.generated.TableCategoryTableBase
 
defaultCacheLimit() - Method in class org.melati.poem.generated.TableInfoTableBase
 
defaultCacheLimit() - Method in class org.melati.poem.JdbcTable
 
defaultcandelete - Variable in class org.melati.poem.generated.TableInfoBase
Default `delete' capability - The capability required, by default, for deleting the table's records
defaultcanread - Variable in class org.melati.poem.generated.TableInfoBase
Default `read' capability - The capability required, by default, for reading the table's records
defaultcanwrite - Variable in class org.melati.poem.generated.TableInfoBase
Default `write' capability - The capability required, by default, for updating the table's records
defaultCategory() - Method in class org.melati.example.contacts.generated.CategoryTableBase
 
defaultCategory() - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
 
defaultCategory() - Method in class org.melati.example.contacts.generated.ContactTableBase
 
defaultCategory() - Method in class org.melati.poem.generated.CapabilityTableBase
 
defaultCategory() - Method in class org.melati.poem.generated.ColumnInfoTableBase
 
defaultCategory() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
 
defaultCategory() - Method in class org.melati.poem.generated.GroupMembershipTableBase
 
defaultCategory() - Method in class org.melati.poem.generated.GroupTableBase
 
defaultCategory() - Method in class org.melati.poem.generated.SettingTableBase
 
defaultCategory() - Method in class org.melati.poem.generated.TableCategoryTableBase
 
defaultCategory() - Method in class org.melati.poem.generated.TableInfoTableBase
 
defaultCategory() - Method in class org.melati.poem.generated.UserTableBase
 
defaultCategory() - Method in class org.melati.poem.JdbcTable
 
defaultDescription() - Method in class org.melati.example.contacts.generated.CategoryTableBase
 
defaultDescription() - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
 
defaultDescription() - Method in class org.melati.example.contacts.generated.ContactTableBase
 
defaultDescription() - Method in class org.melati.poem.Column
 
defaultDescription() - Method in class org.melati.poem.generated.CapabilityTableBase
 
defaultDescription() - Method in class org.melati.poem.generated.ColumnInfoTableBase
 
defaultDescription() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
 
defaultDescription() - Method in class org.melati.poem.generated.GroupMembershipTableBase
 
defaultDescription() - Method in class org.melati.poem.generated.GroupTableBase
 
defaultDescription() - Method in class org.melati.poem.generated.SettingTableBase
 
defaultDescription() - Method in class org.melati.poem.generated.TableCategoryTableBase
 
defaultDescription() - Method in class org.melati.poem.generated.TableInfoTableBase
 
defaultDescription() - Method in class org.melati.poem.generated.UserTableBase
 
defaultDescription() - Method in class org.melati.poem.JdbcTable
The `factory-default' description for the table, or null if it doesn't have one.
defaultDisplayLevel() - Method in class org.melati.poem.Column
 
defaultDisplayName() - Method in class org.melati.poem.Column
 
defaultDisplayName() - Method in class org.melati.poem.generated.ColumnInfoTableBase
 
defaultDisplayName() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
 
defaultDisplayName() - Method in class org.melati.poem.generated.GroupMembershipTableBase
 
defaultDisplayName() - Method in class org.melati.poem.generated.TableCategoryTableBase
 
defaultDisplayName() - Method in class org.melati.poem.generated.TableInfoTableBase
 
defaultDisplayName() - Method in class org.melati.poem.JdbcTable
The `factory-default' display name for the table.
defaultDisplayOrder() - Method in class org.melati.example.contacts.generated.CategoryTableBase
 
defaultDisplayOrder() - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
 
defaultDisplayOrder() - Method in class org.melati.example.contacts.generated.ContactTableBase
 
defaultDisplayOrder() - Method in class org.melati.example.odmg.generated.ChildTableBase
 
defaultDisplayOrder() - Method in class org.melati.example.odmg.generated.ParentTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.Column
 
defaultDisplayOrder() - Method in class org.melati.poem.generated.CapabilityTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.generated.ColumnInfoTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.generated.GroupMembershipTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.generated.GroupTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.generated.SettingTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.generated.TableCategoryTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.generated.TableInfoTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.generated.UserTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.generated.ValueInfoTableBase
 
defaultDisplayOrder() - Method in class org.melati.poem.JdbcTable
 
defaultDisplayOrderPriority() - Method in class org.melati.poem.Column
 
DefaultFileFormDataAdaptor - Class in org.melati.servlet
The default way to save an uploaded file to disk.
DefaultFileFormDataAdaptor(Melati, String, String) - Constructor for class org.melati.servlet.DefaultFileFormDataAdaptor
Constructor.
DefaultFileFormDataAdaptor(Melati, String, String, boolean) - Constructor for class org.melati.servlet.DefaultFileFormDataAdaptor
Constructor.
DefaultFileFormDataAdaptorFactory - Class in org.melati.servlet
Save the uploaded file to disk in a particular directory with a particular URL.
DefaultFileFormDataAdaptorFactory() - Constructor for class org.melati.servlet.DefaultFileFormDataAdaptorFactory
 
defaultHeight() - Method in class org.melati.poem.Column
 
defaultIndexed() - Method in class org.melati.poem.Column
 
defaultIntegrityFix() - Method in class org.melati.poem.Column
 
defaultOrderByClause() - Method in class org.melati.poem.JdbcTable
If the troidColumn has yet to be set then returns an empty string.
defaultOrderByClause() - Method in interface org.melati.poem.Table
If the troidColumn has yet to be set then returns an empty string.
defaultPoemTypeOfColumnMetaData(ResultSet) - Method in class org.melati.poem.dbms.AnsiStandard
The simplest POEM type corresponding to a JDBC description from the database.
defaultPoemTypeOfColumnMetaData(ResultSet) - Method in interface org.melati.poem.dbms.Dbms
The simplest POEM type corresponding to a JDBC description from the database.
defaultPoemTypeOfColumnMetaData(ResultSet) - Method in class org.melati.poem.dbms.Mckoi
The simplest POEM type corresponding to a JDBC description from the database.
defaultPoemTypeOfColumnMetaData(ResultSet) - Method in class org.melati.poem.dbms.MSAccess
The simplest POEM type corresponding to a JDBC description from the database.
defaultPoemTypeOfColumnMetaData(ResultSet) - Method in class org.melati.poem.dbms.MySQL
The simplest POEM type corresponding to a JDBC description from the database.
defaultPoemTypeOfColumnMetaData(ResultSet) - Method in class org.melati.poem.dbms.Oracle
The simplest POEM type corresponding to a JDBC description from the database.
defaultPoemTypeOfColumnMetaData(ResultSet) - Method in class org.melati.poem.dbms.Postgresql
The simplest POEM type corresponding to a JDBC description from the database.
defaultPoemTypeOfColumnMetaData(ResultSet) - Method in class org.melati.poem.dbms.SQLServer
The simplest POEM type corresponding to a JDBC description from the database.
defaultPrecision() - Method in class org.melati.poem.Column
 
defaultRememberAllTroids() - Method in class org.melati.poem.generated.CapabilityTableBase
 
defaultRememberAllTroids() - Method in class org.melati.poem.generated.ColumnInfoTableBase
 
defaultRememberAllTroids() - Method in class org.melati.poem.generated.GroupTableBase
 
defaultRememberAllTroids() - Method in class org.melati.poem.generated.SettingTableBase
 
defaultRememberAllTroids() - Method in class org.melati.poem.generated.TableCategoryTableBase
 
defaultRememberAllTroids() - Method in class org.melati.poem.generated.TableInfoTableBase
 
defaultRememberAllTroids() - Method in class org.melati.poem.generated.UserTableBase
 
defaultRememberAllTroids() - Method in class org.melati.poem.JdbcTable
 
defaultRenderinfo() - Method in class org.melati.poem.Column
 
defaultScale() - Method in class org.melati.poem.Column
 
defaultSearchability() - Method in class org.melati.poem.Column
 
defaultSortDescending() - Method in class org.melati.poem.Column
 
defaultTableInfoFor(Table) - Method in class org.melati.poem.TableInfoTable
Create a TableInfo of the correct type for our DB.
defaultUnique() - Method in class org.melati.poem.Column
 
defaultUserCreateable() - Method in class org.melati.poem.Column
 
defaultUserEditable() - Method in class org.melati.poem.Column
 
defaultWidth() - Method in class org.melati.poem.Column
 
define() - Method in class org.melati.poem.csv.CSVTable
Process the first line to define columns.
defineColumn(Column) - Method in class org.melati.poem.JdbcTable
Don't call this in your application code.
defineColumn(Column) - Method in interface org.melati.poem.Table
Don't call this in your application code.
defineTable(Table) - Method in class org.melati.poem.Database
Don't call this.
DefinitionSource - Class in org.melati.poem
A possible origin for metadata for a Field, Column or Table.
DefinitionSource(Object) - Constructor for class org.melati.poem.DefinitionSource
Constructor.
DelegatedHttpServletRequest - Class in org.melati.util
Enables Melati to compile, without warnings, with the Servlet API versions 2.0 to 2.5.
DelegatedHttpServletRequest(HttpServletRequest) - Constructor for class org.melati.util.DelegatedHttpServletRequest
 
delete(Map<Column, IntegrityFix>) - Method in class org.melati.poem.JdbcPersistent
Delete the object.
delete() - Method in class org.melati.poem.JdbcPersistent
Delete this persistent, with default integrity checks, ie disallow deletion if object referred to by others.
delete(Integer, PoemTransaction) - Method in class org.melati.poem.JdbcTable
The Transaction cannot be null, as this is trapped in #deleteLock(SessionToken).
delete(Map<Column, IntegrityFix>) - Method in interface org.melati.poem.Persistent
Delete the object.
delete() - Method in interface org.melati.poem.Persistent
Delete this persistent, with default integrity checks, ie disallow deletion if object referred to by others.
delete - Static variable in class org.melati.poem.StandardIntegrityFix
Delete referred objects.
delete(Integer, PoemTransaction) - Method in interface org.melati.poem.Table
The Transaction cannot be null, as this is trapped in #deleteLock(SessionToken).
delete(Object) - Method in class org.melati.poem.util.Cache
Remove from cache.
delete_unsafe() - Method in class org.melati.poem.JdbcPersistent
Delete without access checks.
delete_unsafe(String) - Method in class org.melati.poem.JdbcTable
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
delete_unsafe() - Method in interface org.melati.poem.Persistent
Delete without access checks.
delete_unsafe(String) - Method in interface org.melati.poem.Table
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
deleteAndCommit(Map<Column, IntegrityFix>) - Method in class org.melati.poem.JdbcPersistent
Delete the object, with even more safety checks for referential integrity.
deleteAndCommit() - Method in class org.melati.poem.JdbcPersistent
Convenience method with default integrity fix.
deleteAndCommit(Map<Column, IntegrityFix>) - Method in interface org.melati.poem.Persistent
Delete the object, with even more safety checks for referential integrity.
deleteAndCommit() - Method in interface org.melati.poem.Persistent
Convenience method with default integrity fix.
deleteCategories(ContactsDatabase, Contact) - Method in class org.melati.example.contacts.ContactView
Remove all categories associated with a Contact.
deleteColumnAndCommit(ColumnInfo) - Method in class org.melati.poem.JdbcTable
 
deleteColumnAndCommit(ColumnInfo) - Method in interface org.melati.poem.Table
 
DELETED - Static variable in class org.melati.poem.PoemTypeFactory
Deleted column factory.
deletedColumn() - Method in class org.melati.poem.JdbcTable
 
deletedColumn() - Method in interface org.melati.poem.Table
 
DeletedFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines whether a Field is a DeletedField.
DeletedFieldQualifier() - Constructor for class org.melati.poem.prepro.DeletedFieldQualifier
Constructor.
DeletedPoemType - Class in org.melati.poem
A DeletedField is a flag field in a record which marks the whole record as deleted.
DeletedPoemType() - Constructor for class org.melati.poem.DeletedPoemType
Non-nullable constructor.
deleteLock(SessionToken) - Method in class org.melati.poem.JdbcPersistent
 
DeletePersistentAccessPoemException - Exception in org.melati.poem
Thrown when an unauthorised delete of a Persistent is attempted.
DeletePersistentAccessPoemException(Persistent, AccessToken, Capability) - Constructor for exception org.melati.poem.DeletePersistentAccessPoemException
Constructor.
deleteRow() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
deletesAreDetected(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
deleteTableAndCommit(TableInfo) - Method in class org.melati.poem.Database
 
deleteTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
 
DeletionIntegrityPoemException - Exception in org.melati.poem
Thrown when an attempt is made to delete a Persistent which is referred to by others and where the IntegrityFix is prevent.
DeletionIntegrityPoemException(Persistent, Enumeration) - Constructor for exception org.melati.poem.DeletionIntegrityPoemException
Constructor.
DelimitedBufferedInputStream - Class in org.melati.util
Like a BufferedInputStream except it has a new function DelimitedBufferedInputStream.readToDelimiter(byte[], int, int, byte[]) which will only read bytes upto the start of any occurrence of the delimiter in the InputStream.
DelimitedBufferedInputStream(InputStream) - Constructor for class org.melati.util.DelimitedBufferedInputStream
Creates a DelimitedBufferedInputStream and saves its argument, the input stream in, for later use.
DelimitedBufferedInputStream(InputStream, int) - Constructor for class org.melati.util.DelimitedBufferedInputStream
Creates a DelimitedBufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
depthFirstEnumeration() - Method in class org.melati.util.ChildrenDrivenMutableTree
 
description - Variable in class org.melati.poem.generated.TableInfoBase
description - A brief description of the table's function
description - Variable in class org.melati.poem.generated.ValueInfoBase
description - A brief description of the field's function
description - Variable in class org.melati.util.ThrowingPrintWriter
Description of this PrintWriter.
DescriptionFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines the Description of a Field.
DescriptionFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.DescriptionFieldQualifier
Constructor.
DescriptionTableQualifier - Class in org.melati.poem.prepro
A TableQualifier which defines the Description of a Table.
DescriptionTableQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.DescriptionTableQualifier
Constructor.
destroy() - Method in class org.melati.servlet.JspServlet
destroy() - Method in class org.melati.servlet.PoemServlet
 
destroy() - Method in class org.melati.test.WebmacroStandalone
It's not strictly necessary to destroy the WebMacro object when you're done with it--garbage collection will eventually get it--but it makes sure the resources get freed.
detail - Static variable in class org.melati.poem.DisplayLevel
Display level of Columns included in a detailed display of a single record.
DictionaryOrder - Class in org.melati.poem.util
An ordering using String.compareTo.
DictionaryOrder() - Constructor for class org.melati.poem.util.DictionaryOrder
 
disconnect() - Method in class org.melati.poem.Database
Releases database connections.
disconnectDatabase(String) - Static method in class org.melati.poem.PoemDatabaseFactory
Disconnect and disconnect from a known database.
disconnectFromDatabases() - Static method in class org.melati.poem.PoemDatabaseFactory
Disconnect from all initialised databases.
Display - Class in org.melati.admin
Display an object using the Template specified.
Display() - Constructor for class org.melati.admin.Display
 
displayColumn() - Method in class org.melati.poem.JdbcTable
The table's primary display column, the Troid column if not set.
displayColumn() - Method in interface org.melati.poem.Table
The table's primary display column, the Troid column if not set.
displayColumns(DisplayLevel) - Method in class org.melati.poem.JdbcTable
Return columns at a display level in display order.
displayColumns(DisplayLevel) - Method in interface org.melati.poem.Table
Return columns at a display level in display order.
displayColumnsCount(DisplayLevel) - Method in class org.melati.poem.JdbcTable
 
displayColumnsCount(DisplayLevel) - Method in interface org.melati.poem.Table
 
DisplayLevel - Class in org.melati.poem
An attribute of a Column which indicates what level of reporting of a Table it should be included in.
displaylevel - Variable in class org.melati.poem.generated.ColumnInfoBase
Display level - A category determining what granularity of report the field appears in
DISPLAYLEVEL - Static variable in class org.melati.poem.PoemTypeFactory
Poem Displaylevel factory.
displayLevel - Variable in class org.melati.poem.prepro.FieldDef
 
DisplayLevel.NameUnrecognisedException - Exception in org.melati.poem
Thrown when a DisplayLevel which doesn't exist is referenced, by misspelling for example.
DisplayLevel.NameUnrecognisedException(String) - Constructor for exception org.melati.poem.DisplayLevel.NameUnrecognisedException
Constructor.
DisplayLevelFieldDef - Class in org.melati.poem.prepro
A definition of a DisplayLevelPoemType from the DSD.
DisplayLevelFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.DisplayLevelFieldDef
Constructor.
DisplayLevelFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines the DisplayLevel of a Field.
DisplayLevelFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.DisplayLevelFieldQualifier
Constructor.
DisplayLevelPoemType - Class in org.melati.poem
A type for DisplayLevels.
DisplayLevelPoemType() - Constructor for class org.melati.poem.DisplayLevelPoemType
Constructor giving non nullable type.
displayname - Variable in class org.melati.poem.generated.TableInfoBase
Display name - A user-friendly name for the table
displayname - Variable in class org.melati.poem.generated.ValueInfoBase
Display name - A user-friendly name for the field
DisplayNameFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines the DisplayName of a Field.
DisplayNameFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.DisplayNameFieldQualifier
Constructor.
DisplayNameTableQualifier - Class in org.melati.poem.prepro
A TableQualifier which defines the DisplayName of a Table.
DisplayNameTableQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.DisplayNameTableQualifier
Constructor.
displayorder - Variable in class org.melati.poem.generated.ColumnInfoBase
Display order - A rank determining where the field appears in lists
displayorder - Variable in class org.melati.poem.generated.TableInfoBase
Display order - A rank determining where the table appears in the list of all tables
displayOrder - Variable in class org.melati.poem.prepro.FieldDef
 
DisplayOrderFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines the DisplayOrder of a Field.
DisplayOrderFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.DisplayOrderFieldQualifier
Constructor.
displayorderpriority - Variable in class org.melati.poem.generated.ColumnInfoBase
Display order priority - If present, the level at which lists of records are sorted by the field
DisplayOrderPriorityFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines the DisplayOrderPriority of a Field.
DisplayOrderPriorityFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.DisplayOrderPriorityFieldQualifier
Constructor.
DisplayOrderTableQualifier - Class in org.melati.poem.prepro
A TableQualifier which defines the DisplayOrder of a Table.
DisplayOrderTableQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.DisplayOrderTableQualifier
Constructor.
displayString(PoemLocale, int) - Method in class org.melati.poem.JdbcPersistent
A string describing the object for the purposes of rendering it in lists presented to the user.
displayString(PoemLocale) - Method in class org.melati.poem.JdbcPersistent
Defaults to DateFormat.MEDIUM.
displayString() - Method in class org.melati.poem.JdbcPersistent
displayString(PoemLocale, int) - Method in interface org.melati.poem.Persistent
A string describing the object for the purposes of rendering it in lists presented to the user.
displayString(PoemLocale) - Method in interface org.melati.poem.Persistent
Defaults to DateFormat.MEDIUM.
displayString() - Method in interface org.melati.poem.Persistent
 
doConfiguredRequest(Melati) - Method in class org.melati.app.AbstractConfigApp
Instantiate this method to build up your own output.
doConfiguredRequest(Melati) - Method in class org.melati.app.AbstractPoemApp
 
doConfiguredRequest(Melati) - Method in class org.melati.app.ConfigApp
The main method to override.
doConfiguredRequest(Melati) - Method in class org.melati.servlet.ConfigServlet
Instantiate this method to build up your own output.
doConfiguredRequest(Melati) - Method in class org.melati.servlet.PoemServlet
Process the request.
doConfiguredRequest(Melati) - Method in class org.melati.test.CharsetServletTest
 
doConfiguredRequest(Melati) - Method in class org.melati.test.ConfigServletTest
 
doConfiguredRequest(Melati) - Method in class org.melati.test.ExitServlet
 
doConfiguredRequest(Melati) - Method in class org.melati.test.SessionAnalysisServlet
 
doesMaxRowSizeIncludeBlobs() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.melati.servlet.ConfigServlet
Handles GET.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.melati.test.ServletTest
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.melati.test.WebmacroStandalone
We only implement the GET method in this servlet.
doPoemRequest(Melati) - Method in class org.melati.app.AbstractPoemApp
Override this method to do your own thing.
doPoemRequest(Melati) - Method in class org.melati.app.AbstractTemplateApp
Fulfill AbstractPoemApp's promises.
doPoemRequest(Melati) - Method in class org.melati.app.PoemApp
The main method to override.
doPoemRequest(Melati) - Method in class org.melati.servlet.PoemServlet
Override this method to build up your own output.
doPoemRequest(Melati) - Method in class org.melati.servlet.TemplateServlet
 
doPoemRequest(Melati) - Method in class org.melati.test.PoemServletTest
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.melati.servlet.ConfigServlet
Handle a POST.
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.admin.Admin
 
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.admin.Copy
Override this method to build up your own output.
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.admin.Display
 
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.admin.Status
 
doTemplateRequest(Melati, TemplateContext) - Method in class org.melati.app.AbstractTemplateApp
Override this method to build up your own output.
doTemplateRequest(Melati, TemplateContext) - Method in class org.melati.app.DSDApp
The main method to override.
doTemplateRequest(Melati, TemplateContext) - Method in class org.melati.app.TemplateApp
The main method to override.
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.example.contacts.ContactView
 
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.example.contacts.Search
 
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.login.Login
 
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.login.LoginHandler
Action the login.
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.login.Logout
 
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.servlet.TemplateServlet
Override this method to build up your own output.
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.template.webmacro.WebmacroMelatiServlet
 
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.test.CharsetTemplateServletTest
 
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.test.EmailTemplateServletTest
 
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.test.TemplateServletTest
 
doTemplateRequest(Melati, ServletTemplateContext) - Method in class org.melati.test.WebmacroMelatiServletTest
 
DOUBLE - Static variable in class org.melati.poem.PoemTypeFactory
Double base-type factory.
DoubleCreatePoemException - Exception in org.melati.poem
Thrown when an attempt to create a Persistent which already exists is made.
DoubleCreatePoemException(Persistent) - Constructor for exception org.melati.poem.DoubleCreatePoemException
Constructor.
DoubleFieldDef - Class in org.melati.poem.prepro
A definition of a DoublePoemType from the DSD.
DoubleFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.DoubleFieldDef
Constructor.
DoublePoemType - Class in org.melati.poem
Normal doubles, dependant upon the database/SQL implementation.
DoublePoemType(boolean) - Constructor for class org.melati.poem.DoublePoemType
Constructor.
dsd - Static variable in class org.melati.poem.DefinitionSource
The DSD.
DSD - Class in org.melati.poem.prepro
The DSD class is an application which parses a DSD (Data Structure Definition) file and outputs Java code, creating a POEM view of a database.
DSD(String) - Constructor for class org.melati.poem.prepro.DSD
Constructor.
DSD(String, TableNamingStore, boolean) - Constructor for class org.melati.poem.prepro.DSD
Constructor.
DSDApp - Class in org.melati.app
 
DSDApp() - Constructor for class org.melati.app.DSDApp
Constructor.
dsdTemplate(ServletTemplateContext) - Static method in class org.melati.admin.Admin
 
dsdTemplate(TemplateContext) - Method in class org.melati.app.DSDApp
 
DsdURL() - Method in class org.melati.admin.AdminUtils
 
dtdForHTMLParser() - Static method in class org.melati.util.HTMLUtils
 
dtdNameForHTMLParser - Static variable in class org.melati.util.HTMLUtils
The DTD name.
DumbPagedEnumeration<T> - Class in org.melati.util
A PagedEnumeration which doesn't know how big it is.
DumbPagedEnumeration(Enumeration<T>, int, int, int) - Constructor for class org.melati.util.DumbPagedEnumeration
Constructor.
dump() - Method in class org.melati.poem.Column
Print information about the structure of the Column to stdout.
dump(PrintStream) - Method in class org.melati.poem.Column
Print information to PrintStream.
dump() - Method in class org.melati.poem.Database
Print information about the structure of the database to stdout.
dump(PrintStream) - Method in class org.melati.poem.Field
Dump to a PrintStream.
dump() - Method in class org.melati.poem.JdbcPersistent
dump(PrintStream) - Method in class org.melati.poem.JdbcPersistent
Dump to a PrintStream.
dump() - Method in class org.melati.poem.JdbcTable
Print information about the structure of the table to stdout.
dump(PrintStream) - Method in class org.melati.poem.JdbcTable
Print information to PrintStream.
dump() - Method in interface org.melati.poem.Persistent
 
dump(PrintStream) - Method in interface org.melati.poem.Persistent
Dump to a PrintStream.
dump() - Method in interface org.melati.poem.Table
Print information about the structure of the table to stdout.
dump(PrintStream) - Method in interface org.melati.poem.Table
Print information to PrintStream.
dump() - Method in class org.melati.poem.util.Cache
Output to syserr.
dumpAnalysis() - Method in class org.melati.poem.util.Cache
Dump to Syserr.
dumpCacheAnalysis() - Method in class org.melati.poem.Database
Print some diagnostic information about the contents and consistency of POEM's cache to stderr.
dumpCacheAnalysis() - Method in class org.melati.poem.JdbcTable
Print some diagnostic information about the contents and consistency of POEM's cache for this table to stderr.
dumpCacheAnalysis() - Method in interface org.melati.poem.Table
Print some diagnostic information about the contents and consistency of POEM's cache for this table to stderr.
DuplicateColumnNamePoemException - Exception in org.melati.poem
Thrown when an attempt to create a Column in a Table which already contains one of that name is made.
DuplicateColumnNamePoemException(Table, Column) - Constructor for exception org.melati.poem.DuplicateColumnNamePoemException
Constructor.
duplicated() - Method in class org.melati.poem.JdbcPersistent
Create a new object like this one.
duplicated() - Method in interface org.melati.poem.Persistent
Create a new object like this one.
DuplicateDeletedColumnPoemException - Exception in org.melati.poem
Thrown when an attempt to create a second Column of type DeletedPoemType in a Table is made.
DuplicateDeletedColumnPoemException(Table, Column) - Constructor for exception org.melati.poem.DuplicateDeletedColumnPoemException
Constructor.
duplicatedFloating() - Method in class org.melati.poem.JdbcPersistent
Create a new persistent like this one, regardless of whether this Persistent has been written to the dbms yet.
duplicatedFloating() - Method in interface org.melati.poem.Persistent
Create a new persistent like this one, regardless of whether this Persistent has been written to the dbms yet.
DuplicateKeySQLPoemException - Exception in org.melati.poem.dbms
Thrown when an attempt to insert a value which is already present in a column with a unique index is made.
DuplicateKeySQLPoemException(Table, String, boolean, SQLException) - Constructor for exception org.melati.poem.dbms.DuplicateKeySQLPoemException
Constructor.
DuplicateKeySQLPoemException(Column, String, boolean, SQLException) - Constructor for exception org.melati.poem.dbms.DuplicateKeySQLPoemException
Constructor.
DuplicateTableNamePoemException - Exception in org.melati.poem
Thrown when an attempt to add a Table to a Database which already has one of that name.
DuplicateTableNamePoemException(Database, String) - Constructor for exception org.melati.poem.DuplicateTableNamePoemException
Constructor.
duplicateTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
 
DuplicateTroidColumnPoemException - Exception in org.melati.poem
Thrown when an attempt to add a second Troid column is made.
DuplicateTroidColumnPoemException(Table, Column) - Constructor for exception org.melati.poem.DuplicateTroidColumnPoemException
Constructor.
DuplicateTroidPoemException - Exception in org.melati.poem
Thrown when it is discovered that there is more than one record with a given Troid in the Database.
DuplicateTroidPoemException(Table, Integer) - Constructor for exception org.melati.poem.DuplicateTroidPoemException
Constructor.

E

EditFrameName(Melati) - Method in class org.melati.admin.AdminUtils
 
EditHeaderURL(Melati) - Method in class org.melati.admin.AdminUtils
 
EditURL(Melati) - Method in class org.melati.admin.AdminUtils
 
EditURL(Persistent) - Method in class org.melati.admin.AdminUtils
 
elements() - Method in class org.melati.poem.FieldSet
 
elements() - Method in class org.melati.poem.transaction.ToTidyList
 
Email - Class in org.melati.util
Send an email to one or more recipients with or without attachments.
EmailException - Exception in org.melati.util
Thrown when there is a problem sending an Email.
EmailException() - Constructor for exception org.melati.util.EmailException
Constructor.
EmailException(String) - Constructor for exception org.melati.util.EmailException
Constructor with message.
EmailTemplateServletTest - Class in org.melati.test
Test display of various characters using a Template Engine.
EmailTemplateServletTest() - Constructor for class org.melati.test.EmailTemplateServletTest
 
EMPTY_ENUMERATION - Static variable in class org.melati.util.ChildrenDrivenMutableTree
An enumeration that is always empty.
EmptyEnumeration<T> - Class in org.melati.poem.util
An Enumeration with no elements in it.
EmptyEnumeration() - Constructor for class org.melati.poem.util.EmptyEnumeration
 
emptyTable() - Method in class org.melati.poem.csv.CSVTable
Delete all Persistents from the Poem table.
encode(String) - Static method in class org.melati.util.MD5Util
Encode a String.
encode(String) - Static method in class org.melati.util.UTF8URLEncoder
Encode with default encoding.
encode(String, String) - Static method in class org.melati.util.UTF8URLEncoder
Encode with an encoding.
encoded(String) - Method in class org.melati.template.HTMLLikeMarkupLanguage
Encode a String as a UTF-8 URL.
encoded(String) - Method in interface org.melati.template.MarkupLanguage
Encode a String as a UTF-8 URL.
encodingTest(Melati) - Method in class org.melati.test.CharData.Item
 
endExclusiveLock() - Method in class org.melati.poem.Database
Release lock.
endSession() - Method in class org.melati.poem.Database
End a db session.
ensure(String, Contact, String) - Method in class org.melati.example.contacts.ContactTable
 
ensure(String) - Method in class org.melati.poem.CapabilityTable
Make sure that a record exists.
ensure(Persistent) - Method in class org.melati.poem.Column
Ensures a row exists for which this column matches when compared with the given Persistent.
ensure(Group, Capability) - Method in class org.melati.poem.GroupCapabilityTable
Make sure that a record exists.
ensure(String) - Method in class org.melati.poem.GroupTable
Make sure that a record exists.
ensure(String, PoemTypeFactory, Object, String, String) - Method in class org.melati.poem.SettingTable
Make sure that a setting with this name exists, if not then create it.
ensure(String, String, String, String) - Method in class org.melati.poem.SettingTable
Convenience method.
ensure(String, int, String, String) - Method in class org.melati.poem.SettingTable
Convenience method.
ensure(String, boolean, String, String) - Method in class org.melati.poem.SettingTable
Convenience method.
ensure(String) - Method in class org.melati.poem.TableCategoryTable
Create an entry with the given name if it doesn't exist.
entitied(String, boolean, String, boolean) - Static method in class org.melati.util.HTMLUtils
Return the String with all high value ASCII characters replaced with HTML entities.
entitied(String) - Static method in class org.melati.util.HTMLUtils
Escape the given string as PCDATA without regard for any characters that cannot be encoded in some required character set.
entityFor(char, boolean, CharsetEncoder, boolean) - Static method in class org.melati.util.HTMLUtils
If the given character has special meaning in HTML or will not necessarily encode in the character set, then return an escape string.
entrySet() - Method in class org.melati.poem.TableMap
EnumUtils - Class in org.melati.poem.util
An assortment of useful operations on Enumerations.
eqClause(Object) - Method in class org.melati.poem.Column
 
equals(Object) - Method in class org.melati.poem.JdbcPersistent
equals(Object) - Method in class org.melati.poem.JdbcTable
Make sure that two equal table objects have the same name.
equals(Object) - Method in class org.melati.poem.PoemLocale
error(Melati, Exception) - Method in class org.melati.servlet.ConfigServlet
Send an error message.
error(Melati, Exception) - Method in class org.melati.servlet.TemplateServlet
Send an error message.
errorString(String) - Method in class org.melati.template.webmacro.PassbackEvaluationExceptionHandler
errorString(String) - Method in class org.melati.template.webmacro.PropagateEvaluationExceptionHandler
I do not believe that this can be exercised, without a bug in webmacro.
escaped(String) - Method in class org.melati.template.HTMLLikeMarkupLanguage
Escape a String.
escaped(Persistent) - Method in class org.melati.template.HTMLLikeMarkupLanguage
Get the DisplayString of a Persistent and escape that using the current locale and a MEDIUM DateFormat.
escaped(String) - Method in interface org.melati.template.MarkupLanguage
Escape a String.
escaped(Persistent) - Method in interface org.melati.template.MarkupLanguage
Get the DisplayString of a Persistent and escape that using the current locale and a MEDIUM DateFormat.
establishCharsets() - Method in class org.melati.Melati
Suggest a response character encoding and if necessary choose a request encoding.
establishUser(Melati) - Method in interface org.melati.login.AccessHandler
Called when a @link PoemTask} is initiated.
establishUser(Melati) - Method in class org.melati.login.CommandLineAccessHandler
Called when the PoemTask is initialised, recalled after a login.
establishUser(Melati) - Method in class org.melati.login.HttpBasicAuthenticationAccessHandler
Get the users details.
establishUser(Melati) - Method in class org.melati.login.HttpSessionAccessHandler
Set the Access token to be used for this request.
establishUser(Melati) - Method in class org.melati.login.OpenAccessHandler
Set to guest if not set, remains null if we have no database.
evaluate(Variable, Context, Exception) - Method in class org.melati.template.webmacro.PassbackEvaluationExceptionHandler
evaluate(Variable, Context, Exception) - Method in class org.melati.template.webmacro.PropagateEvaluationExceptionHandler
exceptionForUpdate(Table, String, boolean, SQLException) - Method in class org.melati.poem.dbms.AnsiStandard
An exception appropriate for expressing what really went wrong during a write to the db.
exceptionForUpdate(Table, PreparedStatement, boolean, SQLException) - Method in class org.melati.poem.dbms.AnsiStandard
Version of previous method for PreparedStatements.
exceptionForUpdate(Table, String, boolean, SQLException) - Method in interface org.melati.poem.dbms.Dbms
An exception appropriate for expressing what really went wrong during a write to the db.
exceptionForUpdate(Table, PreparedStatement, boolean, SQLException) - Method in interface org.melati.poem.dbms.Dbms
Version of previous method for PreparedStatements.
exceptionForUpdate(Table, String, boolean, SQLException) - Method in class org.melati.poem.dbms.MySQL
An exception appropriate for expressing what really went wrong during a write to the db.
exceptionForUpdate(Table, String, boolean, SQLException) - Method in class org.melati.poem.dbms.Postgresql
An exception appropriate for expressing what really went wrong during a write to the db.
ExceptionUtils - Class in org.melati.util
An assortment of useful operations on Exceptions.
execute() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
execute(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
execute(String, int[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
execute(String, String[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
execute(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
execute() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
execute(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
execute(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
execute(String, int[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
execute(String, String[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
execute(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
execute(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
execute(String, int[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
execute(String, String[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
execute() - Method in class org.melati.poem.prepro.MelatiDsdProcessorMojo
 
executeBatch() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
executeBatch() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
executeBatch() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
executeQuery() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
executeQuery(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
executeQuery() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
executeQuery(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
executeQuery(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
executeUpdate() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
executeUpdate(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
executeUpdate(String, int[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
executeUpdate(String, String[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
executeUpdate(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
executeUpdate() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
executeUpdate(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
executeUpdate(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
executeUpdate(String, int[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
executeUpdate(String, String[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
executeUpdate(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
executeUpdate(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
executeUpdate(String, int[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
executeUpdate(String, String[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
ExecutingSQLPoemException - Exception in org.melati.poem
Thrown when there is a problem executing an SQL command.
ExecutingSQLPoemException(String, SQLException) - Constructor for exception org.melati.poem.ExecutingSQLPoemException
Constructor.
ExecutingSQLSeriousPoemException - Exception in org.melati.poem
Thrown when there is a problem exceuting an SQL command and it really matters.
ExecutingSQLSeriousPoemException(String, SQLException) - Constructor for exception org.melati.poem.ExecutingSQLSeriousPoemException
Constructor.
existenceLock(SessionToken) - Method in class org.melati.poem.JdbcPersistent
 
existenceLock() - Method in class org.melati.poem.JdbcPersistent
Lock without actually reading.
existenceLock() - Method in interface org.melati.poem.Persistent
Lock without actually reading.
exists() - Method in class org.melati.poem.CachedExists
 
exists(String) - Method in class org.melati.poem.JdbcTable
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
exists(Persistent) - Method in class org.melati.poem.JdbcTable
 
exists(String) - Method in interface org.melati.poem.Table
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
exists(Persistent) - Method in interface org.melati.poem.Table
 
ExitServlet - Class in org.melati.test
Test how your servlet container behaves when you call System.exit(0).
ExitServlet() - Constructor for class org.melati.test.ExitServlet
 
expand(Variable, Context, Exception) - Method in class org.melati.template.webmacro.PassbackEvaluationExceptionHandler
expand(Variable, Context, Exception) - Method in class org.melati.template.webmacro.PropagateEvaluationExceptionHandler
expandedTemplate(Template, TemplateContext) - Method in class org.melati.template.NoTemplateEngine
Expand the Template against the context.
expandedTemplate(Template, TemplateContext) - Method in interface org.melati.template.TemplateEngine
Expand the Template against the context and return the expansion as a string.
expandedTemplate(Template, TemplateContext) - Method in class org.melati.template.velocity.VelocityTemplateEngine
Expand the Template against the context to a String.
expandedTemplate(Template, TemplateContext) - Method in class org.melati.template.webmacro.WebmacroTemplateEngine
Expand the Template against the context and return the expansion as a string.
expandTemplate(MelatiWriter, String, TemplateContext) - Method in class org.melati.template.NoTemplateEngine
Expand the Template against the context.
expandTemplate(MelatiWriter, Template, TemplateContext) - Method in class org.melati.template.NoTemplateEngine
Expand the Template against the context.
expandTemplate(MelatiWriter, String, TemplateContext) - Method in interface org.melati.template.TemplateEngine
Expand the Template against the context.
expandTemplate(MelatiWriter, Template, TemplateContext) - Method in interface org.melati.template.TemplateEngine
Expand the Template against the context, unwrapping any Access Exceptions.
expandTemplate(MelatiWriter, String, TemplateContext) - Method in class org.melati.template.velocity.VelocityTemplateEngine
Get a Template by name and expand it against a context.
expandTemplate(MelatiWriter, Template, TemplateContext) - Method in class org.melati.template.velocity.VelocityTemplateEngine
Expand a Template against the context.
expandTemplate(MelatiWriter, String, TemplateContext) - Method in class org.melati.template.webmacro.WebmacroTemplateEngine
Expand the Template against the context.
expandTemplate(MelatiWriter, Template, TemplateContext) - Method in class org.melati.template.webmacro.WebmacroTemplateEngine
Expand the Template against the context.
expandTemplet(Template, TemplateContext, MelatiWriter) - Method in class org.melati.template.AbstractMarkupLanguage
Interpolate a templet and write it out.
expected - Variable in exception org.melati.util.FormatPropertyException
The expected value.
ExtraColumn - Class in org.melati.poem
A Column which exists in the dbms but is not defined in the DSD.
ExtraColumn(Table, String, SQLPoemType, DefinitionSource, int) - Constructor for class org.melati.poem.ExtraColumn
Constructor.
extract(ResultSet) - Method in class org.melati.poem.CachedQuery
 
extractField(String, String, String) - Method in class org.melati.servlet.MultipartFormDataDecoder
Extract a String from header bounded by lBound and either: rBound or a "\r\n" or the end of the String.
extractFields(ServletTemplateContext, Persistent) - Static method in class org.melati.servlet.Form
Retrieve updated persistent fields from a context modified in a template.
extrasCount() - Method in class org.melati.poem.JdbcTable
The number of `extra' (non-DSD-defined) columns in the table.
extrasCount() - Method in interface org.melati.poem.Table
The number of `extra' (non-DSD-defined) columns in the table.

F

Field - Class in org.melati.poem
A Field.
Field(Object, FieldAttributes) - Constructor for class org.melati.poem.Field
Constructor.
Field(AccessPoemException, FieldAttributes) - Constructor for class org.melati.poem.Field
Constructor for a Field with an access violation.
field - Variable in class org.melati.servlet.BaseFileFormDataAdaptor
Information about the uploaded file.
FIELD_POSSIBILITIES_LIMIT - Static variable in class org.melati.template.AbstractMarkupLanguage
The maximum number of field possibilities to render.
FieldAccessPoemException - Exception in org.melati.poem
Thrown when an unauthorised access of a Field of a Persistent is attempted.
FieldAccessPoemException(Persistent, Column, AccessToken, Capability) - Constructor for exception org.melati.poem.FieldAccessPoemException
Constructor.
FieldAttributes - Interface in org.melati.poem
An interface which defines attributes of all Fields.
fieldAttributesRenamedAs(FieldAttributes) - Method in class org.melati.poem.ValueInfo
 
FieldContentsPoemException - Exception in org.melati.poem
Thrown when a Field fails its content validation.
FieldContentsPoemException(Column, Exception) - Constructor for exception org.melati.poem.FieldContentsPoemException
Constructor.
FieldDef - Class in org.melati.poem.prepro
An abstract definition of a Field from which all other FieldDefs are derived.
FieldDef(int, TableDef, String, String, String, int, Vector) - Constructor for class org.melati.poem.prepro.FieldDef
Constructor.
FieldQualifier - Class in org.melati.poem.prepro
Abstract class from which all FieldQualifiers are derived.
FieldQualifier() - Constructor for class org.melati.poem.prepro.FieldQualifier
 
FieldSet - Class in org.melati.poem
A set of Fields accessible in sequence or looked up using an encoding of the table name and column name.
FieldSet(Hashtable<String, Integer>, Field[]) - Constructor for class org.melati.poem.FieldSet
Constructor.
fieldsOfColumns(Enumeration<Column>) - Method in class org.melati.poem.JdbcPersistent
Create Fields from Columns.
fieldsOfColumns(Enumeration<Column>) - Method in interface org.melati.poem.Persistent
Create Fields from Columns.
file - Variable in class org.melati.servlet.BaseFileFormDataAdaptor
The file in which to save the data.
FileUtils - Class in org.melati.util
An assortment of useful operations on Files.
FilteredEnumeration<T> - Class in org.melati.poem.util
An Enumeration created by filtering another according to an abstract inclusion function.
FilteredEnumeration(Enumeration<T>) - Constructor for class org.melati.poem.util.FilteredEnumeration
Constructor.
findColumn(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
first() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
firstFree(String) - Method in class org.melati.poem.Column
Find the next free value in an Integer column.
firstKey() - Method in class org.melati.poem.TableSortedMap
firstObject() - Method in class org.melati.poem.CachedSelection
 
firstSelection(String) - Method in class org.melati.poem.JdbcTable
Get an object satisfying the where clause.
firstSelection(String) - Method in interface org.melati.poem.Table
Get an object satisfying the where clause.
FirstSQL - Class in org.melati.poem.dbms
A Driver for FirstSQL ( NOT WORKING YET!!!).
FirstSQL() - Constructor for class org.melati.poem.dbms.FirstSQL
Constructor.
firstWhereEq(Object) - Method in class org.melati.poem.Column
Return the first one found or null if not found.
FixedPointAtomPoemType - Class in org.melati.poem
An extension of AtomPoemType which adds precision and scale.
FixedPointAtomPoemType(int, String, boolean, int, int) - Constructor for class org.melati.poem.FixedPointAtomPoemType
Constructor.
flattened(int, boolean) - Method in class org.melati.util.Tree
Retrieve all the nodes down to a given depth.
flattened(int) - Method in class org.melati.util.Tree
Retrieve all the nodes down to a given depth, depth-first.
flattened() - Method in class org.melati.util.Tree
 
FlattenedEnumeration<T> - Class in org.melati.poem.util
An Enumeration created by flattening an Enumeration of Enumerations or flattening two Enumerations .
FlattenedEnumeration(Enumeration<Enumeration<T>>) - Constructor for class org.melati.poem.util.FlattenedEnumeration
Constructor.
FlattenedEnumeration(Enumeration<T>, Enumeration<T>) - Constructor for class org.melati.poem.util.FlattenedEnumeration
Constructor given two Enumerations to flatten into one.
floating - Variable in exception org.melati.poem.InvalidOperationOnFloatingPersistentPoemException
The Persistent without a TROID.
flush() - Method in class org.melati.template.velocity.MelatiBufferedVelocityWriter
flush() - Method in class org.melati.template.webmacro.MelatiBufferedFastWriter
 
flush() - Method in class org.melati.util.MelatiBufferedWriter
flush - Variable in class org.melati.util.MelatiWriter
 
flush() - Method in class org.melati.util.MelatiWriter
flush() - Method in class org.melati.util.ThrowingPrintWriter
Delegated method.
Flusher - Class in org.melati.util
Flusher replaces need for Thread.stop.
Flusher(MelatiWriter) - Constructor for class org.melati.util.Flusher
Constructor.
FlushingServletTest - Class in org.melati.test
Illustrate the difference between flushing and not flushing your output buffer.
FlushingServletTest() - Constructor for class org.melati.test.FlushingServletTest
 
forceLogin(HttpServletResponse, String, String) - Method in class org.melati.login.HttpBasicAuthenticationAccessHandler
Force a login by sending a 401 error back to the browser.
forCode(Database, int) - Static method in class org.melati.poem.PoemTypeFactory
Returns an instance given a database and the integer code for the instance.
forIndex(int) - Static method in class org.melati.poem.DisplayLevel
Get by numeric id.
forIndex(int) - Static method in class org.melati.poem.Searchability
 
forIndex(int) - Static method in class org.melati.poem.StandardIntegrityFix
Get a fix by its index.
Form - Class in org.melati.servlet
An object to hold useful static methods for manipulation of a Form in a ServletTemplateContext.
Form - Class in org.melati.template.velocity
 
Form(HttpServletRequest) - Constructor for class org.melati.template.velocity.Form
Constructor.
FORM - Static variable in class org.melati.template.velocity.VelocityServletTemplateContext
Mimicking the $Form behaviour of Webmacro.
format - Static variable in class org.melati.poem.TimestampPoemType
Simple date format.
FormatPropertyException - Exception in org.melati.util
Thrown when an attempt is made to cast a String property value as a numeric type.
FormatPropertyException(Properties, String, String, String, Exception) - Constructor for exception org.melati.util.FormatPropertyException
Full constructor.
FormDataAdaptor - Interface in org.melati.servlet
An interface to the data portion of a MultipartFormField.
FormDataAdaptorException - Exception in org.melati.servlet
Thrown when there is a problem with saving or reading an uploaded file.
FormDataAdaptorException(String, Exception) - Constructor for exception org.melati.servlet.FormDataAdaptorException
Thrown when there is a problem with a FormDataAdaptor.
FormDataAdaptorFactory - Class in org.melati.servlet
A way to implement policies about how to save uploaded files.
FormDataAdaptorFactory() - Constructor for class org.melati.servlet.FormDataAdaptorFactory
 
FormParameterException - Exception in org.melati.template
Something is wrong with this parameter.
FormParameterException(String, String) - Constructor for exception org.melati.template.FormParameterException
Constructor.
free() - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc4
free() - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc4
free() - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc4
free() - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
free() - Method in class org.melati.poem.dbms.test.sql.ThrowingSQLXML
from(Table, ColumnInfo, int, DefinitionSource) - Static method in class org.melati.poem.ExtraColumn
Static factory.
from(Persistent, Class<?>) - Static method in class org.melati.poem.PersistentFactory
Reincarnate an object, populated from the store.
from(Locale) - Static method in class org.melati.poem.PoemLocale
 
from(TableDef, StreamTokenizer, int) - Static method in class org.melati.poem.prepro.FieldDef
Creates the appropriate type of FieldDef from the input stream.
from(StreamTokenizer) - Static method in class org.melati.poem.prepro.FieldQualifier
Creates the appropriate type of FieldQualifier from the input stream.
from(StreamTokenizer) - Static method in class org.melati.poem.prepro.TableQualifier
Creates the appropriate type of TableQualifier from the input stream.
fromClass(Database, Class) - Static method in class org.melati.poem.TableFactory
 
fromClause() - Method in class org.melati.poem.JdbcPersistent
Return an SQL FROM clause for use when selecting rows using criteria represented by this object.
fromFile(File) - Static method in class org.melati.util.PropertiesUtils
Get a Properties object from a file.
fromInstance(Database, Object) - Static method in class org.melati.poem.PersistentFactory
 
fromInstance(Database, Object) - Static method in class org.melati.poem.TableFactory
 
fromLanguageTag(String) - Static method in class org.melati.poem.PoemLocale
Creates a melati locale from a language tag as defined in RFC3066.
fromResource(Class<?>, String) - Static method in class org.melati.util.PropertiesUtils
Get a Properties object from a Class.
ftell() - Method in class org.melati.util.FtellPrintWriter
 
ftell() - Method in class org.melati.util.FtellWriter
 
FtellPrintWriter - Class in org.melati.util
A PrintWriter which knows how much it has written.
FtellPrintWriter(Writer) - Constructor for class org.melati.util.FtellPrintWriter
Constructor.
FtellWriter - Class in org.melati.util
A FilterWriter which knows how much it has written.
FtellWriter(Writer) - Constructor for class org.melati.util.FtellWriter
Constructor.
fullQuotedName() - Method in class org.melati.poem.Column
 
Function - Interface in org.melati.util
A Function.

G

generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.AtomFieldDef
 
generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.BooleanFieldDef
Write out this Column's base methods.
generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.ColumnTypeFieldDef
 
generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.DisplayLevelFieldDef
 
generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.DoubleFieldDef
 
generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.FieldDef
Write out this Column's base methods.
generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.IntegerFieldDef
 
generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.IntegrityFixFieldDef
 
generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.LongFieldDef
 
generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.ReferenceFieldDef
 
generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.SearchabilityFieldDef
 
generateColAccessor(Writer) - Method in class org.melati.poem.prepro.FieldDef
Write out this Column's accessors.
generateColDecl(Writer) - Method in class org.melati.poem.prepro.FieldDef
Write out this Column's java declaration string.
generateColDefinition(Writer) - Method in class org.melati.poem.prepro.FieldDef
Write out this Column's definition using an anonymous class.
generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.AtomFieldDef
Write out this Column's field accessors.
generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.ColumnTypeFieldDef
 
generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.DisplayLevelFieldDef
 
generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.FieldDef
Write out this Column's field accessors as part of the anonymous definition of the Column.
generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.IntegrityFixFieldDef
 
generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.ReferenceFieldDef
 
generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.SearchabilityFieldDef
 
generateFieldCreator(Writer) - Method in class org.melati.poem.prepro.FieldDef
Write out this Column's field creators.
generateJava() - Method in class org.melati.poem.prepro.TableDef
Generate the 4 files.
generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.AtomFieldDef
Write out this Field's java declaration string.
generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.ColumnTypeFieldDef
 
generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.DisplayLevelFieldDef
Write out this Field's java declaration string.
generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.FieldDef
Write out this Field's java declaration string.
generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.IntegrityFixFieldDef
Write out this Field's java declaration string.
generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.ReferenceFieldDef
Write out this Field's java declaration string.
generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.SearchabilityFieldDef
Write out this Field's java declaration string.
generatePersistentBaseJava(Writer) - Method in class org.melati.poem.prepro.TableDef
 
generatePersistentJava(Writer) - Method in class org.melati.poem.prepro.TableDef
 
generateTableAccessorDefnJava(Writer) - Method in class org.melati.poem.prepro.TableDef
 
generateTableAccessorJava(Writer) - Method in class org.melati.poem.prepro.TableDef
 
generateTableBaseJava(Writer) - Method in class org.melati.poem.prepro.TableDef
 
generateTableDeclJava(Writer) - Method in class org.melati.poem.prepro.TableDef
 
generateTableDefnJava(Writer) - Method in class org.melati.poem.prepro.TableDef
 
generateTableJava(Writer) - Method in class org.melati.poem.prepro.TableDef
 
Generator - Interface in org.melati.poem.prepro
An interface which defines a process method on a Writer.
get(String) - Method in class org.melati.poem.CapabilityTable
Retrieve a Capability by name.
get(String) - Method in class org.melati.poem.FieldSet
Return a specified field.
get(int) - Method in class org.melati.poem.PreparedStatementFactory
Get either from cache or, failing that, really get it.
get(String) - Method in class org.melati.poem.SettingTable
Get the String representation of the setting.
get(Object) - Method in class org.melati.poem.TableMap
get(Object) - Method in class org.melati.poem.util.Cache
Return an object from the Cache, null if not found.
get(int) - Method in class org.melati.poem.util.CachedIndexFactory
Get either from cache or, failing that, really get it.
get(int) - Method in interface org.melati.poem.util.IndexFactory
 
get(Melati, MultipartFormField) - Method in class org.melati.servlet.FormDataAdaptorFactory
We need to establish the user and set up any request specific melati stuff so that we can verify the user has permission for this task, and use melati Table / Objects to manipulate what the FormDataAdaptor does.
get(String) - Method in class org.melati.template.MultipartTemplateContext
Get an object from the Context by key.
get(String) - Method in interface org.melati.template.TemplateContext
Get an object from the Context by key.
get(String) - Method in class org.melati.template.velocity.Form
Get a form value.
get(String) - Method in class org.melati.template.velocity.HttpServletRequestWrap
Accessor to allow one to retrieve the parameters.
get(String) - Method in class org.melati.template.velocity.VelocityTemplateContext
Get an object from the Context by key.
get(String) - Method in class org.melati.template.webmacro.WebmacroTemplateContext
Get a value by key.
getAccessHandler() - Method in class org.melati.MelatiConfig
 
getActionDescription() - Method in exception org.melati.poem.AccessibleCreationException
getActionDescription() - Method in exception org.melati.poem.AccessPoemException
 
getActionDescription() - Method in exception org.melati.poem.FieldAccessPoemException
 
getActionDescription() - Method in exception org.melati.poem.PersistentAccessPoemException
 
getAddress() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Address value, with locking, for this Contact Persistent.
getAddress_unsafe() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Address value, without locking, for this Contact Persistent.
getAddressColumn() - Method in class org.melati.example.contacts.generated.ContactTableBase
Retrieves the Address Column for this Contact Table.
getAddressField() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Address value as a Field from this Contact Persistent.
getAncestors() - Method in class org.melati.example.contacts.Contact
 
getArguments() - Method in class org.melati.Melati
Get the Arguments array.
getArray() - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
getArray(Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
getArray(long, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
getArray(long, int, Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
getArray(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getArray(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getArray(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getArray(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getAsciiStream() - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
getAsciiStream() - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
getAsciiStream(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getAsciiStream(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getAttr() - Method in class org.melati.template.HTMLMarkupLanguage
Get an appropriate markup language to render attributes.
getAttr() - Method in interface org.melati.template.MarkupLanguage
The AttributeMarkupLanguage associated with this MarkupLanguage.
getAttr() - Method in class org.melati.template.WMLMarkupLanguage
Get the associated MarkupLaguage for rendering attributes.
getAttr() - Method in class org.melati.template.XMLMarkupLanguage
Get the associated MarkupLaguage for rendering attributes.
getAttribute(String) - Method in class org.melati.util.DelegatedHttpServletRequest
getAttributeNames() - Method in class org.melati.util.DelegatedHttpServletRequest
getAttributeNames(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API.
getAttributes(String, String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getAttributes() - Method in class org.melati.poem.dbms.test.sql.ThrowingStruct
getAttributes(Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingStruct
getAuthType() - Method in class org.melati.util.DelegatedHttpServletRequest
getAuthType(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Returns the name of the authentication scheme used to protect the servlet, for example, "BASIC" or "SSL," or null if the servlet was not protected.
getAutoCommit() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
getBackgroundColour() - Method in class org.melati.util.JSStaticTree
 
getBaseType() - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
getBaseTypeName() - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
getBaseTypeName() - Method in class org.melati.poem.dbms.test.sql.ThrowingRefJdbc3
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getBigDecimal(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getBigDecimal(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getBigDecimal(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getBigDecimal(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBigDecimal(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBigDecimal(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBigDecimal(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate different treatment of different sized binary data.
getBinarySqlDefinition(int) - Method in interface org.melati.poem.dbms.Dbms
Accomodate different treatment of different sized binary data.
getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.Hsqldb
Accomodate different treatment of different sized binary data.
getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.Interbase
Accomodate different treatment of different sized binary data.
getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.Mckoi
Accomodate different treatment of different sized binary data.
getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.MSAccess
Accomodate different treatment of different sized binary data.
getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.MySQL
Ignores size.
getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.Oracle
Accomodate different treatment of different sized binary data.
getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.Postgresql
Accomodate different treatment of different sized binary data.
getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.SQLServer
Accomodate different treatment of different sized binary data.
getBinaryStream() - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
getBinaryStream(long, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc4
getBinaryStream(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBinaryStream(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBinaryStream() - Method in class org.melati.poem.dbms.test.sql.ThrowingSQLXML
getBlob(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getBlob(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getBlob(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBlob(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBlockedOn() - Method in class org.melati.poem.transaction.Transaction
 
getBoolean(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getBoolean(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getBoolean(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBoolean(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBooleanCooked() - Method in class org.melati.poem.Setting
 
getBooleanField(ServletTemplateContext, String) - Static method in class org.melati.servlet.Form
A utility method that tests whether a field is present in a Form, returning a Boolean.
getBufferLength() - Method in class org.melati.util.DelimitedBufferedInputStream
Used in tests.
getByte(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getByte(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getByte(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getByte(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBytes(long, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
getBytes(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getBytes(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getBytes(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBytes(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getBytes() - Method in class org.melati.poem.dbms.test.sql.ThrowingRowId
getCacheInfo() - Method in class org.melati.poem.JdbcTable
Enable reporting of the status of the cache.
getCacheInfo() - Method in interface org.melati.poem.Table
 
getCachelimit() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Cachelimit value, with locking, for this TableInfo Persistent.
getCachelimit_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Cachelimit value, without locking, for this TableInfo Persistent.
getCachelimitColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Cachelimit Column for this TableInfo Table.
getCachelimitField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Cachelimit value as a Field from this TableInfo Persistent.
getCanAdminister() - Method in class org.melati.poem.Database
By default, anyone can administer a database.
getCancreate() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Cancreate object referred to.
getCanCreate() - Method in class org.melati.poem.JdbcTable
The capability required for creating records in the table.
getCanCreate() - Method in interface org.melati.poem.Table
The capability required for creating records in the table.
getCancreate_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Cancreate value, without locking, for this TableInfo Persistent.
getCancreateColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Cancreate Column for this TableInfo Table.
getCancreateField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Cancreate value as a Field from this TableInfo Persistent.
getCancreateTroid() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Table Row Object ID.
getCanDelete() - Method in class org.melati.poem.JdbcPersistent
The capability required for deleting the object.
getCanRead() - Method in class org.melati.poem.JdbcPersistent
The capability required for reading the object's field values.
getCanSelect() - Method in class org.melati.poem.JdbcPersistent
The capability required to select the object.
getCanWrite() - Method in class org.melati.poem.JdbcPersistent
The capability required for writing the object's field values.
getCapability() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Capability object referred to.
getCapability_unsafe() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Capability value, without locking, for this GroupCapability Persistent.
getCapabilityColumn() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
Retrieves the Capability Column for this GroupCapability Table.
getCapabilityField() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Capability value as a Field from this GroupCapability Persistent.
getCapabilityObject(Integer) - Method in class org.melati.poem.generated.CapabilityTableBase
Retrieve the Capability as a Capability.
getCapabilityObject(int) - Method in class org.melati.poem.generated.CapabilityTableBase
Retrieve the Capability as a Capability.
getCapabilityTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the CapabilityTable table.
getCapabilityTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the CapabilityTable table.
getCapabilityTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the CapabilityTable table.
getCapabilityTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the CapabilityTable table.
getCapabilityTable() - Method in class org.melati.poem.Database
The table of capabilities (required for reading and/or writing records) defined for the database.
getCapabilityTable() - Method in class org.melati.poem.generated.CapabilityBase
Retrieves the CapabilityTable table which this Persistent is from.
getCapabilityTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
Retrieves the CapabilityTable table.
getCapabilityTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
Retrieves the CapabilityTable table.
getCapabilityTroid() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Table Row Object ID.
getCatalog() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
getCatalogName(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getCatalogs() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getCatalogSeparator() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getCatalogTerm() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getCategory() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Category object referred to.
getCategory() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Category object referred to.
getCategory() - Method in class org.melati.poem.JdbcTable
The category of this table.
getCategory() - Method in interface org.melati.poem.Table
The category of this table.
getCategory_unsafe() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Category value, without locking, for this ContactCategory Persistent.
getCategory_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Category value, without locking, for this TableInfo Persistent.
getCategoryColumn() - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
Retrieves the Category Column for this ContactCategory Table.
getCategoryColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Category Column for this TableInfo Table.
getCategoryField() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Category value as a Field from this ContactCategory Persistent.
getCategoryField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Category value as a Field from this TableInfo Persistent.
getCategoryObject(Integer) - Method in class org.melati.example.contacts.generated.CategoryTableBase
Retrieve the Category as a Category.
getCategoryObject(int) - Method in class org.melati.example.contacts.generated.CategoryTableBase
Retrieve the Category as a Category.
getCategoryTable() - Method in class org.melati.example.contacts.generated.CategoryBase
Retrieves the CategoryTable table which this Persistent is from.
getCategoryTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the CategoryTable table.
getCategoryTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the CategoryTable table.
getCategoryTroid() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Table Row Object ID.
getCategoryTroid() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Table Row Object ID.
getChar() - Method in class org.melati.test.CharData.Item
 
getCharacterEncoding() - Method in class org.melati.util.DelegatedHttpServletRequest
getCharacterStream(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getCharacterStream(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getCharacterStream() - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
getCharacterStream(long, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc4
getCharacterStream() - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
getCharacterStream(long, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
getCharacterStream(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getCharacterStream(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getCharacterStream() - Method in class org.melati.poem.dbms.test.sql.ThrowingSQLXML
getChildObject(Integer) - Method in class org.melati.example.odmg.generated.ChildTableBase
Retrieve the Child as a Child.
getChildObject(int) - Method in class org.melati.example.odmg.generated.ChildTableBase
Retrieve the Child as a Child.
getChildren() - Method in class org.melati.example.contacts.Contact
 
getChildren() - Method in class org.melati.poem.JdbcPersistent
 
getChildren() - Method in interface org.melati.poem.Treeable
 
getChildren() - Method in class org.melati.util.TreeNode
 
getChildTable() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the ChildTable table which this Persistent is from.
getChildTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the ChildTable table.
getChildTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the ChildTable table.
getClientInfo() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
getClientInfo(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
getClientInfoProperties() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4
getClob(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getClob(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getClob(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getClob(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getClosedFolderImage() - Method in class org.melati.util.JSStaticTree
 
getClosedImage() - Method in class org.melati.util.JSDynamicTree
 
getClosedLImage() - Method in class org.melati.util.JSStaticTree
 
getClosedTImage() - Method in class org.melati.util.JSStaticTree
 
getCode() - Method in class org.melati.poem.PoemTypeFactory
 
getColumn() - Method in exception org.melati.poem.Column.LoadException
 
getColumn() - Method in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
 
getColumn(String) - Method in class org.melati.poem.JdbcTable
The table's column with a given name.
getColumn(String) - Method in interface org.melati.poem.Table
The table's column with a given name.
getColumnClassName(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getColumnCount() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getColumnDisplaySize(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getColumnInfo() - Method in class org.melati.poem.Column
 
getColumnInfoObject(Integer) - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieve the ColumnInfo as a ColumnInfo.
getColumnInfoObject(int) - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieve the ColumnInfo as a ColumnInfo.
getColumnInfoTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the ColumnInfoTable table.
getColumnInfoTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the ColumnInfoTable table.
getColumnInfoTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the ColumnInfoTable table.
getColumnInfoTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the ColumnInfoTable table.
getColumnInfoTable() - Method in class org.melati.poem.Database
 
getColumnInfoTable() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the ColumnInfoTable table which this Persistent is from.
getColumnInfoTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
Retrieves the ColumnInfoTable table.
getColumnInfoTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
Retrieves the ColumnInfoTable table.
getColumnLabel(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getColumnName(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getColumnPrivileges(String, String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getColumns(String, String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getColumnsCount() - Method in class org.melati.poem.JdbcTable
 
getColumnsCount() - Method in interface org.melati.poem.Table
 
getColumnType(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getColumnTypeName(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getCommittedConnection() - Method in class org.melati.poem.Database
 
getConcurrency() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getConfig() - Method in class org.melati.Melati
Get the MelatiConfig associated with this Request.
getConnection(String, String, String) - Method in class org.melati.poem.dbms.AnsiStandard
The default windows installation of MySQL has autocommit set true, which throws an SQLException when one issues a commit.
getConnection(String, String, String) - Method in interface org.melati.poem.dbms.Dbms
Return a connection.
getConnection(String, String, String) - Method in class org.melati.poem.dbms.FirstSQL
It does the same error, even if we don't override it so using AnsiStandard.getConnection(...).
getConnection() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getConnection() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getConnection() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getConnection() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getContact() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Contact object referred to.
getContact_unsafe() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Contact value, without locking, for this ContactCategory Persistent.
getContactCategoryObject(Integer) - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
Retrieve the ContactCategory as a ContactCategory.
getContactCategoryObject(int) - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
Retrieve the ContactCategory as a ContactCategory.
getContactCategoryTable() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the ContactCategoryTable table which this Persistent is from.
getContactCategoryTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the ContactCategoryTable table.
getContactCategoryTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the ContactCategoryTable table.
getContactColumn() - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
Retrieves the Contact Column for this ContactCategory Table.
getContactField() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Contact value as a Field from this ContactCategory Persistent.
getContactObject(Integer) - Method in class org.melati.example.contacts.generated.ContactTableBase
Retrieve the Contact as a Contact.
getContactObject(int) - Method in class org.melati.example.contacts.generated.ContactTableBase
Retrieve the Contact as a Contact.
getContactsDatabaseTables() - Method in class org.melati.example.contacts.generated.CategoryBase
Retrieves the Database object.
getContactsDatabaseTables() - Method in class org.melati.example.contacts.generated.CategoryTableBase
Get the database tables.
getContactsDatabaseTables() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Database object.
getContactsDatabaseTables() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Database object.
getContactsDatabaseTables() - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
Get the database tables.
getContactsDatabaseTables() - Method in class org.melati.example.contacts.generated.ContactTableBase
Get the database tables.
getContactTable() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the ContactTable table which this Persistent is from.
getContactTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the ContactTable table.
getContactTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the ContactTable table.
getContactTroid() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Table Row Object ID.
getContentDisposition() - Method in class org.melati.servlet.MultipartFormField
Get the ContentDisposition.
getContentLength() - Method in class org.melati.util.DelegatedHttpServletRequest
getContentType() - Method in class org.melati.Melati
 
getContentType() - Method in class org.melati.servlet.MultipartFormField
Get the ContentType.
getContentType() - Method in class org.melati.util.DelegatedHttpServletRequest
getContext() - Method in class org.melati.template.MultipartTemplateContext
Return the Context itself, as an Object.
getContext() - Method in interface org.melati.template.TemplateContext
Return the Context itself, as an Object.
getContext() - Method in class org.melati.template.velocity.VelocityTemplateContext
Return the Context itself, as an Object.
getContext() - Method in class org.melati.template.webmacro.WebmacroTemplateContext
Get the context itself.
getContextPath() - Method in class org.melati.util.DelegatedHttpServletRequest
getContextPath(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Returns the empty string when run against 2.0 API.
getContextUtil(String) - Method in class org.melati.Melati
Get a named context utility eg org.melati.admin.AdminUtils.
getCooked(Persistent) - Method in class org.melati.poem.Column
Retrieves the field value, with locking and access control for this Column.
getCooked(Persistent) - Method in class org.melati.poem.ExtraColumn
Retrieves the field value, with locking and access control for this Column.
getCooked() - Method in class org.melati.poem.Field
 
getCooked(String) - Method in class org.melati.poem.JdbcPersistent
The `true value' of one of the object's fields.
getCooked(String) - Method in interface org.melati.poem.Persistent
The `true value' of one of the object's fields.
getCooked() - Method in class org.melati.poem.Setting
 
getCooked(String) - Method in class org.melati.poem.SettingTable
Get an object of the appropriate type by name.
getCookedString() - Method in class org.melati.poem.Field
 
getCookedString(PoemLocale, int) - Method in class org.melati.poem.Field
 
getCookedString(String, PoemLocale, int) - Method in class org.melati.poem.JdbcPersistent
A string representation of the `true value' of one of the object's fields.
getCookedString(String, PoemLocale, int) - Method in interface org.melati.poem.Persistent
A string representation of the `true value' of one of the object's fields.
getCookies() - Method in class org.melati.util.DelegatedHttpServletRequest
getCookies(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Returns an array containing all of the Cookie objects the client sent with this request.
getCoreMessage() - Method in exception org.melati.poem.PoemException
 
getCrossReference(String, String, String, String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getCurrentPosition() - Method in interface org.melati.util.PagedEnumeration
 
getCurrentPosition() - Method in class org.melati.util.PagedEnumerationBase
getCursorName() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getData() - Method in class org.melati.servlet.BaseFileFormDataAdaptor
Return the data in the file as a byte array.
getData() - Method in interface org.melati.servlet.FormDataAdaptor
Return the data as a byte array.
getData() - Method in class org.melati.servlet.MemoryFormDataAdaptor
Return the data as a byte array.
getData() - Method in class org.melati.servlet.MultipartFormField
 
getData() - Method in class org.melati.util.TreeNode
 
getDatabase(String) - Static method in class org.melati.LogicalDatabase
Retrieve a database by name.
getDatabase() - Method in class org.melati.Melati
Get the POEM Database for this Request.
getDatabase() - Method in class org.melati.poem.Column
 
getDatabase() - Method in class org.melati.poem.JdbcPersistent
getDatabase() - Method in class org.melati.poem.JdbcTable
The database to which the table is attached.
getDatabase() - Method in interface org.melati.poem.Persistent
 
getDatabase(String) - Static method in class org.melati.poem.PoemDatabaseFactory
Retrieve a database by name.
getDatabase(String, String, String, String, String, String, boolean, boolean, boolean, int) - Static method in class org.melati.poem.PoemDatabaseFactory
Return a database from the cache or create it.
getDatabase() - Method in class org.melati.poem.PoemTransaction
 
getDatabase() - Method in interface org.melati.poem.Table
The database to which the table is attached.
getDatabaseMajorVersion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getDatabaseMinorVersion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getDatabaseName() - Method in class org.melati.Melati
 
getDatabaseProductName() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getDatabaseProductVersion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getDataFile() - Method in class org.melati.servlet.MultipartFormField
Return the data saved as a file (or null if it is not saved).
getDataSize() - Method in class org.melati.servlet.MultipartFormField
Return the length of the data.
getDataString() - Method in class org.melati.servlet.MultipartFormField
 
getDataString(String) - Method in class org.melati.servlet.MultipartFormField
Get the data using the specified encoding.
getDataURL() - Method in class org.melati.servlet.MultipartFormField
Return a URL to the saved data (or null if no such URL exists).
getDate(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getDate(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getDate(int, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getDate(String, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getDate(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getDate(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getDate(int, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getDate(String, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getDateHeader(String) - Method in class org.melati.util.DelegatedHttpServletRequest
getDateHeader(HttpServletRequest, String) - Static method in class org.melati.util.HttpServletRequestCompat
Returns the value of the specified request header as a long value that represents a Date object.
getDbms() - Method in class org.melati.poem.Database
 
getDbms(String) - Static method in class org.melati.poem.dbms.DbmsFactory
Return a Dbms object given its class name as a String.
getDbmsTableType() - Method in class org.melati.poem.JdbcTable
 
getDbmsTableType() - Method in interface org.melati.poem.Table
 
getDefaultcandelete() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Defaultcandelete object referred to.
getDefaultCanDelete() - Method in class org.melati.poem.JdbcTable
The capability required for deleting records in the table, unless overridden in the record itself.
getDefaultCanDelete() - Method in interface org.melati.poem.Table
The capability required for deleting records in the table, unless overridden in the record itself.
getDefaultcandelete_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Defaultcandelete value, without locking, for this TableInfo Persistent.
getDefaultcandeleteColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Defaultcandelete Column for this TableInfo Table.
getDefaultcandeleteField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Defaultcandelete value as a Field from this TableInfo Persistent.
getDefaultcandeleteTroid() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Table Row Object ID.
getDefaultcanread() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Defaultcanread object referred to.
getDefaultCanRead() - Method in class org.melati.poem.JdbcTable
The capability required for reading records from the table, unless overridden in the record itself.
getDefaultCanRead() - Method in interface org.melati.poem.Table
The capability required for reading records from the table, unless overridden in the record itself.
getDefaultcanread_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Defaultcanread value, without locking, for this TableInfo Persistent.
getDefaultcanreadColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Defaultcanread Column for this TableInfo Table.
getDefaultcanreadField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Defaultcanread value as a Field from this TableInfo Persistent.
getDefaultcanreadTroid() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Table Row Object ID.
getDefaultcanwrite() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Defaultcanwrite object referred to.
getDefaultCanWrite() - Method in class org.melati.poem.JdbcTable
The capability required for updating records in the table, unless overridden in the record itself.
getDefaultCanWrite() - Method in interface org.melati.poem.Table
The capability required for updating records in the table, unless overridden in the record itself.
getDefaultcanwrite_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Defaultcanwrite value, without locking, for this TableInfo Persistent.
getDefaultcanwriteColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Defaultcanwrite Column for this TableInfo Table.
getDefaultcanwriteField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Defaultcanwrite value as a Field from this TableInfo Persistent.
getDefaultcanwriteTroid() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Table Row Object ID.
getDefaultTransactionIsolation() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getDepth() - Method in class org.melati.util.Tree
 
getDepth() - Method in class org.melati.util.TreeNode
 
getDepthPerDownload() - Method in class org.melati.util.JSDynamicTree
 
getDepthPerDownload() - Method in class org.melati.util.JSStaticTree
 
getDescription() - Method in class org.melati.poem.BaseFieldAttributes
 
getDescription() - Method in class org.melati.poem.Column
getDescription() - Method in class org.melati.poem.Field
getDescription() - Method in interface org.melati.poem.FieldAttributes
 
getDescription() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Description value, with locking, for this TableInfo Persistent.
getDescription() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Description value, with locking, for this ValueInfo Persistent.
getDescription() - Method in class org.melati.poem.JdbcTable
A brief description of the table's function.
getDescription() - Method in class org.melati.poem.PoemTypeFactory
 
getDescription() - Method in interface org.melati.poem.Table
A brief description of the table's function.
getDescription() - Method in class org.melati.test.CharData.Item
 
getDescription_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Description value, without locking, for this TableInfo Persistent.
getDescription_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Description value, without locking, for this ValueInfo Persistent.
getDescriptionColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Description Column for this TableInfo Table.
getDescriptionColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Description Column for this ValueInfo Table.
getDescriptionField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Description value as a Field from this TableInfo Persistent.
getDescriptionField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Description value as a Field from this ValueInfo Persistent.
getDetailDisplayColumns() - Method in class org.melati.poem.JdbcTable
The table's columns for detailed display in display order.
getDetailDisplayColumns() - Method in interface org.melati.poem.Table
The table's columns for detailed display in display order.
getDetailDisplayColumnsCount() - Method in class org.melati.poem.JdbcTable
 
getDetailDisplayColumnsCount() - Method in interface org.melati.poem.Table
 
getDetailDisplayFields() - Method in class org.melati.poem.JdbcPersistent
All fields at the detailed display level in display order.
getDetailDisplayFields() - Method in interface org.melati.poem.Persistent
All fields at the detailed display level in display order.
getDisplayLevel() - Method in class org.melati.poem.Column
 
getDisplaylevel() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Displaylevel value of this Persistent.
getDisplaylevel_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Displaylevel value, without locking, for this ColumnInfo Persistent.
getDisplaylevelColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Displaylevel Column for this ColumnInfo Table.
getDisplaylevelField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Displaylevel value as a Field from this ColumnInfo Persistent.
getDisplaylevelIndex() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Displaylevel index value of this Persistent.
getDisplayName() - Method in class org.melati.poem.BaseFieldAttributes
 
getDisplayName() - Method in class org.melati.poem.Column
Return a human readable name from the metadata.
getDisplayName() - Method in class org.melati.poem.Database
 
getDisplayName() - Method in class org.melati.poem.Field
getDisplayName() - Method in interface org.melati.poem.FieldAttributes
 
getDisplayname() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Displayname value, with locking, for this TableInfo Persistent.
getDisplayname() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Displayname value, with locking, for this ValueInfo Persistent.
getDisplayName() - Method in class org.melati.poem.JdbcTable
The human-readable name of the table.
getDisplayName() - Method in class org.melati.poem.PoemTypeFactory
 
getDisplayName() - Method in interface org.melati.poem.Table
The human-readable name of the table.
getDisplayname_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Displayname value, without locking, for this TableInfo Persistent.
getDisplayname_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Displayname value, without locking, for this ValueInfo Persistent.
getDisplaynameColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Displayname Column for this TableInfo Table.
getDisplaynameColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Displayname Column for this ValueInfo Table.
getDisplaynameField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Displayname value as a Field from this TableInfo Persistent.
getDisplaynameField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Displayname value as a Field from this ValueInfo Persistent.
getDisplayorder() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Displayorder value, with locking, for this ColumnInfo Persistent.
getDisplayorder() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Displayorder value, with locking, for this TableInfo Persistent.
getDisplayorder_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Displayorder value, without locking, for this ColumnInfo Persistent.
getDisplayorder_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Displayorder value, without locking, for this TableInfo Persistent.
getDisplayorderColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Displayorder Column for this ColumnInfo Table.
getDisplayorderColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Displayorder Column for this TableInfo Table.
getDisplayorderField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Displayorder value as a Field from this ColumnInfo Persistent.
getDisplayorderField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Displayorder value as a Field from this TableInfo Persistent.
getDisplayOrderPriority() - Method in class org.melati.poem.Column
 
getDisplayorderpriority() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Displayorderpriority value, with locking, for this ColumnInfo Persistent.
getDisplayorderpriority_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Displayorderpriority value, without locking, for this ColumnInfo Persistent.
getDisplayorderpriorityColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Displayorderpriority Column for this ColumnInfo Table.
getDisplayorderpriorityField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Displayorderpriority value as a Field from this ColumnInfo Persistent.
getDisplayTables() - Method in class org.melati.poem.Database
All the tables in the database in DisplayOrder order, using current transaction if there is one.
getDisplayTables(PoemTransaction) - Method in class org.melati.poem.Database
Currently all the tables in the database in DisplayOrder order.
getDouble(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getDouble(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getDouble(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getDouble(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getDriverClassName() - Method in class org.melati.poem.dbms.AnsiStandard
 
getDriverLoaded() - Method in class org.melati.poem.dbms.AnsiStandard
 
getDriverMajorVersion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getDriverMinorVersion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getDriverName() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getDriverVersion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getDroppedElements() - Method in class org.melati.poem.util.Cache.Info
 
getDsdName() - Method in class org.melati.poem.JdbcTable
Public method used in DSD.wm.
getDsdName() - Method in interface org.melati.poem.Table
Public method used in DSD.wm.
getDsdQualifiers() - Method in class org.melati.poem.ColumnInfo
Only those fields which are relevant to this column and legal as a field qualifier in the DSD.
getEncoding() - Method in class org.melati.Melati
Return the encoding that is used for writing.
getEngine() - Method in class org.melati.template.NoTemplateEngine
Get the underlying engine.
getEngine() - Method in interface org.melati.template.TemplateEngine
Get the underlying engine.
getEngine() - Method in class org.melati.template.velocity.VelocityTemplateEngine
Get the underlying engine.
getEngine() - Method in class org.melati.template.webmacro.WebmacroTemplateEngine
Get the underlying engine.
getExportedKeys(String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getExtraNameCharacters() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getFastWriter() - Method in class org.melati.template.webmacro.MelatiFastWriter
Return a FastWriter that can be used for a while instead.
getFastWriter() - Method in class org.melati.template.webmacro.MelatiWebmacroStringWriter
 
getFastWriter() - Method in interface org.melati.template.webmacro.MelatiWebmacroWriter
Return a FastWriter that can be used for a while.
getFdaFactory() - Method in class org.melati.MelatiConfig
 
getFetchDirection() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getFetchDirection() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getFetchDirection() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getFetchDirection() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getFetchSize() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getFetchSize() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getFetchSize() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getFetchSize() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getField(String) - Method in class org.melati.poem.JdbcPersistent
The value of one of the object's fields, wrapped up with type information sufficient for rendering it.
getField(String) - Method in interface org.melati.poem.Persistent
The value of one of the object's fields, wrapped up with type information sufficient for rendering it.
getField(ServletTemplateContext, String, String) - Static method in class org.melati.servlet.Form
A utility method that gets a value from the Form.
getFieldName() - Method in class org.melati.servlet.MultipartFormField
Get the FieldName.
getFieldNames() - Method in class org.melati.template.MultipartTemplateContext
 
getFieldNulled(ServletTemplateContext, String) - Static method in class org.melati.servlet.Form
A utility method that gets a value from the Form.
getFields() - Method in class org.melati.poem.csv.CSVRecord
 
getFields() - Method in class org.melati.poem.JdbcPersistent
The values of all the object's fields, wrapped up with type information sufficient for rendering them.
getFields() - Method in interface org.melati.poem.Persistent
The values of all the object's fields, wrapped up with type information sufficient for rendering them.
getFile() - Method in class org.melati.servlet.BaseFileFormDataAdaptor
Return a File object pointing to the saved data.
getFile() - Method in interface org.melati.servlet.FormDataAdaptor
Return a File object pointing to the saved data or null if none exists.
getFile() - Method in class org.melati.servlet.MemoryFormDataAdaptor
Return a File object pointing to the saved data (if one exists).
getFirst1000Possibilities() - Method in class org.melati.poem.Field
Return a limited enumeration of possibilities.
getFixedPtSqlDefinition(int, int) - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate differing Fixed Point notations.
getFixedPtSqlDefinition(int, int) - Method in interface org.melati.poem.dbms.Dbms
Accomodate differing Fixed Point notations.
getFixedPtSqlDefinition(int, int) - Method in class org.melati.poem.dbms.MSAccess
Cludge? Accomodate differing Fixed Point notations.
getFloat(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getFloat(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getFloat(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getFloat(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getForeignKeyDefinition(String, String, String, String, String) - Method in class org.melati.poem.dbms.AnsiStandard
If Foreign key definitions are part of field definitions, otherwise blank (silently unsupported).
getForeignKeyDefinition(String, String, String, String, String) - Method in interface org.melati.poem.dbms.Dbms
If Foreign key definitions are part of field definitions, otherwise blank (silently unsupported).
getForeignKeyDefinition(String, String, String, String, String) - Method in class org.melati.poem.dbms.Hsqldb
If Foreign key definitions are part of field definitions, otherwise blank (silently unsupported).
getForeignKeyDefinition(String, String, String, String, String) - Method in class org.melati.poem.dbms.Oracle
If Foreign key definitions are part of field definitions, otherwise blank (silently unsupported).
getForeignKeyDefinition(String, String, String, String, String) - Method in class org.melati.poem.dbms.SQLServer
Slightly different - embrace and extend.
getFormDataAdaptor() - Method in class org.melati.servlet.MultipartFormField
 
getFormDataAdaptorFactory() - Method in class org.melati.MelatiConfig
 
getFormField(String) - Method in class org.melati.template.MultipartTemplateContext
Get a field from an HTML Form.
getFormField(String) - Method in interface org.melati.template.ServletTemplateContext
Get a field from an HTML Form.
getFormField(String) - Method in class org.melati.template.velocity.VelocityServletTemplateContext
Get a field from an HTML Form.
getFormField(String) - Method in class org.melati.template.webmacro.WebmacroServletTemplateContext
Returns null if not present, empty string if empty.
getFormOrDie(ServletTemplateContext, String, String) - Method in class org.melati.template.YMDDateAdaptor
 
getFreeTransactionsCount() - Method in class org.melati.poem.Database
getFreeTransactionsCount() - Method in interface org.melati.poem.transaction.TransactionPool
 
getFunctionColumns(String, String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4
getFunctions(String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4
getGeneratedKeys() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getGeneratedKeys() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getGeneratedKeys() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getGroup() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Group object referred to.
getGroup() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the Group object referred to.
getGroup_unsafe() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Group value, without locking, for this GroupCapability Persistent.
getGroup_unsafe() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the Group value, without locking, for this GroupMembership Persistent.
getGroupCapabilityObject(Integer) - Method in class org.melati.poem.generated.GroupCapabilityTableBase
Retrieve the GroupCapability as a GroupCapability.
getGroupCapabilityObject(int) - Method in class org.melati.poem.generated.GroupCapabilityTableBase
Retrieve the GroupCapability as a GroupCapability.
getGroupCapabilityTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the GroupCapabilityTable table.
getGroupCapabilityTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the GroupCapabilityTable table.
getGroupCapabilityTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the GroupCapabilityTable table.
getGroupCapabilityTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the GroupCapabilityTable table.
getGroupCapabilityTable() - Method in class org.melati.poem.Database
The table containing group-capability records.
getGroupCapabilityTable() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the GroupCapabilityTable table which this Persistent is from.
getGroupCapabilityTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
Retrieves the GroupCapabilityTable table.
getGroupCapabilityTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
Retrieves the GroupCapabilityTable table.
getGroupColumn() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
Retrieves the Group Column for this GroupCapability Table.
getGroupColumn() - Method in class org.melati.poem.generated.GroupMembershipTableBase
Retrieves the Group Column for this GroupMembership Table.
getGroupField() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Group value as a Field from this GroupCapability Persistent.
getGroupField() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the Group value as a Field from this GroupMembership Persistent.
getGroupMembershipObject(Integer) - Method in class org.melati.poem.generated.GroupMembershipTableBase
Retrieve the GroupMembership as a GroupMembership.
getGroupMembershipObject(int) - Method in class org.melati.poem.generated.GroupMembershipTableBase
Retrieve the GroupMembership as a GroupMembership.
getGroupMembershipTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the GroupMembershipTable table.
getGroupMembershipTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the GroupMembershipTable table.
getGroupMembershipTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the GroupMembershipTable table.
getGroupMembershipTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the GroupMembershipTable table.
getGroupMembershipTable() - Method in class org.melati.poem.Database
A user is a member of a group iff there is a record in this table to say so.
getGroupMembershipTable() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the GroupMembershipTable table which this Persistent is from.
getGroupMembershipTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
Retrieves the GroupMembershipTable table.
getGroupMembershipTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
Retrieves the GroupMembershipTable table.
getGroupObject(Integer) - Method in class org.melati.poem.generated.GroupTableBase
Retrieve the Group as a Group.
getGroupObject(int) - Method in class org.melati.poem.generated.GroupTableBase
Retrieve the Group as a Group.
getGroupTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the GroupTable table.
getGroupTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the GroupTable table.
getGroupTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the GroupTable table.
getGroupTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the GroupTable table.
getGroupTable() - Method in class org.melati.poem.Database
 
getGroupTable() - Method in class org.melati.poem.generated.GroupBase
Retrieves the GroupTable table which this Persistent is from.
getGroupTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
Retrieves the GroupTable table.
getGroupTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
Retrieves the GroupTable table.
getGroupTroid() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Table Row Object ID.
getGroupTroid() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the Table Row Object ID.
getHeader(String) - Method in class org.melati.util.DelegatedHttpServletRequest
getHeader(HttpServletRequest, String) - Static method in class org.melati.util.HttpServletRequestCompat
Returns the value of the specified request header as a String.
getHeaderNames() - Method in class org.melati.util.DelegatedHttpServletRequest
getHeaderNames(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Returns an enumeration of all the header names this request contains.
getHeaders(String) - Method in class org.melati.util.DelegatedHttpServletRequest
getHeaders(HttpServletRequest, String) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API.
getHeight() - Method in class org.melati.poem.BaseFieldAttributes
 
getHeight() - Method in class org.melati.poem.Column
getHeight() - Method in class org.melati.poem.Field
getHeight() - Method in interface org.melati.poem.FieldAttributes
 
getHeight() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Height value, with locking, for this ValueInfo Persistent.
getHeight() - Method in class org.melati.poem.prepro.FieldDef
 
getHeight_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Height value, without locking, for this ValueInfo Persistent.
getHeightColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Height Column for this ValueInfo Table.
getHeightField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Height value as a Field from this ValueInfo Persistent.
getHeldElements() - Method in class org.melati.poem.util.Cache.Info
 
getHoldability() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
getHoldability() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getHomepageURL(Melati) - Method in class org.melati.admin.AdminUtils
Check if setting in db, provide default if not, do not write default to db.
getHTMLMarkupLanguage() - Method in class org.melati.Melati
Get a HTMLMarkupLanguage.
getId() - Method in class org.melati.example.contacts.generated.CategoryBase
Retrieves the Id value, with locking, for this Category Persistent.
getId() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Id value, with locking, for this Contact Persistent.
getId() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Id value, with locking, for this ContactCategory Persistent.
getId() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Id value, with locking, for this Child Persistent.
getId() - Method in class org.melati.example.odmg.generated.ParentBase
Retrieves the Id value, with locking, for this Parent Persistent.
getId() - Method in class org.melati.poem.generated.CapabilityBase
Retrieves the Id value, with locking, for this Capability Persistent.
getId() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Id value, with locking, for this ColumnInfo Persistent.
getId() - Method in class org.melati.poem.generated.GroupBase
Retrieves the Id value, with locking, for this Group Persistent.
getId() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Id value, with locking, for this GroupCapability Persistent.
getId() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the Id value, with locking, for this GroupMembership Persistent.
getId() - Method in class org.melati.poem.generated.SettingBase
Retrieves the Id value, with locking, for this Setting Persistent.
getId() - Method in class org.melati.poem.generated.TableCategoryBase
Retrieves the Id value, with locking, for this TableCategory Persistent.
getId() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Id value, with locking, for this TableInfo Persistent.
getId() - Method in class org.melati.poem.generated.UserBase
Retrieves the Id value, with locking, for this User Persistent.
getId_unsafe() - Method in class org.melati.example.contacts.generated.CategoryBase
Retrieves the Id value, without locking, for this Category Persistent.
getId_unsafe() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Id value, without locking, for this Contact Persistent.
getId_unsafe() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Id value, without locking, for this ContactCategory Persistent.
getId_unsafe() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Id value, without locking, for this Child Persistent.
getId_unsafe() - Method in class org.melati.example.odmg.generated.ParentBase
Retrieves the Id value, without locking, for this Parent Persistent.
getId_unsafe() - Method in class org.melati.poem.generated.CapabilityBase
Retrieves the Id value, without locking, for this Capability Persistent.
getId_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Id value, without locking, for this ColumnInfo Persistent.
getId_unsafe() - Method in class org.melati.poem.generated.GroupBase
Retrieves the Id value, without locking, for this Group Persistent.
getId_unsafe() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Id value, without locking, for this GroupCapability Persistent.
getId_unsafe() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the Id value, without locking, for this GroupMembership Persistent.
getId_unsafe() - Method in class org.melati.poem.generated.SettingBase
Retrieves the Id value, without locking, for this Setting Persistent.
getId_unsafe() - Method in class org.melati.poem.generated.TableCategoryBase
Retrieves the Id value, without locking, for this TableCategory Persistent.
getId_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Id value, without locking, for this TableInfo Persistent.
getId_unsafe() - Method in class org.melati.poem.generated.UserBase
Retrieves the Id value, without locking, for this User Persistent.
getIdColumn() - Method in class org.melati.example.contacts.generated.CategoryTableBase
Retrieves the Id Column for this Category Table.
getIdColumn() - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
Retrieves the Id Column for this ContactCategory Table.
getIdColumn() - Method in class org.melati.example.contacts.generated.ContactTableBase
Retrieves the Id Column for this Contact Table.
getIdColumn() - Method in class org.melati.example.odmg.generated.ChildTableBase
Retrieves the Id Column for this Child Table.
getIdColumn() - Method in class org.melati.example.odmg.generated.ParentTableBase
Retrieves the Id Column for this Parent Table.
getIdColumn() - Method in class org.melati.poem.generated.CapabilityTableBase
Retrieves the Id Column for this Capability Table.
getIdColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Id Column for this ColumnInfo Table.
getIdColumn() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
Retrieves the Id Column for this GroupCapability Table.
getIdColumn() - Method in class org.melati.poem.generated.GroupMembershipTableBase
Retrieves the Id Column for this GroupMembership Table.
getIdColumn() - Method in class org.melati.poem.generated.GroupTableBase
Retrieves the Id Column for this Group Table.
getIdColumn() - Method in class org.melati.poem.generated.SettingTableBase
Retrieves the Id Column for this Setting Table.
getIdColumn() - Method in class org.melati.poem.generated.TableCategoryTableBase
Retrieves the Id Column for this TableCategory Table.
getIdColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Id Column for this TableInfo Table.
getIdColumn() - Method in class org.melati.poem.generated.UserTableBase
Retrieves the Id Column for this User Table.
getIdentifierQuoteString() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getIdField() - Method in class org.melati.example.contacts.generated.CategoryBase
Retrieves the Id value as a Field from this Category Persistent.
getIdField() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Id value as a Field from this Contact Persistent.
getIdField() - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Retrieves the Id value as a Field from this ContactCategory Persistent.
getIdField() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Id value as a Field from this Child Persistent.
getIdField() - Method in class org.melati.example.odmg.generated.ParentBase
Retrieves the Id value as a Field from this Parent Persistent.
getIdField() - Method in class org.melati.poem.generated.CapabilityBase
Retrieves the Id value as a Field from this Capability Persistent.
getIdField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Id value as a Field from this ColumnInfo Persistent.
getIdField() - Method in class org.melati.poem.generated.GroupBase
Retrieves the Id value as a Field from this Group Persistent.
getIdField() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Id value as a Field from this GroupCapability Persistent.
getIdField() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the Id value as a Field from this GroupMembership Persistent.
getIdField() - Method in class org.melati.poem.generated.SettingBase
Retrieves the Id value as a Field from this Setting Persistent.
getIdField() - Method in class org.melati.poem.generated.TableCategoryBase
Retrieves the Id value as a Field from this TableCategory Persistent.
getIdField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Id value as a Field from this TableInfo Persistent.
getIdField() - Method in class org.melati.poem.generated.UserBase
Retrieves the Id value as a Field from this User Persistent.
getImageBaseRef() - Method in class org.melati.util.JSStaticTree
 
getImportedKeys(String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getIndent() - Method in class org.melati.util.JSDynamicTree
 
getIndex() - Method in class org.melati.poem.DisplayLevel
 
getIndex() - Method in class org.melati.poem.Searchability
 
getIndex() - Method in class org.melati.poem.StandardIntegrityFix
 
getIndexed() - Method in class org.melati.poem.BaseFieldAttributes
 
getIndexed() - Method in class org.melati.poem.Column
getIndexed() - Method in class org.melati.poem.Field
getIndexed() - Method in interface org.melati.poem.FieldAttributes
 
getIndexed() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Indexed value, with locking, for this ColumnInfo Persistent.
getIndexed_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Indexed value, without locking, for this ColumnInfo Persistent.
getIndexedColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Indexed Column for this ColumnInfo Table.
getIndexedField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Indexed value as a Field from this ColumnInfo Persistent.
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getIndexLength(Column) - Method in class org.melati.poem.dbms.AnsiStandard
MySQL requires a length argument when creating an index on a BLOB or TEXT column.
getIndexLength(Column) - Method in interface org.melati.poem.dbms.Dbms
Accomodate DBMS which require a length for BLOBS.
getIndexLength(Column) - Method in class org.melati.poem.dbms.MySQL
MySQL requires TEXT and BLOB field indices to have an explicit length, 30 should be fine.
getInfo() - Method in class org.melati.poem.JdbcTable
 
getInfo() - Method in interface org.melati.poem.Table
 
getInfo() - Method in class org.melati.poem.util.Cache
 
getInitialisedDatabaseNames() - Static method in class org.melati.LogicalDatabase
Retrieve the names of the databases which have completed initialisation.
getInitialisedDatabaseNames() - Static method in class org.melati.poem.PoemDatabaseFactory
Retrieve the names of the databases which have completed initialisation.
getInputStream() - Method in class org.melati.util.DelegatedHttpServletRequest
getInstance(String) - Method in class org.melati.Melati
Get a named context utility eg org.melati.admin.AdminUtils.
getInstance() - Static method in class org.melati.template.ClassNameTempletLoader
 
getInt(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getInt(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getInt(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getInt(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getIntegerCooked() - Method in class org.melati.poem.Setting
 
getIntegerField(ServletTemplateContext, String, Integer) - Static method in class org.melati.servlet.Form
A utility method that gets a value from the Form as an Integer.
getIntegerField(ServletTemplateContext, String) - Static method in class org.melati.servlet.Form
A utility method that gets a value from the Form as an Integer.
getIntegrityFix() - Method in class org.melati.poem.Column
Get the IntegrityFix, if any.
getIntegrityfix() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Integrityfix value of this Persistent.
getIntegrityfix_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Integrityfix value, without locking, for this ColumnInfo Persistent.
getIntegrityfixColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Integrityfix Column for this ColumnInfo Table.
getIntegrityfixField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Integrityfix value as a Field from this ColumnInfo Persistent.
getIntegrityfixIndex() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Integrityfix index value of this Persistent.
getIntHeader(String) - Method in class org.melati.util.DelegatedHttpServletRequest
getIntHeader(HttpServletRequest, String) - Static method in class org.melati.util.HttpServletRequestCompat
Returns the value of the specified request header as an int.
getIt(Melati, MultipartFormField) - Method in class org.melati.servlet.DefaultFileFormDataAdaptorFactory
Get the FormDataAdaptor.
getIt(Melati, MultipartFormField) - Method in class org.melati.servlet.FormDataAdaptorFactory
Implements different policies for saving uploaded files depending on the details of the file and the state of the application.
getIt(Melati, MultipartFormField) - Method in class org.melati.servlet.MemoryFormDataAdaptorFactory
Return the right FormDataAdaptor.
getIt(Melati, MultipartFormField) - Method in class org.melati.servlet.PoemFileFormDataAdaptorFactory
Get the defaulted parameters for the adaptor from the database and create it.
getIt(Melati, MultipartFormField) - Method in class org.melati.servlet.TemporaryFileFormDataAdaptorFactory
Get the FormDataAdaptor.
getIt() - Static method in class org.melati.template.YMDHMSTimestampAdaptor
 
getItems() - Static method in class org.melati.test.CharData
 
getJavascriptLibraryURL() - Method in class org.melati.Melati
Get the URL for the JavascriptLibrary.
getJavascriptLibraryURL() - Method in class org.melati.MelatiConfig
 
getJDBCMajorVersion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getJdbcMetadataName(String) - Method in class org.melati.poem.dbms.AnsiStandard
Some DBMSen (HSQLDB) use canonical uppercased names in the metadata but not in normal use.
getJdbcMetadataName(String) - Method in interface org.melati.poem.dbms.Dbms
Some DBMSen (HSQLDB) use canonical uppercased names in the metadata but not in normal use.
getJdbcMetadataName(String) - Method in class org.melati.poem.dbms.Hsqldb
Bad smell.
getJDBCMinorVersion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getKnownDatabaseNames() - Method in class org.melati.Melati
Return the names of other databases known at the moment.
getLastQuery() - Method in class org.melati.poem.Database
 
getLastupdated() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Lastupdated value, with locking, for this Contact Persistent.
getLastupdated_unsafe() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Lastupdated value, without locking, for this Contact Persistent.
getLastupdatedColumn() - Method in class org.melati.example.contacts.generated.ContactTableBase
Retrieves the Lastupdated Column for this Contact Table.
getLastupdatedField() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Lastupdated value as a Field from this Contact Persistent.
getLastupdateuser() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Lastupdateuser object referred to.
getLastupdateuser_unsafe() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Lastupdateuser value, without locking, for this Contact Persistent.
getLastupdateuserColumn() - Method in class org.melati.example.contacts.generated.ContactTableBase
Retrieves the Lastupdateuser Column for this Contact Table.
getLastupdateuserField() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Lastupdateuser value as a Field from this Contact Persistent.
getLastupdateuserTroid() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Table Row Object ID.
getLeafImage() - Method in class org.melati.util.JSDynamicTree
 
getLeafImage() - Method in class org.melati.util.JSStaticTree
 
getLeafLImage() - Method in class org.melati.util.JSStaticTree
 
getLeafTImage() - Method in class org.melati.util.JSStaticTree
 
getLimitRaw() - Method in class org.melati.poem.BasePoemType
 
getLineNo() - Method in class org.melati.poem.csv.CSVFileParser
Return the line number.
getLineNo() - Method in class org.melati.poem.csv.CSVRecord
 
getLocalAddr() - Method in class org.melati.util.DelegatedHttpServletRequest
getLocalAddr(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getLocale() - Method in class org.melati.util.DelegatedHttpServletRequest
getLocale(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API.
getLocales() - Method in class org.melati.util.DelegatedHttpServletRequest
getLocales(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API.
getLocalName() - Method in class org.melati.util.DelegatedHttpServletRequest
getLocalName(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getLocalPort() - Method in class org.melati.util.DelegatedHttpServletRequest
getLocalPort(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getLogicalDatabase() - Method in class org.melati.PoemContext
 
getLogin() - Method in class org.melati.poem.generated.UserBase
Retrieves the Login value, with locking, for this User Persistent.
getLogin_unsafe() - Method in class org.melati.poem.generated.UserBase
Retrieves the Login value, without locking, for this User Persistent.
getLoginColumn() - Method in class org.melati.poem.generated.UserTableBase
Retrieves the Login Column for this User Table.
getLoginField() - Method in class org.melati.poem.generated.UserBase
Retrieves the Login value as a Field from this User Persistent.
getLoginHandler() - Method in class org.melati.login.Login
 
getLoginPageServletClassName() - Static method in class org.melati.MelatiConfig
 
getLoginURL() - Method in class org.melati.Melati
Get the URL for the Login Page.
getLogoutPageServletClassName() - Static method in class org.melati.MelatiConfig
 
getLogoutURL() - Method in class org.melati.Melati
Get the URL for the Logout Page.
getLong(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getLong(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getLong(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getLong(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getLongSqlDefinition() - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate Long / Bigint deviants.
getLongSqlDefinition() - Method in interface org.melati.poem.dbms.Dbms
Accomodate Long / Bigint deviants.
getLongSqlDefinition() - Method in class org.melati.poem.dbms.Hsqldb
Accomodate Long / Bigint deviants.
getLongSqlDefinition() - Method in class org.melati.poem.dbms.MSAccess
Accomodate Long / Bigint deviants.
getLongSqlDefinition() - Method in class org.melati.poem.dbms.Oracle
Accomodate Long / Bigint deviants.
getLongSqlDefinition() - Method in class org.melati.poem.dbms.SQLServer
Accomodate Long / Bigint deviants.
getLowRaw() - Method in class org.melati.poem.BasePoemType
 
getMajorVersion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDriverJdbc3
getMarkupLanguage() - Method in class org.melati.Melati
Get a MarkupLanguage for use generating output from templates.
getMaxBinaryLiteralLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxCatalogNameLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxCharLiteralLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxColumnNameLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxColumnsInGroupBy() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxColumnsInIndex() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxColumnsInOrderBy() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxColumnsInSelect() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxColumnsInTable() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxConnections() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxCursorNameLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxFieldSize() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getMaxFieldSize() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getMaxFieldSize() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getMaxIndexLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxProcedureNameLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxRows() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getMaxRows() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getMaxRows() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getMaxRowSize() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxSchemaNameLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxStatementLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxStatements() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxTableNameLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxTablesInSelect() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMaxUserNameLength() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getMelatiConfig() - Method in class org.melati.servlet.JspServlet
Override this to tailor your configuration.
getMessage() - Method in exception org.melati.admin.AnticipatedException
The detail message.
getMessage() - Method in exception org.melati.app.InvalidArgumentsException
 
getMessage() - Method in exception org.melati.poem.AccessibleCreationException
The detail message which may be null.
getMessage() - Method in exception org.melati.poem.AccessPoemException
 
getMessage() - Method in exception org.melati.poem.AlreadyInSessionPoemException
 
getMessage() - Method in exception org.melati.poem.BinaryLengthValidationPoemException
 
getMessage() - Method in exception org.melati.poem.Column.LoadException
 
getMessage() - Method in exception org.melati.poem.Column.SettingException
 
getMessage() - Method in exception org.melati.poem.ColumnInUsePoemException
 
getMessage() - Method in exception org.melati.poem.ColumnRenamePoemException
The detail message which may be null.
getMessage() - Method in exception org.melati.poem.CreationAccessPoemException
 
getMessage() - Method in exception org.melati.poem.csv.CSVPrimaryKeyColumnAlreadySetException
getMessage() - Method in exception org.melati.poem.csv.CSVWriteDownException
getMessage() - Method in exception org.melati.poem.csv.NoPrimaryKeyInCSVTableException
getMessage() - Method in exception org.melati.poem.Database.ConnectingException
The detail message which may be null.
getMessage() - Method in exception org.melati.poem.DatabaseInitialisationPoemException
 
getMessage() - Method in exception org.melati.poem.dbms.ConnectionFailurePoemException
The detail message which may be null.
getMessage() - Method in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
 
getMessage() - Method in exception org.melati.poem.dbms.UnsupportedTypePoemException
 
getMessage() - Method in exception org.melati.poem.DisplayLevel.NameUnrecognisedException
 
getMessage() - Method in exception org.melati.poem.DoubleCreatePoemException
 
getMessage() - Method in exception org.melati.poem.DuplicateColumnNamePoemException
 
getMessage() - Method in exception org.melati.poem.DuplicateDeletedColumnPoemException
 
getMessage() - Method in exception org.melati.poem.DuplicateTroidColumnPoemException
 
getMessage() - Method in exception org.melati.poem.ExecutingSQLPoemException
 
getMessage() - Method in exception org.melati.poem.ExecutingSQLSeriousPoemException
 
getMessage() - Method in exception org.melati.poem.FieldContentsPoemException
 
getMessage() - Method in exception org.melati.poem.IndexUniquenessPoemException
 
getMessage() - Method in exception org.melati.poem.InitialisationPoemException
 
getMessage() - Method in exception org.melati.poem.InvalidOperationOnFloatingPersistentPoemException
 
getMessage() - Method in exception org.melati.poem.NoMoreTransactionsException
 
getMessage() - Method in exception org.melati.poem.NonRootSetAccessTokenPoemException
 
getMessage() - Method in exception org.melati.poem.NoSuchColumnPoemException
 
getMessage() - Method in exception org.melati.poem.NoSuchRowPoemException
 
getMessage() - Method in exception org.melati.poem.NoSuchTablePoemException
 
getMessage() - Method in exception org.melati.poem.NotComparablePoemException
 
getMessage() - Method in exception org.melati.poem.NoTroidColumnException
 
getMessage() - Method in exception org.melati.poem.NullTypeMismatchPoemException
 
getMessage() - Method in exception org.melati.poem.OutsideRangePoemException
 
getMessage() - Method in exception org.melati.poem.ParsingPoemException
 
getMessage() - Method in exception org.melati.poem.PoemException
The detail message which may be null.
getMessage() - Method in exception org.melati.poem.PreparedSQLSeriousPoemException
 
getMessage() - Method in exception org.melati.poem.RowDisappearedPoemException
 
getMessage() - Method in exception org.melati.poem.Searchability.NameUnrecognisedException
The detail message which may be null.
getMessage() - Method in exception org.melati.poem.Setting.SettingTypeMismatchException
 
getMessage() - Method in exception org.melati.poem.Setting.SettingValidationException
 
getMessage() - Method in exception org.melati.poem.SettingTable.UnsetException
 
getMessage() - Method in exception org.melati.poem.SQLPoemException
 
getMessage() - Method in exception org.melati.poem.SQLSeriousPoemException
 
getMessage() - Method in exception org.melati.poem.StandardIntegrityFix.NameUnrecognisedException
 
getMessage() - Method in exception org.melati.poem.StringLengthValidationPoemException
 
getMessage() - Method in exception org.melati.poem.StructuralModificationFailedPoemException
 
getMessage() - Method in exception org.melati.poem.TableMismatchPoemException
 
getMessage() - Method in exception org.melati.poem.TableRenamePoemException
 
getMessage() - Method in exception org.melati.poem.transaction.CrossTransactionCommitException
The detail message.
getMessage() - Method in exception org.melati.poem.transaction.WriteCommittedException
 
getMessage() - Method in exception org.melati.poem.TypeDefinitionMismatchException
 
getMessage() - Method in exception org.melati.poem.TypeMismatchPoemException
 
getMessage() - Method in exception org.melati.poem.UnexpectedExceptionPoemException
 
getMessage() - Method in exception org.melati.poem.UnificationPoemException
 
getMessage() - Method in exception org.melati.poem.util.Cache.InconsistencyException
The detail message which may be null.
getMessage() - Method in exception org.melati.poem.ValidationPoemException
 
getMessage() - Method in exception org.melati.servlet.InvalidUsageException
 
getMessage() - Method in exception org.melati.servlet.PathInfoException
 
getMessage() - Method in exception org.melati.template.MissingFieldException
The detail message which may be null.
getMessage() - Method in exception org.melati.template.PartlyNullException
 
getMessage() - Method in exception org.melati.template.TemplateEngineException
The detail message which may be null.
getMessage() - Method in exception org.melati.template.TempletAdaptorConstructionMelatiException
The detail message which may be null.
getMessage() - Method in exception org.melati.util.BugException
The detail message which may be null.
getMessage() - Method in exception org.melati.util.CharsetException
getMessage() - Method in exception org.melati.util.ConfigException
The detail message which may be null.
getMessage() - Method in exception org.melati.util.ConnectionPendingException
The detail message which may be null.
getMessage() - Method in exception org.melati.util.DatabaseInitException
 
getMessage() - Method in exception org.melati.util.FormatPropertyException
 
getMessage() - Method in error org.melati.util.HttpServletRequestCompat.MissingMethodError
getMessage() - Method in exception org.melati.util.InstantiationPropertyException
getMessage() - Method in exception org.melati.util.MelatiBugMelatiException
 
getMessage() - Method in exception org.melati.util.MelatiException
getMessage() - Method in exception org.melati.util.NoSuchPropertyException
getMessage() - Method in exception org.melati.util.PropertyException
 
getMessage() - Method in exception org.melati.util.ReconstructedHttpServletRequestMismatchException
 
getMessage() - Method in exception org.melati.util.ThrowingPrintWriter.TroubleException
The detail message which may be null.
getMessage() - Method in exception org.melati.util.UnexpectedExceptionException
 
getMetaData() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getMetaData() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
getMetaData() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getMetaData() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getMethod() - Method in class org.melati.Melati
Get the Method (if any) that has been set for this Request.
getMethod() - Method in class org.melati.PoemContext
 
getMethod() - Method in class org.melati.util.DelegatedHttpServletRequest
getMethod(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getMethod() - Method in class org.melati.util.ReconstructedHttpServletRequest
From the old request.
getMinorVersion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDriverJdbc3
getMoreResults() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getMoreResults(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getMoreResults() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getMoreResults(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getMoreResults() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getMoreResults(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getMostRecentTroid() - Method in class org.melati.poem.JdbcTable
 
getMostRecentTroid() - Method in interface org.melati.poem.Table
 
getMultipartFormField(String) - Method in class org.melati.template.MultipartTemplateContext
Get a multi-part field from an HTML form.
getMultipartFormField(String) - Method in interface org.melati.template.ServletTemplateContext
Get a multi-part field from an HTML form.
getMultipartFormField(String) - Method in class org.melati.template.velocity.VelocityServletTemplateContext
Returns null as this is not a multi part form.
getMultipartFormField(String) - Method in class org.melati.template.webmacro.WebmacroServletTemplateContext
Throws an exception as this is not a multi part form.
getName() - Method in class org.melati.example.contacts.generated.CategoryBase
Retrieves the Name value, with locking, for this Category Persistent.
getName() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Name value, with locking, for this Contact Persistent.
getName() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Name value, with locking, for this Child Persistent.
getName() - Method in class org.melati.example.odmg.generated.ParentBase
Retrieves the Name value, with locking, for this Parent Persistent.
getName() - Method in class org.melati.poem.BaseFieldAttributes
 
getName() - Method in class org.melati.poem.Column
getName() - Method in class org.melati.poem.csv.CSVTable
Used in debugging to display name of table being emptied.
getName() - Method in class org.melati.poem.Database
 
getName() - Method in class org.melati.poem.DisplayLevel
 
getName() - Method in class org.melati.poem.Field
getName() - Method in interface org.melati.poem.FieldAttributes
 
getName() - Method in class org.melati.poem.generated.CapabilityBase
Retrieves the Name value, with locking, for this Capability Persistent.
getName() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Name value, with locking, for this ColumnInfo Persistent.
getName() - Method in class org.melati.poem.generated.GroupBase
Retrieves the Name value, with locking, for this Group Persistent.
getName() - Method in class org.melati.poem.generated.SettingBase
Retrieves the Name value, with locking, for this Setting Persistent.
getName() - Method in class org.melati.poem.generated.TableCategoryBase
Retrieves the Name value, with locking, for this TableCategory Persistent.
getName() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Name value, with locking, for this TableInfo Persistent.
getName() - Method in class org.melati.poem.generated.UserBase
Retrieves the Name value, with locking, for this User Persistent.
getName() - Method in interface org.melati.poem.IntegrityFix
Integrity fixes are set in the DSD by name.
getName() - Method in class org.melati.poem.JdbcPersistent
NOTE This will be overridden if the persistent has a field called name.
getName() - Method in class org.melati.poem.JdbcTable
The table's programmatic name.
getName() - Method in class org.melati.poem.PoemTypeFactory
 
getName() - Method in class org.melati.poem.Searchability
 
getName() - Method in class org.melati.poem.StandardIntegrityFix
 
getName() - Method in interface org.melati.poem.Table
The table's programmatic name.
getName() - Method in interface org.melati.poem.Treeable
This should not return null.
getName() - Method in class org.melati.template.AbstractMarkupLanguage
Get the name of this Markup Language.
getName() - Method in interface org.melati.template.MarkupLanguage
Get the name of this Markup Language.
getName() - Method in class org.melati.template.NoTemplateEngine
The name of the template engine (used to find the templets).
getName() - Method in interface org.melati.template.TemplateEngine
The name of the template engine (used to find the templets).
getName() - Method in class org.melati.template.velocity.VelocityTemplateEngine
The name of the template engine (used to find the templets).
getName() - Method in class org.melati.template.webmacro.WebmacroTemplateEngine
The name of the template engine (used to find the templets).
getName_unsafe() - Method in class org.melati.example.contacts.generated.CategoryBase
Retrieves the Name value, without locking, for this Category Persistent.
getName_unsafe() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Name value, without locking, for this Contact Persistent.
getName_unsafe() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Name value, without locking, for this Child Persistent.
getName_unsafe() - Method in class org.melati.example.odmg.generated.ParentBase
Retrieves the Name value, without locking, for this Parent Persistent.
getName_unsafe() - Method in class org.melati.poem.generated.CapabilityBase
Retrieves the Name value, without locking, for this Capability Persistent.
getName_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Name value, without locking, for this ColumnInfo Persistent.
getName_unsafe() - Method in class org.melati.poem.generated.GroupBase
Retrieves the Name value, without locking, for this Group Persistent.
getName_unsafe() - Method in class org.melati.poem.generated.SettingBase
Retrieves the Name value, without locking, for this Setting Persistent.
getName_unsafe() - Method in class org.melati.poem.generated.TableCategoryBase
Retrieves the Name value, without locking, for this TableCategory Persistent.
getName_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Name value, without locking, for this TableInfo Persistent.
getName_unsafe() - Method in class org.melati.poem.generated.UserBase
Retrieves the Name value, without locking, for this User Persistent.
getNameColumn() - Method in class org.melati.example.contacts.generated.CategoryTableBase
Retrieves the Name Column for this Category Table.
getNameColumn() - Method in class org.melati.example.contacts.generated.ContactTableBase
Retrieves the Name Column for this Contact Table.
getNameColumn() - Method in class org.melati.example.odmg.generated.ChildTableBase
Retrieves the Name Column for this Child Table.
getNameColumn() - Method in class org.melati.example.odmg.generated.ParentTableBase
Retrieves the Name Column for this Parent Table.
getNameColumn() - Method in class org.melati.poem.generated.CapabilityTableBase
Retrieves the Name Column for this Capability Table.
getNameColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Name Column for this ColumnInfo Table.
getNameColumn() - Method in class org.melati.poem.generated.GroupTableBase
Retrieves the Name Column for this Group Table.
getNameColumn() - Method in class org.melati.poem.generated.SettingTableBase
Retrieves the Name Column for this Setting Table.
getNameColumn() - Method in class org.melati.poem.generated.TableCategoryTableBase
Retrieves the Name Column for this TableCategory Table.
getNameColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Name Column for this TableInfo Table.
getNameColumn() - Method in class org.melati.poem.generated.UserTableBase
Retrieves the Name Column for this User Table.
getNameField() - Method in class org.melati.example.contacts.generated.CategoryBase
Retrieves the Name value as a Field from this Category Persistent.
getNameField() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Name value as a Field from this Contact Persistent.
getNameField() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Name value as a Field from this Child Persistent.
getNameField() - Method in class org.melati.example.odmg.generated.ParentBase
Retrieves the Name value as a Field from this Parent Persistent.
getNameField() - Method in class org.melati.poem.generated.CapabilityBase
Retrieves the Name value as a Field from this Capability Persistent.
getNameField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Name value as a Field from this ColumnInfo Persistent.
getNameField() - Method in class org.melati.poem.generated.GroupBase
Retrieves the Name value as a Field from this Group Persistent.
getNameField() - Method in class org.melati.poem.generated.SettingBase
Retrieves the Name value as a Field from this Setting Persistent.
getNameField() - Method in class org.melati.poem.generated.TableCategoryBase
Retrieves the Name value as a Field from this TableCategory Persistent.
getNameField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Name value as a Field from this TableInfo Persistent.
getNameField() - Method in class org.melati.poem.generated.UserBase
Retrieves the Name value as a Field from this User Persistent.
getNCharacterStream(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getNCharacterStream(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getNCharacterStream(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getNCharacterStream(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getNClob(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getNClob(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getNClob(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getNClob(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getNewDatabase() - Static method in class org.melati.poem.odmg.ODMGFactory
 
getNewRequest() - Method in class org.melati.util.ReconstructedHttpServletRequest
 
getNewTransaction(Database) - Static method in class org.melati.poem.odmg.ODMGFactory
Get a new Transaction.
getNextExtrasIndex() - Method in class org.melati.poem.JdbcTable
 
getNextExtrasIndex() - Method in interface org.melati.poem.Table
 
getNextPageStart() - Method in class org.melati.util.CountedDumbPagedEnumeration
getNextPageStart() - Method in class org.melati.util.DumbPagedEnumeration
getNextPageStart() - Method in interface org.melati.util.PagedEnumeration
 
getNextPosition() - Method in interface org.melati.util.PagedEnumeration
 
getNextPosition() - Method in class org.melati.util.PagedEnumerationBase
getNoArgMethod(Class<?>, String) - Static method in class org.melati.poem.util.ClassUtils
 
getNodeColour() - Method in class org.melati.util.JSDynamicTree
 
getNodeHeight() - Method in class org.melati.util.JSDynamicTree
 
getNodeLabelTemplet() - Method in class org.melati.util.JSDynamicTree
 
getNodeToRootPath(boolean, boolean) - Method in class org.melati.util.TreeNode
Retrieve an Array of TreeNodes which is the shortest path from this node to its root.
getNodeWidth() - Method in class org.melati.util.JSDynamicTree
 
getNString(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getNString(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getNString(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getNString(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getNullable() - Method in class org.melati.poem.BasePoemType
Whether the type is nullable.
getNullable() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Nullable value, with locking, for this ValueInfo Persistent.
getNullable() - Method in interface org.melati.poem.PoemType
Whether the type is nullable.
getNullable() - Method in interface org.melati.poem.PoemTypeFactory.Parameter
 
getNullable_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Nullable value, without locking, for this ValueInfo Persistent.
getNullableColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Nullable Column for this ValueInfo Table.
getNullableField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Nullable value as a Field from this ValueInfo Persistent.
getNumber() - Method in class org.melati.util.Page
 
getNumericFunctions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getObject() - Method in class org.melati.Melati
Get the POEM Object (if any) in use for this Request.
getObject(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getObject(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getObject(int, Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getObject(String, Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getObject() - Method in class org.melati.poem.dbms.test.sql.ThrowingRefJdbc3
getObject(Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingRefJdbc3
getObject(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getObject(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getObject(int, Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getObject(String, Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getObject(Integer) - Method in class org.melati.poem.JdbcTable
The object from the table with a given troid.
getObject(int) - Method in class org.melati.poem.JdbcTable
The object from the table with a given troid.
getObject(Integer) - Method in interface org.melati.poem.Selectable
Get an object by its key.
getObject(Integer) - Method in interface org.melati.poem.Table
The object from the table with a given troid.
getObject(int) - Method in interface org.melati.poem.Table
The object from the table with a given troid.
getOdmgDatabaseTables() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Database object.
getOdmgDatabaseTables() - Method in class org.melati.example.odmg.generated.ChildTableBase
Get the database tables.
getOdmgDatabaseTables() - Method in class org.melati.example.odmg.generated.ParentBase
Retrieves the Database object.
getOdmgDatabaseTables() - Method in class org.melati.example.odmg.generated.ParentTableBase
Get the database tables.
getOneArgumentMethods(Class<?>, String) - Static method in class org.melati.poem.util.ClassUtils
 
getOpenedFolderImage() - Method in class org.melati.util.JSStaticTree
 
getOpenedImage() - Method in class org.melati.util.JSDynamicTree
 
getOpenedLImage() - Method in class org.melati.util.JSStaticTree
 
getOpenedTImage() - Method in class org.melati.util.JSStaticTree
 
getOrDefault(Properties, String, String) - Static method in class org.melati.util.PropertiesUtils
Get a property or return the supplied default.
getOrDefault_int(Properties, String, int) - Static method in class org.melati.util.PropertiesUtils
Get an Integer property from a Properties object or make a fuss.
getOrDie(String) - Method in class org.melati.poem.SettingTable
Get a set value.
getOrDie(Properties, String) - Static method in class org.melati.util.PropertiesUtils
Return a property.
getOrDie_int(Properties, String) - Static method in class org.melati.util.PropertiesUtils
Get an Integer property.
getOwner() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Owner object referred to.
getOwner_unsafe() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Owner value, without locking, for this Contact Persistent.
getOwnerColumn() - Method in class org.melati.example.contacts.generated.ContactTableBase
Retrieves the Owner Column for this Contact Table.
getOwnerField() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Owner value as a Field from this Contact Persistent.
getOwnerTroid() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Table Row Object ID.
getPageEnd() - Method in interface org.melati.util.PagedEnumeration
 
getPageEnd() - Method in class org.melati.util.PagedEnumerationBase
getPages() - Method in interface org.melati.util.PagedEnumeration
 
getPages() - Method in class org.melati.util.PagedEnumerationBase
 
getPageSize() - Method in interface org.melati.util.PagedEnumeration
 
getPageSize() - Method in class org.melati.util.PagedEnumerationBase
getPageStart() - Method in interface org.melati.util.PagedEnumeration
 
getPageStart() - Method in class org.melati.util.PagedEnumerationBase
getPageStartList() - Method in class org.melati.util.DumbPagedEnumeration
 
getParameter(String) - Method in class org.melati.util.DelegatedHttpServletRequest
getParameter(String) - Method in class org.melati.util.ReconstructedHttpServletRequest
From the old request.
getParameterClassName(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
 
getParameterCount() - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
 
getParameterMap() - Method in class org.melati.util.DelegatedHttpServletRequest
getParameterMap(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getParameterMetaData() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getParameterMetaData() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getParameterMode(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
 
getParameterNames() - Method in class org.melati.util.DelegatedHttpServletRequest
getParameterNames() - Method in class org.melati.util.ReconstructedHttpServletRequest
From the old request.
getParameters() - Method in class org.melati.util.HttpServletRequestParameters
 
getParameterType(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
 
getParameterTypeName(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
 
getParameterValues(String) - Method in class org.melati.util.DelegatedHttpServletRequest
getParameterValues(String) - Method in class org.melati.util.ReconstructedHttpServletRequest
From the old request.
getParent() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Parent object referred to.
getParent() - Method in class org.melati.util.TreeNode
 
getParent_unsafe() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Parent value, without locking, for this Child Persistent.
getParentColumn() - Method in class org.melati.example.odmg.generated.ChildTableBase
Retrieves the Parent Column for this Child Table.
getParentField() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Parent value as a Field from this Child Persistent.
getParentObject(Integer) - Method in class org.melati.example.odmg.generated.ParentTableBase
Retrieve the Parent as a Parent.
getParentObject(int) - Method in class org.melati.example.odmg.generated.ParentTableBase
Retrieve the Parent as a Parent.
getParentTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the ParentTable table.
getParentTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the ParentTable table.
getParentTable() - Method in class org.melati.example.odmg.generated.ParentBase
Retrieves the ParentTable table which this Persistent is from.
getParentTroid() - Method in class org.melati.example.odmg.generated.ChildBase
Retrieves the Table Row Object ID.
getPassword() - Method in class org.melati.poem.generated.UserBase
Retrieves the Password value, with locking, for this User Persistent.
getPassword() - Method in class org.melati.poem.User
Will throw a ReadPasswordAccessPoemException unless the access token associated with the running thread is the User object itself or provides the readPasswords capability.
getPassword_unsafe() - Method in class org.melati.poem.generated.UserBase
Retrieves the Password value, without locking, for this User Persistent.
getPasswordColumn() - Method in class org.melati.poem.generated.UserTableBase
Retrieves the Password Column for this User Table.
getPasswordField() - Method in class org.melati.poem.generated.UserBase
Retrieves the Password value as a Field from this User Persistent.
getPathFromRoot() - Method in class org.melati.util.TreeNode
 
getPathInfo() - Method in class org.melati.util.DelegatedHttpServletRequest
getPathInfo(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getPathInfoParts() - Method in class org.melati.Melati
Get the PathInfo for this Request split into Parts by '/'.
getPathToRoot() - Method in class org.melati.util.TreeNode
 
getPathTranslated() - Method in class org.melati.util.DelegatedHttpServletRequest
getPathTranslated(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getPersistent() - Method in class org.melati.poem.csv.CSVRecord
Retreive the Persistent corresponding to this CSVRecord, if there is one.
getPoemContext() - Method in class org.melati.Melati
Get the PoemContext for this Request.
getPoemContext() - Method in class org.melati.servlet.JspServlet
Override this to supply a PoemContext with at least a database field filled.
getPoemContext(String) - Method in class org.melati.servlet.JspServlet
 
getPoemContext(String, String) - Method in class org.melati.servlet.JspServlet
 
getPoemDatabase() - Static method in class org.melati.poem.odmg.ODMGFactory
Get a new database.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.CapabilityBase
Retrieves the Database object.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.CapabilityTableBase
Get the database tables.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Database object.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Get the database tables.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupBase
Retrieves the Database object.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupCapabilityBase
Retrieves the Database object.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
Get the database tables.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the Database object.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupMembershipTableBase
Get the database tables.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupTableBase
Get the database tables.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.SettingBase
Retrieves the Database object.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.SettingTableBase
Get the database tables.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.TableCategoryBase
Retrieves the Database object.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.TableCategoryTableBase
Get the database tables.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Database object.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.TableInfoTableBase
Get the database tables.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.UserBase
Retrieves the Database object.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.UserTableBase
Get the database tables.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Database object.
getPoemDatabaseTables() - Method in class org.melati.poem.generated.ValueInfoTableBase
Get the database tables.
getPoemLocale() - Method in class org.melati.Melati
Returns a PoemLocale object based on the Accept-Language header of this request.
getPoemLocale() - Static method in class org.melati.MelatiConfig
 
getPoemShutdownThread() - Static method in class org.melati.poem.PoemDatabaseFactory
 
getPossibilities() - Method in class org.melati.poem.Field
Might be a bit big for some Reference types.
getPotentialMatch() - Method in class org.melati.util.DelimitedBufferedInputStream
Used in tests.
getPrecision(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
 
getPrecision(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getPrecision() - Method in class org.melati.poem.FixedPointAtomPoemType
 
getPrecision() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Precision value, with locking, for this ValueInfo Persistent.
getPrecision() - Method in class org.melati.poem.prepro.BigDecimalFieldDef
Retrieve the prcision.
getPrecision_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Precision value, without locking, for this ValueInfo Persistent.
getPrecisionColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Precision Column for this ValueInfo Table.
getPrecisionField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Precision value as a Field from this ValueInfo Persistent.
getPreferredCharsets() - Method in class org.melati.MelatiConfig
Return the set encodings that the server prefers and supports.
getPrettyDataSize() - Method in class org.melati.servlet.MultipartFormField
The size of the file as a formatted string.
getPrevPageStart() - Method in interface org.melati.util.PagedEnumeration
 
getPrevPageStart() - Method in class org.melati.util.PagedEnumerationBase
getPrimaryDisplayField() - Method in class org.melati.poem.JdbcPersistent
getPrimaryDisplayField() - Method in interface org.melati.poem.Persistent
 
getPrimaryDisplayTable(Melati) - Static method in class org.melati.admin.AdminUtils
 
getPrimaryKeyDefinition(String) - Method in class org.melati.poem.dbms.AnsiStandard
Return the PRIMARY KEY definition string for this dbms.
getPrimaryKeyDefinition(String) - Method in interface org.melati.poem.dbms.Dbms
Return the PRIMARY KEY definition string for this dbms.
getPrimaryKeyDefinition(String) - Method in class org.melati.poem.dbms.Oracle
Return the PRIMARY KEY definition string for this dbms.
getPrimaryKeys(String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getProcedureColumns(String, String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getProcedures(String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getProcedureTerm() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getProjectName() - Method in class org.melati.poem.prepro.DSD
 
getProjectTableClassName() - Method in class org.melati.poem.prepro.DSD
 
getPropertiesName() - Static method in class org.melati.LogicalDatabase
The name used with getResourceAsStream to get the file and the properties within it.
getPropertyInfo(String, Properties) - Method in class org.melati.poem.dbms.test.sql.ThrowingDriverJdbc3
getProtocol() - Method in class org.melati.util.DelegatedHttpServletRequest
getQueryCount() - Method in class org.melati.poem.Database
Used in testing to check if the cache is being used or a new query is being issued.
getQueryString() - Method in class org.melati.util.DelegatedHttpServletRequest
getQueryString(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getQueryTimeout() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getQueryTimeout() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getQueryTimeout() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getQuotedName(String) - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate different quoting strategies.
getQuotedName(String) - Method in interface org.melati.poem.dbms.Dbms
Accomodate different quoting strategies.
getQuotedName(String) - Method in class org.melati.poem.dbms.Interbase
 
getQuotedName(String) - Method in class org.melati.poem.dbms.Mckoi
Accomodate different quoting strategies.
getQuotedName(String) - Method in class org.melati.poem.dbms.MySQL
Accomodate different quoting strategies.
getQuotedValue(SQLType, String) - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate different quoting strategies for values.
getQuotedValue(SQLType, String) - Method in interface org.melati.poem.dbms.Dbms
Accomodate different quoting strategies for values.
getQuotedValue(SQLType, String) - Method in class org.melati.poem.dbms.SQLServer
Accomodate different quoting strategies for values.
getRangelimit_string() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Rangelimit_string value, with locking, for this ValueInfo Persistent.
getRangelimit_string_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Rangelimit_string value, without locking, for this ValueInfo Persistent.
getRangelimit_stringColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Rangelimit_string Column for this ValueInfo Table.
getRangelimit_stringField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Rangelimit_string value as a Field from this ValueInfo Persistent.
getRangelimit_stringField() - Method in class org.melati.poem.ValueInfo
Retrieves the Rangelimit_string value as a Field from this ValueInfo Persistent.
getRangelow_string() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Rangelow_string value, with locking, for this ValueInfo Persistent.
getRangelow_string_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Rangelow_string value, without locking, for this ValueInfo Persistent.
getRangelow_stringColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Rangelow_string Column for this ValueInfo Table.
getRangelow_stringField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Rangelow_string value as a Field from this ValueInfo Persistent.
getRangelow_stringField() - Method in class org.melati.poem.ValueInfo
Retrieves the Rangelow_string value as a Field from this ValueInfo Persistent.
getRaw(ResultSet, int) - Method in class org.melati.poem.BasePoemType
Return an object as delivered by the database.
getRaw(Persistent) - Method in class org.melati.poem.Column
Retrieves the field value, with locking, for this Column.
getRaw(Persistent) - Method in class org.melati.poem.ExtraColumn
Retrieves the field value, with locking, for this Column.
getRaw() - Method in class org.melati.poem.Field
Get the value of the Field.
getRaw(String) - Method in class org.melati.poem.JdbcPersistent
The `identifying value' of one of the object's fields.
getRaw(String) - Method in interface org.melati.poem.Persistent
The `identifying value' of one of the object's fields.
getRaw() - Method in class org.melati.poem.Setting
 
getRaw(ResultSet, int) - Method in interface org.melati.poem.SQLType
Return an object as delivered by the database.
getRaw_unsafe(Persistent) - Method in class org.melati.poem.Column
Retrieves the field value, without locking, for this Column.
getRaw_unsafe(Persistent) - Method in class org.melati.poem.ExtraColumn
Retrieves the field value, without locking, for this Column.
getRawString() - Method in class org.melati.poem.Field
Get the value as a String.
getRawString(String) - Method in class org.melati.poem.JdbcPersistent
A string representation of the `identifying value' of one of the object's fields.
getRawString(String) - Method in interface org.melati.poem.Persistent
A string representation of the `identifying value' of one of the object's fields.
getReadable() - Method in class org.melati.poem.JdbcPersistent
getReadable() - Method in interface org.melati.poem.Persistent
 
getReader() - Method in class org.melati.util.DelegatedHttpServletRequest
getRealPath() - Method in class org.melati.MelatiConfig
 
getRealPath(String) - Method in class org.melati.util.DelegatedHttpServletRequest
Deprecated. Servlet API 2.1
getRealPath(HttpServletRequest, String) - Static method in class org.melati.util.HttpServletRequestCompat
Deprecated. Servlet API 2.1
getRecordDisplayColumns() - Method in class org.melati.poem.JdbcTable
The table's columns designated for display in a record, in display order.
getRecordDisplayColumns() - Method in interface org.melati.poem.Table
The table's columns designated for display in a record, in display order.
getRecordDisplayColumnsCount() - Method in class org.melati.poem.JdbcTable
 
getRecordDisplayColumnsCount() - Method in interface org.melati.poem.Table
 
getRecordDisplayFields() - Method in class org.melati.poem.JdbcPersistent
The values of all the object's fields designated for inclusion in full record displays, wrapped up with type information sufficient for rendering them.
getRecordDisplayFields() - Method in interface org.melati.poem.Persistent
The values of all the object's fields designated for inclusion in full record displays, wrapped up with type information sufficient for rendering them.
getRecordNo() - Method in class org.melati.poem.csv.CSVRecord
 
getRecordWithID(String) - Method in class org.melati.poem.csv.CSVTable
Lookup the Persistent corresponding to the CSV record with the given value for the CSV table's primary key.
getRef(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getRef(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getRef(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getRef(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getReference() - Method in class org.melati.test.CharData.Item
 
getRelativeRequestURL(HttpServletRequest) - Static method in class org.melati.util.HttpUtil
Retrieve a relative url from a request.
getRelativeZoneURL() - Method in class org.melati.Melati
 
getRemoteAddr() - Method in class org.melati.util.DelegatedHttpServletRequest
getRemoteHost() - Method in class org.melati.util.DelegatedHttpServletRequest
getRemotePort() - Method in class org.melati.util.DelegatedHttpServletRequest
getRemotePort(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getRemoteUser() - Method in class org.melati.util.DelegatedHttpServletRequest
getRemoteUser(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getRenderInfo() - Method in class org.melati.poem.BaseFieldAttributes
 
getRenderInfo() - Method in class org.melati.poem.Column
getRenderInfo() - Method in class org.melati.poem.Field
getRenderInfo() - Method in interface org.melati.poem.FieldAttributes
 
getRenderinfo() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Renderinfo value, with locking, for this ValueInfo Persistent.
getRenderinfo_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Renderinfo value, without locking, for this ValueInfo Persistent.
getRenderinfoColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Renderinfo Column for this ValueInfo Table.
getRenderinfoField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Renderinfo value as a Field from this ValueInfo Persistent.
getReport() - Method in class org.melati.poem.util.Cache
Report on the status of the cache.
getReport() - Method in class org.melati.poem.util.Cache.Info
 
getRequest() - Method in class org.melati.Melati
Get the servlet request object.
getRequestDispatcher(String) - Method in class org.melati.util.DelegatedHttpServletRequest
getRequestDispatcher(HttpServletRequest, String) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API.
getRequestedSessionId() - Method in class org.melati.util.DelegatedHttpServletRequest
getRequestedSessionId(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getRequestURI() - Method in class org.melati.util.DelegatedHttpServletRequest
getRequestURI(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getRequestURL() - Method in class org.melati.util.DelegatedHttpServletRequest
getRequestURL(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.2 API.
getResourceStream(String) - Method in class org.melati.template.velocity.WebMacroClasspathResourceLoader
Get an InputStream so that the Runtime can build a template with it, munge it if it is a WM template.
getResponse() - Method in class org.melati.Melati
Get the servlet response object.
getRestrictedAccessObject() - Method in class org.melati.test.RestrictedAccessObject
Used in a test template.
getResultSet() - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
getResultSet(Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
getResultSet(long, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
getResultSet(long, int, Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
getResultSet() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getResultSet() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getResultSet() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getResultSetConcurrency() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getResultSetConcurrency() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getResultSetConcurrency() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getResultSetHoldability() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getResultSetHoldability() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getResultSetHoldability() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getResultSetHoldability() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getResultSetType() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getResultSetType() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getResultSetType() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getRoot() - Method in class org.melati.util.ChildrenDrivenMutableTree
 
getRoots() - Method in class org.melati.template.AbstractTemplateEngine
A root should not end in a slash.
getRoots() - Method in interface org.melati.template.TemplateEngine
A root should not end in a slash.
getRootSameNamedSuperclass() - Method in class org.melati.poem.prepro.TableNamingInfo
Find the top-most superclass of this table which has the same (short) name
getRow() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getRowId(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getRowId(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getRowId(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getRowId(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getRowIdLifetime() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4
getSameURL() - Method in class org.melati.Melati
The URL of the servlet request associated with this Melati.
getSavepointId() - Method in class org.melati.poem.dbms.test.sql.ThrowingSavepoint
getSavepointName() - Method in class org.melati.poem.dbms.test.sql.ThrowingSavepoint
getScale(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
 
getScale(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getScale() - Method in class org.melati.poem.FixedPointAtomPoemType
 
getScale() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Scale value, with locking, for this ValueInfo Persistent.
getScale() - Method in class org.melati.poem.prepro.BigDecimalFieldDef
Retrieve the scale.
getScale_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Scale value, without locking, for this ValueInfo Persistent.
getScaleColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Scale Column for this ValueInfo Table.
getScaleField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Scale value as a Field from this ValueInfo Persistent.
getSchema() - Method in class org.melati.poem.dbms.AnsiStandard
The db schema name to use, if any.
getSchema() - Method in interface org.melati.poem.dbms.Dbms
The db schema name to use, if any.
getSchema() - Method in class org.melati.poem.dbms.Oracle
Get the user we are connected as and return that as the schema.
getSchema() - Method in class org.melati.poem.dbms.SQLServer
Get the user we are connected as and return that as the schema.
getSchemaName(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getSchemas() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getSchemas(String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4
getSchemaTerm() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getScheme() - Method in class org.melati.util.DelegatedHttpServletRequest
getScreenStylesheetURL(Melati) - Method in class org.melati.admin.AdminUtils
 
getSearchability() - Method in class org.melati.poem.Column
 
getSearchability() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Searchability value of this Persistent.
getSearchability_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Searchability value, without locking, for this ColumnInfo Persistent.
getSearchabilityColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Searchability Column for this ColumnInfo Table.
getSearchabilityField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Searchability value as a Field from this ColumnInfo Persistent.
getSearchabilityIndex() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Searchability index value of this Persistent.
getSearchCriterionColumns() - Method in class org.melati.poem.JdbcTable
The table's columns designated for use as search criteria, in display order.
getSearchCriterionColumns() - Method in interface org.melati.poem.Table
The table's columns designated for use as search criteria, in display order.
getSearchCriterionColumnsCount() - Method in class org.melati.poem.JdbcTable
 
getSearchCriterionColumnsCount() - Method in interface org.melati.poem.Table
 
getSearchCriterionFields() - Method in class org.melati.poem.JdbcPersistent
getSearchCriterionFields() - Method in interface org.melati.poem.Persistent
 
getSearchStringEscape() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getSeqcached() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Seqcached value, with locking, for this TableInfo Persistent.
getSeqcached_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Seqcached value, without locking, for this TableInfo Persistent.
getSeqcachedColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieves the Seqcached Column for this TableInfo Table.
getSeqcachedField() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the Seqcached value as a Field from this TableInfo Persistent.
getServerName() - Method in class org.melati.util.DelegatedHttpServletRequest
getServerPort() - Method in class org.melati.util.DelegatedHttpServletRequest
getServerURL(HttpServletRequest) - Static method in class org.melati.util.HttpUtil
Return the server URL.
getServletInfo() - Method in class org.melati.servlet.JspServlet
getServletName() - Method in class org.melati.test.CharsetTemplateServletTest
 
getServletPath() - Method in class org.melati.util.DelegatedHttpServletRequest
getServletPath(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
getServletTemplateContext() - Method in class org.melati.Melati
Get the TemplateContext used for this Request.
getServletTemplateContext(Melati) - Method in class org.melati.template.NoTemplateEngine
Throw exception.
getServletTemplateContext(Melati) - Method in interface org.melati.template.ServletTemplateEngine
Get the generic parameters for this engine.
getServletTemplateContext(Melati) - Method in class org.melati.template.velocity.VelocityServletTemplateEngine
Get the template context for Velocity, with servlet specific objects added.
getServletTemplateContext(Melati) - Method in class org.melati.template.webmacro.WebmacroServletTemplateEngine
Get the generic parameters for WebMacro, with servlet objects in the Context.
getServletTemplateEngine() - Method in class org.melati.MelatiConfig
 
getServletURL() - Method in class org.melati.Melati
Get the URL for this request.
getServletWriter(HttpServletResponse, boolean) - Method in class org.melati.template.NoTemplateEngine
 
getServletWriter(HttpServletResponse, boolean) - Method in interface org.melati.template.ServletTemplateEngine
Get a Writer which can write to Servlet output.
getServletWriter(HttpServletResponse, boolean) - Method in class org.melati.template.velocity.VelocityServletTemplateEngine
 
getServletWriter(HttpServletResponse, boolean) - Method in class org.melati.template.webmacro.WebmacroServletTemplateEngine
 
getSession() - Method in class org.melati.Melati
Get the Session for this Request.
getSession() - Method in class org.melati.template.MultipartTemplateContext
Get the HttpSession .
getSession() - Method in interface org.melati.template.ServletTemplateContext
Get the HttpSession .
getSession() - Method in class org.melati.template.velocity.VelocityServletTemplateContext
Get the HttpSession .
getSession() - Method in class org.melati.template.webmacro.WebmacroServletTemplateContext
Get the HttpSession .
getSession(boolean) - Method in class org.melati.util.DelegatedHttpServletRequest
getSession() - Method in class org.melati.util.DelegatedHttpServletRequest
getSession(HttpServletRequest, boolean) - Static method in class org.melati.util.HttpServletRequestCompat
 
getSession(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API, introduced in 2.1.
getSettingObject(Integer) - Method in class org.melati.poem.generated.SettingTableBase
Retrieve the Setting as a Setting.
getSettingObject(int) - Method in class org.melati.poem.generated.SettingTableBase
Retrieve the Setting as a Setting.
getSettingTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the SettingTable table.
getSettingTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the SettingTable table.
getSettingTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the SettingTable table.
getSettingTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the SettingTable table.
getSettingTable() - Method in class org.melati.poem.Database
 
getSettingTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
Retrieves the SettingTable table.
getSettingTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
Retrieves the SettingTable table.
getSettingTable() - Method in class org.melati.poem.generated.SettingBase
Retrieves the SettingTable table which this Persistent is from.
getSetupURL() - Method in class org.melati.admin.AdminUtils
 
getShort(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getShort(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getShort(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getShort(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getSimpleDateAdaptor() - Static method in class org.melati.MelatiConfig
Called from within templets.
getSize() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Size value, with locking, for this ValueInfo Persistent.
getSize() - Method in interface org.melati.poem.PoemTypeFactory.Parameter
 
getSize() - Method in class org.melati.poem.prepro.BinaryFieldDef
Get the size.
getSize() - Method in class org.melati.poem.prepro.StringFieldDef
 
getSize() - Method in class org.melati.poem.SizedAtomPoemType
 
getSize() - Method in class org.melati.poem.util.Cache
Get maximum size of Cache.
getSize() - Method in class org.melati.servlet.BaseFileFormDataAdaptor
Return the size of the data.
getSize() - Method in interface org.melati.servlet.FormDataAdaptor
Return the size of the data.
getSize() - Method in class org.melati.servlet.MemoryFormDataAdaptor
Return the size of the data.
getSize_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Size value, without locking, for this ValueInfo Persistent.
getSizeColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Size Column for this ValueInfo Table.
getSizeField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Size value as a Field from this ValueInfo Persistent.
getSortDescending() - Method in class org.melati.poem.Column
Defaults to false.
getSortdescending() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Sortdescending value, with locking, for this ColumnInfo Persistent.
getSortdescending_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Sortdescending value, without locking, for this ColumnInfo Persistent.
getSortdescendingColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Sortdescending Column for this ColumnInfo Table.
getSortdescendingField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Sortdescending value as a Field from this ColumnInfo Persistent.
getSource(Class<T>) - Method in class org.melati.poem.dbms.test.sql.ThrowingSQLXML
getSpacerImage() - Method in class org.melati.util.JSStaticTree
 
getSqlDefaultValue(SQLType) - Method in class org.melati.poem.dbms.AnsiStandard
Used to set a not null value when creating a non nullable column.
getSqlDefaultValue(SQLType) - Method in interface org.melati.poem.dbms.Dbms
Used to set a not null value when creating a non nullable column.
getSqlDefaultValue(SQLType) - Method in class org.melati.poem.dbms.MSAccess
Used to set a not null value when creating a non nullable column.
getSqlDefaultValue(SQLType) - Method in class org.melati.poem.dbms.Oracle
Used to set a not null value when creating a non nullable column.
getSqlDefaultValue(SQLType) - Method in class org.melati.poem.dbms.SQLServer
Used to set a not null value when creating a non nullable column.
getSqlDefinition(String) - Method in class org.melati.poem.dbms.AnsiStandard
Retrieve a SQL type keyword used by the DBMS for the given Melati type name.
getSqlDefinition(String) - Method in interface org.melati.poem.dbms.Dbms
Retrieve a SQL type keyword used by the DBMS for the given Melati type name.
getSqlDefinition(String) - Method in class org.melati.poem.dbms.Interbase
Retrieve a SQL type keyword used by the DBMS for the given Melati type name.
getSqlDefinition(String) - Method in class org.melati.poem.dbms.Mckoi
Retrieve a SQL type keyword used by the DBMS for the given Melati type name.
getSqlDefinition(String) - Method in class org.melati.poem.dbms.Mimer
Retrieve a SQL type keyword used by the DBMS for the given Melati type name.
getSqlDefinition(String) - Method in class org.melati.poem.dbms.MSAccess
Retrieve a SQL type keyword used by the DBMS for the given Melati type name.
getSqlDefinition(String) - Method in class org.melati.poem.dbms.MySQL
Retrieve an SQL type keyword used by the DBMS for the given Melati type name.
getSqlDefinition(String) - Method in class org.melati.poem.dbms.Oracle
Retrieve a SQL type keyword used by the DBMS for the given Melati type name.
getSqlDefinition(String) - Method in class org.melati.poem.dbms.SQLServer
Retrieve a SQL type keyword used by the DBMS for the given Melati type name.
getSQLKeywords() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getSQLStateType() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getSQLType() - Method in class org.melati.poem.Column
 
getSQLTypeName() - Method in class org.melati.poem.dbms.test.sql.ThrowingStruct
getSQLXML(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getSQLXML(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
getSQLXML(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getSQLXML(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
getStart() - Method in class org.melati.util.Page
 
getStarted() - Method in class org.melati.poem.SessionToken
 
getStatement() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getStaticURL() - Method in class org.melati.admin.AdminUtils
 
getStaticURL() - Method in class org.melati.MelatiConfig
Normally set to melati-static.
getStopTask() - Method in class org.melati.util.Flusher
 
getString(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getString(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getString(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getString(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getString() - Method in class org.melati.poem.dbms.test.sql.ThrowingSQLXML
getStringCooked() - Method in class org.melati.poem.Setting
 
getStringFunctions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate String / Text distinction.
getStringSqlDefinition(int) - Method in interface org.melati.poem.dbms.Dbms
Accomodate String / Text distinction.
getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Hsqldb
Accomodate String / Text distinction.
getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Interbase
Accomodate String / Text distinction.
getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Mckoi
Accomodate String / Text distinction.
getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Mimer
Accomodate String / Text distinction.
getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.MSAccess
Accomodate String / Text distinction.
getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.MySQL
Accomodate String / Text distinction.
getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Oracle
Accomodate String / Text distinction.
getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Postgresql
Accomodate String/Text distinction.
getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.SQLServer
Accomodate String / Text distinction.
getStringWriter() - Method in class org.melati.Melati
Get a StringWriter.
getStringWriter() - Method in class org.melati.template.NoTemplateEngine
Return a MelatiStringWriter.
getStringWriter() - Method in interface org.melati.template.TemplateEngine
 
getStringWriter() - Method in class org.melati.template.velocity.VelocityTemplateEngine
Return a MelatiStringWriter.
getStringWriter() - Method in class org.melati.template.webmacro.WebmacroTemplateEngine
Return a MelatiWebmacroStringWriter.
getSubString(long, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
getSubString(long, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
getSummaryDisplayColumns() - Method in class org.melati.poem.JdbcTable
The table's columns designated for display in a record summary, in display order.
getSummaryDisplayColumns() - Method in interface org.melati.poem.Table
The table's columns designated for display in a record summary, in display order.
getSummaryDisplayColumnsCount() - Method in class org.melati.poem.JdbcTable
 
getSummaryDisplayColumnsCount() - Method in interface org.melati.poem.Table
 
getSummaryDisplayFields() - Method in class org.melati.poem.JdbcPersistent
All fields at the summary display level in display order.
getSummaryDisplayFields() - Method in interface org.melati.poem.Persistent
All fields at the summary display level in display order.
getSuperTables(String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getSuperTypes(String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getSysAdminEmail() - Method in class org.melati.app.AbstractConfigApp
This method SHOULD be overidden.
getSysAdminEmail() - Method in class org.melati.example.contacts.ContactsServlet
 
getSysAdminEmail() - Method in class org.melati.servlet.ConfigServlet
This method SHOULD be overidden.
getSysAdminEmail() - Method in class org.melati.servlet.PoemServlet
Override this to provide a different administrator's details to the database admin user.
getSysAdminName() - Method in class org.melati.app.AbstractConfigApp
This method SHOULD be overidden.
getSysAdminName() - Method in class org.melati.example.contacts.ContactsServlet
 
getSysAdminName() - Method in class org.melati.servlet.ConfigServlet
This method SHOULD be overidden.
getSysAdminName() - Method in class org.melati.servlet.PoemServlet
Override this to provide a different administrator's details to the database admin user.
getSystemFunctions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getTable() - Method in class org.melati.Melati
Get the POEM Table (if any) in use for this Request.
getTable() - Method in class org.melati.poem.CachedQuery
 
getTable() - Method in class org.melati.poem.Column
 
getTable(String) - Method in class org.melati.poem.Database
Retrieve the table with a given name.
getTable() - Method in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
 
getTable() - Method in class org.melati.poem.JdbcPersistent
The Table from which the object comes, complete with metadata.
getTable() - Method in interface org.melati.poem.Persistent
The Table from which the object comes, complete with metadata.
getTable() - Method in class org.melati.poem.TableMap
 
getTable() - Method in class org.melati.PoemContext
 
getTableCategoryObject(Integer) - Method in class org.melati.poem.generated.TableCategoryTableBase
Retrieve the TableCategory as a TableCategory.
getTableCategoryObject(int) - Method in class org.melati.poem.generated.TableCategoryTableBase
Retrieve the TableCategory as a TableCategory.
getTableCategoryTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the TableCategoryTable table.
getTableCategoryTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the TableCategoryTable table.
getTableCategoryTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the TableCategoryTable table.
getTableCategoryTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the TableCategoryTable table.
getTableCategoryTable() - Method in class org.melati.poem.Database
 
getTableCategoryTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
Retrieves the TableCategoryTable table.
getTableCategoryTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
Retrieves the TableCategoryTable table.
getTableCategoryTable() - Method in class org.melati.poem.generated.TableCategoryBase
Retrieves the TableCategoryTable table which this Persistent is from.
getTableinfo() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Tableinfo object referred to.
getTableInfo() - Method in class org.melati.poem.JdbcTable
 
getTableInfo() - Method in interface org.melati.poem.Table
 
getTableinfo_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Tableinfo value, without locking, for this ColumnInfo Persistent.
getTableinfoColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Tableinfo Column for this ColumnInfo Table.
getTableinfoField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Tableinfo value as a Field from this ColumnInfo Persistent.
getTableInfoObject(Integer) - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieve the TableInfo as a TableInfo.
getTableInfoObject(int) - Method in class org.melati.poem.generated.TableInfoTableBase
Retrieve the TableInfo as a TableInfo.
getTableInfoTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the TableInfoTable table.
getTableInfoTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the TableInfoTable table.
getTableInfoTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the TableInfoTable table.
getTableInfoTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the TableInfoTable table.
getTableInfoTable() - Method in class org.melati.poem.Database
 
getTableInfoTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
Retrieves the TableInfoTable table.
getTableInfoTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
Retrieves the TableInfoTable table.
getTableInfoTable() - Method in class org.melati.poem.generated.TableInfoBase
Retrieves the TableInfoTable table which this Persistent is from.
getTableinfoTroid() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Table Row Object ID.
getTableName(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
getTablePrivileges(String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getTables(String, String, String, String[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getTableTypes() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getTask() - Method in class org.melati.poem.SessionToken
 
getTemplateContext() - Method in class org.melati.Melati
Get the TemplateContext used for this Request.
getTemplateContext(Melati) - Method in class org.melati.template.NoTemplateEngine
Throw exception.
getTemplateContext(Melati) - Method in interface org.melati.template.TemplateEngine
Create a new Context for this engine.
getTemplateContext(Melati) - Method in class org.melati.template.velocity.VelocityTemplateEngine
Get the template context for Velocity.
getTemplateContext(Melati) - Method in class org.melati.template.webmacro.WebmacroTemplateEngine
Create a new, empty, Context for WebMacro.
getTemplateEngine() - Method in class org.melati.Melati
Get the template engine in use for this Request.
getTemplateEngine() - Method in class org.melati.MelatiConfig
 
getTemplateName(String, String) - Method in class org.melati.template.AbstractTemplateEngine
The name of a template which exists.
getTemplateName(String, String) - Method in interface org.melati.template.TemplateEngine
The name of a template which exists.
getTemplatePath() - Method in class org.melati.MelatiConfig
 
getTempletLoader() - Method in class org.melati.MelatiConfig
 
getThread() - Method in class org.melati.poem.SessionToken
 
getTime(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getTime(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getTime(int, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getTime(String, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getTime(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getTime(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getTime(int, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getTime(String, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getTimeDateFunctions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getTimestamp(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getTimestamp(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getTimestamp(int, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getTimestamp(String, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getTimestamp(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getTimestamp(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getTimestamp(int, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getTimestamp(String, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getToken() - Method in exception org.melati.poem.AccessPoemException
 
getTotalCount() - Method in interface org.melati.util.PagedEnumeration
 
getTotalCount() - Method in class org.melati.util.PagedEnumerationBase
getTotalCountIsMinimum() - Method in class org.melati.util.DumbPagedEnumeration
 
getTotalSize() - Method in class org.melati.poem.FixedPointAtomPoemType
 
getTransaction() - Method in class org.melati.poem.SessionToken
 
getTransactionIsolation() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
getTransactionsCount() - Method in class org.melati.poem.Database
getTransactionsCount() - Method in interface org.melati.poem.transaction.TransactionPool
 
getTreeableRoots() - Method in class org.melati.util.Tree
 
getTreeNodeFor(Treeable) - Method in class org.melati.util.ChildrenDrivenMutableTree
Find a node in a tree.
getTroid() - Method in class org.melati.poem.JdbcPersistent
The object's troid.
getTroid() - Method in interface org.melati.poem.Persistable
The object's troid, returned after access check.
getTroid() - Method in class org.melati.PoemContext
 
getType() - Method in class org.melati.poem.BaseFieldAttributes
 
getType() - Method in class org.melati.poem.Column
getType() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getType() - Method in class org.melati.poem.Field
getType() - Method in interface org.melati.poem.FieldAttributes
 
getType() - Method in class org.melati.poem.ValueInfo
NOTE A type cannot be changed once initialised.
getTypefactory() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Typefactory value as an PoemTypeFactory for this Column of the ValueInfo Table.
getTypefactory_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Typefactory value, without locking, for this ValueInfo Persistent.
getTypefactoryCode() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Typefactory value as an Integer for this Column of the ValueInfo Table.
getTypefactoryColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Typefactory Column for this ValueInfo Table.
getTypefactoryField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Typefactory value as a Field from this ValueInfo Persistent.
getTypeInfo() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getTypeMap() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
getUDTs(String, String, String, int[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getUnicodeStream(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getUnicodeStream(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getUnique() - Method in class org.melati.poem.Column
 
getUnique() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Unique value, with locking, for this ColumnInfo Persistent.
getUnique_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Unique value, without locking, for this ColumnInfo Persistent.
getUniqueColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Unique Column for this ColumnInfo Table.
getUniqueField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Unique value as a Field from this ColumnInfo Persistent.
getUniqueName() - Method in class org.melati.util.TreeNode
 
getUpdateCount() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getUpdateCount() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getUpdateCount() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getUpdates() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Updates value, with locking, for this Contact Persistent.
getUpdates_unsafe() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Updates value, without locking, for this Contact Persistent.
getUpdatesColumn() - Method in class org.melati.example.contacts.generated.ContactTableBase
Retrieves the Updates Column for this Contact Table.
getUpdatesField() - Method in class org.melati.example.contacts.generated.ContactBase
Retrieves the Updates value as a Field from this Contact Persistent.
getUploadDir() - Method in class org.melati.servlet.DefaultFileFormDataAdaptorFactory
Return the directory to save files in.
getUploadedFileName() - Method in class org.melati.servlet.MultipartFormField
Get the UploadedFileName.
getUploadedFilePath() - Method in class org.melati.servlet.MultipartFormField
Get the UploadedFilePath.
getUploadMessage(Melati) - Method in class org.melati.test.ConfigServletTest
 
getUploadMessage(Melati) - Method in class org.melati.test.ConfigServletTestOverride
 
getUploadMessage(Melati) - Method in class org.melati.test.PoemServletTest
 
getUploadURL() - Method in class org.melati.servlet.DefaultFileFormDataAdaptorFactory
 
getURL(Melati, String) - Method in class org.melati.admin.AdminUtils
 
getURL(Table, String) - Method in class org.melati.admin.AdminUtils
 
getURL(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getURL(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getURL() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getURL(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getURL(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getURL() - Method in class org.melati.servlet.BaseFileFormDataAdaptor
 
getURL() - Method in interface org.melati.servlet.FormDataAdaptor
Return a url to the object or null if none exists.
getURL() - Method in class org.melati.servlet.MemoryFormDataAdaptor
Return a url to the object.
getURLQueryEncoding() - Method in class org.melati.Melati
Return the encoding that is used for URL encoded query strings.
getUser() - Method in class org.melati.Melati
Get a User for this request (if they are logged in).
getUser() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the User object referred to.
getUser_unsafe() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the User value, without locking, for this GroupMembership Persistent.
getUserColumn() - Method in class org.melati.poem.generated.GroupMembershipTableBase
Retrieves the User Column for this GroupMembership Table.
getUserCreateable() - Method in class org.melati.poem.BaseFieldAttributes
 
getUserCreateable() - Method in class org.melati.poem.Column
getUserCreateable() - Method in class org.melati.poem.Field
getUserCreateable() - Method in interface org.melati.poem.FieldAttributes
 
getUsercreateable() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Usercreateable value, with locking, for this ColumnInfo Persistent.
getUsercreateable_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Usercreateable value, without locking, for this ColumnInfo Persistent.
getUsercreateableColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
Retrieves the Usercreateable Column for this ColumnInfo Table.
getUsercreateableField() - Method in class org.melati.poem.generated.ColumnInfoBase
Retrieves the Usercreateable value as a Field from this ColumnInfo Persistent.
getUserEditable() - Method in class org.melati.poem.BaseFieldAttributes
 
getUserEditable() - Method in class org.melati.poem.Column
getUserEditable() - Method in class org.melati.poem.Field
getUserEditable() - Method in interface org.melati.poem.FieldAttributes
 
getUsereditable() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Usereditable value, with locking, for this ValueInfo Persistent.
getUsereditable_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Usereditable value, without locking, for this ValueInfo Persistent.
getUsereditableColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Usereditable Column for this ValueInfo Table.
getUsereditableField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Usereditable value as a Field from this ValueInfo Persistent.
getUserField() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the User value as a Field from this GroupMembership Persistent.
getUserName() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getUserObject(Integer) - Method in class org.melati.poem.generated.UserTableBase
Retrieve the User as a User.
getUserObject(int) - Method in class org.melati.poem.generated.UserTableBase
Retrieve the User as a User.
getUserPrincipal() - Method in class org.melati.util.DelegatedHttpServletRequest
getUserPrincipal(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API.
getUserTable() - Method in class org.melati.example.contacts.generated.ContactsDatabaseBase
Retrieves the UserTable table.
getUserTable() - Method in interface org.melati.example.contacts.generated.ContactsDatabaseTablesBase
Retrieves the UserTable table.
getUserTable() - Method in class org.melati.example.odmg.generated.OdmgDatabaseBase
Retrieves the UserTable table.
getUserTable() - Method in interface org.melati.example.odmg.generated.OdmgDatabaseTablesBase
Retrieves the UserTable table.
getUserTable() - Method in class org.melati.poem.Database
 
getUserTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
Retrieves the UserTable table.
getUserTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
Retrieves the UserTable table.
getUserTable() - Method in class org.melati.poem.generated.UserBase
Retrieves the UserTable table which this Persistent is from.
getUserTroid() - Method in class org.melati.poem.generated.GroupMembershipBase
Retrieves the Table Row Object ID.
getValue() - Method in class org.melati.poem.generated.SettingBase
Retrieves the Value value, with locking, for this Setting Persistent.
getValue_unsafe() - Method in class org.melati.poem.generated.SettingBase
Retrieves the Value value, without locking, for this Setting Persistent.
getValueColumn() - Method in class org.melati.poem.generated.SettingTableBase
Retrieves the Value Column for this Setting Table.
getValueField() - Method in class org.melati.poem.generated.SettingBase
Retrieves the Value value as a Field from this Setting Persistent.
getValueField() - Method in class org.melati.poem.Setting
Override the normal field attributes for the Value field, use the attribute values set in this setting.
getValueInfoObject(Integer) - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieve the ValueInfo as a ValueInfo.
getValueInfoObject(int) - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieve the ValueInfo as a ValueInfo.
getValueInfoTable() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the ValueInfoTable table which this Persistent is from.
getVelocityWriter() - Method in class org.melati.template.velocity.MelatiVelocityWriter
As we can write to the underlying peer the Flusher may not get started so we should start it here.
getVersionColumns(String, String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
getVerticalLinkImage() - Method in class org.melati.util.JSStaticTree
 
getWarnings() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
getWarnings() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
getWarnings() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
getWarnings() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
getWarnings() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
getWasInsert() - Method in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
 
getWidth() - Method in class org.melati.poem.BaseFieldAttributes
 
getWidth() - Method in class org.melati.poem.Column
getWidth() - Method in class org.melati.poem.Field
getWidth() - Method in interface org.melati.poem.FieldAttributes
 
getWidth() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Width value, with locking, for this ValueInfo Persistent.
getWidth() - Method in class org.melati.poem.prepro.FieldDef
 
getWidth_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Width value, without locking, for this ValueInfo Persistent.
getWidthColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
Retrieves the Width Column for this ValueInfo Table.
getWidthField() - Method in class org.melati.poem.generated.ValueInfoBase
Retrieves the Width value as a Field from this ValueInfo Persistent.
getWrappedObject() - Method in class org.melati.template.velocity.HttpServletRequestWrap
Accessor to allow one to retrieve the wrapped HttpServletRequest.
getWriter() - Method in class org.melati.Melati
Get a Writer for this request.
getWriter() - Method in class org.melati.util.MelatiWriter
 
getX() - Method in class org.melati.util.JSDynamicTree
 
getY() - Method in class org.melati.util.JSDynamicTree
 
getYMDDateAdaptor() - Static method in class org.melati.MelatiConfig
Called from within templets using #set $yearField = $melati.Config.YMDDateAdaptor.yearField($field) idiom.
getYMDHMSTimestampAdaptor() - Static method in class org.melati.MelatiConfig
Called from within templets using #set $secondField = $melati.Config.YMDHMSTimestampAdaptor.secondField($field) idiom.
getZoneURL() - Method in class org.melati.Melati
Get the URL for this Servlet Zone.
GIGABYTE - Static variable in class org.melati.servlet.MultipartFormField
Number of bytes in a gigabyte.
givesCapability(Capability) - Method in class org.melati.poem.AccessForbiddenToken
Return false, thereby not giving Capability.
givesCapability(Capability) - Method in interface org.melati.poem.AccessToken
 
givesCapability(Capability) - Method in class org.melati.poem.RootAccessToken
The RootAccessToken gives any Capability.
givesCapability(Capability) - Method in class org.melati.poem.User
givesCapabilitySQL(User, Capability) - Method in class org.melati.poem.Database
Get the raw SQL statement for this database's DBMS for Capability check for a User.
givesCapabilitySQL(Integer, String) - Method in class org.melati.poem.dbms.AnsiStandard
MySQL had no EXISTS keyword, from 4.1 onwards it does.
givesCapabilitySQL(Integer, String) - Method in interface org.melati.poem.dbms.Dbms
SQL string to get a Capability.
givesCapabilitySQL(Integer, String) - Method in class org.melati.poem.dbms.Mckoi
MySQL had no EXISTS keyword, from 4.1 onwards it does.
givesCapabilitySQL(Integer, String) - Method in class org.melati.poem.dbms.MySQL
MySQL had no EXISTS keyword, from 4.1 onwards it does.
group - Variable in class org.melati.poem.generated.GroupCapabilityBase
group - The Group which has the capability
group - Variable in class org.melati.poem.generated.GroupMembershipBase
Group - The group to which the user belongs
Group - Class in org.melati.poem
An authorisation grouping that a User can belong to.
Group() - Constructor for class org.melati.poem.Group
Constructor for a Persistent Group object.
Group(String) - Constructor for class org.melati.poem.Group
Constructor for a Persistent Group object.
GroupBase - Class in org.melati.poem.generated
Melati POEM generated abstract base class for a Persistent Group Object.
GroupBase() - Constructor for class org.melati.poem.generated.GroupBase
 
GroupCapability - Class in org.melati.poem
A record of a Group's ability to perform an action.
GroupCapability() - Constructor for class org.melati.poem.GroupCapability
Constructor for a Persistent GroupCapability object.
GroupCapability(Group, Capability) - Constructor for class org.melati.poem.GroupCapability
Constructor for a Persistent GroupCapability object.
GroupCapabilityBase - Class in org.melati.poem.generated
Melati POEM generated abstract base class for a Persistent GroupCapability Object.
GroupCapabilityBase() - Constructor for class org.melati.poem.generated.GroupCapabilityBase
 
GroupCapabilityTable - Class in org.melati.poem
The Table of GroupCapabilitys.
GroupCapabilityTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.GroupCapabilityTable
Constructor.
GroupCapabilityTableBase - Class in org.melati.poem.generated
Melati POEM generated base class for Table GroupCapability.
GroupCapabilityTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.GroupCapabilityTableBase
Constructor.
GroupMembership - Class in org.melati.poem
A record of a User's belonging to a Group.
GroupMembership() - Constructor for class org.melati.poem.GroupMembership
Constructor for a Persistent GroupMembership object.
GroupMembership(User, Group) - Constructor for class org.melati.poem.GroupMembership
Constructor for a Persistent GroupMembership object.
GroupMembership(Integer, Integer) - Constructor for class org.melati.poem.GroupMembership
Constructor for a Persistent GroupMembership object.
GroupMembershipBase - Class in org.melati.poem.generated
Melati POEM generated abstract base class for a Persistent GroupMembership Object.
GroupMembershipBase() - Constructor for class org.melati.poem.generated.GroupMembershipBase
 
GroupMembershipTable - Class in org.melati.poem
The Table of GroupMemberships.
GroupMembershipTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.GroupMembershipTable
Constructor.
GroupMembershipTableBase - Class in org.melati.poem.generated
Melati POEM generated base class for Table GroupMembership.
GroupMembershipTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.GroupMembershipTableBase
Constructor.
GroupTable - Class in org.melati.poem
The Table of Groups.
GroupTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.GroupTable
Constructor.
GroupTableBase - Class in org.melati.poem.generated
Melati POEM generated base class for Table Group.
GroupTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.GroupTableBase
Constructor.
guestAccessToken() - Method in class org.melati.poem.Database
 
guestUser() - Method in class org.melati.poem.Database
 
guestUser - Variable in class org.melati.poem.UserTable
 
guestUser() - Method in class org.melati.poem.UserTable
 

H

handle(Melati, WebContext) - Method in class org.melati.template.webmacro.WebmacroMelatiServlet
 
handle(Melati, WebContext) - Method in class org.melati.test.FlushingServletTest
Main entry point.
handleAccessException(Melati, AccessPoemException) - Method in interface org.melati.login.AccessHandler
Deal with an AccessPoemException, often by allowing login.
handleAccessException(Melati, AccessPoemException) - Method in class org.melati.login.CommandLineAccessHandler
Actually handle the AccessPoemException.
handleAccessException(Melati, AccessPoemException) - Method in class org.melati.login.HttpBasicAuthenticationAccessHandler
Called when an AccessPoemException is trapped.
handleAccessException(Melati, AccessPoemException) - Method in class org.melati.login.HttpSessionAccessHandler
Store the current request and redirect to the login page.
handleAccessException(Melati, AccessPoemException) - Method in class org.melati.login.OpenAccessHandler
Ignore AccessPoemExceptions.
handleException(Melati, Exception) - Static method in class org.melati.app.AbstractPoemApp
Default method to handle an exception.
handleException(Melati, Exception) - Method in class org.melati.servlet.PoemServlet
Default method to handle an exception without a template engine.
hasCapability(User, Capability) - Method in class org.melati.poem.Database
Check if a user has the specified Capability.
hashCode() - Method in class org.melati.poem.JdbcPersistent
hashCode() - Method in class org.melati.poem.JdbcTable
Ensure tables can be used as hashtable keys.
hashCode() - Method in class org.melati.poem.PoemLocale
Delegated to Locale.
hasMoreElements() - Method in class org.melati.poem.BooleanPossibleRawEnumeration
hasMoreElements() - Method in class org.melati.poem.ResultSetEnumeration
hasMoreElements() - Method in class org.melati.poem.util.ArrayEnumeration
hasMoreElements() - Method in class org.melati.poem.util.ConsEnumeration
hasMoreElements() - Method in class org.melati.poem.util.EmptyEnumeration
hasMoreElements() - Method in class org.melati.poem.util.FilteredEnumeration
hasMoreElements() - Method in class org.melati.poem.util.FlattenedEnumeration
hasMoreElements() - Method in class org.melati.poem.util.IntegerEnumeration
hasMoreElements() - Method in class org.melati.poem.util.LimitedEnumeration
hasMoreElements() - Method in class org.melati.poem.util.LongEnumeration
hasMoreElements() - Method in class org.melati.poem.util.MappedEnumeration
hasMoreElements() - Method in class org.melati.util.CSVStringEnumeration
Are there any more tokens to come?
hasMoreElements() - Method in class org.melati.util.HttpHeader.FieldIterator
hasMoreElements() - Method in class org.melati.util.PagedEnumerationBase
hasNext() - Method in class org.melati.util.HttpHeader.FieldIterator
headMap(Integer) - Method in class org.melati.poem.TableSortedMap
height - Variable in class org.melati.poem.generated.ValueInfoBase
Input-box height - A sensible height for text boxes used for entering the field, where appropriate
HeightFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines the Height of a Field.
HeightFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.HeightFieldQualifier
Constructor.
HERE - Static variable in class org.melati.poem.PoemLocale
Default Locale: GB.
hexDecoding(char) - Static method in class org.melati.poem.util.StringUtils
Decode a hex char to a byte.
hexDecoding(String) - Static method in class org.melati.poem.util.StringUtils
Decode a hex String into a byte Array.
hexEncoding(byte[]) - Static method in class org.melati.poem.util.StringUtils
Hex encode an Array of bytes.
hidden - Variable in class org.melati.poem.prepro.TableNamingInfo
Does this Table have the same name as another table "lower down" in our hierarchy.
hidesOther - Variable in class org.melati.poem.prepro.TableNamingInfo
Does this Table have the same name as another table "higher up" in our hierarchy (that is a table already dealt with by DSD).
hourField(Field) - Method in class org.melati.template.YMDHMSTimestampAdaptor
 
Hsqldb - Class in org.melati.poem.dbms
A Driver for HSQLDB (http://www.hsqldb.org/).
Hsqldb() - Constructor for class org.melati.poem.dbms.Hsqldb
Constructor.
HsqldbText - Class in org.melati.poem.dbms
Use CSV tables as backing store.
HsqldbText() - Constructor for class org.melati.poem.dbms.HsqldbText
 
hsqldbTextHack - Static variable in class org.melati.poem.dbms.Hsqldb
HSQLDB does not have a pleasant TEXT datatype, so we use an arbetary value in a VARCHAR.
HTMLAttributeMarkupLanguage - Class in org.melati.template
An HTML based markup language suitable for markup within an attribute tag.
HTMLAttributeMarkupLanguage(HTMLMarkupLanguage) - Constructor for class org.melati.template.HTMLAttributeMarkupLanguage
Constructor given an HTMLMarkupLanguage.
HTMLLikeMarkupLanguage - Class in org.melati.template
A Markup language with syntax similar to HTML.
HTMLLikeMarkupLanguage(String, Melati, TempletLoader, PoemLocale) - Constructor for class org.melati.template.HTMLLikeMarkupLanguage
Constructor.
HTMLLikeMarkupLanguage(String, HTMLLikeMarkupLanguage) - Constructor for class org.melati.template.HTMLLikeMarkupLanguage
 
HTMLMarkupLanguage - Class in org.melati.template
A representation of HTML.
HTMLMarkupLanguage(Melati, TempletLoader, PoemLocale) - Constructor for class org.melati.template.HTMLMarkupLanguage
Constructor.
HTMLMarkupLanguage(String, HTMLMarkupLanguage) - Constructor for class org.melati.template.HTMLMarkupLanguage
Constructor given another ML.
HTMLUtils - Class in org.melati.util
An assortment of useful things to do with HTML.
HTMLUtils.TagInstance - Class in org.melati.util
An Instance of a tag.
HTMLUtils.TagInstance(HTML.Tag, AttributeSet) - Constructor for class org.melati.util.HTMLUtils.TagInstance
Constructor.
HttpAuthenticationPoemServletTest - Class in org.melati.test
 
HttpAuthenticationPoemServletTest() - Constructor for class org.melati.test.HttpAuthenticationPoemServletTest
 
HttpAuthorizationMelatiException - Exception in org.melati.login
Flags up when something was illegal or not supported about an incoming HTTP authorization.
HttpAuthorizationMelatiException(String) - Constructor for exception org.melati.login.HttpAuthorizationMelatiException
Constructor.
HttpBasicAuthenticationAccessHandler - Class in org.melati.login
An AccessHandler which uses the HTTP Basic Authentication scheme to elicit and maintain the user's login and password.
HttpBasicAuthenticationAccessHandler() - Constructor for class org.melati.login.HttpBasicAuthenticationAccessHandler
 
HttpHeader - Class in org.melati.util
Representation of occurrences of an HTTP header field.
HttpHeader(String) - Constructor for class org.melati.util.HttpHeader
Create an instance representing the given comma separated fields.
HttpHeader.FieldIterator - Class in org.melati.util
Abstract enumeration of fields.
HttpHeader.FieldIterator() - Constructor for class org.melati.util.HttpHeader.FieldIterator
 
HttpHeader.HttpHeaderException - Exception in org.melati.util
 
HttpHeader.HttpHeaderException(String) - Constructor for exception org.melati.util.HttpHeader.HttpHeaderException
Create an instance with message.
HttpHeader.HttpHeaderException(String, Exception) - Constructor for exception org.melati.util.HttpHeader.HttpHeaderException
Create an instance with message and cause.
HttpHeader.TokenAndQValue - Class in org.melati.util
A token and associated qvalue.
HttpHeader.TokenAndQValue() - Constructor for class org.melati.util.HttpHeader.TokenAndQValue
Create an uninitialised instance.
HttpHeader.TokenAndQValue(HttpHeader.Tokenizer) - Constructor for class org.melati.util.HttpHeader.TokenAndQValue
Create an instance and initialise it by reading the given tokenizer.
HttpHeader.TokenAndQValueIterator - Class in org.melati.util
Iteration over HttpHeader.TokenAndQValues.
HttpHeader.TokenAndQValueIterator() - Constructor for class org.melati.util.HttpHeader.TokenAndQValueIterator
 
HttpHeader.Tokenizer - Class in org.melati.util
Tokenizer for parsing occurences of a field.
HttpHeader.WordIterator - Class in org.melati.util
Iteration over HttpHeader.TokenAndQValues.
HttpHeader.WordIterator() - Constructor for class org.melati.util.HttpHeader.WordIterator
 
HttpServletRequestCompat - Class in org.melati.util
NOTE This is no longer used, but it is so cool it is still around to marvel at The HttpServletRequestCompat class enables Melati to compile, without warnings, with the Servlet API versions 2.0 to 2.5.
HttpServletRequestCompat.MissingMethodError - Error in org.melati.util
Thrown when a method that is not available is invoked.
HttpServletRequestCompat.MissingMethodError() - Constructor for error org.melati.util.HttpServletRequestCompat.MissingMethodError
 
HttpServletRequestParameters - Class in org.melati.util
The parameters of an Http Servlet Request.
HttpServletRequestParameters(HttpServletRequest) - Constructor for class org.melati.util.HttpServletRequestParameters
Constructor.
HttpServletRequestWrap - Class in org.melati.template.velocity
A wrapper around an HttpServletRequest.
HttpServletRequestWrap(HttpServletRequest) - Constructor for class org.melati.template.velocity.HttpServletRequestWrap
Constructor.
HttpSessionAccessHandler - Class in org.melati.login
An AccessHandler which uses Session cookies to elicit and maintain the user's login and password.
HttpSessionAccessHandler() - Constructor for class org.melati.login.HttpSessionAccessHandler
 
httpStatusCode(Exception) - Method in class org.melati.servlet.ConfigServlet
 
HttpUtil - Class in org.melati.util
An assortment of useful things to do with Http.

I

id - Variable in class org.melati.example.contacts.generated.CategoryBase
id
id - Variable in class org.melati.example.contacts.generated.ContactBase
id
id - Variable in class org.melati.example.contacts.generated.ContactCategoryBase
id
id - Variable in class org.melati.example.odmg.generated.ChildBase
id
id - Variable in class org.melati.example.odmg.generated.ParentBase
id
id - Variable in class org.melati.poem.generated.CapabilityBase
id - The Table Row Object ID
id - Variable in class org.melati.poem.generated.ColumnInfoBase
id
id - Variable in class org.melati.poem.generated.GroupBase
id - The Table Row Object ID
id - Variable in class org.melati.poem.generated.GroupCapabilityBase
id - The Table Row Object ID
id - Variable in class org.melati.poem.generated.GroupMembershipBase
id - The Table Row Object ID
id - Variable in class org.melati.poem.generated.SettingBase
id - The Table Row Object ID
id - Variable in class org.melati.poem.generated.TableCategoryBase
id - The Table Row Object ID
id - Variable in class org.melati.poem.generated.TableInfoBase
id - The Table Row Object ID
id - Variable in class org.melati.poem.generated.UserBase
id - The Table Row Object ID
inCommittedTransaction(AccessToken, PoemTask) - Method in class org.melati.poem.Database
Perform a task with the database, but not in an insulated transaction.
increment(Transaction) - Method in class org.melati.poem.transaction.TransactionedSerial
Write lock and increment.
increment(Integer) - Method in class org.melati.util.ContextUtil
Increment an Integer.
increment_unlocked() - Method in class org.melati.poem.transaction.TransactionedSerial
Increment.
incrementQueryCount(String) - Method in class org.melati.poem.Database
Increment query count.
index - Variable in class org.melati.poem.DisplayLevel
The numeric Id of the Level.
index - Variable in class org.melati.poem.Searchability
The Id of the Searchability.
index - Variable in class org.melati.poem.transaction.Transaction
Index of the Transaction.
indexed - Variable in class org.melati.poem.generated.ColumnInfoBase
indexed - Whether the field is indexed (ignored if the field is marked `unique')
IndexedFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines whether a Field is Indexed.
IndexedFieldQualifier() - Constructor for class org.melati.poem.prepro.IndexedFieldQualifier
Constructor.
IndexFactory - Interface in org.melati.poem.util
Manufactured objects are identified by a numeric index.
indexName - Variable in exception org.melati.poem.IndexUniquenessPoemException
The column's index.
indexOf(Object[], Object) - Static method in class org.melati.poem.util.ArrayUtils
Lookup the first instance of an Object in an Array.
indexOf(byte[], byte[], int) - Method in class org.melati.util.DelimitedBufferedInputStream
Calculates length.
indexOf(byte[], byte[], int, int) - Method in class org.melati.util.DelimitedBufferedInputStream
Returns the index within data1 of the byte array data2.
IndexPoemType - Class in org.melati.poem
An object with an Integer index to its value, introduced to the class hierarchy to distinguish between an Integer as a value and an Integer as a key.
IndexPoemType(boolean) - Constructor for class org.melati.poem.IndexPoemType
Constructor.
indexSize - Static variable in class org.melati.poem.dbms.MySQL
Size of indexes.
IndexUniquenessPoemException - Exception in org.melati.poem
Thrown when there is a mismatch over the uniqueness of an index in the Poem metadata and the jdbc metadata.
IndexUniquenessPoemException(Column, String, boolean) - Constructor for exception org.melati.poem.IndexUniquenessPoemException
Constructor.
info - Variable in exception org.melati.poem.UnexpectedExceptionPoemException
A description of the problem.
infoTables - Static variable in class org.melati.poem.DefinitionSource
The metadata tables.
init(String[]) - Method in class org.melati.app.AbstractConfigApp
Initialise.
init(String[]) - Method in class org.melati.app.AbstractPoemApp
Initialise.
init(String[]) - Method in class org.melati.app.AbstractTemplateApp
Initialise.
init() - Method in class org.melati.example.contacts.generated.CategoryTableBase
 
init() - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
 
init() - Method in class org.melati.example.contacts.generated.ContactTableBase
 
init() - Method in class org.melati.example.odmg.generated.ChildTableBase
 
init() - Method in class org.melati.example.odmg.generated.ParentTableBase
 
init() - Method in class org.melati.poem.generated.CapabilityTableBase
 
init() - Method in class org.melati.poem.generated.ColumnInfoTableBase
 
init() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
 
init() - Method in class org.melati.poem.generated.GroupMembershipTableBase
 
init() - Method in class org.melati.poem.generated.GroupTableBase
 
init() - Method in class org.melati.poem.generated.SettingTableBase
 
init() - Method in class org.melati.poem.generated.TableCategoryTableBase
 
init() - Method in class org.melati.poem.generated.TableInfoTableBase
 
init() - Method in class org.melati.poem.generated.UserTableBase
 
init() - Method in class org.melati.poem.generated.ValueInfoTableBase
 
init(Persistent) - Method in interface org.melati.poem.Initialiser
Initialise a freshly generated POEM object.
init() - Method in class org.melati.poem.JdbcTable
Override this to perform pre-unification initialisation.
init() - Method in interface org.melati.poem.Table
Initialise the table.
init(ServletConfig) - Method in class org.melati.servlet.ConfigServlet
Inititialise Melati.
init(ServletConfig) - Method in class org.melati.servlet.JspServlet
Initialise Melati.
init(ServletConfig) - Method in class org.melati.servlet.TemplateServlet
Inititialise the template engine.
init(MelatiConfig) - Method in class org.melati.template.NoTemplateEngine
Construct a null Engine.
init(MelatiConfig, HttpServlet) - Method in class org.melati.template.NoTemplateEngine
Construct a new Engine for use in a servlet environment.
init(MelatiConfig, HttpServlet) - Method in interface org.melati.template.ServletTemplateEngine
Construct a new Engine for use in a servlet environment.
init(MelatiConfig) - Method in interface org.melati.template.TemplateEngine
Initialise the Engine.
init(MelatiConfig, HttpServlet) - Method in class org.melati.template.velocity.VelocityServletTemplateEngine
Construct a new Engine for use in a servlet environment.
init(MelatiConfig) - Method in class org.melati.template.velocity.VelocityTemplateEngine
Construct a new Engine.
init(Broker, Settings) - Method in class org.melati.template.webmacro.PassbackEvaluationExceptionHandler
init(Broker, Settings) - Method in class org.melati.template.webmacro.PropagateEvaluationExceptionHandler
Forced upon us by the interface, but unused.
init(MelatiConfig, HttpServlet) - Method in class org.melati.template.webmacro.WebmacroServletTemplateEngine
Construct a new Engine for use in a servlet environment.
init(MelatiConfig) - Method in class org.melati.template.webmacro.WebmacroTemplateEngine
Construct a new Engine.
init(ServletConfig) - Method in class org.melati.test.EmailTemplateServletTest
 
init(ServletConfig) - Method in class org.melati.test.WebmacroStandalone
The init() method will be called by your servlet runner whenever it wants to instantiate a new copy of your servlet.
initCause(Throwable) - Method in exception org.melati.poem.PoemException
No longer overrides standard method.
initial(Enumeration<T>, int) - Static method in class org.melati.poem.util.EnumUtils
Create a Vector of the first n Elements of an Enumeration.
InitialisationPoemException - Exception in org.melati.poem
Thrown when a candidate Persistent fails its validation tests prior to being written to the database.
InitialisationPoemException(Table, Exception) - Constructor for exception org.melati.poem.InitialisationPoemException
Constructor.
initialisedDatabases() - Static method in class org.melati.LogicalDatabase
Retrieve the databases which have completed initialisation.
initialisedDatabases() - Static method in class org.melati.poem.PoemDatabaseFactory
Retrieve the databases which have completed initialisation.
Initialiser - Interface in org.melati.poem
A piece of code for initialising a newly created Persistent object in a POEM Table.
innermostException() - Method in exception org.melati.poem.PoemException
 
innermostException() - Method in exception org.melati.util.MelatiException
 
innermostException() - Method in exception org.melati.util.MelatiRuntimeException
 
input(Field) - Method in class org.melati.template.AbstractMarkupLanguage
Get an input widget for this Field.
input(Field, String, String, boolean) - Method in class org.melati.template.AbstractMarkupLanguage
 
input(Field) - Method in interface org.melati.template.MarkupLanguage
Get an input widget for this Field.
inputAs(Field, String) - Method in class org.melati.template.AbstractMarkupLanguage
Get an input widget for this Field defined by name.
inputAs(Field, String) - Method in interface org.melati.template.MarkupLanguage
Get an input widget for this Field defined by name.
insert - Variable in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
Whether this was an insert operation or not.
insertionSort(Order, Object[]) - Static method in class org.melati.poem.util.SortUtils
Sort an Array by a supplied ordering.
insertRow() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
insertsAreDetected(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
inSession(AccessToken, PoemTask) - Method in class org.melati.poem.Database
Perform a task with the database.
inSession() - Static method in class org.melati.poem.PoemThread
Whether we are currently in a session.
inSessionAsRoot(PoemTask) - Method in class org.melati.poem.Database
 
instanceOfNamedClass(String, String) - Static method in class org.melati.util.PropertiesUtils
Instantiate an interface.
instanceOfNamedClass(Properties, String, String, String) - Static method in class org.melati.util.PropertiesUtils
Instantiate a Class.
InstantiationPropertyException - Exception in org.melati.util
Thrown when there is a problem finding or creating a class from a property value.
InstantiationPropertyException(Properties, String, Exception) - Constructor for exception org.melati.util.InstantiationPropertyException
Constructor with properties, property name and problem.
InstantiationPropertyException(String, Exception) - Constructor for exception org.melati.util.InstantiationPropertyException
Constructor with properties, property name and problem.
integer(Integer, String) - Static method in class org.melati.poem.Field
A convenience method to create nullable Integer Field.
INTEGER - Static variable in class org.melati.poem.PoemTypeFactory
Integer base-type factory.
IntegerEnumeration - Class in org.melati.poem.util
An Enumeration of sequential Integers.
IntegerEnumeration(int, int) - Constructor for class org.melati.poem.util.IntegerEnumeration
Constructor with lower, included, bound and upper, excluded, bound.
IntegerFieldDef - Class in org.melati.poem.prepro
A definition of an IntegerPoemType from the DSD.
IntegerFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.IntegerFieldDef
Constructor.
IntegerPoemType<T> - Class in org.melati.poem
Plain old integers, the range being contingent on the underlying SQL type.
IntegerPoemType(boolean) - Constructor for class org.melati.poem.IntegerPoemType
Constructor.
IntegerPoemType(int, String, boolean) - Constructor for class org.melati.poem.IntegerPoemType
 
integrityfix - Variable in class org.melati.poem.generated.ColumnInfoBase
Integrity fix - How referential integrity is maintained, what to do when the object referred to is deleted
IntegrityFix - Interface in org.melati.poem
Class representing what to do about references to a Persistent which is about to be deleted.
INTEGRITYFIX - Static variable in class org.melati.poem.PoemTypeFactory
Poem IntegrityFix factory.
IntegrityFixFieldDef - Class in org.melati.poem.prepro
A definition of an IntegrityFixPoemType from the DSD.
IntegrityFixFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.IntegrityFixFieldDef
Constructor.
IntegrityfixFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines the type of IntegrityFix to use with a reference field.
IntegrityfixFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.IntegrityfixFieldQualifier
Constructor.
IntegrityfixFieldQualifier.ApplicationException - Exception in org.melati.poem.prepro
Thrown when an attempt is made to apply an IntegrityFix to a field which is not a ReferencePoemType.
IntegrityFixPoemType - Class in org.melati.poem
A type for IntegrityFixs.
IntegrityFixPoemType(boolean) - Constructor for class org.melati.poem.IntegrityFixPoemType
Constructor.
Interbase - Class in org.melati.poem.dbms
A Driver for Interbase.
Interbase() - Constructor for class org.melati.poem.dbms.Interbase
Constructor.
InvalidArgumentsException - Exception in org.melati.app
Thrown when an application was called with unexpected arguments.
InvalidArgumentsException(String[], Exception) - Constructor for exception org.melati.app.InvalidArgumentsException
Constructor.
InvalidArgumentsException(String[]) - Constructor for exception org.melati.app.InvalidArgumentsException
Constructor.
invalidate() - Method in class org.melati.poem.JdbcPersistent
Mark as invalid.
invalidate() - Method in class org.melati.poem.transaction.Transactioned
Mark as invalid.
invalidate(int) - Method in class org.melati.poem.util.CachedIndexFactory
Invalidate an entry in the cache.
invalidate() - Method in class org.melati.poem.util.CachedIndexFactory
Invalidate whole cache.
invalidateTransactionStuffs() - Method in class org.melati.poem.JdbcTable
When deleting a table and used in tests.
invalidateTransactionStuffs() - Method in interface org.melati.poem.Table
When deleting a table and used in tests.
invalidGetMethod(Context, String, Object, String, Info) - Method in class org.melati.template.velocity.PropagateEvaluationExceptionHandler
 
invalidMethod(Context, String, Object, String, Info) - Method in class org.melati.template.velocity.PropagateEvaluationExceptionHandler
 
InvalidOperationOnFloatingPersistentPoemException - Exception in org.melati.poem
Thrown when a attempt is made to perform an operation on a Persistent which has yet to be written to the dbms or for some other reason has yet to gain a Troid.
InvalidOperationOnFloatingPersistentPoemException(Persistent) - Constructor for exception org.melati.poem.InvalidOperationOnFloatingPersistentPoemException
Constructor.
invalidSetMethod(Context, String, String, Info) - Method in class org.melati.template.velocity.PropagateEvaluationExceptionHandler
 
InvalidUsageException - Exception in org.melati.servlet
Servlet was called with missing or invalid parameters.
InvalidUsageException(HttpServlet, PoemContext) - Constructor for exception org.melati.servlet.InvalidUsageException
Constructor.
IoUtils - Class in org.melati.util
IO utilities.
isAdministrator() - Method in class org.melati.poem.User
 
isAfterLast() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
isAutoIncrement(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
isBeforeFirst() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
isCaseSensitive(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
isCatalogAtStart() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
isClosed() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
isClosed() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
isClosed() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
isClosed() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
isClosed() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc4
isCreateable() - Method in class org.melati.poem.prepro.FieldDef
 
isCurrency(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
isDefinitelyWritable(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
isDeletedColumn() - Method in class org.melati.poem.Column
A Deleted Column is a Column which signal whether the record has been soft-deleted.
isDeletedColumn() - Method in class org.melati.poem.prepro.FieldDef
 
isDirty() - Method in class org.melati.poem.JdbcPersistent
 
isDirty() - Method in interface org.melati.poem.Persistent
 
isEditable() - Method in class org.melati.poem.prepro.FieldDef
 
isEmpty() - Method in class org.melati.poem.TableMap
isFirst() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
isFree(PoemTransaction) - Method in class org.melati.poem.Database
 
isGuest() - Method in class org.melati.poem.User
 
isIn(Category) - Method in class org.melati.example.contacts.Contact
 
isIncluded(Object) - Method in class org.melati.poem.util.FilteredEnumeration
 
isIndexed() - Method in class org.melati.poem.prepro.FieldDef
 
isLast() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
isLeaf() - Method in class org.melati.util.TreeNode
 
isNullable(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
 
isNullable(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
isNullable() - Method in class org.melati.poem.prepro.FieldDef
 
isPoolable() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
isPoolable() - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
isPoolable() - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc4
isQuoted(String) - Static method in class org.melati.poem.util.StringUtils
Determine whether a String is quoted, with either quoting character.
isReadOnly() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
isReadOnly() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
isReadOnly(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
isReferencePoemType(Field) - Method in class org.melati.Melati
Establish if field is a ReferencePoemType field.
isRequestedSessionIdFromCookie() - Method in class org.melati.util.DelegatedHttpServletRequest
isRequestedSessionIdFromCookie(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
isRequestedSessionIdFromUrl() - Method in class org.melati.util.DelegatedHttpServletRequest
Deprecated. Servlet API 2.1
isRequestedSessionIdFromURL() - Method in class org.melati.util.DelegatedHttpServletRequest
isRequestedSessionIdFromUrl(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Deprecated. Servlet API 2.1
isRequestedSessionIdFromURL(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API, introduced in 2.1.
isRequestedSessionIdValid() - Method in class org.melati.util.DelegatedHttpServletRequest
isRequestedSessionIdValid(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
 
isRoot() - Method in class org.melati.util.TreeNode
 
isSearchable(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
isSecure() - Method in class org.melati.util.DelegatedHttpServletRequest
isSecure(HttpServletRequest) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API.
isSigned(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
 
isSigned(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
isSortDescending() - Method in class org.melati.poem.prepro.FieldDef
 
isSVal() - Method in class org.melati.util.HttpHeader.Tokenizer
Convenience method to test for token or quoted string.
isTroidColumn() - Method in class org.melati.poem.Column
 
isTroidColumn() - Method in class org.melati.poem.prepro.FieldDef
 
isUnique() - Method in class org.melati.poem.prepro.FieldDef
 
isUserInRole(String) - Method in class org.melati.util.DelegatedHttpServletRequest
isUserInRole(HttpServletRequest, String) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API.
isValid(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
isWildcard() - Method in class org.melati.util.AcceptCharset.CharsetAndQValue
 
isWrapperFor(Class<?>) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
isWrapperFor(Class<?>) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
isWrapperFor(Class<?>) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4
isWrapperFor(Class<?>) - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc4
isWrapperFor(Class<?>) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
isWrapperFor(Class<?>) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
isWrapperFor(Class<?>) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc4
isWrapperFor(Class<?>) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc4
isWritable(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
it - Static variable in class org.melati.poem.DeletedPoemType
The instance.
it - Static variable in class org.melati.poem.DoublePoemType
The nullable instance.
it - Static variable in class org.melati.poem.TroidPoemType
The instance.
it - Static variable in class org.melati.poem.util.EmptyEnumeration
The instance.
it - Static variable in class org.melati.template.SimpleDateAdaptor
The instance.
it - Static variable in class org.melati.template.YMDDateAdaptor
The instance.
iterate(Procedure) - Method in class org.melati.poem.util.Cache
Apply function to all items in cache, only ignoring items where the value has been garbage collected.

J

jdbcCompliant() - Method in class org.melati.poem.dbms.test.sql.ThrowingDriverJdbc3
JdbcPersistent - Class in org.melati.poem
The object representing a single table row; this is the PO in POEM!
JdbcPersistent() - Constructor for class org.melati.poem.JdbcPersistent
Constructor.
JdbcPersistent(JdbcTable, Integer) - Constructor for class org.melati.poem.JdbcPersistent
Constructor.
JdbcPersistent(String, String) - Constructor for class org.melati.poem.JdbcPersistent
Constructor.
JdbcTable - Class in org.melati.poem
A Table.
JdbcTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.JdbcTable
Constructor.
join(Enumeration<T>, Enumeration<T>) - Static method in class org.melati.poem.util.EnumUtils
Join two Enumerations into a single one.
JSDynamicTree - Class in org.melati.util
A JavaScript tree which can be rendered as Dynamic HTML.
JSDynamicTree(Tree) - Constructor for class org.melati.util.JSDynamicTree
Constructor.
jsEscaped(String) - Static method in class org.melati.util.HTMLUtils
Javascript escape a String.
jsEscapeFor(char) - Static method in class org.melati.util.HTMLUtils
Javascript escape sequence for a character, if any, otherwise null.
jspDestroy() - Method in class org.melati.servlet.JspServlet
jspInit() - Method in class org.melati.servlet.JspServlet
JspServlet - Class in org.melati.servlet
This is a TOY and does not represent the proper way to use Melati as Melati was designed with a template engine in mind.
JspServlet() - Constructor for class org.melati.servlet.JspServlet
 
JSStaticTree - Class in org.melati.util
A JavaScript tree which can be rendered as ordinary HTML.
JSStaticTree(Tree, String) - Constructor for class org.melati.util.JSStaticTree
Constructor.
JSStaticTree(Treeable[], String) - Constructor for class org.melati.util.JSStaticTree
Constructor for an array.

K

keySet() - Method in class org.melati.poem.TableMap
KILOBYTE - Static variable in class org.melati.servlet.MultipartFormField
Number of bytes in a kilobyte.

L

last() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
lastKey() - Method in class org.melati.poem.TableSortedMap
NOTE first attempt using table.getMostRecentTroid() does not take account of deletion as mostRecentTroid is never decremented
lastupdated - Variable in class org.melati.example.contacts.generated.ContactBase
lastupdated - When was this last updated?
lastupdateuser - Variable in class org.melati.example.contacts.generated.ContactBase
lastupdateuser - Who last updated this?
length() - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
length() - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
length() - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
lessOrEqual(Object, Object) - Method in class org.melati.poem.util.DictionaryOrder
Whether A is less than or equal to B.
lessOrEqual(Object, Object) - Method in interface org.melati.poem.util.Order
Whether A is less than or equal to B.
limit - Variable in exception org.melati.poem.OutsideRangePoemException
High limit.
LimitedEnumeration<T> - Class in org.melati.poem.util
An Enumeration representing the first n elements of another Enumeration.
LimitedEnumeration(Enumeration<T>, int) - Constructor for class org.melati.poem.util.LimitedEnumeration
Constructor.
lineNumber - Variable in class org.melati.poem.prepro.FieldDef
 
load(boolean) - Method in class org.melati.poem.csv.CSVTable
Parse the CSV data file and store the data for saving later.
load(Transaction) - Method in class org.melati.poem.JdbcPersistent
Called if not uptodate.
load(PoemTransaction, Persistent) - Method in class org.melati.poem.JdbcTable
 
load(PoemTransaction, Persistent) - Method in interface org.melati.poem.Table
 
load(Transaction) - Method in class org.melati.poem.transaction.Transactioned
Load the transactioned object from its backing store.
load(Transaction) - Method in class org.melati.poem.transaction.TransactionedSerial
On load increment the Serial for this object.
loadConfiguration() - Method in class org.melati.template.velocity.VelocityTemplateEngine
 
loadDriver() - Method in class org.melati.poem.dbms.AnsiStandard
 
loader - Variable in exception org.melati.template.NotFoundException
The TempletLoader we are using.
loadTableAndObject() - Method in class org.melati.Melati
Load a POEM Table and POEM Object for use in this request.
locale() - Method in class org.melati.poem.PoemLocale
 
locale - Variable in class org.melati.template.AbstractMarkupLanguage
 
locatorsUpdateCopy() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
logCommits() - Method in class org.melati.poem.Database
 
LogicalDatabase - Class in org.melati
An object which knows how to connect to a database.
Login - Class in org.melati.login
A servlet which handles user logins.
Login() - Constructor for class org.melati.login.Login
 
login - Variable in class org.melati.poem.generated.UserBase
login - The user's login name
LoginHandler - Class in org.melati.login
An object which sets up the login process.
LoginHandler(TemplateServlet) - Constructor for class org.melati.login.LoginHandler
Constructor.
loginPageServletClassName() - Method in class org.melati.login.HttpSessionAccessHandler
The class name of the class implementing the login servlet.
loginPageTemplate() - Method in class org.melati.login.LoginHandler
 
loginPageURL(Melati, HttpServletRequest) - Method in class org.melati.login.HttpSessionAccessHandler
The URL of the login servlet.
loginSuccessfullyAs(Melati, ServletTemplateContext, User) - Method in class org.melati.login.LoginHandler
Set cookies if requested, remove any leftovers from any triggering AccessPoemException.
loginSuccessTemplate() - Method in class org.melati.login.LoginHandler
 
loginTemplate(String) - Method in class org.melati.login.LoginHandler
 
Logout - Class in org.melati.login
A servlet which deletes login session cookies to log a user off from the system.
Logout() - Constructor for class org.melati.login.Logout
 
logoutSuccessTemplate() - Method in class org.melati.login.Logout
 
logoutTemplate(String) - Method in class org.melati.login.Logout
 
logSQL() - Method in class org.melati.poem.Database
 
logStream - Static variable in class org.melati.poem.dbms.FirstSQL
Where to log to.
logUsIn(Melati, User) - Method in class org.melati.login.HttpSessionAccessHandler
Set our AccessToken.
LONG - Static variable in class org.melati.poem.PoemTypeFactory
Long base-type factory.
LongEnumeration - Class in org.melati.poem.util
An Enumeration of Longs.
LongEnumeration(long, long) - Constructor for class org.melati.poem.util.LongEnumeration
Constructor.
LongFieldDef - Class in org.melati.poem.prepro
A definition of an LongPoemType from the DSD.
LongFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.LongFieldDef
Constructor.
LongPoemType - Class in org.melati.poem
Normal longs: INT8.
LongPoemType(boolean) - Constructor for class org.melati.poem.LongPoemType
Constructor.
LongPoemType(int, String, boolean) - Constructor for class org.melati.poem.LongPoemType
 
low - Variable in exception org.melati.poem.OutsideRangePoemException
Low limit.

M

mailAddress(String, String) - Static method in class org.melati.util.Email
 
main(String[]) - Static method in class org.melati.app.ConfigApp
The main entry point.
main(String[]) - Static method in class org.melati.app.DSDApp
The main entry point.
main(String[]) - Static method in class org.melati.app.PoemApp
The main entry point.
main(String[]) - Static method in class org.melati.app.TemplateApp
The main entry point.
main(String[]) - Static method in class org.melati.example.odmg.OdmgTest
Test runner.
main(String[]) - Static method in class org.melati.poem.csv.CSVFileParser
Test harness.
main(String[]) - Static method in class org.melati.poem.dbms.DebugMckoiConnection
 
main(String[]) - Static method in class org.melati.poem.prepro.DSD
Run me.
mainClassFQName() - Method in class org.melati.poem.prepro.TableNamingInfo
 
mainClassRootReturnClass() - Method in class org.melati.poem.prepro.TableNamingInfo
We need to make sure that this is the same class as that returned by the root superclass of the same name because you cannot override a function and change its return type.
mainClassShortName() - Method in class org.melati.poem.prepro.TableNamingInfo
 
mainClassUnambiguous() - Method in class org.melati.poem.prepro.TableNamingInfo
 
MainURL(String) - Method in class org.melati.admin.AdminUtils
 
MainURL(Melati) - Method in class org.melati.admin.AdminUtils
 
MainURL(Table) - Method in class org.melati.admin.AdminUtils
 
MainURL(Table, Persistent) - Method in class org.melati.admin.AdminUtils
 
makeExecutable(File) - Static method in class org.melati.util.FileUtils
Mark a file as executable.
makePersistent() - Method in class org.melati.poem.JdbcPersistent
A convenience method to create this Persistent.
makePersistent() - Method in interface org.melati.poem.Persistent
A convenience method to create this Persistent.
makeUnique - Variable in class org.melati.servlet.DefaultFileFormDataAdaptor
 
mapped(ResultSet) - Method in class org.melati.poem.ResultSetEnumeration
 
mapped(ResultSet) - Method in class org.melati.poem.TailoredQuery.FirstRawTailoredResultSetEnumeration
 
mapped(ResultSet) - Method in class org.melati.poem.TailoredResultSetEnumeration
Return the current result set row packaged with column names in a FieldSet.
mapped(I) - Method in class org.melati.poem.util.MappedEnumeration
 
MappedEnumeration<T,I> - Class in org.melati.poem.util
An Enumeration that encapsulates another and translates each element according to an abstract mapping function.
MappedEnumeration(Enumeration<I>) - Constructor for class org.melati.poem.util.MappedEnumeration
Wrapper Constructor given Enumeration to wrap.
MarkupLanguage - Interface in org.melati.template
MarkupLanguage provides a variety of methods for rendering objects in a template.
markValid() - Method in class org.melati.poem.transaction.Transactioned
Mark as valid.
mask - Variable in class org.melati.poem.transaction.Transaction
Mask.
Mckoi - Class in org.melati.poem.dbms
A Driver for Mckoidb (http://www.mckoi.com/).
Mckoi() - Constructor for class org.melati.poem.dbms.Mckoi
Constructor.
mckoiBinaryHack - Static variable in class org.melati.poem.dbms.Mckoi
Size of binary fields.
mckoiTextHack - Static variable in class org.melati.poem.dbms.Mckoi
Size of text fields.
MD5Util - Class in org.melati.util
MD5 - utils for encoding using MD5.
meantToBeUnique - Variable in exception org.melati.poem.IndexUniquenessPoemException
Whether this Column should be unique.
MEGABYTE - Static variable in class org.melati.servlet.MultipartFormField
Number of bytes in a megabyte.
Melati - Class in org.melati
This is the main entry point for using the Melati framework.
Melati(MelatiConfig, HttpServletRequest, HttpServletResponse) - Constructor for class org.melati.Melati
Construct a Melati for use with Servlets.
Melati(MelatiConfig, MelatiWriter) - Constructor for class org.melati.Melati
Construct a Melati for use in 'stand alone' mode.
melati - Variable in class org.melati.servlet.DefaultFileFormDataAdaptor
 
melati - Variable in class org.melati.template.AbstractMarkupLanguage
 
MelatiBufferedFastWriter - Class in org.melati.template.webmacro
Writes to a buffered output object.
MelatiBufferedFastWriter(Broker, HttpServletResponse) - Constructor for class org.melati.template.webmacro.MelatiBufferedFastWriter
Constructor.
MelatiBufferedFastWriter(Broker, OutputStream, String) - Constructor for class org.melati.template.webmacro.MelatiBufferedFastWriter
Constructor.
MelatiBufferedVelocityWriter - Class in org.melati.template.velocity
Provides an interface for objects that output from melati.
MelatiBufferedVelocityWriter(OutputStream, String) - Constructor for class org.melati.template.velocity.MelatiBufferedVelocityWriter
Constructor.
MelatiBufferedVelocityWriter(HttpServletResponse) - Constructor for class org.melati.template.velocity.MelatiBufferedVelocityWriter
Constructor.
MelatiBufferedWriter - Class in org.melati.util
A buffered output object for Melati.
MelatiBufferedWriter(Writer) - Constructor for class org.melati.util.MelatiBufferedWriter
Constructor.
MelatiBugMelatiException - Exception in org.melati.util
Thrown if an internal assumption about Melati is violated.
MelatiBugMelatiException(String, Exception) - Constructor for exception org.melati.util.MelatiBugMelatiException
Full constructor.
MelatiBugMelatiException(String) - Constructor for exception org.melati.util.MelatiBugMelatiException
Constructor without sub-exception.
melatiConfig - Static variable in class org.melati.app.AbstractConfigApp
 
melatiConfig() - Method in class org.melati.app.AbstractConfigApp
Set application properties from the default properties file.
MelatiConfig - Class in org.melati
A MelatiConfig loads and provides access to the configuration parameters for melati.
MelatiConfig() - Constructor for class org.melati.MelatiConfig
Allows creation of a MelatiConfig with default config params.
MelatiConfig(String) - Constructor for class org.melati.MelatiConfig
Allows creation of a MelatiConfig with a specified properties file.
MelatiConfig(Properties) - Constructor for class org.melati.MelatiConfig
Constructor from a given Properties object.
melatiConfig - Variable in class org.melati.servlet.ConfigServlet
 
melatiConfig() - Method in class org.melati.servlet.ConfigServlet
To override any setting from org.melati.MelatiConfig.properties, simply override this method and return a valid MelatiConfig.
melatiConfig() - Method in class org.melati.test.ConfigServletTest
Demonstrates how to use a different melati configuration.
melatiConfig() - Method in class org.melati.test.ConfigServletTestOverride
 
melatiConfig() - Method in class org.melati.test.HttpAuthenticationPoemServletTest
How to use a different melati configuration.
melatiConfig() - Method in class org.melati.test.TemplateServletTest
Set the form data adaptor.
melatiConfig() - Method in class org.melati.test.TemplateServletTestOverride
Override the default (set) authentication method.
MelatiConfigurationException - Exception in org.melati.util
Thrown when an invalid configuaration is detected.
MelatiConfigurationException(String, Exception) - Constructor for exception org.melati.util.MelatiConfigurationException
 
MelatiConfigurationException(String) - Constructor for exception org.melati.util.MelatiConfigurationException
 
MelatiConfigurationException(Exception) - Constructor for exception org.melati.util.MelatiConfigurationException
 
MelatiConfigurationException() - Constructor for exception org.melati.util.MelatiConfigurationException
 
MelatiDsdProcessorMojo - Class in org.melati.poem.prepro
Process a DSD file.
MelatiDsdProcessorMojo() - Constructor for class org.melati.poem.prepro.MelatiDsdProcessorMojo
 
MelatiException - Exception in org.melati.util
Abstract base class for all Exceptions within Melati.
MelatiException(Exception) - Constructor for exception org.melati.util.MelatiException
Constructor with sub-exception.
MelatiException(String, Exception) - Constructor for exception org.melati.util.MelatiException
Constructor with message and pre-java 1.4 initial cause.
MelatiException() - Constructor for exception org.melati.util.MelatiException
Constructor.
MelatiException(String) - Constructor for exception org.melati.util.MelatiException
Constructor with message.
MelatiFastWriter - Class in org.melati.template.webmacro
Writes to an output object.
MelatiFastWriter(Broker, HttpServletResponse) - Constructor for class org.melati.template.webmacro.MelatiFastWriter
Constructor.
MelatiFastWriter(Broker, OutputStream, String) - Constructor for class org.melati.template.webmacro.MelatiFastWriter
Constructor.
MelatiIOException - Exception in org.melati.util
Convert the checked exception IOException to a RuntimeException.
MelatiIOException(Exception) - Constructor for exception org.melati.util.MelatiIOException
 
MelatiIOException(String, Exception) - Constructor for exception org.melati.util.MelatiIOException
 
melatiName(String) - Method in class org.melati.poem.dbms.AnsiStandard
Reverse the mapping in unreservedName.
melatiName(String) - Method in interface org.melati.poem.dbms.Dbms
Reverse the mapping in unreservedName.
melatiName(String) - Method in class org.melati.poem.dbms.Hsqldb
Reverse the mapping in unreservedName.
melatiName(String) - Method in class org.melati.poem.dbms.MSAccess
Ignore tables starting with '~', which should probably have a jdbc type of 'SYSTEM TABLE'.
melatiName(String) - Method in class org.melati.poem.dbms.MySQL
Reverse the mapping in unreservedName.
melatiName(String) - Method in class org.melati.poem.dbms.Oracle
Reverse the mapping in unreservedName.
melatiName(String) - Method in class org.melati.poem.dbms.SQLServer
Ignore dtproperties as it is a 'System' table used to store Entity Relationship diagrams which have a jdbc type of TABLE when it should probably have a jdbc type of 'SYSTEM TABLE'.
MelatiRuntimeException - Exception in org.melati.util
Abstract base class for all RuntimeExceptions within Melati.
MelatiRuntimeException(String, Exception) - Constructor for exception org.melati.util.MelatiRuntimeException
Constructor with message and initial cause.
MelatiRuntimeException(String) - Constructor for exception org.melati.util.MelatiRuntimeException
Constructor with detailed message.
MelatiRuntimeException(Exception) - Constructor for exception org.melati.util.MelatiRuntimeException
Constructor with initial cause.
MelatiRuntimeException() - Constructor for exception org.melati.util.MelatiRuntimeException
Constructor.
MelatiSimpleWriter - Class in org.melati.util
An output object for Melati.
MelatiSimpleWriter(Writer) - Constructor for class org.melati.util.MelatiSimpleWriter
Constructor.
MelatiStringWriter - Class in org.melati.util
Wrap up StringWriter as a MelatiWriter.
MelatiStringWriter() - Constructor for class org.melati.util.MelatiStringWriter
Constructor.
MelatiVelocityWriter - Class in org.melati.template.velocity
This provides an interface for objects that output from melati.
MelatiVelocityWriter(HttpServletResponse) - Constructor for class org.melati.template.velocity.MelatiVelocityWriter
Constructor.
MelatiVelocityWriter(OutputStream, String) - Constructor for class org.melati.template.velocity.MelatiVelocityWriter
Constructor.
MelatiWebmacroStringWriter - Class in org.melati.template.webmacro
MelatiStringWriter that can be used with WebMacro.
MelatiWebmacroStringWriter() - Constructor for class org.melati.template.webmacro.MelatiWebmacroStringWriter
 
MelatiWebmacroWriter - Interface in org.melati.template.webmacro
MelatiWriter that can be used with WebMacro.
MelatiWriter - Class in org.melati.util
An abstract Writer for objects that output from Melati.
MelatiWriter() - Constructor for class org.melati.util.MelatiWriter
 
MemoryFormDataAdaptor - Class in org.melati.servlet
Store the uploaded data in a byte array in memory.
MemoryFormDataAdaptor() - Constructor for class org.melati.servlet.MemoryFormDataAdaptor
 
MemoryFormDataAdaptorFactory - Class in org.melati.servlet
Save uploaded files as a byte[] in memory.
MemoryFormDataAdaptorFactory() - Constructor for class org.melati.servlet.MemoryFormDataAdaptorFactory
 
methodException(Class, String, Exception) - Method in class org.melati.template.velocity.PassbackEvaluationExceptionHandler
 
methodException(Class, String, Exception) - Method in class org.melati.template.velocity.PassbackMethodExceptionEventHandler
Mimer - Class in org.melati.poem.dbms
A Driver for Mimer ( NOT WORKING YET!!!).
Mimer() - Constructor for class org.melati.poem.dbms.Mimer
Constructor - set driver.
mimerTextHack - Static variable in class org.melati.poem.dbms.Mimer
Size of text fields.
minuteField(Field) - Method in class org.melati.template.YMDHMSTimestampAdaptor
 
MissingFieldException - Exception in org.melati.template
Thrown when a TempletAdaptor cannot find a required form field in a templet.
MissingFieldException(TempletAdaptor, String, String) - Constructor for exception org.melati.template.MissingFieldException
Constructor.
modeDescription() - Method in exception org.melati.poem.DeletePersistentAccessPoemException
 
modeDescription() - Method in exception org.melati.poem.ReadFieldAccessPoemException
modeDescription() - Method in exception org.melati.poem.ReadPersistentAccessPoemException
 
modeDescription() - Method in exception org.melati.poem.WriteFieldAccessPoemException
 
modeDescription() - Method in exception org.melati.poem.WritePersistentAccessPoemException
modifyTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
Implements request method "Update".
monthField(Field) - Method in class org.melati.template.YMDDateAdaptor
 
monthName(int) - Method in class org.melati.poem.PoemLocale
 
monthSuffix - Static variable in class org.melati.template.YMDDateAdaptor
 
moveToCurrentRow() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
moveToInsertRow() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
MSAccess - Class in org.melati.poem.dbms
A Driver for the Microsoft Access database server.
MSAccess() - Constructor for class org.melati.poem.dbms.MSAccess
Constructor.
MSAccess.MSAccessStringPoemType - Class in org.melati.poem.dbms
Translates a MSSQL String into a Poem StringPoemType.
MSAccess.MSAccessStringPoemType(boolean, int) - Constructor for class org.melati.poem.dbms.MSAccess.MSAccessStringPoemType
Constructor.
msAccessBinarySize - Static variable in class org.melati.poem.dbms.MSAccess
Size of binary fields.
msAccessMemoSize - Static variable in class org.melati.poem.dbms.MSAccess
Size of memo fields.
msAccessTextHack - Static variable in class org.melati.poem.dbms.MSAccess
Size of text fields.
MultipartFormDataDecoder - Class in org.melati.servlet
Parses a multipart/form-data request into its different fields, saving any files it finds along the way.
MultipartFormDataDecoder(Melati, InputStream, String, FormDataAdaptorFactory) - Constructor for class org.melati.servlet.MultipartFormDataDecoder
Constructor with default maximum size.
MultipartFormDataDecoder(Melati, InputStream, String, FormDataAdaptorFactory, int) - Constructor for class org.melati.servlet.MultipartFormDataDecoder
Constructor specifying maximum size.
MultipartFormField - Class in org.melati.servlet
Holds information parsed from a multipart/form-data file upload.
MultipartFormField() - Constructor for class org.melati.servlet.MultipartFormField
Constructor.
MultipartTemplateContext - Class in org.melati.template
A ServletTemplateContext which allows access to the filename and body of any file which is uploaded from a HTML form field.
MultipartTemplateContext(Melati, ServletTemplateContext) - Constructor for class org.melati.template.MultipartTemplateContext
Constructor.
MultipartTemplateContext(Melati, ServletTemplateContext, int) - Constructor for class org.melati.template.MultipartTemplateContext
Constructor.
MySQL - Class in org.melati.poem.dbms
A Driver for MySQL.
MySQL() - Constructor for class org.melati.poem.dbms.MySQL
Constructor - sets driver.
MySQL.BlobPoemType - Class in org.melati.poem.dbms
Translates a MySQL Blob into a Poem IntegerPoemType.
MySQL.BlobPoemType(boolean, int) - Constructor for class org.melati.poem.dbms.MySQL.BlobPoemType
Constructor.
MySQL.MySQLBooleanPoemType - Class in org.melati.poem.dbms
Translates a MySQL Boolean into a Poem BooleanType.
MySQL.MySQLBooleanPoemType(boolean) - Constructor for class org.melati.poem.dbms.MySQL.MySQLBooleanPoemType
Constructor.
MySQL.MySQLStringPoemType - Class in org.melati.poem.dbms
Translates a MySQL String into a Poem StringPoemType.
MySQL.MySQLStringPoemType(boolean, int) - Constructor for class org.melati.poem.dbms.MySQL.MySQLStringPoemType
Constructor.
mysqlTextSize - Static variable in class org.melati.poem.dbms.MySQL
Size of MySQL text fields.

N

name - Variable in class org.melati.example.contacts.generated.CategoryBase
name - Category Name
name - Variable in class org.melati.example.contacts.generated.ContactBase
name - Contact Name
name - Variable in class org.melati.example.odmg.generated.ChildBase
name
name - Variable in class org.melati.example.odmg.generated.ParentBase
name
name - Variable in exception org.melati.poem.DatabaseInitialisationPoemException
The name of the database.
name - Variable in exception org.melati.poem.DisplayLevel.NameUnrecognisedException
The name we did not recognise.
name - Variable in exception org.melati.poem.DuplicateTableNamePoemException
Its name.
name - Variable in class org.melati.poem.generated.CapabilityBase
name - A human-readable name for the Capability
name - Variable in class org.melati.poem.generated.ColumnInfoBase
name - A code-name for the field
name - Variable in class org.melati.poem.generated.GroupBase
name - A human-readable name for the group
name - Variable in class org.melati.poem.generated.SettingBase
name - A code name for this setting
name - Variable in class org.melati.poem.generated.TableCategoryBase
name - A human-readable name for the category
name - Variable in class org.melati.poem.generated.TableInfoBase
name - A code-name for the table
name - Variable in class org.melati.poem.generated.UserBase
Full name - The user's real name
name - Variable in exception org.melati.poem.NoSuchColumnPoemException
Its name.
name - Variable in exception org.melati.poem.NoSuchTablePoemException
Its name.
name - Variable in class org.melati.poem.prepro.FieldDef
 
name - Variable in exception org.melati.poem.Searchability.NameUnrecognisedException
The name of the requested Searchability.
name - Variable in exception org.melati.poem.Setting.SettingTypeMismatchException
Name of the setting.
name - Variable in exception org.melati.poem.Setting.SettingValidationException
The name of the requested setting.
name - Variable in exception org.melati.poem.SettingTable.UnsetException
The name of the requested setting.
name - Variable in exception org.melati.poem.StandardIntegrityFix.NameUnrecognisedException
The name.
name - Variable in exception org.melati.template.PartlyNullException
The name of the field.
NAME - Static variable in class org.melati.template.velocity.VelocityTemplateEngine
The name of the engine.
NAME - Static variable in class org.melati.template.webmacro.WebmacroTemplateEngine
The name of the engine.
name - Variable in exception org.melati.util.ConnectionPendingException
The database name.
name - Variable in exception org.melati.util.DatabaseInitException
The name of the database.
named(String) - Static method in class org.melati.poem.DisplayLevel
Get by name.
named(String) - Static method in class org.melati.poem.Searchability
Throws NameUnrecognisedException if not found.
named(String) - Static method in class org.melati.poem.StandardIntegrityFix
Find by name.
nativeSQL(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
NavigationURL(Table) - Method in class org.melati.admin.AdminUtils
 
negMask - Variable in class org.melati.poem.transaction.Transaction
Negative mask.
never - Static variable in class org.melati.poem.DisplayLevel
Display level of Columns hidden from users.
newName - Variable in exception org.melati.poem.ColumnRenamePoemException
The attempted rename.
newName - Variable in exception org.melati.poem.TableRenamePoemException
The name we failed to assign.
newPersistent() - Method in class org.melati.poem.JdbcTable
 
newPersistent() - Method in interface org.melati.poem.Table
 
newRequest - Variable in exception org.melati.util.ReconstructedHttpServletRequestMismatchException
The current request.
newType - Variable in exception org.melati.poem.TypeDefinitionMismatchException
Type we are trying to assign.
newTypeSource - Variable in exception org.melati.poem.TypeDefinitionMismatchException
Where the new type came from.
next() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
next() - Method in class org.melati.util.HttpHeader.FieldIterator
Return the next element or an exception.
nextCharsetAndQValue() - Method in class org.melati.util.AcceptCharset.CharsetAndQValueIterator
 
nextElement() - Method in class org.melati.poem.BooleanPossibleRawEnumeration
nextElement() - Method in class org.melati.poem.ResultSetEnumeration
Return the next element.
nextElement() - Method in class org.melati.poem.util.ArrayEnumeration
nextElement() - Method in class org.melati.poem.util.ConsEnumeration
nextElement() - Method in class org.melati.poem.util.EmptyEnumeration
nextElement() - Method in class org.melati.poem.util.FilteredEnumeration
nextElement() - Method in class org.melati.poem.util.FlattenedEnumeration
nextElement() - Method in class org.melati.poem.util.IntegerEnumeration
nextElement() - Method in class org.melati.poem.util.LimitedEnumeration
nextElement() - Method in class org.melati.poem.util.LongEnumeration
nextElement() - Method in class org.melati.poem.util.MappedEnumeration
nextElement() - Method in class org.melati.util.CSVStringEnumeration
Return the next token as an Object.
nextElement() - Method in class org.melati.util.HttpHeader.FieldIterator
nextElement() - Method in class org.melati.util.PagedEnumerationBase
nextElementOnThisPage() - Method in interface org.melati.util.PagedEnumeration
 
nextElementOnThisPage() - Method in class org.melati.util.PagedEnumerationBase
nextField() - Method in class org.melati.poem.csv.CSVFileParser
 
nextLToken() - Method in class org.melati.util.HttpHeader.Tokenizer
Same as nextToken() but does not throw an IOException and handles erroneous line breaks.
nextRecord() - Method in class org.melati.poem.csv.CSVFileParser
 
nextToken() - Method in class org.melati.util.CSVStringEnumeration
 
nextToken() - Method in class org.melati.util.HttpHeader.FieldIterator
 
nextToken() - Method in class org.melati.util.HttpHeader.TokenAndQValueIterator
nextToken() - Method in class org.melati.util.HttpHeader.WordIterator
nextTokenAndQValue() - Method in class org.melati.util.AcceptCharset
Factory method to create and return the next HttpHeader.TokenAndQValue.
nextTokenAndQValue() - Method in class org.melati.util.HttpHeader
Factory method to create and return the next HttpHeader.TokenAndQValue.
nextTokenAndQValue() - Method in class org.melati.util.HttpHeader.TokenAndQValueIterator
 
nextWord() - Method in class org.melati.util.HttpHeader.WordIterator
 
no - Static variable in class org.melati.poem.Searchability
The column is not searchable so the user will not be given the opportunity to enter search criteria for it.
NoAccessTokenPoemException - Exception in org.melati.poem
Thrown when it is discovered that a PoemThread is running without an AccessToken.
NoAccessTokenPoemException() - Constructor for exception org.melati.poem.NoAccessTokenPoemException
 
NoMoreTransactionsException - Exception in org.melati.poem
Thrown when the system runs out of its pool of Transactions; which happens if Transactions die with an Error such as OutOfMemoryError.
NoMoreTransactionsException() - Constructor for exception org.melati.poem.NoMoreTransactionsException
Constructor.
NoMoreTransactionsException(String) - Constructor for exception org.melati.poem.NoMoreTransactionsException
Constructor.
NonRootSetAccessTokenPoemException - Exception in org.melati.poem
Thrown when an attempt is made to change the AccessToken under which a PoemThread is running by a PoemThread with an AccessToken other than RootAccessToken.
NonRootSetAccessTokenPoemException(AccessToken) - Constructor for exception org.melati.poem.NonRootSetAccessTokenPoemException
Constructor.
NonUniqueKeyValueAnticipatedException - Exception in org.melati.admin
 
NonUniqueKeyValueAnticipatedException(Exception) - Constructor for exception org.melati.admin.NonUniqueKeyValueAnticipatedException
 
NoPrimaryKeyInCSVTableException - Exception in org.melati.poem.csv
Thrown when no primary key is set.
NoPrimaryKeyInCSVTableException(String, String) - Constructor for exception org.melati.poem.csv.NoPrimaryKeyInCSVTableException
 
NORMAL - Static variable in class org.melati.poem.TableCategoryTable
The category for ordinary data tables.
NormalPoemException - Exception in org.melati.poem
Thrown deliberately by the programmer.
NormalPoemException(Exception) - Constructor for exception org.melati.poem.NormalPoemException
Constructor.
NormalPoemException() - Constructor for exception org.melati.poem.NormalPoemException
Constructor.
NormalPoemException(String, Exception) - Constructor for exception org.melati.poem.NormalPoemException
Constructor with message and pre-java 1.4 initial cause.
NormalPoemException(String) - Constructor for exception org.melati.poem.NormalPoemException
Constructor with message.
normalTableCategoryName - Static variable in class org.melati.poem.TableCategoryTable
Category name for normal tables.
NoSuchColumnPoemException - Exception in org.melati.poem
Thrown when a reference to a non-existent Column is made.
NoSuchColumnPoemException(Table, String) - Constructor for exception org.melati.poem.NoSuchColumnPoemException
Constructor.
NoSuchPropertyException - Exception in org.melati.util
Thrown when a Property is not found.
NoSuchPropertyException(Properties, String) - Constructor for exception org.melati.util.NoSuchPropertyException
Constructor.
NoSuchRowPoemException - Exception in org.melati.poem
Thrown when a reference to a non existent row is made.
NoSuchRowPoemException(Table, Integer) - Constructor for exception org.melati.poem.NoSuchRowPoemException
Constructor.
NoSuchTablePoemException - Exception in org.melati.poem
Thrown when a reference to a non existent Table is made.
NoSuchTablePoemException(Database, String) - Constructor for exception org.melati.poem.NoSuchTablePoemException
Constructor.
NotComparablePoemException - Exception in org.melati.poem
Thrown when an attempt is made to set a Range for a non comparable PoemType.
NotComparablePoemException(Object, PoemType) - Constructor for exception org.melati.poem.NotComparablePoemException
Constructor.
NoTemplateEngine - Class in org.melati.template
The null ServletTemplateEngine.
NoTemplateEngine() - Constructor for class org.melati.template.NoTemplateEngine
Constructor.
NotFoundException - Exception in org.melati.template
A templet loader could not find a templet.
NotFoundException(Exception) - Constructor for exception org.melati.template.NotFoundException
Construct this decorator.
NotFoundException(String, Exception) - Constructor for exception org.melati.template.NotFoundException
Constructor.
NotFoundException(TempletLoader, Class<?>) - Constructor for exception org.melati.template.NotFoundException
Constructor.
NotFoundException(String) - Constructor for exception org.melati.template.NotFoundException
Construct this Exception with an informational snippet.
notifyColumnInfo(ColumnInfo) - Method in class org.melati.poem.JdbcTable
Clears columnInfo caches, normally a no-op.
notifyColumnInfo(ColumnInfo) - Method in interface org.melati.poem.Table
Clears columnInfo caches, normally a no-op.
notifyTouched(PoemTransaction, Persistent) - Method in class org.melati.poem.JdbcTable
Notify the table that one if its records is about to be changed in a transaction.
notifyTouched(PoemTransaction, Persistent) - Method in interface org.melati.poem.Table
Notify the table that one if its records is about to be changed in a transaction.
notifyTouched(PoemTransaction, Table, Persistent) - Method in interface org.melati.poem.TableListener
Notify a Table that one of its records is about to be modified.
notifyUncached(Table) - Method in interface org.melati.poem.TableListener
Notify a Table that it is being uncached.
NotInSessionPoemException - Exception in org.melati.poem
Thrown when it is discovered that a Transaction has somehow been created outside a Session.
NotInSessionPoemException() - Constructor for exception org.melati.poem.NotInSessionPoemException
Constructor.
NotInSessionPoemException(String) - Constructor for exception org.melati.poem.NotInSessionPoemException
Constructor with message.
NoTroidColumnException - Exception in org.melati.poem
Thrown if you forget to define a Troid for a Table.
NoTroidColumnException(Table) - Constructor for exception org.melati.poem.NoTroidColumnException
Constructor.
nth(int) - Method in class org.melati.poem.CachedSelection
 
nullable - Variable in class org.melati.poem.BasePoemType
 
nullable - Variable in class org.melati.poem.generated.ValueInfoBase
nullable - Whether the field can be empty
NullableFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines whether a Field is Nullable.
NullableFieldQualifier() - Constructor for class org.melati.poem.prepro.NullableFieldQualifier
Constructor.
nullableInstance - Static variable in class org.melati.poem.IntegerPoemType
Instance of a nullable IntegerPoemType.
nullableInstance - Static variable in class org.melati.poem.LongPoemType
Instance of a nullable LongPoemType.
nullableInstance - Static variable in class org.melati.poem.StringPoemType
The nullable instance.
nulled(String) - Static method in class org.melati.poem.util.StringUtils
Turn an empty String into a null.
nullPlusNonNullIsNull() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
nullsAreSortedAtEnd() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
nullsAreSortedAtStart() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
nullsAreSortedHigh() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
nullsAreSortedLow() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
NullTypeMismatchPoemException - Exception in org.melati.poem
Thrown when a null value is discovered in a non-nullable Field.
NullTypeMismatchPoemException(PoemType) - Constructor for exception org.melati.poem.NullTypeMismatchPoemException
Constructor.

O

object - Variable in exception org.melati.poem.DeletionIntegrityPoemException
The Persistent that we are attempting to delete.
object - Variable in exception org.melati.poem.PersistentAccessPoemException
The Persistent that access is denied to.
object - Variable in exception org.melati.poem.transaction.CrossTransactionCommitException
The Transaction that has the problem.
objects() - Method in class org.melati.poem.CachedSelection
 
OdmgDatabase - Class in org.melati.example.odmg
Melati POEM generated, programmer modifyable stub.
OdmgDatabase() - Constructor for class org.melati.example.odmg.OdmgDatabase
 
OdmgDatabaseBase - Class in org.melati.example.odmg.generated
Melati POEM generated Database base class.
OdmgDatabaseBase() - Constructor for class org.melati.example.odmg.generated.OdmgDatabaseBase
 
OdmgDatabaseTables - Interface in org.melati.example.odmg
Melati POEM generated, programmer modifyable interface stub.
OdmgDatabaseTablesBase - Interface in org.melati.example.odmg.generated
Melati POEM generated base interface to the tables in org.melati.example.odmg.
ODMGFactory - Class in org.melati.poem.odmg
Factory object for getting new ODMG/poem related objects
OdmgTable - Class in org.melati.example.odmg
Melati POEM generated, programmer modifyable inheritance hook.
OdmgTable(Database, String, DefinitionSource) - Constructor for class org.melati.example.odmg.OdmgTable
Constructor.
OdmgTable(Database, String) - Constructor for class org.melati.example.odmg.OdmgTable
Constructor.
OdmgTest - Class in org.melati.example.odmg
A command line application to test the ODMG API.
OpenAccessHandler - Class in org.melati.login
Allow any user access to the database.
OpenAccessHandler() - Constructor for class org.melati.login.OpenAccessHandler
Constructor.
openSessions() - Static method in class org.melati.poem.PoemThread
Retrieve the open sessions.
Oracle - Class in org.melati.poem.dbms
A Driver for Oracle (http://www.oracle.com/).
Oracle() - Constructor for class org.melati.poem.dbms.Oracle
Constructor.
Oracle.OracleBooleanPoemType - Class in org.melati.poem.dbms
Translates an Oracle Boolean into a Poem BooleanPoemType.
Oracle.OracleBooleanPoemType(boolean) - Constructor for class org.melati.poem.dbms.Oracle.OracleBooleanPoemType
Constructor.
Oracle.OracleStringPoemType - Class in org.melati.poem.dbms
Translates a Oracle String into a Poem StringPoemType.
Oracle.OracleStringPoemType(boolean, int) - Constructor for class org.melati.poem.dbms.Oracle.OracleStringPoemType
Constructor.
oracleTextHack - Static variable in class org.melati.poem.dbms.Oracle
Oracle does not have a pleasant TEXT datatype, so we use an arbetary value in a VARCHAR.
Order - Interface in org.melati.poem.util
An Ordering.
org.melati - package org.melati

See melati.org.

org.melati.admin - package org.melati.admin
A Melati Database Administration System.
org.melati.app - package org.melati.app
Abstract classes and examples for using Melati as a command line application.
org.melati.example.contacts - package org.melati.example.contacts
A very simple Contacts Management System.
org.melati.example.contacts.generated - package org.melati.example.contacts.generated
The POEM-generated support classes for org.melati.example.contacts.
org.melati.example.odmg - package org.melati.example.odmg
A proof of concept example of ODMG compliance.
org.melati.example.odmg.generated - package org.melati.example.odmg.generated
The POEM-generated support classes for org.melati.example.odmg.
org.melati.login - package org.melati.login
Access control for a Melati database.
org.melati.poem - package org.melati.poem
Persistent Object Engine for Melati.
org.melati.poem.csv - package org.melati.poem.csv
Importing CSV files into a Melati Database.
org.melati.poem.dbms - package org.melati.poem.dbms
Melati drivers for assorted JDBC compliant DBMS.
org.melati.poem.dbms.test.sql - package org.melati.poem.dbms.test.sql
An extension of java.sql decorated as Throwers.
org.melati.poem.generated - package org.melati.poem.generated
The POEM-generated support classes for org.melati.poem.
org.melati.poem.odmg - package org.melati.poem.odmg
POEM implementation of the ODMG API.
org.melati.poem.prepro - package org.melati.poem.prepro
A Maven plugin to run the POEM Preprocessor.
org.melati.poem.transaction - package org.melati.poem.transaction
The transaction API for POEM.
org.melati.poem.util - package org.melati.poem.util
Utilities used in POEM.
org.melati.servlet - package org.melati.servlet
Servlet specific elements of Melati.
org.melati.template - package org.melati.template
Using Templates to render Objects to output formats.
org.melati.template.velocity - package org.melati.template.velocity
Enables Velocity to be used as the Melati template engine.
org.melati.template.webmacro - package org.melati.template.webmacro
Enables WebMacro to be used as the Melati template engine.
org.melati.test - package org.melati.test
This directory contains a series of interactive tests to help in setting up and debugging a Melati installation.
org.melati.util - package org.melati.util
An assortment of useful objects.
othersDeletesAreVisible(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
othersInsertsAreVisible(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
othersUpdatesAreVisible(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
out - Variable in class org.melati.util.MelatiWriter
 
output - Variable in class org.melati.app.AbstractConfigApp
 
outputStream - Variable in class org.melati.template.velocity.MelatiVelocityWriter
 
outputStream - Variable in class org.melati.template.webmacro.MelatiFastWriter
 
OutsideRangePoemException - Exception in org.melati.poem
Thrown when a value outside of a Field's range is discovered.
OutsideRangePoemException(Object, Object, Object) - Constructor for exception org.melati.poem.OutsideRangePoemException
Constructor.
OVERLAY_PARAMETERS - Static variable in class org.melati.login.HttpSessionAccessHandler
Class name.
ownDeletesAreVisible(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
owner - Variable in class org.melati.example.contacts.generated.ContactBase
owner - Contact who owns this contact
ownInsertsAreVisible(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
ownUpdatesAreVisible(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 

P

packageName - Variable in class org.melati.poem.prepro.TableNamingInfo
This package eg org.melati.example.contacts .
Page - Class in org.melati.util
A 'screen full' of results.
Page(int, int) - Constructor for class org.melati.util.Page
Constructor.
PagedEnumeration<T> - Interface in org.melati.util
A paged enumeration.
PagedEnumerationBase<T> - Class in org.melati.util
All the code common to CountedDumbPagedEnumeration and DumbPagedEnumeration.
PagedEnumerationBase() - Constructor for class org.melati.util.PagedEnumerationBase
 
parent - Variable in class org.melati.example.odmg.generated.ChildBase
parent
Parent - Class in org.melati.example.odmg
Melati POEM generated, programmer modifiable stub for a Persistent Parent object.
Parent() - Constructor for class org.melati.example.odmg.Parent
Constructor for a Persistent Parent object.
parent - Variable in class org.melati.util.TreeNode
 
ParentBase - Class in org.melati.example.odmg.generated
Melati POEM generated abstract base class for a Persistent Parent Object.
ParentBase() - Constructor for class org.melati.example.odmg.generated.ParentBase
 
ParentTable - Class in org.melati.example.odmg
Melati POEM generated, programmer modifiable stub for a ParentTable object.
ParentTable(Database, String, DefinitionSource) - Constructor for class org.melati.example.odmg.ParentTable
Constructor.
ParentTableBase - Class in org.melati.example.odmg.generated
Melati POEM generated base class for Table Parent.
ParentTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.example.odmg.generated.ParentTableBase
Constructor.
parseData() - Method in class org.melati.servlet.MultipartFormDataDecoder
Parse the uploaded data into its constituents.
parser - Variable in class org.melati.poem.csv.CSVTable
 
parseRecord() - Method in class org.melati.poem.csv.CSVTable
Reads the file until is has seen an object's-worth of field values (ie until it sees an EOF or a line starting with '$') which it returns in a hashtable (null if there are no field values).
ParsingPoemException - Exception in org.melati.poem
Thrown when there is a problem with the format of the String representation of a non-String datatype instance.
ParsingPoemException(PoemType, String, Exception) - Constructor for exception org.melati.poem.ParsingPoemException
Constructor.
ParsingPoemException(PoemType, String) - Constructor for exception org.melati.poem.ParsingPoemException
Constructor.
PartlyNullException - Exception in org.melati.template
Thrown when only some of the fields of a compound field, such as a date, have been filled in.
PartlyNullException(String) - Constructor for exception org.melati.template.PartlyNullException
Constructor.
PassbackEvaluationExceptionHandler - Class in org.melati.template.velocity
 
PassbackEvaluationExceptionHandler(VelocityContext) - Constructor for class org.melati.template.velocity.PassbackEvaluationExceptionHandler
Constructor.
PassbackEvaluationExceptionHandler - Class in org.melati.template.webmacro
An implementation of EvaluationExceptionHandler which attempts to use a templet to render the exception.
PassbackEvaluationExceptionHandler() - Constructor for class org.melati.template.webmacro.PassbackEvaluationExceptionHandler
 
PassbackMethodExceptionEventHandler - Class in org.melati.template.velocity
Reference 'null reference' event handler.
PassbackMethodExceptionEventHandler() - Constructor for class org.melati.template.velocity.PassbackMethodExceptionEventHandler
 
password - Variable in class org.melati.poem.generated.UserBase
password - The user's password
PASSWORD - Static variable in class org.melati.poem.PoemTypeFactory
Password base-type factory.
PasswordFieldDef - Class in org.melati.poem.prepro
A definition of a PasswordPoemType from the DSD.
PasswordFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.PasswordFieldDef
Constructor.
passwordIncorrectTemplate() - Method in class org.melati.login.LoginHandler
 
PasswordPoemType - Class in org.melati.poem
A password.
PasswordPoemType(boolean, int) - Constructor for class org.melati.poem.PasswordPoemType
Constructor.
PathInfoException - Exception in org.melati.servlet
Servlet was called with unexpected PathInfo.
PathInfoException(String, Exception) - Constructor for exception org.melati.servlet.PathInfoException
Constructor.
PathInfoException(String) - Constructor for exception org.melati.servlet.PathInfoException
Constructor.
peer - Variable in class org.melati.util.DelegatedHttpServletRequest
 
Persistable - Interface in org.melati.poem
An object which can be persisted, ie has a Troid.
persistent - Variable in exception org.melati.poem.Column.SettingException
The Persistent to which this Column belongs.
persistent - Variable in exception org.melati.poem.DoubleCreatePoemException
The Persistent we have a problem with.
Persistent - Interface in org.melati.poem
The object representing a single table row; this is the PO in POEM!
PersistentAccessPoemException - Exception in org.melati.poem
Thrown when an unauthorised access of a Persistent is attempted.
PersistentAccessPoemException(Persistent, AccessToken, Capability) - Constructor for exception org.melati.poem.PersistentAccessPoemException
Constructor.
PersistentFactory - Class in org.melati.poem
A factory for persisting pojos and recreating them.
PoemApp - Class in org.melati.app
An example of how to access a POEM database from the command line.
PoemApp() - Constructor for class org.melati.app.PoemApp
 
PoemBugPoemException - Exception in org.melati.poem
Thrown if an internal assumption about Poem is violated.
PoemBugPoemException(String, Exception) - Constructor for exception org.melati.poem.PoemBugPoemException
Constructor.
PoemBugPoemException(String) - Constructor for exception org.melati.poem.PoemBugPoemException
Constructor.
PoemBugPoemException() - Constructor for exception org.melati.poem.PoemBugPoemException
Constructor.
poemContext(Melati) - Method in class org.melati.app.AbstractConfigApp
Set up the (@link PoemContext}, but only the Method.
poemContext(Melati) - Method in class org.melati.app.AbstractPoemApp
 
poemContext(Melati) - Method in class org.melati.example.contacts.ContactView
 
poemContext(Melati) - Method in class org.melati.example.contacts.Search
 
PoemContext - Class in org.melati
Holds the names of the database, table and method and the value of the TROID for a POEM session.
PoemContext() - Constructor for class org.melati.PoemContext
Empty constructor.
PoemContext(String, String, Integer, String) - Constructor for class org.melati.PoemContext
Constructor.
PoemContext(Persistent) - Constructor for class org.melati.PoemContext
 
PoemContext(Persistent, String) - Constructor for class org.melati.PoemContext
 
poemContext(Melati) - Method in class org.melati.servlet.ConfigServlet
 
poemContext(Melati) - Method in class org.melati.servlet.PoemServlet
 
poemContext(Melati) - Method in class org.melati.test.CharsetTemplateServletTest
Set up the melati context so we don't have to specify the logicaldatabase on the pathinfo.
poemContext(Melati) - Method in class org.melati.test.EmailTemplateServletTest
Set up the melati context so we don't have to specify the logicaldatabase on the pathinfo.
poemContext(Melati) - Method in class org.melati.test.FlushingServletTest
poemContext(Melati) - Method in class org.melati.test.TemplateServletTest
Set up the POEM context so we don't have to specify the logicaldatabase on the pathinfo.
poemContext(Melati) - Method in class org.melati.test.WebmacroMelatiServletTest
Set up the melati context so we don't have to specify the logicaldatabase on the pathinfo.
poemContextWithLDB(Melati, String) - Method in class org.melati.app.AbstractPoemApp
This is provided for convenience, so you don't have to specify the logical database in the arguments.
poemContextWithLDB(Melati, String) - Method in class org.melati.servlet.PoemServlet
 
PoemDatabase - Class in org.melati.poem
Though generated by POEM this is the class all generated databases extend.
PoemDatabase() - Constructor for class org.melati.poem.PoemDatabase
 
PoemDatabaseBase - Class in org.melati.poem.generated
Melati POEM generated Database base class.
PoemDatabaseBase() - Constructor for class org.melati.poem.generated.PoemDatabaseBase
 
PoemDatabaseFactory - Class in org.melati.poem
 
PoemDatabaseFactory.PoemShutdownThread - Class in org.melati.poem
Shutdown databases cleanly when JVM exits.
PoemDatabaseFactory.PoemShutdownThread() - Constructor for class org.melati.poem.PoemDatabaseFactory.PoemShutdownThread
Constructor.
PoemDatabaseTables - Interface in org.melati.poem
Melati POEM generated, programmer modifyable interface stub giving all the available tables in the PoemDatabase.
PoemDatabaseTablesBase - Interface in org.melati.poem.generated
Melati POEM generated base interface to the tables in org.melati.poem.
PoemException - Exception in org.melati.poem
Base class for all Poem exceptions.
PoemException(Exception) - Constructor for exception org.melati.poem.PoemException
Constructor.
PoemException() - Constructor for exception org.melati.poem.PoemException
Constructor.
PoemException(String, Exception) - Constructor for exception org.melati.poem.PoemException
Constructor with message and initial cause.
PoemException(String) - Constructor for exception org.melati.poem.PoemException
Constructor with message.
PoemFileFormDataAdaptorFactory - Class in org.melati.servlet
Save the uploaded file to disk in a particular directory which has a particular URL.
PoemFileFormDataAdaptorFactory() - Constructor for class org.melati.servlet.PoemFileFormDataAdaptorFactory
 
PoemLocale - Class in org.melati.poem
A wrapper for a Locale for use within Melati.
PoemLocale(Locale) - Constructor for class org.melati.poem.PoemLocale
Constructor given a non-null Locale.
PoemLogEvent - Class in org.melati.poem
A record of any underlying DBMS action.
PoemLogEvent() - Constructor for class org.melati.poem.PoemLogEvent
 
PoemServlet - Class in org.melati.servlet
Base class to use Poem with Servlets.
PoemServlet() - Constructor for class org.melati.servlet.PoemServlet
 
PoemServletContextListener - Class in org.melati.servlet
Close databases when servlet context is destroyed.
PoemServletContextListener() - Constructor for class org.melati.servlet.PoemServletContextListener
 
PoemServletTest - Class in org.melati.test
Test a Melati configuration which accesses a POEM database without using a Template Engine.
PoemServletTest() - Constructor for class org.melati.test.PoemServletTest
Constructor.
PoemTable - Class in org.melati.poem
Melati POEM generated, programmer modifiable inheritance hook.
PoemTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.PoemTable
Constructor.
PoemTask - Interface in org.melati.poem
Something that can be run.
PoemThread - Class in org.melati.poem
A Poem Thread.
poemTransaction(int) - Method in class org.melati.poem.Database
Find a transaction by its index.
PoemTransaction - Class in org.melati.poem
A set of dbms actions, which can be rolled back if necessary.
PoemTransaction(Database, Connection, int) - Constructor for class org.melati.poem.PoemTransaction
Constructor.
PoemType<T> - Interface in org.melati.poem
A data type.
PoemTypeFactory - Class in org.melati.poem
An object factory which produces PoemType objects given a Database and a code.
PoemTypeFactory(int) - Constructor for class org.melati.poem.PoemTypeFactory
Constructor.
PoemTypeFactory.Parameter - Interface in org.melati.poem
A Parameter object which knows whether a PoemType is nullable and its size.
poemTypeJava() - Method in class org.melati.poem.prepro.AtomFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.BigDecimalFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.BinaryFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.BooleanFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.ColumnTypeFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.DisplayLevelFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.FieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.IntegerFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.IntegrityFixFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.PasswordFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.ReferenceFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.SearchabilityFieldDef
 
poemTypeJava() - Method in class org.melati.poem.prepro.StringFieldDef
 
populatedPersistent(Table, Object) - Static method in class org.melati.poem.PersistentFactory
 
popupSelect(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
 
popupSelectTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
Implements the field search/selection request method.
PopUpURL(Table) - Method in class org.melati.admin.AdminUtils
 
position(byte[], long) - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
position(Blob, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
position(String, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
position(Clob, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
position(String, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
position(Clob, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
position - Variable in class org.melati.util.AcceptCharset.CharsetAndQValue
An integer that indicates where this charset was explicitly specified in Accept-Charset relative to others.
position - Variable in class org.melati.util.FtellPrintWriter
 
position - Variable in class org.melati.util.FtellWriter
 
possibleRaws() - Method in class org.melati.poem.BasePoemType
Get the possible values for this field, null for rangeable types with no range set.
possibleRaws() - Method in class org.melati.poem.ColumnTypePoemType
Get the possible values for this field, null for rangeable types with no range set.
possibleRaws() - Method in interface org.melati.poem.PoemType
Get the possible values for this field, null for rangeable types with no range set.
possibleRaws() - Method in class org.melati.poem.SearchabilityPoemType
Get the possible values for this field, null for rangeable types with no range set.
postEdit(boolean) - Method in class org.melati.poem.JdbcPersistent
Optionally called after this instance is edited by a user.
postEdit(boolean) - Method in interface org.melati.poem.Persistent
Optionally called after this instance is edited by a user.
postEdit(boolean) - Method in class org.melati.poem.Setting
Slight overkill, force recreation of value field attributes even if it is the value that has been changed.
Postgresql - Class in org.melati.poem.dbms
A Driver for Postgresql.
Postgresql() - Constructor for class org.melati.poem.dbms.Postgresql
Constructor.
postInitialise() - Method in class org.melati.poem.GroupCapabilityTable
 
postInitialise() - Method in class org.melati.poem.GroupMembershipTable
 
postInitialise() - Method in class org.melati.poem.GroupTable
 
postInitialise() - Method in class org.melati.poem.JdbcTable
Do stuff immediately after table initialisation.
postInitialise() - Method in class org.melati.poem.PoemTable
Apply default protection to this table if it has not already been protected.
postInitialise() - Method in interface org.melati.poem.Table
Do stuff immediately after table initialisation.
postInitialise() - Method in class org.melati.poem.TableCategoryTable
Setup default access capabilities and ensure that the Normal category exists.
postInitialise() - Method in class org.melati.poem.UserTable
 
postInsert() - Method in class org.melati.poem.JdbcPersistent
Called after this persistent is written to the database for the first time.
postInsert() - Method in interface org.melati.poem.Persistent
Called after this persistent is written to the database for the first time.
postModify() - Method in class org.melati.poem.JdbcPersistent
Called after this persistent is updated and written to the database replacing the existing record it represents.
postModify() - Method in interface org.melati.poem.Persistent
Called after this persistent is updated and written to the database replacing the existing record it represents.
postorderEnumeration() - Method in class org.melati.util.ChildrenDrivenMutableTree
Return an enumeration of nodes in postorder, whatever that means.
postWrite() - Method in class org.melati.poem.JdbcPersistent
Called after this persistent is written to the database on being inserted or modified.
postWrite() - Method in interface org.melati.poem.Persistent
Called after this persistent is written to the database on being inserted or modified.
precision - Variable in class org.melati.poem.generated.ValueInfoBase
Precision - Precision (total number of digits) for fixed-point numbers
PrecisionFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which enables the precision of BigDecimals to be specified.
PrecisionFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.PrecisionFieldQualifier
Constructor.
preEdit() - Method in class org.melati.poem.JdbcPersistent
Optionally called before an instance is edited by the user.
preEdit() - Method in interface org.melati.poem.Persistent
Optionally called before an instance is edited by the user.
preorderEnumeration() - Method in class org.melati.util.ChildrenDrivenMutableTree
Return an enumeration of nodes in preorder, whatever that means.
prepareCall(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
prepareCall(String, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
prepareCall(String, int, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
PreparedSQLSeriousPoemException - Exception in org.melati.poem
Thrown when an SQL PreparedStatement fails.
PreparedSQLSeriousPoemException(PreparedStatement, SQLException) - Constructor for exception org.melati.poem.PreparedSQLSeriousPoemException
Constructor.
preparedStatement(PoemTransaction) - Method in class org.melati.poem.PreparedStatementFactory
Get a new or cached PreparedStatement.
preparedStatement() - Method in class org.melati.poem.PreparedStatementFactory
 
PreparedStatementFactory - Class in org.melati.poem
Maintains a cache of PreparedStatements for an SQL statement string.
PreparedStatementFactory(Database, String) - Constructor for class org.melati.poem.PreparedStatementFactory
Constructor.
preparedStatementPlaceholder(PoemType<?>) - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate casting in placeholders.
preparedStatementPlaceholder(PoemType<?>) - Method in interface org.melati.poem.dbms.Dbms
Accomodate casting in placeholders.
preparedStatementPlaceholder(PoemType) - Method in class org.melati.poem.dbms.Postgresql
Accomodate casting in placeholders.
PreparedTailoredQuery - Class in org.melati.poem
A TailoredQuery which uses a PreparedStatement.
PreparedTailoredQuery(String, Column[], Table[], String, String) - Constructor for class org.melati.poem.PreparedTailoredQuery
Full constructor.
PreparedTailoredQuery(Column[], Table[], String, String) - Constructor for class org.melati.poem.PreparedTailoredQuery
Constructor with null modifier.
prepareStatement(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
prepareStatement(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
prepareStatement(String, int[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
prepareStatement(String, String[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
prepareStatement(String, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
prepareStatement(String, int, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
prePoemSession(Melati) - Method in class org.melati.admin.Copy
Set the ServletTemplateEngine and ServletTemplateContext in our Melati.
prePoemSession(Melati) - Method in class org.melati.app.AbstractPoemApp
A place holder for things you might want to do before setting up a PoemSession.
prePoemSession(Melati) - Method in class org.melati.servlet.PoemServlet
A place to do things before entering the session of the user, here is a good place to use root access token.
prePoemSession(Melati) - Method in class org.melati.servlet.TemplateServlet
Set the ServletTemplateEngine and ServletTemplateContext in our Melati.
prePoemSession(Melati) - Method in class org.melati.test.PoemServletTest
Normally one would ensure that these settings are present in the database, but they are ensured here so that everything is in one place.
prevent - Static variable in class org.melati.poem.StandardIntegrityFix
Disallow the deletion.
previous() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
primary - Static variable in class org.melati.poem.DisplayLevel
Display level of a Column used as the name of the whole record.
primary - Static variable in class org.melati.poem.Searchability
The column is the only one in the table for which a special widget is provided to enter a search value.
primaryCriterionColumn() - Method in class org.melati.poem.JdbcTable
In a similar manner to the primary display column, each table can have one primary criterion column.
primaryCriterionColumn() - Method in interface org.melati.poem.Table
In a similar manner to the primary display column, each table can have one primary criterion column.
primaryKey - Variable in class org.melati.poem.csv.CSVTable
 
primarySelectTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
 
PrimarySelectURL(Melati) - Method in class org.melati.admin.AdminUtils
 
println() - Method in class org.melati.util.ThrowingPrintWriter
Delegated method.
printStackTrace() - Method in exception org.melati.poem.PoemException
printStackTrace(PrintStream) - Method in exception org.melati.poem.PoemException
printStackTrace(PrintWriter) - Method in exception org.melati.poem.PoemException
printStackTrace() - Method in exception org.melati.util.MelatiException
printStackTrace(PrintStream) - Method in exception org.melati.util.MelatiException
printStackTrace(PrintWriter) - Method in exception org.melati.util.MelatiException
problems - Variable in exception org.melati.poem.util.Cache.InconsistencyException
 
Procedure - Interface in org.melati.poem.util
A Procedure ie a void function.
process(boolean, boolean, boolean, boolean, Writer) - Method in class org.melati.poem.csv.CSVFilesProcessor
Load all the data from the files, empty the tables if necessary and then write the new data into the tables.
process(boolean, boolean, boolean, Writer) - Method in class org.melati.poem.csv.CSVFilesProcessor
With write on the fly false.
process(Writer) - Method in interface org.melati.poem.prepro.Generator
Do the do.
ProcessFailedException - Exception in org.melati.util
Thrown when an external program fails to exec.
ProcessFailedException(String, String) - Constructor for exception org.melati.util.ProcessFailedException
Constructor with message and what was printed to STDERR.
PropagateEvaluationExceptionHandler - Class in org.melati.template.velocity
 
PropagateEvaluationExceptionHandler() - Constructor for class org.melati.template.velocity.PropagateEvaluationExceptionHandler
Constructor.
PropagateEvaluationExceptionHandler - Class in org.melati.template.webmacro
An implementation of EvaluationExceptionHandler which throws an exception whenever it is called.
PropagateEvaluationExceptionHandler() - Constructor for class org.melati.template.webmacro.PropagateEvaluationExceptionHandler
Constructor.
properties - Variable in exception org.melati.util.PropertyException
the Properties we have a problem with.
PropertiesUtils - Class in org.melati.util
Useful things to do with properties files.
PropertyException - Exception in org.melati.util
Thrown when any Property related problem occurs.
PropertyException(Properties, String, Exception) - Constructor for exception org.melati.util.PropertyException
Constructor.
PropertyException(String, Exception) - Constructor for exception org.melati.util.PropertyException
Constructor.
PropertyException(Properties, String) - Constructor for exception org.melati.util.PropertyException
Constructor.
propertyName - Variable in exception org.melati.util.PropertyException
The specific Property we have a problem with, may be null.
put(Integer, Persistent) - Method in class org.melati.poem.TableMap
put(Object, Object) - Method in class org.melati.poem.util.Cache
Add an Object to the cache.
put(String, Object) - Method in class org.melati.template.MultipartTemplateContext
Put an object into the Context with a key.
put(String, Object) - Method in interface org.melati.template.TemplateContext
Put an object into the Context with a key.
put(String, Object) - Method in class org.melati.template.velocity.VelocityTemplateContext
Put an object into the Context with a key.
put(String, Object) - Method in class org.melati.template.webmacro.WebmacroTemplateContext
Set a value in the Context.
putAll(Map<? extends Integer, ? extends Persistent>) - Method in class org.melati.poem.TableMap

Q

q - Variable in class org.melati.util.HttpHeader.TokenAndQValue
Value between zero and one with at most 3 decimal places.
qsort(Order, Object[]) - Static method in class org.melati.poem.util.SortUtils
Quick sort an array.
qualifiers - Variable in class org.melati.poem.prepro.FieldDef
 
query - Variable in class org.melati.poem.TailoredResultSetEnumeration
 
quoted(String, char) - Static method in class org.melati.poem.prepro.StringUtils
Surround a string in quotes.
quoted(String, char) - Static method in class org.melati.poem.util.StringUtils
Surround a string in quotes.
quotedName() - Method in class org.melati.poem.Column
 
quotedName(String) - Method in class org.melati.poem.Database
Quote a name in the DBMS' specific dialect.
quotedName() - Method in class org.melati.poem.JdbcTable
 
quotedName() - Method in interface org.melati.poem.Table
 
quotedRaw(Object) - Method in class org.melati.poem.BasePoemType
Quoting a raw value, if appropriate, for the Dbms.
quotedRaw(Object) - Method in interface org.melati.poem.SQLType
Quoting a raw value, if appropriate, for the Dbms.

R

randomString(int) - Static method in class org.melati.poem.util.StringUtils
Generate a random String.
rangelimit_string - Variable in class org.melati.poem.generated.ValueInfoBase
Range: limit - The (exclusive) limit of the range of permissible values for the field
rangelow_string - Variable in class org.melati.poem.generated.ValueInfoBase
Range: low - The low end of the range of permissible values for the field
rawFrom(ServletTemplateContext, String) - Method in class org.melati.template.SimpleDateAdaptor
Retrieve a raw value, ie an SQL value, from a ServletTemplateContext.
rawFrom(ServletTemplateContext, String) - Method in interface org.melati.template.TempletAdaptor
Retrieve a raw value, ie an SQL value, from a ServletTemplateContext.
rawFrom(ServletTemplateContext, String) - Method in class org.melati.template.YMDDateAdaptor
Retrieve a raw value, ie an SQL value, from a ServletTemplateContext.
rawFrom(ServletTemplateContext, String) - Method in class org.melati.template.YMDHMSTimestampAdaptor
Retrieve a raw value, ie an SQL value, from a ServletTemplateContext.
rawOfCooked(Object) - Method in class org.melati.poem.BasePoemType
Return the Object value, a no-op for all but ReferencePoemTypes, for which it returns the troid as an Integer.
rawOfCooked(Object) - Method in interface org.melati.poem.PoemType
Return the Object value, a no-op for all but ReferencePoemTypes, for which it returns the troid as an Integer.
rawOfString(String) - Method in class org.melati.poem.BasePoemType
Converts a possibly null String to a low level representation of a valid database column value.
rawOfString(String) - Method in interface org.melati.poem.PoemType
Get an Object from its String representation.
rawType - Variable in class org.melati.poem.prepro.FieldDef
 
readChar(char) - Method in class org.melati.util.HttpHeader.Tokenizer
Read the given character that comes next.
readData(MultipartFormField, DelimitedBufferedInputStream, byte[]) - Method in class org.melati.servlet.BaseFileFormDataAdaptor
Read data from in until the delim, work out which file to save it in, and save it.
readData(MultipartFormField, DelimitedBufferedInputStream, byte[]) - Method in interface org.melati.servlet.FormDataAdaptor
Read data from in until the delim is found and save the data so that we can access it again.
readData(MultipartFormField, DelimitedBufferedInputStream, byte[]) - Method in class org.melati.servlet.MemoryFormDataAdaptor
Read data from in until the delim and save it in an internal buffer for later use.
reader - Variable in class org.melati.poem.csv.CSVTable
 
ReadFieldAccessPoemException - Exception in org.melati.poem
Thrown when an unauthorised read of a Field of a Persistent is attempted.
ReadFieldAccessPoemException(Persistent, Column, AccessToken, Capability) - Constructor for exception org.melati.poem.ReadFieldAccessPoemException
Constructor.
readLock(Transaction) - Method in class org.melati.poem.JdbcPersistent
This is just to make this method available to Table.
readLock(SessionToken) - Method in class org.melati.poem.JdbcPersistent
 
readLock() - Method in class org.melati.poem.JdbcPersistent
Check if we may read this object and then lock it.
readLock() - Method in class org.melati.poem.JdbcTable
Lock this record.
readLock() - Method in interface org.melati.poem.Table
Lock this record.
readLock(Transaction) - Method in class org.melati.poem.transaction.Transactioned
 
readNVal() - Method in class org.melati.util.HttpHeader.Tokenizer
Read the number token that comes next.
ReadPasswordAccessPoemException - Exception in org.melati.poem
Thrown when an unauthorised read of a password Field of a protected Persistent is attempted.
ReadPasswordAccessPoemException(Persistent, Column, AccessToken, Capability) - Constructor for exception org.melati.poem.ReadPasswordAccessPoemException
Constructor.
ReadPersistentAccessPoemException - Exception in org.melati.poem
Thrown when an unauthorised read of a Persistent is attempted.
ReadPersistentAccessPoemException(Persistent, AccessToken, Capability) - Constructor for exception org.melati.poem.ReadPersistentAccessPoemException
Constructor.
readQValue() - Method in class org.melati.util.HttpHeader.Tokenizer
Read a token sequence of the form "; q = 0.42" and return the number.
readSVal() - Method in class org.melati.util.HttpHeader.Tokenizer
Read the word token or quoted string that comes next.
readToDelimiter(byte[], int, int, byte[]) - Method in class org.melati.util.DelimitedBufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset, but we stop at the first occurrence of delim.
readTokenAndQValue(HttpHeader.TokenAndQValue) - Method in class org.melati.util.HttpHeader.Tokenizer
Read a word or quoted string token optionally followed by a string of the form "; q = 0.42" and initialises the given object.
readWord() - Method in class org.melati.util.HttpHeader.Tokenizer
Read the word token that comes next.
readWord(String) - Method in class org.melati.util.HttpHeader.Tokenizer
Read the given word token that comes next.
reallyGet(int) - Method in class org.melati.poem.PreparedStatementFactory
Obtain a fresh PreparedStatement for a connection identified by an index.
reallyGet(int) - Method in class org.melati.poem.util.CachedIndexFactory
 
ReconnectionPoemException - Exception in org.melati.poem
Thrown when a committed Connection still exists.
ReconnectionPoemException(Database) - Constructor for exception org.melati.poem.ReconnectionPoemException
Constructor.
ReconstructedHttpServletRequest - Class in org.melati.util
An HttpServletRequest created from values stored in the Session.
ReconstructedHttpServletRequest(HttpServletRequestParameters, HttpServletRequest) - Constructor for class org.melati.util.ReconstructedHttpServletRequest
Constructor.
ReconstructedHttpServletRequestMismatchException - Exception in org.melati.util
Thrown should a ReconstructedHttpServletRequest not match the stored parameters of the original request.
ReconstructedHttpServletRequestMismatchException(HttpServletRequestParameters, HttpServletRequest) - Constructor for exception org.melati.util.ReconstructedHttpServletRequestMismatchException
Constructor.
record - Static variable in class org.melati.poem.DisplayLevel
Display level of Columns included in display focusing on a single record, but without detail.
recordHasMoreFields() - Method in class org.melati.poem.csv.CSVFileParser
Are there any more tokens to come?
records - Variable in class org.melati.poem.csv.CSVTable
 
RecordURL(Persistent) - Method in class org.melati.admin.AdminUtils
 
RecordURL(Persistent, String, String) - Method in class org.melati.admin.AdminUtils
 
RecordURL(Melati) - Method in class org.melati.admin.AdminUtils
 
redefineTable(Table) - Method in class org.melati.poem.Database
 
reference(Persistent, String) - Static method in class org.melati.poem.Field
A convenience method to create a populated, nullable, Reference Field.
reference(Table, String) - Static method in class org.melati.poem.Field
A convenience method to create new unpopulated, nullable Reference Field.
ReferenceFieldDef - Class in org.melati.poem.prepro
A definition of a ReferencePoemType from the DSD.
ReferenceFieldDef(int, TableDef, String, int, String, Vector) - Constructor for class org.melati.poem.prepro.ReferenceFieldDef
Constructor.
ReferencePoemType - Class in org.melati.poem
A data type that is a reference to a Persistent object.
ReferencePoemType(Table, boolean) - Constructor for class org.melati.poem.ReferencePoemType
Constructor.
references - Variable in exception org.melati.poem.DeletionIntegrityPoemException
References to our Persistent.
referencesTo(Persistent) - Method in class org.melati.poem.Column
Return an Enumeration of Persistents from the Table this column refers to, if this is a reference column, otherwise the Empty Enumeration.
referencesTo(Persistent) - Method in class org.melati.poem.Database
Find all references to specified object in all tables.
referencesTo(Table) - Method in class org.melati.poem.Database
 
referencesTo(Persistent, Column, Enumeration<Persistent>, Map<Column, IntegrityFix>) - Method in interface org.melati.poem.IntegrityFix
Do something about references from a given column to a Persistent which is about to be deleted.
referencesTo(Persistent) - Method in class org.melati.poem.JdbcTable
All the objects in the table which refer to a given object.
referencesTo(Table) - Method in class org.melati.poem.JdbcTable
All the columns in the table which refer to the given table.
referencesTo(Persistent, Column, Enumeration, Map) - Method in class org.melati.poem.StandardIntegrityFix
Each StandardIntegrityFix differs from another by the way they implement StandardIntegrityFix.referencesTo(org.melati.poem.Persistent, org.melati.poem.Column, java.util.Enumeration, java.util.Map).
referencesTo(Persistent) - Method in interface org.melati.poem.Table
All the objects in the table which refer to a given object.
referencesTo(Table) - Method in interface org.melati.poem.Table
All the columns in the table which refer to the given table.
refreshRow() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
regExps - Static variable in class org.melati.template.velocity.WebMacroConverter
The regexes to use for substitution.
registerOutParameter(int, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
registerOutParameter(int, int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
registerOutParameter(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
registerOutParameter(String, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
registerOutParameter(String, int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
registerOutParameter(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
relative(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
releaseSavepoint(Savepoint) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
rememberAllTroids(boolean) - Method in class org.melati.poem.JdbcTable
 
rememberAllTroids(boolean) - Method in interface org.melati.poem.Table
 
remove(Object) - Method in class org.melati.poem.TableMap
remove() - Method in class org.melati.util.HttpHeader.FieldIterator
removeAttribute(String) - Method in class org.melati.util.DelegatedHttpServletRequest
removeAttribute(HttpServletRequest, String) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API.
removed(Object[], Object) - Static method in class org.melati.poem.util.ArrayUtils
Remove an Object from an Array.
removeDatabase(String) - Static method in class org.melati.poem.PoemDatabaseFactory
Enable a database to be reinitialised, without incurring the full overhead of restarting hsqldb, used in tests.
render(String, int, MelatiWriter) - Method in class org.melati.template.AbstractMarkupLanguage
Render a String in a MarkupLanguage specific way, limiting it's length.
render(String, MelatiWriter) - Method in class org.melati.template.AbstractMarkupLanguage
Render a String in a MarkupLanguage specific way to a supplied MelatiWriter.
render(Field, MelatiWriter) - Method in class org.melati.template.AbstractMarkupLanguage
Render a Field Object in a MarkupLanguage specific way, rendering to supplied MelatiWriter.
render(Field, int, int, MelatiWriter) - Method in class org.melati.template.AbstractMarkupLanguage
Render a Field Object in a MarkupLanguage specific way, rendering to supplied MelatiWriter.
render(Object) - Method in class org.melati.template.AbstractMarkupLanguage
Render an Object in a MarkupLanguage specific way, rendering to the MelatiWriter supplied by melati.getWriter().
render(Object, MelatiWriter) - Method in class org.melati.template.AbstractMarkupLanguage
Render an Object in a MarkupLanguage specific way, rendering to a supplied Writer.
render(String, MelatiWriter) - Method in interface org.melati.template.AttributeMarkupLanguage
Render, not translating line ends to BR tags.
render(String, MelatiWriter) - Method in class org.melati.template.HTMLAttributeMarkupLanguage
Do entity substitution.
render(Object, MelatiWriter) - Method in class org.melati.template.HTMLAttributeMarkupLanguage
Attribute markup languages do not have templets, so don't look for one.
render(String, MelatiWriter) - Method in class org.melati.template.HTMLLikeMarkupLanguage
Render, directly to the output stream, substituting entities for high value ASCII characters and new line characters.
render(Object, MelatiWriter) - Method in class org.melati.template.WMLAttributeMarkupLanguage
Attribute markup languages do not have templets, so don't look for one.
rendered(String, int) - Method in class org.melati.template.AbstractMarkupLanguage
Render a String in a MarkupLanguage specific way, limiting it's length.
rendered(Field, int, int) - Method in class org.melati.template.AbstractMarkupLanguage
Render a Field Object in a MarkupLanguage specific way, returning a String.
rendered(Field, int) - Method in class org.melati.template.AbstractMarkupLanguage
Render a Field Object in a MarkupLanguage specific way, returning a String.
rendered(Object) - Method in class org.melati.template.AbstractMarkupLanguage
Render an Object in a MarkupLanguage specific way, returning a String.
rendered(AccessPoemException) - Method in interface org.melati.template.AttributeMarkupLanguage
AccessPoemException is treated differently in an Atribute than in the main body of a page.
rendered(AccessPoemException) - Method in class org.melati.template.HTMLAttributeMarkupLanguage
AccessPoemException is treated differently in an Atribute than in the main body of a page.
rendered(Object) - Method in interface org.melati.template.MarkupLanguage
Render an Object in a MarkupLanguage specific way, returning a String.
rendered(String, int) - Method in interface org.melati.template.MarkupLanguage
Render a String in a MarkupLanguage specific way, limiting it's length.
rendered(Field, int) - Method in interface org.melati.template.MarkupLanguage
Render a Field Object in a MarkupLanguage specific way, returning a String.
rendered(Field, int, int) - Method in interface org.melati.template.MarkupLanguage
Render a Field Object in a MarkupLanguage specific way, returning a String.
rendered(Field) - Method in class org.melati.template.SimpleDateAdaptor
 
rendered(AccessPoemException) - Method in class org.melati.template.WMLAttributeMarkupLanguage
AccessPoemException is handled differently in an Attribute than it is in the main body of a page.
rendered(AccessPoemException) - Method in class org.melati.template.XMLAttributeMarkupLanguage
AccessPoemException is handled differently in an Attribute than it is in the main body of a page.
renderedMarkup(String) - Method in class org.melati.template.AbstractMarkupLanguage
renderedMarkup(String) - Method in interface org.melati.template.MarkupLanguage
 
renderedStart(Field) - Method in class org.melati.template.AbstractMarkupLanguage
Render a Date Field Object in a MarkupLanguage specific way, returning a START Date format String.
renderedStart(Field) - Method in interface org.melati.template.MarkupLanguage
Render a Date Field Object in a MarkupLanguage specific way, returning a START Date format String.
renderinfo - Variable in class org.melati.poem.generated.ValueInfoBase
Rendering information - The name of the Melati templet (if not the default) to use for input controls for the field
RenderinfoFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines the which templet to use to render the field.
RenderinfoFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.RenderinfoFieldQualifier
Constructor.
renderMarkup(String, MelatiWriter) - Method in class org.melati.template.AbstractMarkupLanguage
Render a markup fragment in a MarkupLanguage specific way to a supplied MelatiWriter.
renderMarkup(String, MelatiWriter) - Method in class org.melati.template.HTMLLikeMarkupLanguage
Render a markup fragment in a MarkupLanguage specific way to a supplied MelatiWriter.
renderStart(Field, MelatiWriter) - Method in class org.melati.template.AbstractMarkupLanguage
 
report(boolean, boolean, Writer) - Method in class org.melati.poem.csv.CSVTable
Return a string reporting on the data added to this table.
reqType - Variable in exception org.melati.poem.Setting.SettingTypeMismatchException
Required type.
REQUEST - Static variable in class org.melati.template.velocity.VelocityServletTemplateContext
The HTTP request object context key.
reset() - Method in class org.melati.poem.transaction.Transactioned
 
reset() - Method in class org.melati.template.velocity.MelatiBufferedVelocityWriter
Do nothing in the unbuffered case.
reset() - Method in class org.melati.template.webmacro.MelatiBufferedFastWriter
 
reset(String) - Method in class org.melati.util.CSVStringEnumeration
Look at a new string.
reset() - Method in class org.melati.util.MelatiBufferedWriter
Do nothing in the unbuffered case.
reset() - Method in class org.melati.util.MelatiStringWriter
Do nothing in the unbuffered case.
reset() - Method in class org.melati.util.MelatiWriter
Do nothing in the unbuffered case.
RESPONSE - Static variable in class org.melati.template.velocity.VelocityServletTemplateContext
The HTTP response object context key.
responseCharset - Variable in class org.melati.Melati
Suggested character encoding for use in responses.
RestrictedAccessObject - Class in org.melati.test
An object which requires authorisation to view it.
RestrictedAccessObject() - Constructor for class org.melati.test.RestrictedAccessObject
Constructor.
RestrictedReferencePoemType - Class in org.melati.poem
A pointer to a subset of a Table.
RestrictedReferencePoemType(CachedSelection, boolean) - Constructor for class org.melati.poem.RestrictedReferencePoemType
Constructor.
resultSet(SessionToken, PreparedStatement) - Method in class org.melati.poem.PreparedStatementFactory
 
resultSet(SessionToken) - Method in class org.melati.poem.PreparedStatementFactory
 
resultSet() - Method in class org.melati.poem.PreparedStatementFactory
 
ResultSetEnumeration<T> - Class in org.melati.poem
An Enumeration created by filtering a ResultSet according to an abstract function applied to each element of the ResultSet.
ResultSetEnumeration(ResultSet) - Constructor for class org.melati.poem.ResultSetEnumeration
Constructor.
rollback() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
rollback(Savepoint) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
rollback(Transaction) - Method in class org.melati.poem.JdbcPersistent
 
rollback() - Static method in class org.melati.poem.PoemThread
Rollback the underlying DBMS.
rollback() - Method in class org.melati.poem.transaction.Transaction
Finish without commit.
rollback(Transaction) - Method in class org.melati.poem.transaction.Transactioned
 
RollbackFailedPoemException - Exception in org.melati.poem
Thrown when an SQL ROLLBACK fails.
RollbackFailedPoemException(SQLException) - Constructor for exception org.melati.poem.RollbackFailedPoemException
Constructor.
RollbackLogEvent - Class in org.melati.poem
A record of a cancelled transaction.
RollbackLogEvent(PoemTransaction) - Constructor for class org.melati.poem.RollbackLogEvent
Constructor.
root - Static variable in interface org.melati.poem.AccessToken
The super user.
root - Variable in class org.melati.util.ChildrenDrivenMutableTree
root node
RootAccessToken - Class in org.melati.poem
An AccessToken (aka User) which can do anything.
RootAccessToken() - Constructor for class org.melati.poem.RootAccessToken
 
roots - Variable in class org.melati.template.AbstractTemplateEngine
 
rowDeleted() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
RowDisappearedPoemException - Exception in org.melati.poem
Thrown when a reference to a Persistent is made after it has been deleted.
RowDisappearedPoemException(Table, Integer) - Constructor for exception org.melati.poem.RowDisappearedPoemException
Constructor.
RowDisappearedPoemException(NoSuchRowPoemException) - Constructor for exception org.melati.poem.RowDisappearedPoemException
Constructor.
RowDisappearedPoemException(Persistent) - Constructor for exception org.melati.poem.RowDisappearedPoemException
Constructor.
rowInserted() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
rows - Variable in class org.melati.poem.CachedQuery
 
rowUpdated() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
run(String[]) - Method in class org.melati.app.AbstractConfigApp
Do our thing.
run(String[]) - Method in interface org.melati.app.App
Process a command line with its arguments.
run() - Method in class org.melati.poem.PoemDatabaseFactory.PoemShutdownThread
run() - Method in interface org.melati.poem.PoemTask
Run me.
run() - Method in class org.melati.util.Flusher
runtime - Static variable in class org.melati.poem.DefinitionSource
The current running application; transitory, as next time this data will be in the data dictionary.

S

sameQueryWith(String, String, String) - Static method in class org.melati.servlet.Form
Modify or add a form parameter setting (query string component) in a query string.
sameRawAs(Field) - Method in class org.melati.poem.Field
Compare raws.
sameURLWith(String, String) - Method in class org.melati.Melati
The URL of the servlet request associated with this Melati, with a modified or added form parameter setting (query string component).
sameURLWith(String) - Method in class org.melati.Melati
The URL of the servlet request associated with this Melati, with a modified or added form flag setting (query string component).
sameURLWith(String, String, String, String) - Static method in class org.melati.servlet.Form
Modify or add a form parameter setting (query string component) in a URL.
sameURLWith(HttpServletRequest, String, String) - Static method in class org.melati.servlet.Form
Modify or add a form parameter setting (query string component) in the URL for a servlet request.
saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.BasePoemType
Set the type of the ColumnInfo.
saveColumnInfo(ColumnInfo) - Method in interface org.melati.poem.PoemType
Set the type of the ColumnInfo.
scale - Variable in class org.melati.poem.generated.ValueInfoBase
Scale - Scale (number of digits after the decimal) for fixed-point numbers
ScaleFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which enables the scale of BigDecimals to be specified.
ScaleFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.ScaleFieldQualifier
Constructor.
schema - Variable in class org.melati.poem.dbms.AnsiStandard
 
Search - Class in org.melati.example.contacts
Example servlet to search contacts and display them.
Search() - Constructor for class org.melati.example.contacts.Search
 
searchability - Variable in class org.melati.poem.generated.ColumnInfoBase
searchability - A category determining what level of searching this field supports
SEARCHABILITY - Static variable in class org.melati.poem.PoemTypeFactory
Poem Searchability factory.
searchability - Variable in class org.melati.poem.prepro.FieldDef
 
Searchability - Class in org.melati.poem
The quality of being searchable: yes, no or primary.
Searchability.NameUnrecognisedException - Exception in org.melati.poem
Thrown when an invalid Searchability level is specified, by a typing mistake in the DSD for example.
Searchability.NameUnrecognisedException(String) - Constructor for exception org.melati.poem.Searchability.NameUnrecognisedException
Constructor.
SearchabilityFieldDef - Class in org.melati.poem.prepro
A definition of a SearchabilityPoemType from the DSD.
SearchabilityFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.SearchabilityFieldDef
Constructor.
SearchabilityFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines the type of Searchability a Field has.
SearchabilityFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.SearchabilityFieldQualifier
Constructor.
SearchabilityPoemType - Class in org.melati.poem
A data type used within the POEM ColumnInfo metadata.
SearchabilityPoemType() - Constructor for class org.melati.poem.SearchabilityPoemType
Constructor, non-nullable.
searchInput(Field, String) - Method in class org.melati.template.AbstractMarkupLanguage
Get an input widget for this Field specifying the null value.
searchInput(Field, String) - Method in interface org.melati.template.MarkupLanguage
Get an input widget for this Field specifying the null value.
secondField(Field) - Method in class org.melati.template.YMDHMSTimestampAdaptor
 
section(Object[], int, int) - Static method in class org.melati.poem.util.ArrayUtils
Extract a subsection of an Array.
Selectable - Interface in org.melati.poem
An object on which selections can be performed.
selection(ServletTemplateContext, Melati, boolean) - Static method in class org.melati.admin.Admin
Modifies the context in preparation for serving a template to view a selection of rows.
selection() - Method in class org.melati.poem.CachedTailoredQuery
The results of the query.
selection() - Method in class org.melati.poem.JdbcTable
All the objects in the table.
selection(String) - Method in class org.melati.poem.JdbcTable
A SELECTion of objects from the table meeting given criteria.
selection(String, String, boolean) - Method in class org.melati.poem.JdbcTable
A SELECTion of objects from the table meeting given criteria, possibly including those flagged as deleted.
selection(Persistent) - Method in class org.melati.poem.JdbcTable
Return a selection of rows given an exemplar.
selection(Persistent, String) - Method in class org.melati.poem.JdbcTable
Return a selection of rows given arguments specifying a query.
selection(Persistent, String, boolean, boolean) - Method in class org.melati.poem.JdbcTable
Return a selection of rows given arguments specifying a query.
selection() - Method in class org.melati.poem.PreparedTailoredQuery
The results of the query.
selection() - Method in interface org.melati.poem.Selectable
All the Objects.
selection() - Method in interface org.melati.poem.Table
All the objects in the table.
selection(String) - Method in interface org.melati.poem.Table
A SELECTion of objects from the table meeting given criteria.
selection(String, String, boolean) - Method in interface org.melati.poem.Table
A SELECTion of objects from the table meeting given criteria, possibly including those flagged as deleted.
selection(Persistent) - Method in interface org.melati.poem.Table
Return a selection of rows given an exemplar.
selection(Persistent, String) - Method in interface org.melati.poem.Table
Return a selection of rows given arguments specifying a query.
selection(Persistent, String, boolean, boolean) - Method in interface org.melati.poem.Table
Return a selection of rows given arguments specifying a query.
selection() - Method in class org.melati.poem.TailoredQuery
Run the query.
selection_firstRaw() - Method in class org.melati.poem.CachedTailoredQuery
selection_firstRaw() - Method in class org.melati.poem.PreparedTailoredQuery
 
selection_firstRaw() - Method in class org.melati.poem.TailoredQuery
 
selectionRightTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
Implements request to display a selection of records from a table in the right hand pane.
SelectionRightURL(Table) - Method in class org.melati.admin.AdminUtils
 
selectionSQL(String, String, String, boolean, boolean) - Method in class org.melati.poem.JdbcTable
The from clause has been added as an argument because it is inextricably linked to the where clause, but the default is JdbcTable.quotedName().
selectionSQL(String, String, String, boolean, boolean) - Method in interface org.melati.poem.Table
The from clause has been added as an argument because it is inextricably linked to the when clause, but the default is Table.quotedName().
selectionTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
Return template for a selection of records from a table.
SelectionURL(Table) - Method in class org.melati.admin.AdminUtils
 
SelectionURL(Table, String) - Method in class org.melati.admin.AdminUtils
 
SelectionURL(Table, String, String) - Method in class org.melati.admin.AdminUtils
 
SelectionURL(Melati) - Method in class org.melati.admin.AdminUtils
 
SelectionURL(Melati, String) - Method in class org.melati.admin.AdminUtils
 
selectionWhereEq(Object) - Method in class org.melati.poem.Column
Get rows where column equal to value.
selectionWindowPrimarySelectTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
 
SelectionWindowPrimarySelectURL(Table) - Method in class org.melati.admin.AdminUtils
 
selectionWindowSelectionTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
 
SelectionWindowSelectionURL(Table) - Method in class org.melati.admin.AdminUtils
 
SelectionWindowURL(Table) - Method in class org.melati.admin.AdminUtils
 
selectLimit(String, int) - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate different limiting syntax.
selectLimit(String, int) - Method in interface org.melati.poem.dbms.Dbms
Accomodate different limiting syntax.
selectLimit(String, int) - Method in class org.melati.poem.dbms.MSAccess
Accomodate different limiting syntax.
selectLimit(String, int) - Method in class org.melati.poem.dbms.SQLServer
Accomodate different limiting syntax.
send(String, String, String, String, String, String) - Static method in class org.melati.util.Email
Send the email.
sendAsHtmlWithAttachments(String, String, String, String, String, String, String, File[], File[]) - Static method in class org.melati.util.Email
Send HTML message with attachments.
sendToList(String, String, String[], String, String, String) - Static method in class org.melati.util.Email
Send the email to a list of recipients.
sendWithAttachments(String, String, String, String, String, String, File[]) - Static method in class org.melati.util.Email
Send message with attachments.
seqcached - Variable in class org.melati.poem.generated.TableInfoBase
Record sequence cached - Whether the display sequence for the table's records is cached
SeqCachedTableQualifier - Class in org.melati.poem.prepro
A TableQualifier which defines whether the sequence of records in a Table is cached.
SeqCachedTableQualifier() - Constructor for class org.melati.poem.prepro.SeqCachedTableQualifier
Constructor.
serial(PoemTransaction) - Method in class org.melati.poem.JdbcTable
 
serial(PoemTransaction) - Method in interface org.melati.poem.Table
 
SeriousPoemException - Exception in org.melati.poem
Thrown when there is an Exception thrown in a situation where normal operation cannot sustain it.
SeriousPoemException(String, Exception) - Constructor for exception org.melati.poem.SeriousPoemException
This should probably be deprecated as from Java 1.4.
SeriousPoemException(String) - Constructor for exception org.melati.poem.SeriousPoemException
Constructor.
SeriousPoemException(Exception) - Constructor for exception org.melati.poem.SeriousPoemException
This should probably be deprecated as from Java 1.4.
SeriousPoemException() - Constructor for exception org.melati.poem.SeriousPoemException
Constructor.
serverChoice() - Method in class org.melati.util.AcceptCharset
 
serverPreferability - Variable in class org.melati.util.AcceptCharset.CharsetAndQValue
An integer that is less for more preferable instances from server point of view.
service(HttpServletRequest, HttpServletResponse) - Method in class org.melati.servlet.JspServlet
Run the generated code within a database session.
servlet - Variable in class org.melati.login.LoginHandler
 
ServletTemplateContext - Interface in org.melati.template
Interface for a Template engine context for use with Melati and servlets.
ServletTemplateEngine - Interface in org.melati.template
Interface for a Template engine for use with Melati and Servlets.
ServletTest - Class in org.melati.test
 
ServletTest() - Constructor for class org.melati.test.ServletTest
 
servletURL(HttpServletRequest) - Static method in class org.melati.util.HttpUtil
Retrieve a Servlet url from a request.
SessionAnalysisServlet - Class in org.melati.test
Displays information about the status of this JVM and the databases running in it.
SessionAnalysisServlet() - Constructor for class org.melati.test.SessionAnalysisServlet
 
sessionToken() - Static method in class org.melati.poem.PoemThread
 
SessionToken - Class in org.melati.poem
A Session Token.
SessionURL() - Method in class org.melati.admin.AdminUtils
 
setAccessHandler(AccessHandler) - Method in class org.melati.MelatiConfig
Set the AccessHandler for use by this Melati.
setAccessToken(AccessToken) - Static method in class org.melati.poem.PoemThread
Change the access token under which your thread is operating.
setAddress(String) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Address value, with checking, for this Contact Persistent.
setAddress_unsafe(String) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Address value directly, without checking, for this Contact Persistent.
setArguments(String[]) - Method in class org.melati.Melati
Set the aruments array from the commandline.
setArray(int, Array) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setArray(int, Array) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setAsciiStream(String, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setAsciiStream(int, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setAsciiStream(int, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setAsciiStream(int, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setAsciiStream(String, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setAsciiStream(String, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setAsciiStream(long) - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
setAsciiStream(long) - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
setAsciiStream(int, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setAsciiStream(int, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setAsciiStream(int, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setAttribute(String, Object) - Method in class org.melati.util.DelegatedHttpServletRequest
setAttribute(HttpServletRequest, String, Object) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.0 API.
setAutoCommit(boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
setBackgroundColour(String) - Method in class org.melati.util.JSStaticTree
Set the background colour.
setBigDecimal(String, BigDecimal) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setBigDecimal(int, BigDecimal) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setBigDecimal(int, BigDecimal) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setBinaryStream(long) - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
setBinaryStream(String, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setBinaryStream(int, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setBinaryStream(int, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setBinaryStream(int, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setBinaryStream(String, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setBinaryStream(String, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setBinaryStream(int, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setBinaryStream(int, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setBinaryStream(int, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setBinaryStream() - Method in class org.melati.poem.dbms.test.sql.ThrowingSQLXML
setBlob(int, Blob) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setBlob(int, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setBlob(int, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setBlob(String, Blob) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setBlob(String, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setBlob(String, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setBlob(int, Blob) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setBlob(int, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setBlob(int, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setBoolean(String, boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setBoolean(int, boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setBoolean(int, boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setBufferingOff() - Method in class org.melati.Melati
Turn off buffering of the output stream.
setByte(String, byte) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setByte(int, byte) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setByte(int, byte) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setBytes(long, byte[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
setBytes(long, byte[], int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
setBytes(String, byte[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setBytes(int, byte[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setBytes(int, byte[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setCachelimit(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Cachelimit value, with checking, for this TableInfo Persistent.
setCachelimit(int) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Cachelimit value, with checking, for this TableInfo Persistent.
setCacheLimit(Integer) - Method in class org.melati.poem.JdbcTable
 
setCacheLimit(Integer) - Method in interface org.melati.poem.Table
 
setCachelimit(Integer) - Method in class org.melati.poem.TableInfo
Set here and in table we represent.
setCachelimit_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Cachelimit value directly, without checking, for this TableInfo Persistent.
setCanAdminister() - Method in class org.melati.poem.Database
Set administrator capability to default.
setCanAdminister(String) - Method in class org.melati.poem.Database
Set administrator capability to named Capability.
setCancreate(Capability) - Method in class org.melati.poem.generated.TableInfoBase
Set the Cancreate.
setCancreate_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Cancreate value directly, without checking, for this TableInfo Persistent.
setCancreateTroid(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Table Row Object ID.
setCapability(Capability) - Method in class org.melati.poem.generated.GroupCapabilityBase
Set the Capability.
setCapability_unsafe(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
Sets the Capability value directly, without checking, for this GroupCapability Persistent.
setCapabilityTroid(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
Sets the Table Row Object ID.
setCatalog(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
setCategory(Category) - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Set the Category.
setCategory(TableCategory) - Method in class org.melati.poem.generated.TableInfoBase
Set the Category.
setCategory_unsafe(Integer) - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Sets the Category value directly, without checking, for this ContactCategory Persistent.
setCategory_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Category value directly, without checking, for this TableInfo Persistent.
setCategoryTroid(Integer) - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Sets the Table Row Object ID.
setCategoryTroid(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Table Row Object ID.
setCharacterEncoding(String) - Method in class org.melati.util.DelegatedHttpServletRequest
setCharacterEncoding(HttpServletRequest, String) - Static method in class org.melati.util.HttpServletRequestCompat
Throws MissingMethodError when run against 2.2 API.
setCharacterStream(String, Reader, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setCharacterStream(int, Reader, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setCharacterStream(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setCharacterStream(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setCharacterStream(String, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setCharacterStream(String, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setCharacterStream(long) - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
setCharacterStream(long) - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
setCharacterStream(int, Reader, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setCharacterStream(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setCharacterStream(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setCharacterStream() - Method in class org.melati.poem.dbms.test.sql.ThrowingSQLXML
setClientInfo(Properties) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
setClientInfo(String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
setClob(int, Clob) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setClob(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setClob(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setClob(String, Clob) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setClob(String, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setClob(String, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setClob(int, Clob) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setClob(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setClob(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setClosedFolderImage(String) - Method in class org.melati.util.JSStaticTree
Set the closed folder image name.
setClosedImage(String) - Method in class org.melati.util.JSDynamicTree
Set the closed image.
setClosedLImage(String) - Method in class org.melati.util.JSStaticTree
Set the closed L image.
setClosedTImage(String) - Method in class org.melati.util.JSStaticTree
Set the closed Tee image.
setContact(Contact) - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Set the Contact.
setContact_unsafe(Integer) - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Sets the Contact value directly, without checking, for this ContactCategory Persistent.
setContactTroid(Integer) - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Sets the Table Row Object ID.
setContentDisposition(String) - Method in class org.melati.servlet.MultipartFormField
Set the ContentDisposition.
setContentType(String) - Method in class org.melati.servlet.MultipartFormField
Set the ContentType.
setCooked(Persistent, Object) - Method in class org.melati.poem.Column
Sets the field value, with locking, access control and validation for this Column.
setCooked(Persistent, Object) - Method in class org.melati.poem.ExtraColumn
Sets the field value, with locking, access control and validation for this Column.
setCooked(String, Object) - Method in class org.melati.poem.JdbcPersistent
Set the `true value' of one of the record's fields.
setCooked(String, Object) - Method in interface org.melati.poem.Persistent
Set the `true value' of one of the record's fields.
setCreateable(boolean) - Method in class org.melati.poem.prepro.FieldDef
Set the isCreatable property.
setCursorName(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setCursorName(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setCursorName(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
setDatabaseDefs(Properties) - Static method in class org.melati.LogicalDatabase
Set the databaseDefs.
setDate(String, Date, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setDate(String, Date) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setDate(int, Date, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setDate(int, Date) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setDate(int, Date) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setDate(int, Date, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setDefaultcandelete(Capability) - Method in class org.melati.poem.generated.TableInfoBase
Set the Defaultcandelete.
setDefaultcandelete_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Defaultcandelete value directly, without checking, for this TableInfo Persistent.
setDefaultcandeleteTroid(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Table Row Object ID.
setDefaultcanread(Capability) - Method in class org.melati.poem.generated.TableInfoBase
Set the Defaultcanread.
setDefaultcanread_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Defaultcanread value directly, without checking, for this TableInfo Persistent.
setDefaultcanreadTroid(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Table Row Object ID.
setDefaultcanwrite(Capability) - Method in class org.melati.poem.generated.TableInfoBase
Set the Defaultcanwrite.
setDefaultcanwrite_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Defaultcanwrite value directly, without checking, for this TableInfo Persistent.
setDefaultcanwriteTroid(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Table Row Object ID.
setDeletedColumn(boolean) - Method in class org.melati.poem.prepro.FieldDef
Set whether this field represents a deleted marker.
setDepthPerDownload(Integer) - Method in class org.melati.util.JSDynamicTree
Set the depth per download.
setDepthPerDownload(Integer) - Method in class org.melati.util.JSStaticTree
Set the depth per download.
setDescription(String) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Description value, with checking, for this TableInfo Persistent.
setDescription(String) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Description value, with checking, for this ValueInfo Persistent.
setDescription_unsafe(String) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Description value directly, without checking, for this TableInfo Persistent.
setDescription_unsafe(String) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Description value directly, without checking, for this ValueInfo Persistent.
setDirty(boolean) - Method in class org.melati.poem.JdbcPersistent
 
setDirty(boolean) - Method in interface org.melati.poem.Persistent
 
setDisplayColumn(Column) - Method in class org.melati.poem.JdbcTable
 
setDisplayColumn(Column) - Method in interface org.melati.poem.Table
 
setDisplayLevel(DisplayLevel) - Method in class org.melati.poem.Column
 
setDisplaylevel(DisplayLevel) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Displaylevel value, with checking, for the Persistent argument.
setDisplaylevel_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Displaylevel value directly, without checking, for this ColumnInfo Persistent.
setDisplaylevelIndex(Integer) - Method in class org.melati.poem.ColumnInfo
Set the DisplaylevelIndex value.
setDisplaylevelIndex(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Displaylevel index value, with checking, for this Persistent.
setDisplayName(String) - Method in class org.melati.poem.Database
 
setDisplayname(String) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Displayname value, with checking, for this TableInfo Persistent.
setDisplayname(String) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Displayname value, with checking, for this ValueInfo Persistent.
setDisplayname_unsafe(String) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Displayname value directly, without checking, for this TableInfo Persistent.
setDisplayname_unsafe(String) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Displayname value directly, without checking, for this ValueInfo Persistent.
setDisplayorder(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Displayorder value, with checking, for this ColumnInfo Persistent.
setDisplayorder(int) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Displayorder value, with checking, for this ColumnInfo Persistent.
setDisplayorder(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Displayorder value, with checking, for this TableInfo Persistent.
setDisplayorder(int) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Displayorder value, with checking, for this TableInfo Persistent.
setDisplayorder_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Displayorder value directly, without checking, for this ColumnInfo Persistent.
setDisplayorder_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Displayorder value directly, without checking, for this TableInfo Persistent.
setDisplayorderpriority(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Displayorderpriority value, with checking, for this ColumnInfo Persistent.
setDisplayorderpriority(int) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Displayorderpriority value, with checking, for this ColumnInfo Persistent.
setDisplayorderpriority_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Displayorderpriority value directly, without checking, for this ColumnInfo Persistent.
setDouble(String, double) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setDouble(int, double) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setDouble(int, double) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setDriverClassName(String) - Method in class org.melati.poem.dbms.AnsiStandard
 
setDriverLoaded(boolean) - Method in class org.melati.poem.dbms.AnsiStandard
 
setEditable(boolean) - Method in class org.melati.poem.prepro.FieldDef
Set the isEditable property.
setEscapeProcessing(boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setEscapeProcessing(boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setEscapeProcessing(boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
setFdaFactory(FormDataAdaptorFactory) - Method in class org.melati.MelatiConfig
 
setFetchDirection(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setFetchDirection(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setFetchDirection(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
setFetchDirection(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
setFetchSize(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setFetchSize(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setFetchSize(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
setFetchSize(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
setFieldName(String) - Method in class org.melati.servlet.MultipartFormField
Set the FieldName.
setFloat(String, float) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setFloat(int, float) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setFloat(int, float) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setFlushingOn() - Method in class org.melati.Melati
Turn on flushing of the output stream.
setFlushingOn() - Method in class org.melati.util.MelatiWriter
Set flushing true.
setFormDataAdaptor(FormDataAdaptor) - Method in class org.melati.servlet.MultipartFormField
Work with an uploaded file/stored value.
setFormDataAdaptorFactory(FormDataAdaptorFactory) - Method in class org.melati.MelatiConfig
Set the FormDataAdaptorFactory for use by this Melati.
setGroup(Group) - Method in class org.melati.poem.generated.GroupCapabilityBase
Set the Group.
setGroup(Group) - Method in class org.melati.poem.generated.GroupMembershipBase
Set the Group.
setGroup_unsafe(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
Sets the Group value directly, without checking, for this GroupCapability Persistent.
setGroup_unsafe(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
Sets the Group value directly, without checking, for this GroupMembership Persistent.
setGroupTroid(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
Sets the Table Row Object ID.
setGroupTroid(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
Sets the Table Row Object ID.
setHeight(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Height value, with checking, for this ValueInfo Persistent.
setHeight(int) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Height value, with checking, for this ValueInfo Persistent.
setHeight(int) - Method in class org.melati.poem.prepro.FieldDef
Set the heigth property.
setHeight_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Height value directly, without checking, for this ValueInfo Persistent.
setHoldability(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
setId(Integer) - Method in class org.melati.example.contacts.generated.CategoryBase
Sets the Id value, with checking, for this Category Persistent.
setId(int) - Method in class org.melati.example.contacts.generated.CategoryBase
Sets the Id value, with checking, for this Category Persistent.
setId(Integer) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Id value, with checking, for this Contact Persistent.
setId(int) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Id value, with checking, for this Contact Persistent.
setId(Integer) - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Sets the Id value, with checking, for this ContactCategory Persistent.
setId(int) - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Sets the Id value, with checking, for this ContactCategory Persistent.
setId(Integer) - Method in class org.melati.example.odmg.generated.ChildBase
Sets the Id value, with checking, for this Child Persistent.
setId(int) - Method in class org.melati.example.odmg.generated.ChildBase
Sets the Id value, with checking, for this Child Persistent.
setId(Integer) - Method in class org.melati.example.odmg.generated.ParentBase
Sets the Id value, with checking, for this Parent Persistent.
setId(int) - Method in class org.melati.example.odmg.generated.ParentBase
Sets the Id value, with checking, for this Parent Persistent.
setId(Integer) - Method in class org.melati.poem.generated.CapabilityBase
Sets the Id value, with checking, for this Capability Persistent.
setId(int) - Method in class org.melati.poem.generated.CapabilityBase
Sets the Id value, with checking, for this Capability Persistent.
setId(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Id value, with checking, for this ColumnInfo Persistent.
setId(int) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Id value, with checking, for this ColumnInfo Persistent.
setId(Integer) - Method in class org.melati.poem.generated.GroupBase
Sets the Id value, with checking, for this Group Persistent.
setId(int) - Method in class org.melati.poem.generated.GroupBase
Sets the Id value, with checking, for this Group Persistent.
setId(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
Sets the Id value, with checking, for this GroupCapability Persistent.
setId(int) - Method in class org.melati.poem.generated.GroupCapabilityBase
Sets the Id value, with checking, for this GroupCapability Persistent.
setId(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
Sets the Id value, with checking, for this GroupMembership Persistent.
setId(int) - Method in class org.melati.poem.generated.GroupMembershipBase
Sets the Id value, with checking, for this GroupMembership Persistent.
setId(Integer) - Method in class org.melati.poem.generated.SettingBase
Sets the Id value, with checking, for this Setting Persistent.
setId(int) - Method in class org.melati.poem.generated.SettingBase
Sets the Id value, with checking, for this Setting Persistent.
setId(Integer) - Method in class org.melati.poem.generated.TableCategoryBase
Sets the Id value, with checking, for this TableCategory Persistent.
setId(int) - Method in class org.melati.poem.generated.TableCategoryBase
Sets the Id value, with checking, for this TableCategory Persistent.
setId(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Id value, with checking, for this TableInfo Persistent.
setId(int) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Id value, with checking, for this TableInfo Persistent.
setId(Integer) - Method in class org.melati.poem.generated.UserBase
Sets the Id value, with checking, for this User Persistent.
setId(int) - Method in class org.melati.poem.generated.UserBase
Sets the Id value, with checking, for this User Persistent.
setId_unsafe(Integer) - Method in class org.melati.example.contacts.generated.CategoryBase
Sets the Id value directly, without checking, for this Category Persistent.
setId_unsafe(Integer) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Id value directly, without checking, for this Contact Persistent.
setId_unsafe(Integer) - Method in class org.melati.example.contacts.generated.ContactCategoryBase
Sets the Id value directly, without checking, for this ContactCategory Persistent.
setId_unsafe(Integer) - Method in class org.melati.example.odmg.generated.ChildBase
Sets the Id value directly, without checking, for this Child Persistent.
setId_unsafe(Integer) - Method in class org.melati.example.odmg.generated.ParentBase
Sets the Id value directly, without checking, for this Parent Persistent.
setId_unsafe(Integer) - Method in class org.melati.poem.generated.CapabilityBase
Sets the Id value directly, without checking, for this Capability Persistent.
setId_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Id value directly, without checking, for this ColumnInfo Persistent.
setId_unsafe(Integer) - Method in class org.melati.poem.generated.GroupBase
Sets the Id value directly, without checking, for this Group Persistent.
setId_unsafe(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
Sets the Id value directly, without checking, for this GroupCapability Persistent.
setId_unsafe(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
Sets the Id value directly, without checking, for this GroupMembership Persistent.
setId_unsafe(Integer) - Method in class org.melati.poem.generated.SettingBase
Sets the Id value directly, without checking, for this Setting Persistent.
setId_unsafe(Integer) - Method in class org.melati.poem.generated.TableCategoryBase
Sets the Id value directly, without checking, for this TableCategory Persistent.
setId_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Id value directly, without checking, for this TableInfo Persistent.
setId_unsafe(Integer) - Method in class org.melati.poem.generated.UserBase
Sets the Id value directly, without checking, for this User Persistent.
setImageBaseRef(String) - Method in class org.melati.util.JSStaticTree
Set the image base href.
setIndent(Integer) - Method in class org.melati.util.JSDynamicTree
Set the indent.
setIndexed(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Indexed value, with checking, for this ColumnInfo Persistent.
setIndexed(boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Indexed value, with checking, from a boolean, for this ColumnInfo Persistent.
setIndexed(boolean) - Method in class org.melati.poem.prepro.FieldDef
Set the isIndexed property.
setIndexed_unsafe(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Indexed value directly, without checking, for this ColumnInfo Persistent.
setInput(InputStream) - Method in class org.melati.login.CommandLineAccessHandler
 
setInt(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setInt(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setInt(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setIntegrityFix(StandardIntegrityFix) - Method in class org.melati.poem.Column
 
setIntegrityfix(StandardIntegrityFix) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Integrityfix value, with checking, for the Persistent argument.
setIntegrityfix_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Integrityfix value directly, without checking, for this ColumnInfo Persistent.
setIntegrityfixIndex(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Integrityfix index value, with checking, for this Persistent.
setJavascriptLibraryURL(String) - Method in class org.melati.MelatiConfig
Set the JavascriptLibraryURL for use by this Melati.
setLastupdated(Date) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Lastupdated value, with checking, for this Contact Persistent.
setLastupdated_unsafe(Date) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Lastupdated value directly, without checking, for this Contact Persistent.
setLastupdateuser(User) - Method in class org.melati.example.contacts.generated.ContactBase
Set the Lastupdateuser.
setLastupdateuser_unsafe(Integer) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Lastupdateuser value directly, without checking, for this Contact Persistent.
setLastupdateuserTroid(Integer) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Table Row Object ID.
setLeafImage(String) - Method in class org.melati.util.JSDynamicTree
Set the leaf image.
setLeafImage(String) - Method in class org.melati.util.JSStaticTree
Set the leaf image.
setLeafLImage(String) - Method in class org.melati.util.JSStaticTree
Set the leaf L image.
setLeafTImage(String) - Method in class org.melati.util.JSStaticTree
Set the Leaf Tee image.
setLineNo(int) - Method in class org.melati.poem.csv.CSVRecord
 
setLogCommits(boolean) - Method in class org.melati.poem.Database
Toggle commit logging.
setLogicalDatabase(String) - Method in class org.melati.PoemContext
 
setLogin(String) - Method in class org.melati.poem.generated.UserBase
Sets the Login value, with checking, for this User Persistent.
setLogin_unsafe(String) - Method in class org.melati.poem.generated.UserBase
Sets the Login value directly, without checking, for this User Persistent.
setLoginPageServletClassName(String) - Static method in class org.melati.MelatiConfig
 
setLogoutPageServletClassName(String) - Static method in class org.melati.MelatiConfig
 
setLogSQL(boolean) - Method in class org.melati.poem.Database
Toggle logging.
setLong(String, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setLong(int, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setLong(int, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setMarkupLanguage(MarkupLanguage) - Method in class org.melati.Melati
Use this method if you wish to use a different MarkupLanguage, WMLMarkupLanguage for example.
setMaxFieldSize(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setMaxFieldSize(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setMaxFieldSize(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
setMaxRows(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setMaxRows(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setMaxRows(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
setMethod(String) - Method in class org.melati.PoemContext
 
setName(String) - Method in class org.melati.example.contacts.generated.CategoryBase
Sets the Name value, with checking, for this Category Persistent.
setName(String) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Name value, with checking, for this Contact Persistent.
setName(String) - Method in class org.melati.example.odmg.generated.ChildBase
Sets the Name value, with checking, for this Child Persistent.
setName(String) - Method in class org.melati.example.odmg.generated.ParentBase
Sets the Name value, with checking, for this Parent Persistent.
setName(String) - Method in class org.melati.poem.ColumnInfo
Set the name if it is not set.
setName(String) - Method in class org.melati.poem.generated.CapabilityBase
Sets the Name value, with checking, for this Capability Persistent.
setName(String) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Name value, with checking, for this ColumnInfo Persistent.
setName(String) - Method in class org.melati.poem.generated.GroupBase
Sets the Name value, with checking, for this Group Persistent.
setName(String) - Method in class org.melati.poem.generated.SettingBase
Sets the Name value, with checking, for this Setting Persistent.
setName(String) - Method in class org.melati.poem.generated.TableCategoryBase
Sets the Name value, with checking, for this TableCategory Persistent.
setName(String) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Name value, with checking, for this TableInfo Persistent.
setName(String) - Method in class org.melati.poem.generated.UserBase
Sets the Name value, with checking, for this User Persistent.
setName(String) - Method in class org.melati.poem.TableInfo
Overridden to disallow table renaming.
setName_unsafe(String) - Method in class org.melati.example.contacts.generated.CategoryBase
Sets the Name value directly, without checking, for this Category Persistent.
setName_unsafe(String) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Name value directly, without checking, for this Contact Persistent.
setName_unsafe(String) - Method in class org.melati.example.odmg.generated.ChildBase
Sets the Name value directly, without checking, for this Child Persistent.
setName_unsafe(String) - Method in class org.melati.example.odmg.generated.ParentBase
Sets the Name value directly, without checking, for this Parent Persistent.
setName_unsafe(String) - Method in class org.melati.poem.generated.CapabilityBase
Sets the Name value directly, without checking, for this Capability Persistent.
setName_unsafe(String) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Name value directly, without checking, for this ColumnInfo Persistent.
setName_unsafe(String) - Method in class org.melati.poem.generated.GroupBase
Sets the Name value directly, without checking, for this Group Persistent.
setName_unsafe(String) - Method in class org.melati.poem.generated.SettingBase
Sets the Name value directly, without checking, for this Setting Persistent.
setName_unsafe(String) - Method in class org.melati.poem.generated.TableCategoryBase
Sets the Name value directly, without checking, for this TableCategory Persistent.
setName_unsafe(String) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Name value directly, without checking, for this TableInfo Persistent.
setName_unsafe(String) - Method in class org.melati.poem.generated.UserBase
Sets the Name value directly, without checking, for this User Persistent.
setNCharacterStream(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNCharacterStream(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNCharacterStream(String, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNCharacterStream(String, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNCharacterStream(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setNCharacterStream(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setNClob(int, NClob) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNClob(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNClob(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNClob(String, NClob) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNClob(String, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNClob(String, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNClob(int, NClob) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setNClob(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setNClob(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setNewRequest(HttpServletRequest) - Method in class org.melati.util.ReconstructedHttpServletRequest
Set the peer property.
setNodeColour(String) - Method in class org.melati.util.JSDynamicTree
Set the node colour.
setNodeHeight(Integer) - Method in class org.melati.util.JSDynamicTree
Set the node height.
setNodeLabelTemplet(String) - Method in class org.melati.util.JSDynamicTree
Set the node label templet.
setNodeWidth(Integer) - Method in class org.melati.util.JSDynamicTree
Set the node width.
setNString(int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNString(String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setNString(int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setNull(String, int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setNull(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setNull(int, int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setNull(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setNull(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setNull(int, int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setNullable(Boolean) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Nullable value, with checking, for this ValueInfo Persistent.
setNullable(boolean) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Nullable value, with checking, from a boolean, for this ValueInfo Persistent.
setNullable(boolean) - Method in class org.melati.poem.prepro.FieldDef
Set the nullable property.
setNullable_unsafe(Boolean) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Nullable value directly, without checking, for this ValueInfo Persistent.
setObject(String, Object, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setObject(String, Object, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setObject(String, Object) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setObject(int, Object, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setObject(int, Object, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setObject(int, Object) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setObject(int, Object) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setObject(int, Object, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setObject(int, Object, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setObject(Object) - Method in class org.melati.poem.dbms.test.sql.ThrowingRefJdbc3
setOpenedFolderImage(String) - Method in class org.melati.util.JSStaticTree
Set the opened folder image name.
setOpenedImage(String) - Method in class org.melati.util.JSDynamicTree
Set the opened image.
setOpenedLImage(String) - Method in class org.melati.util.JSStaticTree
Set the opened L image.
setOpenedTImage(String) - Method in class org.melati.util.JSStaticTree
Set the opened Tee image.
setOutput(PrintStream) - Method in class org.melati.app.AbstractConfigApp
Set output.
setOutput(PrintStream) - Method in interface org.melati.app.App
Set output.
setOutput(PrintStream) - Method in class org.melati.login.CommandLineAccessHandler
 
setOwner(Contact) - Method in class org.melati.example.contacts.Contact
 
setOwner(Contact) - Method in class org.melati.example.contacts.generated.ContactBase
Set the Owner.
setOwner_unsafe(Integer) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Owner value directly, without checking, for this Contact Persistent.
setOwnerTroid(Integer) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Table Row Object ID.
setParent(Parent) - Method in class org.melati.example.odmg.generated.ChildBase
Set the Parent.
setParent_unsafe(Integer) - Method in class org.melati.example.odmg.generated.ChildBase
Sets the Parent value directly, without checking, for this Child Persistent.
setParentTroid(Integer) - Method in class org.melati.example.odmg.generated.ChildBase
Sets the Table Row Object ID.
setPassbackExceptionHandling() - Method in class org.melati.Melati
This allows an Exception to be handled inline during Template expansion for example, if you would like to render AccessPoemExceptions to a String to be displayed on the page that is returned to the client.
setPassbackExceptionHandling() - Method in class org.melati.template.MultipartTemplateContext
Set the current exception handling style.
setPassbackExceptionHandling() - Method in interface org.melati.template.TemplateContext
Set the current exception handling style.
setPassbackExceptionHandling() - Method in class org.melati.template.velocity.VelocityTemplateContext
Set the current exception handling style.
setPassbackExceptionHandling() - Method in class org.melati.template.webmacro.WebmacroTemplateContext
Set the current exception handling style.
setPassword(String) - Method in class org.melati.poem.generated.UserBase
Sets the Password value, with checking, for this User Persistent.
setPassword(String) - Method in class org.melati.poem.User
Sets the Password value, with checking, for this User Persistent.
setPassword_unsafe(String) - Method in class org.melati.poem.generated.UserBase
Sets the Password value directly, without checking, for this User Persistent.
setPoemContext(PoemContext) - Method in class org.melati.Melati
Set the PoemContext for this request.
setPoemiLocale(PoemLocale) - Method in class org.melati.MelatiConfig
 
setPoolable(boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setPoolable(boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setPoolable(boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc4
setPrecision(int) - Method in class org.melati.poem.FixedPointAtomPoemType
 
setPrecision(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Precision value, with checking, for this ValueInfo Persistent.
setPrecision(int) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Precision value, with checking, for this ValueInfo Persistent.
setPrecision(int) - Method in class org.melati.poem.prepro.BigDecimalFieldDef
Set the precision.
setPrecision_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Precision value directly, without checking, for this ValueInfo Persistent.
setPreferredCharsets(Vector<String>) - Method in class org.melati.MelatiConfig
 
setPropagateExceptionHandling() - Method in class org.melati.Melati
The normal state of affairs: an exception is thrown and it is handled by the servlet.
setPropagateExceptionHandling() - Method in class org.melati.template.MultipartTemplateContext
Set the current exception handling style.
setPropagateExceptionHandling() - Method in interface org.melati.template.TemplateContext
Set the current exception handling style.
setPropagateExceptionHandling() - Method in class org.melati.template.velocity.VelocityTemplateContext
Set the current exception handling style.
setPropagateExceptionHandling() - Method in class org.melati.template.webmacro.WebmacroTemplateContext
Set the current exception handling style.
setQuery(String) - Method in class org.melati.poem.CachedQuery
Used in constructor of CachedSelection.
setQueryTimeout(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setQueryTimeout(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setQueryTimeout(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
setRangelimit_string(String) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Rangelimit_string value, with checking, for this ValueInfo Persistent.
setRangelimit_string(String) - Method in class org.melati.poem.ValueInfo
Sets the Rangelimit_string value, with checking, for this ValueInfo Persistent.
setRangelimit_string_unsafe(String) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Rangelimit_string value directly, without checking, for this ValueInfo Persistent.
setRangelow_string(String) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Rangelow_string value, with checking, for this ValueInfo Persistent.
setRangelow_string(String) - Method in class org.melati.poem.ValueInfo
Sets the Rangelow_string value, with checking, for this ValueInfo Persistent.
setRangelow_string_unsafe(String) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Rangelow_string value directly, without checking, for this ValueInfo Persistent.
setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.BasePoemType
Set a column of a PreparedStatement to the passed in value.
setRaw(Persistent, Object) - Method in class org.melati.poem.Column
Sets the field value, with locking, for this Column.
setRaw(Persistent, Object) - Method in class org.melati.poem.ExtraColumn
Sets the field value, with locking, for this Column.
setRaw(String, Object) - Method in class org.melati.poem.JdbcPersistent
Set the `identifying value' of one of the record's fields.
setRaw(String, Object) - Method in interface org.melati.poem.Persistent
Set the `identifying value' of one of the record's fields.
setRaw(Object) - Method in class org.melati.poem.Setting
Set from a raw value; checking that the value is of the correct type first.
setRaw(PreparedStatement, int, Object) - Method in interface org.melati.poem.SQLType
Set a column of a PreparedStatement to the passed in value.
setRaw_unsafe(Persistent, Object) - Method in class org.melati.poem.Column
Sets the field value, without locking, for this Column.
setRaw_unsafe(Persistent, Object) - Method in class org.melati.poem.ExtraColumn
Sets the field value, without locking, for this Column.
setRawRange(Comparable<T>, Comparable<T>) - Method in class org.melati.poem.BasePoemType
Set the limits, if applicable.
setRawString(Persistent, String) - Method in class org.melati.poem.Column
Set the value from its String representation, if possible.
setRawString(String, String) - Method in class org.melati.poem.JdbcPersistent
Set the `identifying value' of one of the record's fields from a string representation.
setRawString(String, String) - Method in interface org.melati.poem.Persistent
Set the `identifying value' of one of the record's fields from a string representation.
setReadOnly(boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
setRealPath(String) - Method in class org.melati.MelatiConfig
 
setRecordNo(int) - Method in class org.melati.poem.csv.CSVRecord
 
setRef(int, Ref) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setRef(int, Ref) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setRenderinfo(String) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Renderinfo value, with checking, for this ValueInfo Persistent.
setRenderinfo_unsafe(String) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Renderinfo value directly, without checking, for this ValueInfo Persistent.
setRequest(HttpServletRequest) - Method in class org.melati.Melati
It is sometimes convenient to reconstruct the request object and reset it, for example when returning from a log-in page.
setResponse(HttpServletResponse) - Method in class org.melati.Melati
Used to set response mock in tests.
setResponseContentType(String) - Method in class org.melati.Melati
Sets the content type for use in the response.
setResult(Class<T>) - Method in class org.melati.poem.dbms.test.sql.ThrowingSQLXML
setRowId(int, RowId) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setRowId(String, RowId) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setRowId(int, RowId) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setSavepoint() - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
setSavepoint(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
setScale(int) - Method in class org.melati.poem.FixedPointAtomPoemType
 
setScale(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Scale value, with checking, for this ValueInfo Persistent.
setScale(int) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Scale value, with checking, for this ValueInfo Persistent.
setScale(int) - Method in class org.melati.poem.prepro.BigDecimalFieldDef
Set the scale.
setScale_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Scale value directly, without checking, for this ValueInfo Persistent.
setSearchability(Searchability) - Method in class org.melati.poem.Column
 
setSearchability(Searchability) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Searchability value, with checking, for the Persistent argument.
setSearchability_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Searchability value directly, without checking, for this ColumnInfo Persistent.
setSearchabilityIndex(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Searchability index value, with checking, for this Persistent.
setSearchColumn(Column) - Method in class org.melati.poem.JdbcTable
 
setSearchColumn(Column) - Method in interface org.melati.poem.Table
 
setSeqcached(Boolean) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Seqcached value, with checking, for this TableInfo Persistent.
setSeqcached(boolean) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Seqcached value, with checking, from a boolean, for this TableInfo Persistent.
setSeqcached(Boolean) - Method in class org.melati.poem.TableInfo
Set here and in table we represent.
setSeqcached_unsafe(Boolean) - Method in class org.melati.poem.generated.TableInfoBase
Sets the Seqcached value directly, without checking, for this TableInfo Persistent.
setShort(String, short) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setShort(int, short) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setShort(int, short) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setSize(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Size value, with checking, for this ValueInfo Persistent.
setSize(int) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Size value, with checking, for this ValueInfo Persistent.
setSize(int) - Method in class org.melati.poem.prepro.BinaryFieldDef
Set the size property.
setSize(int) - Method in class org.melati.poem.prepro.StringFieldDef
Set the size property.
setSize(int) - Method in class org.melati.poem.util.Cache
Set maximum size of Cache.
setSize_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Size value directly, without checking, for this ValueInfo Persistent.
setSortdescending(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Sortdescending value, with checking, for this ColumnInfo Persistent.
setSortdescending(boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Sortdescending value, with checking, from a boolean, for this ColumnInfo Persistent.
setSortDescending(boolean) - Method in class org.melati.poem.prepro.FieldDef
Set the sortDescending property.
setSortdescending_unsafe(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Sortdescending value directly, without checking, for this ColumnInfo Persistent.
setSpacerImage(String) - Method in class org.melati.util.JSStaticTree
Set the spacer image name.
setSQLXML(int, SQLXML) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setSQLXML(String, SQLXML) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
setSQLXML(int, SQLXML) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
setStaticURL(String) - Method in class org.melati.MelatiConfig
Set the StaticURL for use by this Melati.
setStopTask(boolean) - Method in class org.melati.util.Flusher
 
setString(String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setString(int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setString(long, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
setString(long, String, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
setString(long, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
setString(long, String, int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
setString(int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setString(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingSQLXML
setSysAdminEmail(String) - Method in class org.melati.servlet.ConfigServlet
 
setSysAdminName(String) - Method in class org.melati.servlet.ConfigServlet
 
setTable(Table) - Method in class org.melati.poem.TableMap
 
setTable(String) - Method in class org.melati.PoemContext
 
setTableinfo(TableInfo) - Method in class org.melati.poem.generated.ColumnInfoBase
Set the Tableinfo.
setTableInfo(TableInfo) - Method in class org.melati.poem.JdbcTable
 
setTableInfo(TableInfo) - Method in interface org.melati.poem.Table
 
setTableinfo_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Tableinfo value directly, without checking, for this ColumnInfo Persistent.
setTableinfoTroid(Integer) - Method in class org.melati.poem.ColumnInfo
Set the TableInfo reference.
setTableinfoTroid(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Table Row Object ID.
setTableTroidMethod(PoemContext, String[]) - Method in class org.melati.app.AbstractPoemApp
 
setTemplateContext(TemplateContext) - Method in class org.melati.Melati
Set the TemplateContext to be used for this Request.
setTemplateEngine(TemplateEngine) - Method in class org.melati.Melati
Set the template engine to be used for this Request.
setTemplateEngine(TemplateEngine) - Method in class org.melati.MelatiConfig
Set the TemplateEngine to use.
setTemplatePath(String) - Method in class org.melati.MelatiConfig
 
setTempletLoader(TempletLoader) - Method in class org.melati.MelatiConfig
Set the TempletLoader for use by this Melati.
setTime(String, Time, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setTime(String, Time) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setTime(int, Time, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setTime(int, Time) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setTime(int, Time) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setTime(int, Time, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setTimestamp(String, Timestamp, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setTimestamp(String, Timestamp) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setTimestamp(int, Timestamp) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setTimestamp(int, Timestamp) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setTimestamp(int, Timestamp, Calendar) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
Setting - Class in org.melati.poem
A setting, analageous to a Property.
Setting() - Constructor for class org.melati.poem.Setting
Constructor for a Persistent Setting object.
Setting(Integer, String, String, String, String) - Constructor for class org.melati.poem.Setting
Constructor with reasonable defaults for a String setting Use SettingTable.create to persist this.
Setting.SettingTypeMismatchException - Exception in org.melati.poem
Thrown when a Setting's type does not match the type required.
Setting.SettingTypeMismatchException(String, PoemTypeFactory, String) - Constructor for exception org.melati.poem.Setting.SettingTypeMismatchException
Constructor.
Setting.SettingValidationException - Exception in org.melati.poem
Thrown when a Setting value fails validation.
Setting.SettingValidationException(String, Exception) - Constructor for exception org.melati.poem.Setting.SettingValidationException
Constructor.
SettingBase - Class in org.melati.poem.generated
Melati POEM generated abstract base class for a Persistent Setting Object.
SettingBase() - Constructor for class org.melati.poem.generated.SettingBase
 
SettingTable - Class in org.melati.poem
A Table which is used like a properties file.
SettingTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.SettingTable
Constructor.
SettingTable.UnsetException - Exception in org.melati.poem
Thrown when a Setting requested has not been set.
SettingTable.UnsetException(String) - Constructor for exception org.melati.poem.SettingTable.UnsetException
Constructor.
SettingTableBase - Class in org.melati.poem.generated
Melati POEM generated base class for Table Setting.
SettingTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.SettingTableBase
Constructor.
setTransactionIsolation(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
setTransactionPool(TransactionPool) - Method in class org.melati.poem.transaction.Transactioned
 
setTransactionsMax(int) - Method in class org.melati.poem.Database
Set the maximum number of transactions.
setTransactionsMax(int) - Method in interface org.melati.poem.transaction.TransactionPool
Set the maximum number of transactions in this pool.
setTroid(Integer) - Method in class org.melati.PoemContext
 
setTroidColumn(boolean) - Method in class org.melati.poem.prepro.FieldDef
Set the isTroidColumn property.
setTypefactory(PoemTypeFactory) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the PoemTypeFactory Typefactory value for this ValueInfo Column of the ValueInfo Table.
setTypefactory_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Typefactory value directly, without checking, for this ValueInfo Persistent.
setTypefactoryCode(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Integer Typefactory value for this ValueInfo Column of the ValueInfo Table.
setTypeMap(Map<String, Class<?>>) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
setUnicodeStream(int, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setUnicodeStream(int, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setUnique(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Unique value, with checking, for this ColumnInfo Persistent.
setUnique(boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Unique value, with checking, from a boolean, for this ColumnInfo Persistent.
setUnique(boolean) - Method in class org.melati.poem.prepro.FieldDef
Set the isUnique property.
setUnique_unsafe(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Unique value directly, without checking, for this ColumnInfo Persistent.
setupContext(ServletTemplateContext) - Method in class org.melati.login.LoginHandler
Extract current values from context and add fields to context.
setUpdates(Integer) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Updates value, with checking, for this Contact Persistent.
setUpdates(int) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Updates value, with checking, for this Contact Persistent.
setUpdates_unsafe(Integer) - Method in class org.melati.example.contacts.generated.ContactBase
Sets the Updates value directly, without checking, for this Contact Persistent.
setUploadDir(String) - Method in class org.melati.servlet.DefaultFileFormDataAdaptorFactory
Set the directory to save files in.
setUploadedFilePath(String) - Method in class org.melati.servlet.MultipartFormField
Set the UploadedFilePath.
setUploadURL(String) - Method in class org.melati.servlet.DefaultFileFormDataAdaptorFactory
Set the URL to the uploadDir.
setupTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
 
setURL(String, URL) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setURL(int, URL) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
setURL(int, URL) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
setUser(User) - Method in class org.melati.poem.generated.GroupMembershipBase
Set the User.
setUser_unsafe(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
Sets the User value directly, without checking, for this GroupMembership Persistent.
setUsercreateable(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Usercreateable value, with checking, for this ColumnInfo Persistent.
setUsercreateable(boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Usercreateable value, with checking, from a boolean, for this ColumnInfo Persistent.
setUsercreateable_unsafe(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
Sets the Usercreateable value directly, without checking, for this ColumnInfo Persistent.
setUsereditable(Boolean) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Usereditable value, with checking, for this ValueInfo Persistent.
setUsereditable(boolean) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Usereditable value, with checking, from a boolean, for this ValueInfo Persistent.
setUsereditable_unsafe(Boolean) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Usereditable value directly, without checking, for this ValueInfo Persistent.
setUserTroid(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
Sets the Table Row Object ID.
setValue(String) - Method in class org.melati.poem.generated.SettingBase
Sets the Value value, with checking, for this Setting Persistent.
setValue(String) - Method in class org.melati.poem.Setting
Check that value is of correct type before setting.
setValue_unsafe(String) - Method in class org.melati.poem.generated.SettingBase
Sets the Value value directly, without checking, for this Setting Persistent.
setVerticalLinkImage(String) - Method in class org.melati.util.JSStaticTree
Set the vertical link image.
setWidth(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Width value, with checking, for this ValueInfo Persistent.
setWidth(int) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Width value, with checking, for this ValueInfo Persistent.
setWidth(int) - Method in class org.melati.poem.prepro.FieldDef
Set the width property.
setWidth_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
Sets the Width value directly, without checking, for this ValueInfo Persistent.
setWriter(MelatiWriter) - Method in class org.melati.Melati
 
setX(Integer) - Method in class org.melati.util.JSDynamicTree
Set the starting X co-ordinate.
setY(Integer) - Method in class org.melati.util.JSDynamicTree
Set the starting Y co-ordinate.
shortMonthName(int) - Method in class org.melati.poem.PoemLocale
 
shouldThrow(Class<?>, String) - Static method in class org.melati.poem.dbms.test.sql.Thrower
Check whether method should throw, called once for every method invocation.
shutdown(Connection) - Method in class org.melati.poem.dbms.AnsiStandard
A no-op for all but hsqldb, where the db needs to be shutdown when the servlet container or jvm is destroyed.
shutdown(Connection) - Method in interface org.melati.poem.dbms.Dbms
A no-op for all but hsqldb, where the db needs to be shutdown when the servlet container or jvm is destroyed.
shutdown(Connection) - Method in class org.melati.poem.dbms.Hsqldb
Shut the db down nicely.
shutdown(Connection) - Method in class org.melati.poem.dbms.MSAccess
A no-op for all but hsqldb, where the db needs to be shutdown when the servlet container or jvm is destroyed.
SimpleDateAdaptor - Class in org.melati.template
A SimpleDateAdaptor is used to format a date field into a dd/mm/yyyy format for display.
SimpleDateAdaptor() - Constructor for class org.melati.template.SimpleDateAdaptor
 
simpleName(String) - Static method in class org.melati.admin.AdminUtils
 
SimplePrepareFailedPoemException - Exception in org.melati.poem
Thrown when there is a problem creating a PreparedStatement.
SimplePrepareFailedPoemException(String, SQLException) - Constructor for exception org.melati.poem.SimplePrepareFailedPoemException
Constructor.
SimpleRetrievalFailedPoemException - Exception in org.melati.poem
Thrown when there is a problem loading a Table.
SimpleRetrievalFailedPoemException(SQLException) - Constructor for exception org.melati.poem.SimpleRetrievalFailedPoemException
Constructor.
SimpleRetrievalFailedPoemException(SQLException, String) - Constructor for exception org.melati.poem.SimpleRetrievalFailedPoemException
Constructor.
size - Variable in class org.melati.poem.generated.ValueInfoBase
size - For character fields, the maximum number of characters that can be stored, (-1 for unlimited)
size() - Method in class org.melati.poem.TableMap
SizeApplicationException - Exception in org.melati.poem.prepro
Thrown when a SizeFieldQualifier is applied to an inappropriate field.
SizedAtomPoemType - Class in org.melati.poem
An AtomPoemType with a size.
SizedAtomPoemType(int, String, boolean, int) - Constructor for class org.melati.poem.SizedAtomPoemType
Constructor with size.
SizeFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which enables the size of strings to be specified.
SizeFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.SizeFieldQualifier
Constructor.
sizeGreaterEqual(int, int) - Static method in class org.melati.poem.SizedAtomPoemType
Compare sizes, taking into account magic value -1.
skip() - Method in class org.melati.poem.ResultSetEnumeration
Skip an Element.
skip() - Method in class org.melati.poem.util.ConsEnumeration
Skip an Element.
skip(Enumeration<T>, int) - Static method in class org.melati.poem.util.EnumUtils
Skip a specified number of Elements in an Enumeration.
skip() - Method in class org.melati.poem.util.FilteredEnumeration
Skip an Element.
skip() - Method in class org.melati.poem.util.LimitedEnumeration
Skip an Element.
skip() - Method in interface org.melati.poem.util.SkipEnumeration
Skip an Element.
skipAnyCommaSeparator() - Method in class org.melati.util.HttpHeader.Tokenizer
Read up to and including the next token after any comma separator(s) and whitespace.
skipCommaSeparator() - Method in class org.melati.util.HttpHeader.Tokenizer
Read up to and including the next token after comma separator(s) and whitespace assuming the current token is a comma.
SkipEnumeration<T> - Interface in org.melati.poem.util
An Enumeration with a {link #skip} method.
slurp(InputStream, int, int) - Static method in class org.melati.util.IoUtils
Read into a byte array.
slurp(InputStream, int) - Static method in class org.melati.util.IoUtils
Read into a byte array.
slurp(URL, int) - Static method in class org.melati.util.IoUtils
Read an url into a byte array.
slurp(URL, int, int) - Static method in class org.melati.util.IoUtils
Read an url into a byte array, with a limit.
slurp(File, int) - Static method in class org.melati.util.IoUtils
Read a file into a byte array.
slurp(Reader, int, int) - Static method in class org.melati.util.IoUtils
Read from a Reader into a byte array.
slurp(Reader, int) - Static method in class org.melati.util.IoUtils
Read from a Reader into a byte array.
slurpOutputOf(String[], int, int) - Static method in class org.melati.util.IoUtils
Read the output of a system command into a byte array.
slurpOutputOf_bytes(String[], int, int) - Static method in class org.melati.util.IoUtils
Read the output of a system command into a byte array.
SMTPSERVER - Static variable in class org.melati.util.Email
Property key for the SMTP server.
sortdescending - Variable in class org.melati.poem.generated.ColumnInfoBase
Sort Descending - Whether when sorting by this column, the sort order should be reversed
SortDescendingFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines whether a Field is sorted in descending order.
SortDescendingFieldQualifier() - Constructor for class org.melati.poem.prepro.SortDescendingFieldQualifier
Constructor.
sorted(Order, Object[]) - Static method in class org.melati.poem.util.SortUtils
Return a new sorted Array.
sorted(Order, Vector) - Static method in class org.melati.poem.util.SortUtils
Sort a Vector into a new Array.
sorted(Order, Enumeration) - Static method in class org.melati.poem.util.SortUtils
Sort an Enumeration into an Array.
sorted(Order, int) - Method in class org.melati.util.Tree
Retrieve a sorted Vector of the tree's contents, down to the given depth.
SortUtils - Class in org.melati.poem.util
An assortment of useful sorting operations.
specialFacilities(Melati, MarkupLanguage, Persistent) - Method in class org.melati.admin.AdminUtils
Render the specials directly to the output.
split(String, char) - Static method in class org.melati.poem.util.StringUtils
As Perl, create an Array from a String by using a character as the Array delimiter.
sql - Variable in exception org.melati.poem.ExecutingSQLPoemException
The raw SQL we were trying to execute.
sql - Variable in class org.melati.poem.SQLLogEvent
The raw SQL.
sql - Variable in exception org.melati.poem.SQLSeriousPoemException
The SQL string that was being executed when the error occurred.
sql - Variable in class org.melati.poem.TailoredQuery
 
sqlBooleanValueOfRaw(Object) - Method in class org.melati.poem.dbms.AnsiStandard
Accomodate different true and false values.
sqlBooleanValueOfRaw(Object) - Method in interface org.melati.poem.dbms.Dbms
Accomodate different true and false values.
sqlBooleanValueOfRaw(Object) - Method in class org.melati.poem.dbms.MSAccess
Accomodate different true and false values.
sqlBooleanValueOfRaw(Object) - Method in class org.melati.poem.dbms.Oracle
Accomodate different true and false values.
sqlBooleanValueOfRaw(Object) - Method in class org.melati.poem.dbms.SQLServer
Accomodate different true and false values.
sqlDefaultValue(Dbms) - Method in class org.melati.poem.AtomPoemType
Used to set a not null value when creating a non nullable column.
sqlDefaultValue(Dbms) - Method in interface org.melati.poem.SQLType
Used to set a not null value when creating a non nullable column.
sqlDefinition(Dbms) - Method in class org.melati.poem.BasePoemType
See http://dev.mysql.com/doc/refman/5.0/en/timestamp.html The MySQL default for nullability of timestamps is not null, so need to make all fields explicitly nullable.
sqlDefinition(Dbms) - Method in interface org.melati.poem.SQLType
SQL type definition with nullability.
SQLLogEvent - Class in org.melati.poem
A record of any executed SQL statement.
SQLLogEvent(String) - Constructor for class org.melati.poem.SQLLogEvent
Constructor.
sqlMetaData - Static variable in class org.melati.poem.DefinitionSource
The JDBC metatdata.
SQLPoemException - Exception in org.melati.poem
Thrown when there is an SQLException thrown by the dbms.
SQLPoemException(SQLException) - Constructor for exception org.melati.poem.SQLPoemException
Constructor.
SQLPoemType - Interface in org.melati.poem
A datatype of a Field which is both a PoemType and an SQLType.
sqlQuery(String) - Method in class org.melati.poem.Database
Run an arbitrary SQL query against the database.
SQLSeriousPoemException - Exception in org.melati.poem
Thrown when there is an SQLException thrown by the dbms in a situation where it matters.
SQLSeriousPoemException(SQLException, String) - Constructor for exception org.melati.poem.SQLSeriousPoemException
An SQL exception and the statement that provoked it.
SQLSeriousPoemException(SQLException) - Constructor for exception org.melati.poem.SQLSeriousPoemException
Constructor for use if you do not have the SQL string.
SQLServer - Class in org.melati.poem.dbms
A Driver for the Microsoft SQL server.
SQLServer() - Constructor for class org.melati.poem.dbms.SQLServer
Constructor.
SQLServer.SQLServerBooleanPoemType - Class in org.melati.poem.dbms
Translates an SQLServer Boolean into a Poem BooleanPoemType.
SQLServer.SQLServerBooleanPoemType(boolean) - Constructor for class org.melati.poem.dbms.SQLServer.SQLServerBooleanPoemType
Constructor.
sqlServerMaxBinarySize - Static variable in class org.melati.poem.dbms.SQLServer
Maximum size of a binary field.
sqlServerTextHack - Static variable in class org.melati.poem.dbms.SQLServer
SQL Server does not have a pleasant TEXT datatype, so we use an arbetary value in a VARCHAR.
SQLType - Interface in org.melati.poem
A native SQL Field datatype.
sqlTypeCode() - Method in class org.melati.poem.BasePoemType
sqlTypeCode - Variable in exception org.melati.poem.dbms.UnsupportedTypePoemException
The SQL type code.
sqlTypeCode() - Method in interface org.melati.poem.SQLType
 
sqlTypeDefinition(Dbms) - Method in class org.melati.poem.BasePoemType
SQL type definition without nullability.
sqlTypeDefinition(Dbms) - Method in interface org.melati.poem.SQLType
SQL type definition without nullability.
sqlTypeName - Variable in class org.melati.poem.AtomPoemType
 
sqlTypeName - Variable in exception org.melati.poem.dbms.UnsupportedTypePoemException
The SQL type name.
sqlUpdate(String) - Method in class org.melati.poem.Database
Run an arbitrary SQL update against the database.
stackTrace(Throwable) - Static method in class org.melati.util.ExceptionUtils
 
StandardIntegrityFix - Class in org.melati.poem
A class which defines the three standard integrity fixes of delete, clear and prevent.
StandardIntegrityFix.NameUnrecognisedException - Exception in org.melati.poem
Thrown when an invalid StandardIntegrityFix is specified, by a typing mistake in the DSD for example.
StandardIntegrityFix.NameUnrecognisedException(String) - Constructor for exception org.melati.poem.StandardIntegrityFix.NameUnrecognisedException
Constructor.
startFlushing() - Method in class org.melati.util.MelatiWriter
 
startThrowing(Class<?>, String) - Static method in class org.melati.poem.dbms.test.sql.Thrower
Tell named method to start throwing exceptions.
startThrowingAfter(Class<?>, String, int) - Static method in class org.melati.poem.dbms.test.sql.Thrower
Tell named method to start throwing exceptions.
statement - Variable in exception org.melati.poem.PreparedSQLSeriousPoemException
Our PreparedStatement.
statements - Variable in class org.melati.poem.CachedQuery
 
statements() - Method in class org.melati.poem.CachedQuery
 
Status - Class in org.melati.admin
Display a Status page.
Status() - Constructor for class org.melati.admin.Status
 
statusExistent() - Method in class org.melati.poem.JdbcPersistent
statusExistent() - Method in interface org.melati.poem.Persistent
 
statusNonexistent() - Method in class org.melati.poem.JdbcPersistent
statusNonexistent() - Method in interface org.melati.poem.Persistent
 
StatusURL() - Method in class org.melati.admin.AdminUtils
 
stderr - Variable in exception org.melati.util.ProcessFailedException
The String that was printed to STDERR.
stopThrowing(Class<?>, String) - Static method in class org.melati.poem.dbms.test.sql.Thrower
Tell named method to stop throwing exceptions.
stopUsingFastWriter(FastWriter) - Method in class org.melati.template.webmacro.MelatiFastWriter
Stop using the given FastWriter obtained from this object.
stopUsingFastWriter(FastWriter) - Method in class org.melati.template.webmacro.MelatiWebmacroStringWriter
Stop using the given FastWriter obtained from this object.
stopUsingFastWriter(FastWriter) - Method in interface org.melati.template.webmacro.MelatiWebmacroWriter
Stop using the given FastWriter obtained from this object.
stored - Variable in exception org.melati.util.ReconstructedHttpServletRequestMismatchException
The stored originating parameters.
storesLowerCaseIdentifiers() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
storesLowerCaseQuotedIdentifiers() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
storesMixedCaseIdentifiers() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
storesMixedCaseQuotedIdentifiers() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
storesUpperCaseIdentifiers() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
storesUpperCaseQuotedIdentifiers() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
string(String, String) - Static method in class org.melati.poem.Field
A convenience method to create nullable String Field.
string - Variable in exception org.melati.poem.ParsingPoemException
The String that we failed to force into type.
STRING - Static variable in class org.melati.poem.PoemTypeFactory
String base-type factory.
StringFieldDef - Class in org.melati.poem.prepro
A definition of a StringPoemType from the DSD.
StringFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.StringFieldDef
Constructor.
StringLengthValidationPoemException - Exception in org.melati.poem
Thrown when a StringPoemType Field's value is too long.
StringLengthValidationPoemException(PoemType, String) - Constructor for exception org.melati.poem.StringLengthValidationPoemException
Constructor.
stringOf(HTML.Tag, AttributeSet) - Static method in class org.melati.util.HTMLUtils
 
stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.BasePoemType
A localised String representation of the oject.
stringOfCooked(Object, PoemLocale, int) - Method in interface org.melati.poem.PoemType
A localised String representation of the oject.
stringOfRaw(Object) - Method in class org.melati.poem.BasePoemType
This doesn't do an explicit assertValidRaw.
stringOfRaw(Object) - Method in interface org.melati.poem.PoemType
The String representation of the Field.
StringPoemType - Class in org.melati.poem
Base of all character sequence types.
StringPoemType(boolean, int) - Constructor for class org.melati.poem.StringPoemType
Constructor.
StringUtils - Class in org.melati.poem.prepro
An assortment of useful operations on Strings.
StringUtils - Class in org.melati.poem.util
An assortment of useful operations on Strings.
StringUtils() - Constructor for class org.melati.poem.util.StringUtils
 
StructuralModificationFailedPoemException - Exception in org.melati.poem
Thrown when an SQLException is thrown by a command to alter or create a table.
StructuralModificationFailedPoemException(String, SQLException) - Constructor for exception org.melati.poem.StructuralModificationFailedPoemException
Constructor.
StructuralModificationLogEvent - Class in org.melati.poem
A record of a structural change to the underlying DBMS.
StructuralModificationLogEvent(String) - Constructor for class org.melati.poem.StructuralModificationLogEvent
Constructor.
subException - Variable in exception org.melati.poem.PoemException
Pre-java 1.4 initial cause.
subException - Variable in exception org.melati.util.MelatiException
A sub-exception we may be wrapping, otherwise null.
subMap(Integer, Integer) - Method in class org.melati.poem.TableSortedMap
suffix - Variable in class org.melati.poem.prepro.FieldDef
 
summary - Static variable in class org.melati.poem.DisplayLevel
Display level of Columns to be included in a summary of records in a set.
superclass - Variable in class org.melati.poem.prepro.TableNamingInfo
The TableNamingInfo of this Table's superclass (or null if extends Persistent or Table).
superclassMainFQName() - Method in class org.melati.poem.prepro.TableNamingInfo
Calculate the full type for the superclass of the Persistent.
superclassMainShortName() - Method in class org.melati.poem.prepro.TableNamingInfo
Calculate the name of the superclass of the Persistent.
superclassMainUnambiguous() - Method in class org.melati.poem.prepro.TableNamingInfo
Calculate the type for objects in this Table.
superclassTableFQName() - Method in class org.melati.poem.prepro.TableNamingInfo
Calculate the full type for the superclass of this Table.
superclassTableShortName() - Method in class org.melati.poem.prepro.TableNamingInfo
Calculate the type for the superclass of this Table.
superclassTableUnambiguous() - Method in class org.melati.poem.prepro.TableNamingInfo
Calculate the type for this Table.
supportedAcceptedOrPreferred - Variable in class org.melati.util.AcceptCharset
Charsets supported by the jvm and accepted by the client or preferred by the server.
supportsAlterTableWithAddColumn() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsAlterTableWithDropColumn() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsANSI92EntryLevelSQL() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsANSI92FullSQL() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsANSI92IntermediateSQL() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsBatchUpdates() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsCatalogsInDataManipulation() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsCatalogsInIndexDefinitions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsCatalogsInProcedureCalls() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsCatalogsInTableDefinitions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsColumnAliasing() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsConvert() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsConvert(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsCoreSQLGrammar() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsCorrelatedSubqueries() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsDataManipulationTransactionsOnly() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsDifferentTableCorrelationNames() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsExpressionsInOrderBy() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsExtendedSQLGrammar() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsFullOuterJoins() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsGetGeneratedKeys() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsGroupBy() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsGroupByBeyondSelect() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsGroupByUnrelated() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsIntegrityEnhancementFacility() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsLikeEscapeClause() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsLimitedOuterJoins() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsMinimumSQLGrammar() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsMixedCaseIdentifiers() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsMultipleOpenResults() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsMultipleResultSets() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsMultipleTransactions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsNamedParameters() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsNonNullableColumns() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsOpenCursorsAcrossCommit() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsOpenCursorsAcrossRollback() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsOpenStatementsAcrossCommit() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsOpenStatementsAcrossRollback() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsOrderByUnrelated() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsOuterJoins() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsPositionedDelete() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsPositionedUpdate() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsResultSetConcurrency(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsResultSetHoldability(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsResultSetType(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSavepoints() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSchemasInDataManipulation() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSchemasInIndexDefinitions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSchemasInProcedureCalls() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSchemasInTableDefinitions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSelectForUpdate() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsStatementPooling() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4
supportsStoredProcedures() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSubqueriesInComparisons() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSubqueriesInExists() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSubqueriesInIns() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsSubqueriesInQuantifieds() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsTableCorrelationNames() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsTransactionIsolationLevel(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsTransactions() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsUnion() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
supportsUnionAll() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
swap(Object[], int, int) - Static method in class org.melati.poem.util.SortUtils
Swap two elements of an Array.
sysAdminEmail - Variable in class org.melati.servlet.ConfigServlet
 
sysAdminName - Variable in class org.melati.servlet.ConfigServlet
 

T

table - Variable in class org.melati.poem.CachedQuery
 
table - Variable in exception org.melati.poem.ColumnInUsePoemException
The Table the Column belongs to.
table - Variable in exception org.melati.poem.CreationAccessPoemException
The Table we have a problem with.
table - Variable in class org.melati.poem.csv.CSVTable
 
table - Variable in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
The Table we are dealing with.
table - Variable in exception org.melati.poem.DuplicateColumnNamePoemException
The Table we are dealing with.
table - Variable in exception org.melati.poem.DuplicateDeletedColumnPoemException
The Table we are dealing with.
table - Variable in exception org.melati.poem.DuplicateTroidColumnPoemException
The Table we are dealing with.
table - Variable in exception org.melati.poem.DuplicateTroidPoemException
The Table we are dealing with.
table - Variable in exception org.melati.poem.InitialisationPoemException
The Table we are dealing with.
table - Variable in exception org.melati.poem.NoSuchColumnPoemException
The Table we are dealing with.
table - Variable in exception org.melati.poem.NoSuchRowPoemException
The table we are dealing with.
table - Variable in exception org.melati.poem.NoTroidColumnException
The Table we are dealing with.
table - Variable in class org.melati.poem.prepro.FieldDef
 
table - Variable in exception org.melati.poem.RowDisappearedPoemException
The Table we are dealing with.
Table - Interface in org.melati.poem
A table.
table - Variable in exception org.melati.poem.TableInUsePoemException
The Table we are dealing with.
table - Variable in class org.melati.poem.TableMap
 
table - Variable in exception org.melati.poem.TableMismatchPoemException
The Table it should have set.
TableCategory - Class in org.melati.poem
A grouping into which a Table can be assigned, eg Data or System.
TableCategory() - Constructor for class org.melati.poem.TableCategory
Constructor for a Persistent TableCategory object.
TableCategory(String) - Constructor for class org.melati.poem.TableCategory
Constructor for a Persistent TableCategory object.
TableCategoryBase - Class in org.melati.poem.generated
Melati POEM generated abstract base class for a Persistent TableCategory Object.
TableCategoryBase() - Constructor for class org.melati.poem.generated.TableCategoryBase
 
TableCategoryTable - Class in org.melati.poem
A Table which holds TableCategorys.
TableCategoryTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.TableCategoryTable
Constructor.
TableCategoryTableBase - Class in org.melati.poem.generated
Melati POEM generated base class for Table TableCategory.
TableCategoryTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.TableCategoryTableBase
Constructor.
TableDef - Class in org.melati.poem.prepro
A Table Definition holding information from a DSD.
TableDef(DSD, StreamTokenizer, int, boolean, TableNamingStore) - Constructor for class org.melati.poem.prepro.TableDef
Constructor.
TableFactory - Class in org.melati.poem
Given an Object or class create a set of Tables to represent the graph it is the starting node of, and populate it for an Object.
tableFQName - Variable in class org.melati.poem.prepro.TableNamingInfo
The fully qualified name of the table (e.g.
tableinfo - Variable in class org.melati.poem.generated.ColumnInfoBase
Owning table - The table to which the field belongs
TableInfo - Class in org.melati.poem
All the data defining a Table; actually a Persistent from the TableInfoTable.
TableInfo() - Constructor for class org.melati.poem.TableInfo
Constructor for a Persistent TableInfo object.
TableInfo(JdbcTable) - Constructor for class org.melati.poem.TableInfo
Constructor creates a TableInfo from a Table.
TableInfoBase - Class in org.melati.poem.generated
Melati POEM generated abstract base class for a Persistent TableInfo Object.
TableInfoBase() - Constructor for class org.melati.poem.generated.TableInfoBase
 
tableInfoID() - Method in class org.melati.poem.JdbcTable
The troid (id) of the table's entry in the tableinfo table.
tableInfoID() - Method in interface org.melati.poem.Table
The troid (id) of the table's entry in the tableinfo table.
TableInfoTable - Class in org.melati.poem
A Table which holds information about all Tables in the Database.
TableInfoTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.TableInfoTable
Constructor.
TableInfoTableBase - Class in org.melati.poem.generated
Melati POEM generated base class for Table TableInfo.
TableInfoTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.TableInfoTableBase
Constructor.
tableInitialisationSql(Table) - Method in class org.melati.poem.dbms.AnsiStandard
tableInitialisationSql(Table) - Method in interface org.melati.poem.dbms.Dbms
 
tableInitialisationSql(Table) - Method in class org.melati.poem.dbms.HsqldbText
TableInUsePoemException - Exception in org.melati.poem
Thrown when an attempt is made to redefine a Table when it is being accessed by another PoemThread.
TableInUsePoemException(Database, Table) - Constructor for exception org.melati.poem.TableInUsePoemException
Constructor.
TableListener - Interface in org.melati.poem
An object which can be notified when a Table is accessed.
tableMainClassRootReturnClass() - Method in class org.melati.poem.prepro.TableNamingInfo
Find the return type we should use when calling getXxxxObject().
TableMap - Class in org.melati.poem
 
TableMap() - Constructor for class org.melati.poem.TableMap
Constructor.
TableMap(Table) - Constructor for class org.melati.poem.TableMap
Constructor given a Table.
TableMismatchPoemException - Exception in org.melati.poem
Thrown during validation of a ReferencePoemType if a Persistent is claimed to be of that type but has the wrong Table set.
TableMismatchPoemException(Persistent, Table) - Constructor for exception org.melati.poem.TableMismatchPoemException
Constructor.
tableName - Variable in exception org.melati.poem.dbms.UnsupportedTypePoemException
The table name.
tableName - Variable in exception org.melati.poem.TableRenamePoemException
The current name of the table.
TableNamingInfo - Class in org.melati.poem.prepro
A store for Table Name information extracted from the DSD.
TableNamingInfo(String, String, String) - Constructor for class org.melati.poem.prepro.TableNamingInfo
Constructor.
TableNamingStore - Class in org.melati.poem.prepro
A store of naming information for a Table.
TableNamingStore() - Constructor for class org.melati.poem.prepro.TableNamingStore
Constructor.
TableQualifier - Class in org.melati.poem.prepro
Abstract class from which all TableQualifiers are derived.
TableQualifier() - Constructor for class org.melati.poem.prepro.TableQualifier
 
TableRenamePoemException - Exception in org.melati.poem
Thrown when an attempt is made to set the name of a Table in its the TableInfo when it has already been set.
TableRenamePoemException(String, String) - Constructor for exception org.melati.poem.TableRenamePoemException
Constructor.
TableRenamePoemException(String) - Constructor for exception org.melati.poem.TableRenamePoemException
Constructor.
tables - Variable in class org.melati.poem.csv.CSVFilesProcessor
 
tables() - Method in class org.melati.poem.Database
All the tables in the database.
tableShortName - Variable in class org.melati.poem.prepro.TableNamingInfo
The last part of the FQName of the table (e.g.
TableSortedMap - Class in org.melati.poem
 
TableSortedMap() - Constructor for class org.melati.poem.TableSortedMap
Constructor for setter injection.
TableSortedMap(Table) - Constructor for class org.melati.poem.TableSortedMap
Constructor for constructor injection.
TableURL(Table) - Method in class org.melati.admin.AdminUtils
 
tag - Variable in class org.melati.util.HTMLUtils.TagInstance
The tag.
tailMap(Integer) - Method in class org.melati.poem.TableSortedMap
TailoredQuery - Class in org.melati.poem
This is how you run low-level SQL queries including joins, and get the results back in the form of convenient Melati Fields which can be rendered automatically in templates.
TailoredQuery(Column[], Table[], String, String) - Constructor for class org.melati.poem.TailoredQuery
Construct a low-level SQL query, possibly including joins, from which results come back in form of automatically-renderable Melati Fields.
TailoredQuery(String, Column[], Table[], String, String) - Constructor for class org.melati.poem.TailoredQuery
Same as without the first argument except that it is inserted between SELECT and the column list.
TailoredQuery.FirstRawTailoredResultSetEnumeration<T> - Class in org.melati.poem
Return an Enumeration of the columns in the first row of a ResultSet.
TailoredQuery.FirstRawTailoredResultSetEnumeration(TailoredQuery, ResultSet) - Constructor for class org.melati.poem.TailoredQuery.FirstRawTailoredResultSetEnumeration
Retrieve the first row of a TailoredQuery.
TailoredResultSetEnumeration<T> - Class in org.melati.poem
A ResultSetEnumeration relying on a TailoredQuery for column and access information.
TailoredResultSetEnumeration(TailoredQuery, ResultSet) - Constructor for class org.melati.poem.TailoredResultSetEnumeration
Constructor.
targetTable() - Method in class org.melati.poem.ReferencePoemType
 
template(String) - Method in class org.melati.template.NoTemplateEngine
Get a template given its name.
Template - Interface in org.melati.template
A template engine template.
template(String) - Method in interface org.melati.template.TemplateEngine
Get a template given it's full name.
template(String) - Method in class org.melati.template.velocity.VelocityTemplateEngine
Get a template by name.
template(String) - Method in class org.melati.template.webmacro.WebmacroTemplateEngine
Get a template given it's name.
TemplateApp - Class in org.melati.app
An example of how to use a Template Engine with a Poem database from the command line.
TemplateApp() - Constructor for class org.melati.app.TemplateApp
 
TemplateContext - Interface in org.melati.template
A Context for use by a TemplateEngine to expand a Template against.
templateEngine - Variable in class org.melati.app.AbstractTemplateApp
 
templateEngine - Variable in class org.melati.servlet.TemplateServlet
 
TemplateEngine - Interface in org.melati.template
A TemplateEngine typically evaluates a template containing variables against a context containing values for those variables.
TemplateEngineException - Exception in org.melati.template
Thrown when the ServletTemplateEngine itself throws an Exception.
TemplateEngineException(Exception) - Constructor for exception org.melati.template.TemplateEngineException
Constructor.
TemplateEngineException(String, Exception) - Constructor for exception org.melati.template.TemplateEngineException
Constructor with message.
TemplateEngineException(String) - Constructor for exception org.melati.template.TemplateEngineException
Constructor with message.
templateExtension() - Method in class org.melati.template.NoTemplateEngine
 
templateExtension() - Method in interface org.melati.template.TemplateEngine
 
templateExtension() - Method in class org.melati.template.velocity.VelocityTemplateEngine
 
templateExtension() - Method in class org.melati.template.webmacro.WebmacroTemplateEngine
 
TemplateIOException - Exception in org.melati.template
Thrown when the Templating system throws an IOException.
TemplateIOException(String, Exception) - Constructor for exception org.melati.template.TemplateIOException
 
TemplateIOException(Exception) - Constructor for exception org.melati.template.TemplateIOException
 
templateName(String) - Method in class org.melati.Melati
Find a db specific template if it exists, otherwise a non-specific one, searching through all template paths.
TemplateServlet - Class in org.melati.servlet
Base class to use Melati with a Template Engine.
TemplateServlet() - Constructor for class org.melati.servlet.TemplateServlet
 
TemplateServletTest - Class in org.melati.test
Test a Melati configuration with a Template Engine and a temporary file form data adaptor.
TemplateServletTest() - Constructor for class org.melati.test.TemplateServletTest
 
TemplateServletTestOverride - Class in org.melati.test
Illustrate overridden authentication handling.
TemplateServletTestOverride() - Constructor for class org.melati.test.TemplateServletTestOverride
 
templet(TemplateEngine, MarkupLanguage, String, String) - Method in class org.melati.template.ClassNameTempletLoader
Get a templet by name, with optional purpose.
templet(TemplateEngine, MarkupLanguage, String) - Method in class org.melati.template.ClassNameTempletLoader
Get a templet by its name, looking only in the templets directory.
templet(TemplateEngine, MarkupLanguage, String, Class<?>) - Method in class org.melati.template.ClassNameTempletLoader
Get a templet based upon class name and optional purpose, looking in the templets directory and also the classpath.
templet(TemplateEngine, MarkupLanguage, Class<?>) - Method in class org.melati.template.ClassNameTempletLoader
Get a templet for a class.
templet(TemplateEngine, MarkupLanguage, FieldAttributes) - Method in class org.melati.template.ClassNameTempletLoader
Get a templet either from the classname concatenated with FieldAttributes.RenederInfo or the class name.
templet(TemplateEngine, MarkupLanguage, String) - Method in interface org.melati.template.TempletLoader
Return a templet by name.
templet(TemplateEngine, MarkupLanguage, String, String) - Method in interface org.melati.template.TempletLoader
Return a templet by name and purpose.
templet(TemplateEngine, MarkupLanguage, Class<?>) - Method in interface org.melati.template.TempletLoader
Return a templet for a given class, looking for a template with the same name as the class in the Melati templet directory; giving a full template path as: org/melati/template/TEMPLATE_ENGINE_NAME/MARKUP_LANGUAGE/java.lang.Object.wm which is the lowest possible template and is always found.
templet(TemplateEngine, MarkupLanguage, String, Class<?>) - Method in interface org.melati.template.TempletLoader
Return a templet by Class and Purpose.
templet(TemplateEngine, MarkupLanguage, FieldAttributes) - Method in interface org.melati.template.TempletLoader
Return a templet to render a Field.
TempletAdaptor - Interface in org.melati.template
Object to reading fields from a context, modified by a user.
TempletAdaptorConstructionMelatiException - Exception in org.melati.template
Thrown when a TempletAdaptor has problems during construction.
TempletAdaptorConstructionMelatiException(String, String, Exception) - Constructor for exception org.melati.template.TempletAdaptorConstructionMelatiException
Constructor.
templetLoader - Variable in class org.melati.template.AbstractMarkupLanguage
 
TempletLoader - Interface in org.melati.template
An object which can load a templet given a TemplateEngine, a MarkupLanguage and a means of identifying the templet.
templetsPath(TemplateEngine, MarkupLanguage) - Static method in class org.melati.template.ClassNameTempletLoader
 
templetsTempletPath(TemplateEngine, MarkupLanguage, String, String) - Static method in class org.melati.template.ClassNameTempletLoader
 
TemporaryFileFormDataAdaptor - Class in org.melati.servlet
Save uploaded files in a temporary file which is deleted when the JVM exits.
TemporaryFileFormDataAdaptor() - Constructor for class org.melati.servlet.TemporaryFileFormDataAdaptor
Constructor using default file name.
TemporaryFileFormDataAdaptor(String) - Constructor for class org.melati.servlet.TemporaryFileFormDataAdaptor
Constructor specifying temporary file name.
TemporaryFileFormDataAdaptorFactory - Class in org.melati.servlet
Create a FormDataAdaptor from a Melati and the MultipartFormField which was uploaded.
TemporaryFileFormDataAdaptorFactory() - Constructor for class org.melati.servlet.TemporaryFileFormDataAdaptorFactory
 
term(Melati) - Method in class org.melati.app.AbstractConfigApp
Clean up at end of run.
term(Melati) - Method in class org.melati.app.AbstractPoemApp
Clean up at end of run.
threadsMax - Static variable in class org.melati.poem.PoemThread
The maximum number of Threads.
Thrower - Class in org.melati.poem.dbms.test.sql
A class which can throw on demand.
Thrower() - Constructor for class org.melati.poem.dbms.test.sql.Thrower
 
ThrowingArray - Class in org.melati.poem.dbms.test.sql
An Array decorated to throw an SQLException on command.
ThrowingArray(Array) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingArray
Constructor.
ThrowingArrayJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC 3 members of an Array, decorated to throw an SQLException on command.
ThrowingArrayJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc3
 
ThrowingArrayJdbc4 - Class in org.melati.poem.dbms.test.sql
The JDBC 4 members of an Array, decorated to throw an SQLException on command.
ThrowingArrayJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingArrayJdbc4
 
ThrowingArrayVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingArrayVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingArrayVariant
 
ThrowingBlob - Class in org.melati.poem.dbms.test.sql
A Blob decorated to throw an SQLException on command.
ThrowingBlob(Blob) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingBlob
Constructor.
ThrowingBlobJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 members of a Blob, decorated to throw an SQLException on command.
ThrowingBlobJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
 
ThrowingBlobJdbc4 - Class in org.melati.poem.dbms.test.sql
The JDBC4 members of a Blob, decorated to throw an SQLException on command.
ThrowingBlobJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc4
 
ThrowingBlobVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingBlobVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingBlobVariant
 
ThrowingCallableStatement - Class in org.melati.poem.dbms.test.sql
A CallableStatement decorated to throw an SQLException on command.
ThrowingCallableStatement(CallableStatement) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingCallableStatement
Constructor.
ThrowingCallableStatementJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 members of a CallableStatement, decorated to throw an SQLException on command.
ThrowingCallableStatementJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
ThrowingCallableStatementJdbc4 - Class in org.melati.poem.dbms.test.sql
The JDBC4 members of a CallableStatement, decorated to throw an SQLException on command.
ThrowingCallableStatementJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
 
ThrowingCallableStatementVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingCallableStatementVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingCallableStatementVariant
 
ThrowingClob - Class in org.melati.poem.dbms.test.sql
A Clob decorated to throw an SQLException on command.
ThrowingClob(Clob) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingClob
Constructor.
ThrowingClobJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 members of a Clob, decorated to throw an SQLException on command.
ThrowingClobJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
 
ThrowingClobJdbc4 - Class in org.melati.poem.dbms.test.sql
The JDBC4 members of a Clob, decorated to throw an SQLException on command.
ThrowingClobJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingClobJdbc4
 
ThrowingClobVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingClobVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingClobVariant
 
ThrowingConnection - Class in org.melati.poem.dbms.test.sql
A Connection decorated to throw an SQLException on command.
ThrowingConnection(Connection) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingConnection
 
ThrowingConnectionJdbc3 - Class in org.melati.poem.dbms.test.sql
A JDBC3 Connection, decorated to throw an SQLException on command.
ThrowingConnectionJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc3
 
ThrowingConnectionJdbc4 - Class in org.melati.poem.dbms.test.sql
A JDBC4 Connection, decorated to throw an SQLException on command.
ThrowingConnectionJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
 
ThrowingConnectionVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingConnectionVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingConnectionVariant
 
ThrowingDatabaseMetaData - Class in org.melati.poem.dbms.test.sql
A DatabaseMetaData decorated to throw an SQLException on command.
ThrowingDatabaseMetaData(DatabaseMetaData) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaData
Decorator constructor.
ThrowingDatabaseMetaDataJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 members of a DatabaseMetaData, decorated to throw an SQLException on command.
ThrowingDatabaseMetaDataJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
ThrowingDatabaseMetaDataJdbc4 - Class in org.melati.poem.dbms.test.sql
The JDBC4 members of a DatabaseMetaData, decorated to throw an SQLException on command.
ThrowingDatabaseMetaDataJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4
 
ThrowingDatabaseMetaDataVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingDatabaseMetaDataVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataVariant
 
ThrowingDriver - Class in org.melati.poem.dbms.test.sql
A Driver decorated to throw an SQLException on command.
ThrowingDriver(Driver) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingDriver
Constructor.
ThrowingDriverJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 members of a Driver, decorated to throw an SQLException on command.
ThrowingDriverJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingDriverJdbc3
 
ThrowingDriverJdbc4 - Class in org.melati.poem.dbms.test.sql
The JDBC4 members of a Driver, decorated to throw an SQLException on command.
ThrowingDriverJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingDriverJdbc4
 
ThrowingDriverVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingDriverVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingDriverVariant
 
ThrowingNClob - Class in org.melati.poem.dbms.test.sql
 
ThrowingNClob(NClob) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingNClob
Constructor.
ThrowingParameterMetaData - Class in org.melati.poem.dbms.test.sql
A ParameterMetaData decorated to throw an SQLException on command.
ThrowingParameterMetaData(ParameterMetaData) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingParameterMetaData
Constructor.
ThrowingParameterMetaDataJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 members of a ParameterMetaData, decorated to throw an SQLException on command.
ThrowingParameterMetaDataJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc3
 
ThrowingParameterMetaDataJdbc4 - Class in org.melati.poem.dbms.test.sql
The JDBC4 members of a ParameterMetaData, decorated to throw an SQLException on command.
ThrowingParameterMetaDataJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc4
 
ThrowingParameterMetaDataVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingParameterMetaDataVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataVariant
 
ThrowingPreparedStatement - Class in org.melati.poem.dbms.test.sql
A PreparedStatement decorated to throw an SQLException on command.
ThrowingPreparedStatement(PreparedStatement) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingPreparedStatement
 
ThrowingPreparedStatementJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 members of a PreparedStatement, decorated to throw an SQLException on command.
ThrowingPreparedStatementJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc3
 
ThrowingPreparedStatementJdbc4 - Class in org.melati.poem.dbms.test.sql
The JDBC4 members of a PreparedStatement, decorated to throw an SQLException on command.
ThrowingPreparedStatementJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
 
ThrowingPreparedStatementVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingPreparedStatementVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementVariant
 
ThrowingPrintWriter - Class in org.melati.util
A PrintWriter which can throw an Exception.
ThrowingPrintWriter(PrintWriter, String) - Constructor for class org.melati.util.ThrowingPrintWriter
Constructor.
ThrowingPrintWriter.SuperUseException - Exception in org.melati.util
Thrown when a programmer attempts to use super.out.
ThrowingPrintWriter.SuperUseException() - Constructor for exception org.melati.util.ThrowingPrintWriter.SuperUseException
Constructor.
ThrowingPrintWriter.TroubleException - Exception in org.melati.util
Thrown if there is a problem writing to this ThowingPrintWriter.
ThrowingPrintWriter.TroubleException() - Constructor for exception org.melati.util.ThrowingPrintWriter.TroubleException
 
ThrowingRef - Class in org.melati.poem.dbms.test.sql
A Ref decorated to throw an SQLException on command.
ThrowingRef(Ref) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingRef
Constructor.
ThrowingRefJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 methods of a Ref, decorated to throw an SQLException on command.
ThrowingRefJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingRefJdbc3
 
ThrowingResultSet - Class in org.melati.poem.dbms.test.sql
A ResultSet decorated to throw an SQLException on command.
ThrowingResultSet(ResultSet) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingResultSet
Constructor.
ThrowingResultSetJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 methods of a ResultSet, decorated to throw an SQLException on command.
ThrowingResultSetJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
 
ThrowingResultSetJdbc4 - Class in org.melati.poem.dbms.test.sql
The JDBC4 methods of a Ref, decorated to throw an SQLException on command.
ThrowingResultSetJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
 
ThrowingResultSetMetaData - Class in org.melati.poem.dbms.test.sql
A ResultSetMetaData decorated to throw an on command.
ThrowingResultSetMetaData(ResultSetMetaData) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaData
Constructor.
ThrowingResultSetMetaDataJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 methods of a ResultSetMetaData, decorated to throw an on command.
ThrowingResultSetMetaDataJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
 
ThrowingResultSetMetaDataJdbc4 - Class in org.melati.poem.dbms.test.sql
 
ThrowingResultSetMetaDataJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc4
 
ThrowingResultSetMetaDataVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingResultSetMetaDataVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataVariant
 
ThrowingResultSetVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingResultSetVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingResultSetVariant
 
ThrowingRowId - Class in org.melati.poem.dbms.test.sql
 
ThrowingRowId(RowId) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingRowId
 
ThrowingSavepoint - Class in org.melati.poem.dbms.test.sql
A SavePoint decorated to throw an on command.
ThrowingSavepoint(Savepoint) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingSavepoint
Constructor.
ThrowingSQLXML - Class in org.melati.poem.dbms.test.sql
 
ThrowingSQLXML(SQLXML) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingSQLXML
Constructor.
ThrowingStatement - Class in org.melati.poem.dbms.test.sql
A Statement decorated to throw SQLException on command.
ThrowingStatement(Statement) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingStatement
Constructor.
ThrowingStatementJdbc3 - Class in org.melati.poem.dbms.test.sql
The JDBC3 members of a Statement, decorated to throw SQLException on command.
ThrowingStatementJdbc3() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
 
ThrowingStatementJdbc4 - Class in org.melati.poem.dbms.test.sql
The JDBC4 members of a Statement, decorated to throw SQLException on command.
ThrowingStatementJdbc4() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc4
 
ThrowingStatementVariant - Class in org.melati.poem.dbms.test.sql
 
ThrowingStatementVariant() - Constructor for class org.melati.poem.dbms.test.sql.ThrowingStatementVariant
 
ThrowingStruct - Class in org.melati.poem.dbms.test.sql
A Stuct decorated to throw SQLException on command.
ThrowingStruct(Struct) - Constructor for class org.melati.poem.dbms.test.sql.ThrowingStruct
Constructor.
throwOnTrouble() - Method in class org.melati.util.ThrowingPrintWriter
Check for problem and throw it if found.
TIMESTAMP - Static variable in class org.melati.poem.PoemTypeFactory
Timestamp base-type factory.
TimestampFieldDef - Class in org.melati.poem.prepro
A definition of a TimestampPoemType from the DSD.
TimestampFieldDef(int, TableDef, String, int, Vector) - Constructor for class org.melati.poem.prepro.TimestampFieldDef
Constructor.
timestampFormat(int) - Method in class org.melati.poem.PoemLocale
 
TimestampPoemType - Class in org.melati.poem
A Timestamp.
TimestampPoemType(boolean) - Constructor for class org.melati.poem.TimestampPoemType
Constructor.
TimestampPoemType(int, String, boolean) - Constructor for class org.melati.poem.TimestampPoemType
Constructor.
toDsdType() - Method in class org.melati.poem.BigDecimalPoemType
 
toDsdType() - Method in class org.melati.poem.BinaryPoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.BooleanPoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.ColumnTypePoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.DatePoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.DeletedPoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.DisplayLevelPoemType
 
toDsdType() - Method in class org.melati.poem.DoublePoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.IntegerPoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.IntegrityFixPoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.LongPoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.PasswordPoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in interface org.melati.poem.PoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.ReferencePoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.SearchabilityPoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.StringPoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.TimestampPoemType
The field type used in the Data Structure Definition language.
toDsdType() - Method in class org.melati.poem.TroidPoemType
Might be nicer as 'Troid'.
ToggledOrderSelectionURL(Melati, String, String) - Method in class org.melati.admin.AdminUtils
Toggle the sort order of column.
token - Variable in exception org.melati.poem.AccessPoemException
The User's Token.
token - Variable in exception org.melati.poem.NonRootSetAccessTokenPoemException
The User's current AccessToken.
token - Variable in class org.melati.util.HttpHeader.TokenAndQValue
Token followed by a semicolon separator.
tokenAndQValueIterator() - Method in class org.melati.util.HttpHeader
Factory method to create and return an iterator of HttpHeader.TokenAndQValue's.
tokenizer - Variable in class org.melati.util.HttpHeader
Instance of inner HttpHeader.Tokenizer.
TooManyThreadsPoemException - Exception in org.melati.poem
Thrown when the number of PoemThreads exceeds the limit.
TooManyThreadsPoemException() - Constructor for exception org.melati.poem.TooManyThreadsPoemException
 
TopURL(Melati) - Method in class org.melati.admin.AdminUtils
 
toString() - Method in class org.melati.poem.BasePoemType
toString() - Method in class org.melati.poem.BinaryPoemType
toString() - Method in class org.melati.poem.CachedQuery
toString() - Method in class org.melati.poem.Capability
Return the capability name.
toString() - Method in class org.melati.poem.Column
toString() - Method in class org.melati.poem.ColumnTypePoemType
toString() - Method in class org.melati.poem.CommitLogEvent
toString() - Method in class org.melati.poem.Database
Returns the connection url.
toString() - Method in class org.melati.poem.dbms.AnsiStandard
A string to represent this DBMS.
toString() - Method in interface org.melati.poem.dbms.Dbms
A string to represent this DBMS.
toString() - Method in class org.melati.poem.DefinitionSource
toString() - Method in class org.melati.poem.DeletedPoemType
toString() - Method in exception org.melati.poem.DeletionIntegrityPoemException
 
toString() - Method in class org.melati.poem.DisplayLevel
 
toString() - Method in class org.melati.poem.DisplayLevelPoemType
toString() - Method in class org.melati.poem.Field
Dump to a string.
toString() - Method in class org.melati.poem.FieldSet
Used to debug tests.
toString() - Method in class org.melati.poem.IntegrityFixPoemType
toString() - Method in class org.melati.poem.JdbcPersistent
A string briefly describing the object for diagnostic purposes.
toString() - Method in class org.melati.poem.JdbcTable
A concise string to stand in for the table.
toString() - Method in class org.melati.poem.PasswordPoemType
toString() - Method in class org.melati.poem.PoemLocale
Delegated to Locale.
toString() - Method in class org.melati.poem.PoemTransaction
The transaction index.
toString() - Method in class org.melati.poem.PreparedStatementFactory
toString() - Method in class org.melati.poem.prepro.FieldDef
 
toString() - Method in class org.melati.poem.ReferencePoemType
toString() - Method in class org.melati.poem.RollbackLogEvent
A description.
toString() - Method in class org.melati.poem.Searchability
 
toString() - Method in class org.melati.poem.SearchabilityPoemType
toString() - Method in class org.melati.poem.SQLLogEvent
A description.
toString() - Method in class org.melati.poem.StandardIntegrityFix
Return the name and index.
toString() - Method in class org.melati.poem.StringPoemType
toString() - Method in class org.melati.poem.StructuralModificationLogEvent
A description.
toString() - Method in interface org.melati.poem.Table
A concise string to stand in for the table.
toString() - Method in class org.melati.poem.TailoredQuery
The SQL of the query.
toString() - Method in class org.melati.poem.transaction.Transaction
The transaction index.
toString() - Method in class org.melati.poem.TroidPoemType
toString() - Method in class org.melati.poem.UnindexableLogEvent
 
toString() - Method in class org.melati.poem.User
A string briefly describing the object for diagnostic purposes.
toString() - Method in class org.melati.PoemContext
 
toString() - Method in class org.melati.servlet.MultipartFormField
toString() - Method in class org.melati.template.AbstractMarkupLanguage
Name and locale.
toString() - Method in class org.melati.util.HTMLUtils.TagInstance
A String representation.
toString() - Method in class org.melati.util.MelatiStringWriter
Returns the buffer contents.
toTidy() - Static method in class org.melati.poem.PoemThread
Retrieve the ToTidyList for this session.
toTidy() - Method in class org.melati.poem.SessionToken
 
ToTidyList - Class in org.melati.poem.transaction
List of objects which need closing when a Transaction is terminated.
ToTidyList() - Constructor for class org.melati.poem.transaction.ToTidyList
 
ToTidyList.Closeable - Interface in org.melati.poem.transaction
Can be closed.
toTypeParameter() - Method in class org.melati.poem.ValueInfo
 
tr(String, String, String) - Static method in class org.melati.poem.util.StringUtils
As Perl tr; swap any occurrences of any characters in the from string in the input string with the corresponding character from the to string.
tr(String, char, char) - Static method in class org.melati.poem.util.StringUtils
Deprecated. now use string.replace(old,new)
transaction - Variable in class org.melati.poem.CommitLogEvent
The Transaction we are in.
transaction(int) - Method in class org.melati.poem.Database
Get a Transaction by its index.
transaction() - Static method in class org.melati.poem.PoemThread
Retrieve the PoemTransaction for this PoemThread.
transaction - Variable in class org.melati.poem.RollbackLogEvent
The Transaction we are in.
Transaction - Class in org.melati.poem.transaction
A Transaction.
Transaction(TransactionPool, int) - Constructor for class org.melati.poem.transaction.Transaction
Constructor.
transaction(int) - Method in interface org.melati.poem.transaction.TransactionPool
Get a Transaction by its index.
Transactioned - Class in org.melati.poem.transaction
An object which can have uncommitted state within a Transaction.
Transactioned(TransactionPool) - Constructor for class org.melati.poem.transaction.Transactioned
Constructor.
Transactioned() - Constructor for class org.melati.poem.transaction.Transactioned
Constructor.
transactioned - Variable in exception org.melati.poem.transaction.WriteCommittedException
The committed Transaction.
TransactionedSerial - Class in org.melati.poem.transaction
A serial id of an object which is incremented each time that object is loaded or locked.
TransactionedSerial(TransactionPool) - Constructor for class org.melati.poem.transaction.TransactionedSerial
Constructor.
TransactionIndexTooLargeException - Exception in org.melati.poem.transaction
Thrown when the number of Transactions exceeds the limit.
TransactionIndexTooLargeException() - Constructor for exception org.melati.poem.transaction.TransactionIndexTooLargeException
 
transactionPool() - Method in class org.melati.poem.transaction.Transactioned
 
TransactionPool - Interface in org.melati.poem.transaction
A pool of Transactions.
transactionsMax() - Method in class org.melati.poem.Database
The number of transactions available for concurrent use on the database.
transactionsMax() - Method in interface org.melati.poem.transaction.TransactionPool
 
TrappedException - Exception in org.melati.servlet
If we have to turn an exception into a runtime exception, we do it using a TrappedException.
TrappedException(Throwable) - Constructor for exception org.melati.servlet.TrappedException
Constructor.
TrappedException(String, Throwable) - Constructor for exception org.melati.servlet.TrappedException
Constructor.
Tree - Class in org.melati.util
A whole tree.
Tree(Treeable) - Constructor for class org.melati.util.Tree
Constructor from root node.
Tree(Treeable, int) - Constructor for class org.melati.util.Tree
Constructor from root node with anticipated depth.
Tree(Treeable[]) - Constructor for class org.melati.util.Tree
Constructor for a multi-rooted tree.
Tree(Treeable[], int) - Constructor for class org.melati.util.Tree
Constructor for a multi-rooted tree with anticipated depth.
Treeable - Interface in org.melati.poem
Methods an object must have to be treated as a Tree.
TreeNode - Class in org.melati.util
A Tree node.
TreeNode(Treeable, int) - Constructor for class org.melati.util.TreeNode
Constructor.
TreeURL(Persistent) - Method in class org.melati.admin.AdminUtils
 
TreeURL(Table) - Method in class org.melati.admin.AdminUtils
 
TRIGGERING_EXCEPTION - Static variable in class org.melati.login.Login
The triggering exception.
TRIGGERING_REQUEST_PARAMETERS - Static variable in class org.melati.login.Login
Parameters,in GET format, of triggering request, so we can reconstruct it.
trim(int) - Method in class org.melati.poem.util.Cache
Reduce number of units held in the cache, without changing its size.
trimCache(int) - Method in class org.melati.poem.Database
Trim POEM's cache to a given size.
trimCache(int) - Method in class org.melati.poem.JdbcTable
 
trimCache(int) - Method in interface org.melati.poem.Table
 
troid - Variable in exception org.melati.poem.DuplicateTroidPoemException
The Table Row ID we are dealing with.
troid() - Method in class org.melati.poem.JdbcPersistent
 
troid - Variable in exception org.melati.poem.NoSuchRowPoemException
Its TROID.
troid() - Method in interface org.melati.poem.Persistable
Get the troid without access checking.
TROID - Static variable in class org.melati.poem.PoemTypeFactory
Troid column factory.
troid - Variable in exception org.melati.poem.RowDisappearedPoemException
Its TROID.
troidColumn() - Method in class org.melati.poem.JdbcTable
The table's troid column.
troidColumn() - Method in interface org.melati.poem.Table
The table's troid column.
TroidFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines whether a Field is a TroidField.
TroidFieldQualifier() - Constructor for class org.melati.poem.prepro.TroidFieldQualifier
Constructor.
troidFor(Persistent) - Method in class org.melati.poem.JdbcTable
 
troidFor(Persistent) - Method in interface org.melati.poem.Table
 
TroidPoemType - Class in org.melati.poem
Table row ids.
TroidPoemType() - Constructor for class org.melati.poem.TroidPoemType
Construct a non-nullable type.
troids() - Method in class org.melati.poem.CachedSelection
 
troidSelection(String, String, boolean, PoemTransaction) - Method in class org.melati.poem.JdbcTable
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
troidSelection(Persistent, String, boolean, boolean, PoemTransaction) - Method in class org.melati.poem.JdbcTable
 
troidSelection(String, String, boolean) - Method in class org.melati.poem.JdbcTable
A SELECTion of troids of objects from the table meeting given criteria.
troidSelection(String, String, boolean, PoemTransaction) - Method in interface org.melati.poem.Table
It is the programmer's responsibility to ensure that the where clause is suitable for the target DBMS.
troidSelection(Persistent, String, boolean, boolean, PoemTransaction) - Method in interface org.melati.poem.Table
 
troidSelection(String, String, boolean) - Method in interface org.melati.poem.Table
A SELECTion of troids of objects from the table meeting given criteria.
truncate(long) - Method in class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
truncate(long) - Method in class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
truncate(long) - Method in class org.melati.poem.dbms.test.sql.ThrowingNClob
type - Variable in exception org.melati.poem.ParsingPoemException
The PoemType of Field value.
TYPE - Static variable in class org.melati.poem.PoemTypeFactory
Type column factory.
type - Variable in class org.melati.poem.prepro.FieldDef
 
type - Variable in exception org.melati.poem.Setting.SettingTypeMismatchException
The factory used.
type - Variable in exception org.melati.poem.TypeMismatchPoemException
The type of the destination.
type - Variable in exception org.melati.poem.ValidationPoemException
Type we are trying to assign to.
TypeDefinitionMismatchException - Exception in org.melati.poem
Thrown during Column unification if there is a contradiction between two of the possible DefinitionSources.
TypeDefinitionMismatchException(Column, PoemType, DefinitionSource) - Constructor for exception org.melati.poem.TypeDefinitionMismatchException
Constructor.
typefactory - Variable in class org.melati.poem.generated.ValueInfoBase
Type - The field's POEM type
TypeMismatchPoemException - Exception in org.melati.poem
Thrown when the type of an object isn't the one expected.
TypeMismatchPoemException(Object, PoemType) - Constructor for exception org.melati.poem.TypeMismatchPoemException
Constructor.

U

uncache() - Method in class org.melati.poem.Database
Set the contents of the cache to empty.
uncache() - Method in class org.melati.poem.JdbcTable
Invalidate table cache.
uncache() - Method in interface org.melati.poem.Table
Invalidate table cache.
uncapitalised(String) - Static method in class org.melati.poem.util.StringUtils
Uncaptialise the first character of the input string.
UncreateableFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines whether a Field is Uncreatable.
UncreateableFieldQualifier() - Constructor for class org.melati.poem.prepro.UncreateableFieldQualifier
Constructor.
UneditableFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines whether a Field is Unedittable.
UneditableFieldQualifier() - Constructor for class org.melati.poem.prepro.UneditableFieldQualifier
Constructor.
UnexpectedExceptionException - Exception in org.melati.util
Thrown if an internal assumption about Melati is violated.
UnexpectedExceptionException(String, Exception) - Constructor for exception org.melati.util.UnexpectedExceptionException
Constructor.
UnexpectedExceptionException(Exception) - Constructor for exception org.melati.util.UnexpectedExceptionException
Constructor.
UnexpectedExceptionPoemException - Exception in org.melati.poem
Thrown when there is a problem in a situation where it is assumed, for the normal working of the system, that there will not be one.
UnexpectedExceptionPoemException(Exception, String) - Constructor for exception org.melati.poem.UnexpectedExceptionPoemException
Constructor.
UnexpectedExceptionPoemException(Exception) - Constructor for exception org.melati.poem.UnexpectedExceptionPoemException
Constructor.
UnexpectedNoSuchRowException - Exception in org.melati.poem
Thrown when a NoSuchRowPoemException is thrown when it is not thought to be possible for it to, if all is working well.
UnexpectedNoSuchRowException(NoSuchRowPoemException) - Constructor for exception org.melati.poem.UnexpectedNoSuchRowException
Constructor.
UnexpectedParsingPoemException - Exception in org.melati.poem
Thrown when a ParsingPoemException is thrown when it is not thought to be possible for it to, if all is working well.
UnexpectedParsingPoemException(ParsingPoemException) - Constructor for exception org.melati.poem.UnexpectedParsingPoemException
Constructor.
UnexpectedValidationPoemException - Exception in org.melati.poem
Thrown when a ValidationPoemException is thrown when it is not thought to be possible for it to, if all is working well.
UnexpectedValidationPoemException(ValidationPoemException) - Constructor for exception org.melati.poem.UnexpectedValidationPoemException
Constructor.
UnhandledExceptionException - Exception in org.melati.app
Thrown when an exception is not handled or authentication fails.
UnhandledExceptionException(String, Exception) - Constructor for exception org.melati.app.UnhandledExceptionException
 
UnhandledExceptionException(String) - Constructor for exception org.melati.app.UnhandledExceptionException
 
UnhandledExceptionException(Exception) - Constructor for exception org.melati.app.UnhandledExceptionException
 
UnhandledExceptionException() - Constructor for exception org.melati.app.UnhandledExceptionException
 
UnificationPoemException - Exception in org.melati.poem
Thrown when an SQLException is thrown during unification of the Database with the other DefinitionSources.
UnificationPoemException(Exception) - Constructor for exception org.melati.poem.UnificationPoemException
Constructor.
UnificationPoemException(String, Exception) - Constructor for exception org.melati.poem.UnificationPoemException
Constructor.
unifyWithColumnInfo() - Method in class org.melati.poem.JdbcTable
Match columnInfo with this Table's columns.
unifyWithColumnInfo() - Method in interface org.melati.poem.Table
Match columnInfo with this Table's columns.
unifyWithDB(ResultSet) - Method in class org.melati.poem.CapabilityTable
Ensure that the _administer_ Capability exists and apply it to this table, also create canRead, canWrite, candelete and canSelect as they are referrred to in column definition.
unifyWithDB(ResultSet) - Method in class org.melati.poem.JdbcTable
Unify the JDBC description of this table with the meta data held in the TableInfo
unifyWithDB(ResultSet) - Method in interface org.melati.poem.Table
Unify the JDBC description of this table with the meta data held in the TableInfo
unifyWithDB(ResultSet) - Method in class org.melati.poem.UserTable
Create guestUser and administratorUser.
UnindexableLogEvent - Class in org.melati.poem
A warning about an unindexable indexed Column.
UnindexableLogEvent(Column) - Constructor for class org.melati.poem.UnindexableLogEvent
Constructor.
unique - Variable in class org.melati.poem.generated.ColumnInfoBase
unique - Whether the field is unique (implies that it's `indexed')
unique - Variable in class org.melati.poem.prepro.IndexedFieldQualifier
 
UniqueFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines whether a Field is Unique.
UniqueFieldQualifier() - Constructor for class org.melati.poem.prepro.UniqueFieldQualifier
Constructor.
unloadDriver() - Method in class org.melati.poem.dbms.AnsiStandard
Used in tests to allow multiple dbmsen to be loaded and unloaded.
unloadDriver() - Method in interface org.melati.poem.dbms.Dbms
Used in tests to allow multiple dbmsen to be loaded and unloaded.
unNulled(String) - Static method in class org.melati.poem.util.StringUtils
Turn a null into an empty String.
unreservedName(String) - Method in class org.melati.poem.dbms.AnsiStandard
A pair of functions for getting around keywords which make your JDBC driver barf, as 'group' does for MySQL.
unreservedName(String) - Method in interface org.melati.poem.dbms.Dbms
Translate special names to non special ones.
unreservedName(String) - Method in class org.melati.poem.dbms.Hsqldb
A pair of functions for getting around keywords which make your JDBC driver barf, as 'group' does for MySQL.
unreservedName(String) - Method in class org.melati.poem.dbms.MSAccess
A pair of functions for getting around keywords which make your JDBC driver barf, as 'group' does for MySQL.
unreservedName(String) - Method in class org.melati.poem.dbms.MySQL
A pair of functions for getting around keywords which make your JDBC driver barf, as 'group' does for MySQL.
unreservedName(String) - Method in class org.melati.poem.dbms.Oracle
A pair of functions for getting around keywords which make your JDBC driver barf, as 'group' does for MySQL.
unSee(Transaction) - Method in class org.melati.poem.transaction.Transactioned
 
UnsupportedTypePoemException - Exception in org.melati.poem.dbms
Thrown when a dbms contains a type not supported by Poem.
UnsupportedTypePoemException(String, String, short, String, String) - Constructor for exception org.melati.poem.dbms.UnsupportedTypePoemException
Constructor.
UnsupportedTypePoemException(String) - Constructor for exception org.melati.poem.dbms.UnsupportedTypePoemException
Constructor.
unwrap(Class<T>) - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc4
unwrap(Class<T>) - Method in class org.melati.poem.dbms.test.sql.ThrowingConnectionJdbc4
unwrap(Class<T>) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc4
unwrap(Class<T>) - Method in class org.melati.poem.dbms.test.sql.ThrowingParameterMetaDataJdbc4
unwrap(Class<T>) - Method in class org.melati.poem.dbms.test.sql.ThrowingPreparedStatementJdbc4
unwrap(Class<T1>) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
unwrap(Class<T>) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc4
unwrap(Class<T>) - Method in class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc4
updateArray(int, Array) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateArray(String, Array) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateAsciiStream(int, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateAsciiStream(String, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateAsciiStream(int, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateAsciiStream(int, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateAsciiStream(String, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateAsciiStream(String, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateBigDecimal(int, BigDecimal) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateBigDecimal(String, BigDecimal) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateBinaryStream(int, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateBinaryStream(String, InputStream, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateBinaryStream(int, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateBinaryStream(int, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateBinaryStream(String, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateBinaryStream(String, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateBlob(int, Blob) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateBlob(String, Blob) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateBlob(int, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateBlob(int, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateBlob(String, InputStream, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateBlob(String, InputStream) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateBoolean(int, boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateBoolean(String, boolean) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateByte(int, byte) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateByte(String, byte) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateBytes(int, byte[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateBytes(String, byte[]) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateCharacterStream(int, Reader, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateCharacterStream(String, Reader, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateCharacterStream(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateCharacterStream(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateCharacterStream(String, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateCharacterStream(String, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateClob(int, Clob) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateClob(String, Clob) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateClob(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateClob(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateClob(String, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateClob(String, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateDate(int, Date) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateDate(String, Date) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateDouble(int, double) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateDouble(String, double) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateFloat(int, float) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateFloat(String, float) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateInt(int, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateInt(String, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateLong(int, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateLong(String, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateNCharacterStream(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNCharacterStream(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNCharacterStream(String, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNCharacterStream(String, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNClob(int, NClob) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNClob(int, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNClob(int, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNClob(String, NClob) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNClob(String, Reader, long) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNClob(String, Reader) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNString(int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNString(String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateNull(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateNull(String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateObject(int, Object) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateObject(String, Object) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateObject(int, Object, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateObject(String, Object, int) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateRef(int, Ref) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateRef(String, Ref) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateRow() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateRowId(int, RowId) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateRowId(String, RowId) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updates - Variable in class org.melati.example.contacts.generated.ContactBase
updates - How many times has this record been updated?
updatesAreDetected(int) - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
updateShort(int, short) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateShort(String, short) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateSQLXML(int, SQLXML) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateSQLXML(String, SQLXML) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc4
updateString(int, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateString(String, String) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateTemplate(ServletTemplateContext, Melati) - Static method in class org.melati.admin.Admin
Returns the Updated template after modifying the current row according to field values in the context.
updateTime(int, Time) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateTime(String, Time) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateTimestamp(int, Timestamp) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
updateTimestamp(String, Timestamp) - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
uploadDir - Variable in class org.melati.servlet.DefaultFileFormDataAdaptor
 
uploadDir - Variable in class org.melati.servlet.DefaultFileFormDataAdaptorFactory
 
uploadDoneTemplate(ServletTemplateContext) - Static method in class org.melati.admin.Admin
Finished uploading.
UploadHandlerURL(Table, Persistent, String) - Method in class org.melati.admin.AdminUtils
Upload URL.
uploadTemplate(ServletTemplateContext) - Static method in class org.melati.admin.Admin
 
UploadURL(Table, Persistent, Field) - Method in class org.melati.admin.AdminUtils
In an insert situation we will not have a Troid, so cannot pass it through.
uploadURL - Variable in class org.melati.servlet.DefaultFileFormDataAdaptor
 
uploadURL - Variable in class org.melati.servlet.DefaultFileFormDataAdaptorFactory
 
upToDate() - Method in class org.melati.poem.CachedTailoredQuery
 
upToDate(Transaction) - Method in class org.melati.poem.JdbcPersistent
Whether we are up to date with respect to current Transaction.
upToDate(Transaction) - Method in class org.melati.poem.transaction.Transactioned
Whether this instance is up-to-date.
upToDate(Transaction) - Method in class org.melati.poem.transaction.TransactionedSerial
Return the inheritted validity flag.
url - Variable in class org.melati.servlet.BaseFileFormDataAdaptor
A URL to the data.
urlEncode(String) - Method in class org.melati.Melati
 
USER - Static variable in class org.melati.login.HttpSessionAccessHandler
Class name.
user - Variable in class org.melati.poem.generated.GroupMembershipBase
User - The user who belongs to the group
User - Class in org.melati.poem
A registered user.
User() - Constructor for class org.melati.poem.User
Constructor for a Persistent User object.
User(String, String, String) - Constructor for class org.melati.poem.User
Constructor.
UserBase - Class in org.melati.poem.generated
Melati POEM generated abstract base class for a Persistent User Object.
UserBase() - Constructor for class org.melati.poem.generated.UserBase
 
usercreateable - Variable in class org.melati.poem.generated.ColumnInfoBase
User-createable - Whether it makes sense for the user to initialise the field's value
usereditable - Variable in class org.melati.poem.generated.ValueInfoBase
User-editable - Whether it makes sense for the user to update the field's value
usernameUnknownTemplate() - Method in class org.melati.login.LoginHandler
 
UserTable - Class in org.melati.poem
The Table of registered Users.
UserTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.UserTable
Constructor.
UserTableBase - Class in org.melati.poem.generated
Melati POEM generated base class for Table User.
UserTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.UserTableBase
Constructor.
useSession() - Method in class org.melati.login.HttpBasicAuthenticationAccessHandler
Change here to use session, if that makes sense.
usesLocalFilePerTable() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
usesLocalFiles() - Method in class org.melati.poem.dbms.test.sql.ThrowingDatabaseMetaDataJdbc3
 
UTF8URLEncoder - Class in org.melati.util
A utility class to work around need for catch block.

V

valid - Variable in class org.melati.poem.transaction.Transactioned
 
ValidationPoemException - Exception in org.melati.poem
Thrown when a Field's value does not meet its contract.
ValidationPoemException(PoemType, Object, Exception) - Constructor for exception org.melati.poem.ValidationPoemException
Constructor.
ValidationPoemException(PoemType, Object) - Constructor for exception org.melati.poem.ValidationPoemException
Constructor.
value - Variable in class org.melati.poem.generated.SettingBase
value - The value of this setting
value - Variable in exception org.melati.poem.OutsideRangePoemException
Value.
value - Variable in exception org.melati.poem.TableMismatchPoemException
The Persistent.
value - Variable in exception org.melati.poem.TypeMismatchPoemException
The value we are trying to assign.
value - Variable in exception org.melati.poem.ValidationPoemException
Value that will not be coerced.
value - Variable in exception org.melati.util.FormatPropertyException
The actual value.
ValueInfo - Class in org.melati.poem
Abstract persistent generated from Poem.dsd and extended to cover Setting and ColumnInfo.
ValueInfo() - Constructor for class org.melati.poem.ValueInfo
Constructor for a Persistent ValueInfo object.
ValueInfoBase - Class in org.melati.poem.generated
Melati POEM generated abstract base class for a Persistent ValueInfo Object.
ValueInfoBase() - Constructor for class org.melati.poem.generated.ValueInfoBase
 
ValueInfoTable - Class in org.melati.poem
Melati POEM generated, programmer modifiable stub for a ValueInfoTable object.
ValueInfoTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.ValueInfoTable
Constructor.
ValueInfoTableBase - Class in org.melati.poem.generated
Melati POEM generated base class for Table ValueInfo.
ValueInfoTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.ValueInfoTableBase
Constructor.
values() - Method in class org.melati.poem.TableMap
vanilla - Static variable in class org.melati.poem.util.DictionaryOrder
Standard ordering.
vectorOf(Enumeration<T>, int) - Static method in class org.melati.poem.util.EnumUtils
Create a Vector from an Enumeration.
vectorOf(Enumeration<T>) - Static method in class org.melati.poem.util.EnumUtils
Create a Vector from an Enumeration, supplying an initial size of 20.
velContext - Variable in class org.melati.template.velocity.VelocityTemplateContext
The webcontext.
VelocityServletTemplateContext - Class in org.melati.template.velocity
Implements a template context for Melati with Velocity.
VelocityServletTemplateContext(VelocityContext) - Constructor for class org.melati.template.velocity.VelocityServletTemplateContext
Constructor.
VelocityServletTemplateEngine - Class in org.melati.template.velocity
 
VelocityServletTemplateEngine() - Constructor for class org.melati.template.velocity.VelocityServletTemplateEngine
Constructor.
VelocityTemplate - Class in org.melati.template.velocity
A Velocity Template for use with Melati.
VelocityTemplate(String) - Constructor for class org.melati.template.velocity.VelocityTemplate
Constructor.
VelocityTemplateContext - Class in org.melati.template.velocity
 
VelocityTemplateContext(VelocityContext) - Constructor for class org.melati.template.velocity.VelocityTemplateContext
Constructor.
VelocityTemplateEngine - Class in org.melati.template.velocity
Wrapper for the Velocity Template Engine for use with Melati.
VelocityTemplateEngine() - Constructor for class org.melati.template.velocity.VelocityTemplateEngine
Constructor.

W

wait(Integer) - Method in class org.melati.util.Waiter
Wait a while.
Waiter - Class in org.melati.util
Allows us to slow things down.
Waiter() - Constructor for class org.melati.util.Waiter
 
warningString(String) - Method in class org.melati.template.webmacro.PassbackEvaluationExceptionHandler
warningString(String) - Method in class org.melati.template.webmacro.PropagateEvaluationExceptionHandler
wasNull() - Method in class org.melati.poem.dbms.test.sql.ThrowingCallableStatementJdbc3
 
wasNull() - Method in class org.melati.poem.dbms.test.sql.ThrowingResultSetJdbc3
webContext - Variable in class org.melati.template.webmacro.WebmacroServletTemplateContext
The webcontext.
WebMacroClasspathResourceLoader - Class in org.melati.template.velocity
Loads templates from the classpath, mungs them if they are WM templates.
WebMacroClasspathResourceLoader() - Constructor for class org.melati.template.velocity.WebMacroClasspathResourceLoader
 
WebMacroConverter - Class in org.melati.template.velocity
Converter from WebMacro templates to Velocity templates.
WebmacroMelatiServlet - Class in org.melati.template.webmacro
Base class to use WebMacro (specifically) with Melati.
WebmacroMelatiServlet() - Constructor for class org.melati.template.webmacro.WebmacroMelatiServlet
 
WebmacroMelatiServletTest - Class in org.melati.test
Test WebMacro in standalone mode (outside the servlet API) by expanding a template to a string and then including it within a template.
WebmacroMelatiServletTest() - Constructor for class org.melati.test.WebmacroMelatiServletTest
 
WebmacroServletTemplateContext - Class in org.melati.template.webmacro
Implements a template context for Melati using Webmacro.
WebmacroServletTemplateContext(Context) - Constructor for class org.melati.template.webmacro.WebmacroServletTemplateContext
Constructor.
WebmacroServletTemplateEngine - Class in org.melati.template.webmacro
Wrapper for the WebMacro Template Engine for use in a Servlet context.
WebmacroServletTemplateEngine() - Constructor for class org.melati.template.webmacro.WebmacroServletTemplateEngine
Constructor.
WebmacroStandalone - Class in org.melati.test
This example demonstrates using WebMacro in "standalone" mode.
WebmacroStandalone() - Constructor for class org.melati.test.WebmacroStandalone
 
WebmacroTemplate - Class in org.melati.template.webmacro
A Template for use with Melati.
WebmacroTemplate(Template) - Constructor for class org.melati.template.webmacro.WebmacroTemplate
Constructor.
WebmacroTemplateContext - Class in org.melati.template.webmacro
Implements a template context for Melati / Webmacro without a Servlet.
WebmacroTemplateContext(Context) - Constructor for class org.melati.template.webmacro.WebmacroTemplateContext
Constructor.
WebmacroTemplateEngine - Class in org.melati.template.webmacro
Wrapper for the WebMacro Template Engine for use with Melati.
WebmacroTemplateEngine() - Constructor for class org.melati.template.webmacro.WebmacroTemplateEngine
Constructor.
when(Field) - Method in class org.melati.template.YMDDateAdaptor
 
whereClause(Persistent) - Method in class org.melati.poem.JdbcTable
Return an SQL WHERE clause to select rows that match the non-null fields of the given object.
whereClause(Persistent, boolean, boolean) - Method in class org.melati.poem.JdbcTable
Return an SQL WHERE clause to select rows using the given object as a selection criteria and optionally deleted rows or those included rows the user is not capable of selecting.
whereClause(Persistent) - Method in interface org.melati.poem.Table
Return an SQL WHERE clause to select rows that match the non-null fields of the given object.
whereClause(Persistent, boolean, boolean) - Method in interface org.melati.poem.Table
Return an SQL WHERE clause to select rows using the given object as a selection criteria and optionally deleted rows or those included rows the user is not capable of selecting.
width - Variable in class org.melati.poem.generated.ValueInfoBase
Input-box width - A sensible width for text boxes used for entering the field, where appropriate
WidthFieldQualifier - Class in org.melati.poem.prepro
A FieldQualifier which defines the Width of a Field .
WidthFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.WidthFieldQualifier
Constructor.
withAccessToken(AccessToken, PoemTask) - Static method in class org.melati.poem.PoemThread
Run a PoemTask under a specified AccessToken, typically Root.
withDescription(String) - Method in class org.melati.poem.Field
Clone with a new description.
withName(String) - Method in class org.melati.poem.Field
Clone with a new name.
withNullable(boolean) - Method in class org.melati.poem.BasePoemType
Get a new type with a nullablity, presumably different.
withNullable(boolean) - Method in class org.melati.poem.Field
Clone with a different nullability.
withNullable(boolean) - Method in interface org.melati.poem.PoemType
Get a new type with a nullablity, presumably different.
withPrecisionAndScale(int, int) - Method in class org.melati.poem.FixedPointAtomPoemType
 
withRaw(Object) - Method in class org.melati.poem.Field
Clone this Field with a new value but same metadata.
withSize(int) - Method in class org.melati.poem.dbms.MySQL.MySQLStringPoemType
withSize(int) - Method in class org.melati.poem.SizedAtomPoemType
 
withUniqueName(File) - Static method in class org.melati.util.FileUtils
Returns a File in the given directory which does not already exist.
wm - Variable in class org.melati.template.webmacro.WebmacroTemplateEngine
The WebMacro.
WMLAttributeMarkupLanguage - Class in org.melati.template
A WML based markup language suitable for markup within an attribute tag.
WMLAttributeMarkupLanguage(WMLMarkupLanguage) - Constructor for class org.melati.template.WMLAttributeMarkupLanguage
Constructor from a normal MarkupLanguage.
WMLMarkupLanguage - Class in org.melati.template
A representation of WML.
WMLMarkupLanguage(Melati, TempletLoader, PoemLocale) - Constructor for class org.melati.template.WMLMarkupLanguage
Constructor.
WMLMarkupLanguage(String, WMLMarkupLanguage) - Constructor for class org.melati.template.WMLMarkupLanguage
Constructor given another ML.
wordIterator() - Method in class org.melati.util.HttpHeader
Factory method to create and return an iterator of words.
WouldDeadlockException - Exception in org.melati.poem.transaction
Thrown if a Transaction would get into a deadly embrace with another.
WouldDeadlockException() - Constructor for exception org.melati.poem.transaction.WouldDeadlockException
 
write() - Method in class org.melati.Melati
Write the buffered output to the Writer we also need to stop the flusher if it has started.
write(MelatiWriter, TemplateContext, TemplateEngine) - Method in interface org.melati.template.Template
Write the interpolated Template to a Writer.
write(MelatiWriter, TemplateContext, TemplateEngine) - Method in class org.melati.template.velocity.VelocityTemplate
Write the interpolated Template to a Writer.
write(MelatiWriter, TemplateContext, TemplateEngine) - Method in class org.melati.template.webmacro.WebmacroTemplate
Write to the given output.
write(int) - Method in class org.melati.util.FtellPrintWriter
write(char[], int, int) - Method in class org.melati.util.FtellPrintWriter
write(String, int, int) - Method in class org.melati.util.FtellPrintWriter
write(int) - Method in class org.melati.util.FtellWriter
write(char[], int, int) - Method in class org.melati.util.FtellWriter
write(String, int, int) - Method in class org.melati.util.FtellWriter
write(Writer) - Method in class org.melati.util.HTMLUtils.TagInstance
Write tag to specified Writer.
write(Writer, HTML.Tag, AttributeSet) - Static method in class org.melati.util.HTMLUtils
Write a tag to a Writer.
write(char[], int, int) - Method in class org.melati.util.MelatiBufferedWriter
write(char[], int, int) - Method in class org.melati.util.MelatiWriter
write(String) - Method in class org.melati.util.MelatiWriter
write(int) - Method in class org.melati.util.ThrowingPrintWriter
Delegated method.
write(char[], int, int) - Method in class org.melati.util.ThrowingPrintWriter
Delegated method.
write(String, int, int) - Method in class org.melati.util.ThrowingPrintWriter
Delegated method.
WriteCommittedException - Exception in org.melati.poem.transaction
Thrown when an attempt is made to write to an object within a committed Transaction.
WriteCommittedException(Transactioned) - Constructor for exception org.melati.poem.transaction.WriteCommittedException
Constructor.
writeConnectionPendingException(PrintWriter, Exception) - Method in class org.melati.servlet.ConfigServlet
Print the ConnectionPendingException directly to the client.
writeData(Writer) - Method in class org.melati.poem.csv.CSVFilesProcessor
 
writeDown(Transaction) - Method in class org.melati.poem.JdbcPersistent
Write the persistent to the database if this might be necessary.
writeDown(PoemTransaction, Persistent) - Method in class org.melati.poem.JdbcTable
 
writeDown() - Static method in class org.melati.poem.PoemThread
Write to the underlying DBMS.
writeDown(PoemTransaction, Persistent) - Method in interface org.melati.poem.Table
 
writeDown() - Method in class org.melati.poem.transaction.Transaction
Make persistent ie no longer able to be rolled back.
writeDown(Transaction) - Method in class org.melati.poem.transaction.Transactioned
 
writeDown(Transaction) - Method in class org.melati.poem.transaction.TransactionedSerial
This implementation does nothing.
writeError(PrintWriter, Exception) - Method in class org.melati.servlet.ConfigServlet
Print an error directly to the client.
WriteFieldAccessPoemException - Exception in org.melati.poem
Thrown when an unauthorised write of a Field of a Persistent is attempted.
WriteFieldAccessPoemException(Persistent, Column, AccessToken, Capability) - Constructor for exception org.melati.poem.WriteFieldAccessPoemException
Constructor.
writeFile(File, byte[]) - Static method in class org.melati.util.FileUtils
Write a byte array to a given file.
writeLock() - Method in class org.melati.example.contacts.Contact
 
writeLock(Transaction) - Method in class org.melati.poem.JdbcPersistent
Get a write lock on the given object if we do not already have one.
writeLock(SessionToken) - Method in class org.melati.poem.JdbcPersistent
 
writeLock() - Method in class org.melati.poem.JdbcPersistent
Check if we may write to this object and then lock it.
writeLock(Transaction) - Method in class org.melati.poem.transaction.Transactioned
Get a write lock on the given object if we do not already have one.
WritePersistentAccessPoemException - Exception in org.melati.poem
Thrown when an unauthorised delete of a Persistent is attempted.
WritePersistentAccessPoemException(Persistent, AccessToken, Capability) - Constructor for exception org.melati.poem.WritePersistentAccessPoemException
Constructor.
writeRecords() - Method in class org.melati.poem.csv.CSVTable
Write the records to the database, called if we are not writing each record to db as we go.

X

XMLAttributeMarkupLanguage - Class in org.melati.template
A XML based markup language suitable for markup within an attribute tag.
XMLAttributeMarkupLanguage(XMLMarkupLanguage) - Constructor for class org.melati.template.XMLAttributeMarkupLanguage
Constructor.
XMLMarkupLanguage - Class in org.melati.template
A representation of XML.
XMLMarkupLanguage(Melati, TempletLoader, PoemLocale) - Constructor for class org.melati.template.XMLMarkupLanguage
Constructor.
XMLMarkupLanguage(String, XMLMarkupLanguage) - Constructor for class org.melati.template.XMLMarkupLanguage
Constructor given another ML.

Y

yearField(Field) - Method in class org.melati.template.YMDDateAdaptor
 
yearSuffix - Static variable in class org.melati.template.YMDDateAdaptor
 
yes - Static variable in class org.melati.poem.Searchability
The column is searchable so that the user is able to enter search criteria for it included along with others when searching for rows.
YMDDateAdaptor - Class in org.melati.template
An adaptor for a string date in YMD format.
YMDDateAdaptor() - Constructor for class org.melati.template.YMDDateAdaptor
 
YMDHMSTimestampAdaptor - Class in org.melati.template
An adaptor for a string date in YMDHMST format.
YMDHMSTimestampAdaptor() - Constructor for class org.melati.template.YMDHMSTimestampAdaptor
 

Z

zoneURL(HttpServletRequest) - Static method in class org.melati.util.HttpUtil
Retrieve a Zone url.

_

_assertValidCooked(Object) - Method in class org.melati.poem.AtomPoemType
 
_assertValidCooked(Object) - Method in class org.melati.poem.BasePoemType
 
_assertValidCooked(Object) - Method in class org.melati.poem.ColumnTypePoemType
 
_assertValidCooked(Object) - Method in class org.melati.poem.DisplayLevelPoemType
 
_assertValidCooked(Object) - Method in class org.melati.poem.IntegrityFixPoemType
_assertValidCooked(Object) - Method in class org.melati.poem.ReferencePoemType
 
_assertValidCooked(Object) - Method in class org.melati.poem.SearchabilityPoemType
 
_assertValidRaw(Object) - Method in class org.melati.poem.BasePoemType
 
_assertValidRaw(Object) - Method in class org.melati.poem.BigDecimalPoemType
 
_assertValidRaw(Object) - Method in class org.melati.poem.BinaryPoemType
 
_assertValidRaw(Object) - Method in class org.melati.poem.BooleanPoemType
 
_assertValidRaw(Object) - Method in class org.melati.poem.DatePoemType
 
_assertValidRaw(Object) - Method in class org.melati.poem.DoublePoemType
 
_assertValidRaw(Object) - Method in class org.melati.poem.IntegerPoemType
 
_assertValidRaw(Object) - Method in class org.melati.poem.LongPoemType
 
_assertValidRaw(Object) - Method in class org.melati.poem.StringPoemType
 
_assertValidRaw(Object) - Method in class org.melati.poem.TimestampPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.BasePoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.BigDecimalPoemType
Whilst BigDecimal cannot represent all Doubles it can represent legacy money doubles, so we allow it to enable upgrades from Doubles to BigDecimals.
_canRepresent(SQLPoemType) - Method in class org.melati.poem.BinaryPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.BooleanPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.ColumnTypePoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.DatePoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.dbms.MSAccess.MSAccessStringPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.dbms.MySQL.BlobPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.dbms.MySQL.MySQLStringPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.dbms.Oracle.OracleStringPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.DeletedPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.DisplayLevelPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.DoublePoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.IntegerPoemType
_canRepresent(SQLPoemType) - Method in class org.melati.poem.IntegrityFixPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.LongPoemType
Longs can represent Integers.
_canRepresent(SQLPoemType) - Method in class org.melati.poem.ReferencePoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.SearchabilityPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.StringPoemType
_canRepresent(SQLPoemType) - Method in class org.melati.poem.TimestampPoemType
 
_canRepresent(SQLPoemType) - Method in class org.melati.poem.TroidPoemType
 
_cookedOfRaw(Object) - Method in class org.melati.poem.AtomPoemType
Returns the given value unchanged.
_cookedOfRaw(Object) - Method in class org.melati.poem.BasePoemType
Converts a non-null low-level representation of a database column value to the appropriate object.
_cookedOfRaw(Object) - Method in class org.melati.poem.ColumnTypePoemType
 
_cookedOfRaw(Object) - Method in class org.melati.poem.DisplayLevelPoemType
 
_cookedOfRaw(Object) - Method in class org.melati.poem.IntegrityFixPoemType
 
_cookedOfRaw(Object) - Method in class org.melati.poem.ReferencePoemType
 
_cookedOfRaw(Object) - Method in class org.melati.poem.SearchabilityPoemType
 
_getColumn(String) - Method in class org.melati.poem.JdbcTable
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.BasePoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.BigDecimalPoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.BinaryPoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.BooleanPoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.DatePoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.dbms.MySQL.MySQLBooleanPoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.dbms.Oracle.OracleBooleanPoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.dbms.SQLServer.SQLServerBooleanPoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.DoublePoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.IntegerPoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.LongPoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.StringPoemType
 
_getRaw(ResultSet, int) - Method in class org.melati.poem.TimestampPoemType
 
_handleException(Melati, Exception) - Method in class org.melati.app.AbstractPoemApp
 
_handleException(Melati, Exception) - Method in class org.melati.servlet.PoemServlet
 
_jspDestroy() - Method in class org.melati.servlet.JspServlet
 
_jspInit() - Method in class org.melati.servlet.JspServlet
Do nothing.
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.melati.servlet.JspServlet
This method is overridden by the code generated from the .jsp file.
_newPersistent() - Method in class org.melati.example.contacts.generated.CategoryTableBase
 
_newPersistent() - Method in class org.melati.example.contacts.generated.ContactCategoryTableBase
 
_newPersistent() - Method in class org.melati.example.contacts.generated.ContactTableBase
 
_newPersistent() - Method in class org.melati.example.odmg.generated.ChildTableBase
 
_newPersistent() - Method in class org.melati.example.odmg.generated.ParentTableBase
 
_newPersistent() - Method in class org.melati.poem.generated.CapabilityTableBase
 
_newPersistent() - Method in class org.melati.poem.generated.ColumnInfoTableBase
 
_newPersistent() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
 
_newPersistent() - Method in class org.melati.poem.generated.GroupMembershipTableBase
 
_newPersistent() - Method in class org.melati.poem.generated.GroupTableBase
 
_newPersistent() - Method in class org.melati.poem.generated.SettingTableBase
 
_newPersistent() - Method in class org.melati.poem.generated.TableCategoryTableBase
 
_newPersistent() - Method in class org.melati.poem.generated.TableInfoTableBase
 
_newPersistent() - Method in class org.melati.poem.generated.UserTableBase
 
_newPersistent() - Method in class org.melati.poem.JdbcTable
A freshly minted, and uninitialised, Persistent object for the table.
_possibleRaws() - Method in class org.melati.poem.BasePoemType
 
_possibleRaws() - Method in class org.melati.poem.BooleanPoemType
 
_possibleRaws() - Method in class org.melati.poem.DisplayLevelPoemType
 
_possibleRaws() - Method in class org.melati.poem.IntegerPoemType
 
_possibleRaws() - Method in class org.melati.poem.IntegrityFixPoemType
 
_possibleRaws() - Method in class org.melati.poem.LongPoemType
 
_possibleRaws() - Method in class org.melati.poem.ReferencePoemType
Returns an Enumeration of the possible raw values.
_possibleRaws() - Method in class org.melati.poem.RestrictedReferencePoemType
 
_quotedRaw(Object) - Method in class org.melati.poem.AtomPoemType
 
_quotedRaw(Object) - Method in class org.melati.poem.BasePoemType
 
_quotedRaw(Object) - Method in class org.melati.poem.BinaryPoemType
 
_quotedRaw(Object) - Method in class org.melati.poem.StringPoemType
 
_quotedRaw(Object) - Method in class org.melati.poem.TimestampPoemType
 
_rawOfCooked(Object) - Method in class org.melati.poem.AtomPoemType
Returns the given value unchanged.
_rawOfCooked(Object) - Method in class org.melati.poem.BasePoemType
 
_rawOfCooked(Object) - Method in class org.melati.poem.ColumnTypePoemType
 
_rawOfCooked(Object) - Method in class org.melati.poem.DisplayLevelPoemType
 
_rawOfCooked(Object) - Method in class org.melati.poem.IntegrityFixPoemType
 
_rawOfCooked(Object) - Method in class org.melati.poem.ReferencePoemType
 
_rawOfCooked(Object) - Method in class org.melati.poem.SearchabilityPoemType
 
_rawOfString(String) - Method in class org.melati.poem.BasePoemType
Converts a non-null string to an appropriate value for insertion into the underlying DBMS.
_rawOfString(String) - Method in class org.melati.poem.BigDecimalPoemType
 
_rawOfString(String) - Method in class org.melati.poem.BinaryPoemType
 
_rawOfString(String) - Method in class org.melati.poem.BooleanPoemType
 
_rawOfString(String) - Method in class org.melati.poem.DatePoemType
HACK reformat DDMMYYYY dates to YYYY-MM-DD
_rawOfString(String) - Method in class org.melati.poem.dbms.MySQL.MySQLBooleanPoemType
We could use original method from BooleanPoemType, it too recognizes 0/1.
_rawOfString(String) - Method in class org.melati.poem.DoublePoemType
 
_rawOfString(String) - Method in class org.melati.poem.IntegerPoemType
 
_rawOfString(String) - Method in class org.melati.poem.LongPoemType
 
_rawOfString(String) - Method in class org.melati.poem.StringPoemType
 
_rawOfString(String) - Method in class org.melati.poem.TimestampPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.BasePoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.BigDecimalPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.BinaryPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.BooleanPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.ColumnTypePoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.DatePoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.DeletedPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.DisplayLevelPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.DoublePoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.IntegerPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.IntegrityFixPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.LongPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.PasswordPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.ReferencePoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.SearchabilityPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.StringPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.TimestampPoemType
 
_saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.TroidPoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.BasePoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.BigDecimalPoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.BinaryPoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.BooleanPoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.DatePoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.dbms.MySQL.MySQLBooleanPoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.dbms.Oracle.OracleBooleanPoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.dbms.SQLServer.SQLServerBooleanPoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.DoublePoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.IntegerPoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.LongPoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.StringPoemType
 
_setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.TimestampPoemType
 
_sqlDefinition(Dbms) - Method in class org.melati.poem.AtomPoemType
 
_sqlDefinition(Dbms) - Method in class org.melati.poem.BasePoemType
 
_sqlDefinition(Dbms) - Method in class org.melati.poem.BigDecimalPoemType
 
_sqlDefinition(Dbms) - Method in class org.melati.poem.BinaryPoemType
 
_sqlDefinition(Dbms) - Method in class org.melati.poem.LongPoemType
 
_sqlDefinition(Dbms) - Method in class org.melati.poem.StringPoemType
 
_stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.AtomPoemType
 
_stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.BasePoemType
 
_stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.ColumnTypePoemType
 
_stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.DatePoemType
 
_stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.DisplayLevelPoemType
 
_stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.IntegrityFixPoemType
 
_stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.ReferencePoemType
 
_stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.SearchabilityPoemType
 
_stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.TimestampPoemType
 
_stringOfRaw(Object) - Method in class org.melati.poem.AtomPoemType
 
_stringOfRaw(Object) - Method in class org.melati.poem.BasePoemType
 
_stringOfRaw(Object) - Method in class org.melati.poem.BinaryPoemType
 
_stringOfRaw(Object) - Method in class org.melati.poem.TimestampPoemType
 
_toString() - Method in class org.melati.poem.AtomPoemType
 
_toString() - Method in class org.melati.poem.BasePoemType
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Copyright © 2000-2010 PanEris. All Rights Reserved.