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

A

a(String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
Adds a link without adding base-path.
abs(Term) - Static method in class de.mguennewig.pobjects.FctCall
Absolute value.
AbstractArrayElement - Class in de.mguennewig.pobjform
Abstract array element.
AbstractArrayElement(PObjForm, ArrayEntry) - Constructor for class de.mguennewig.pobjform.AbstractArrayElement
Creates a new abstract array element.
AbstractButtonElement - Class in de.mguennewig.pobjform
Abstract implementation for a button form element.
AbstractButtonElement(PObjForm, ButtonEntry) - Constructor for class de.mguennewig.pobjform.AbstractButtonElement
Creates a new AbstractButtonElement.
AbstractContainer - Class in de.mguennewig.pobjects
Abstract base class for database connections.
AbstractContainer(PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.AbstractContainer
Creates a container without a connection to any DBMS.
AbstractFormElement - Class in de.mguennewig.pobjform
Abstract implementation of an form element.
AbstractFormElement(PObjForm, FormEntry) - Constructor for class de.mguennewig.pobjform.AbstractFormElement
Creates a new AbstractFormElement.
AbstractInputElement - Class in de.mguennewig.pobjform
Abstract implementation of an input element.
AbstractInputElement(PObjForm, InputEntry) - Constructor for class de.mguennewig.pobjform.AbstractInputElement
Creates a new AbstractInputElement.
AbstractLinkElement - Class in de.mguennewig.pobjform
Abstract base implementation for a form element that shows a link.
AbstractLinkElement(PObjForm, LinkEntry) - Constructor for class de.mguennewig.pobjform.AbstractLinkElement
Creates a new AbstractLinkElement.
AbstractPObjForm - Class in de.mguennewig.pobjform
Abstract base class for rendering forms based on meta-data from the PObject library.
AbstractPObjForm(Container) - Constructor for class de.mguennewig.pobjform.AbstractPObjForm
Creates a new PObject-enhanced form.
AbstractPObjJoin<T extends Record> - Class in de.mguennewig.pobjects
Abstract wrapper object for joins between two tables.
AbstractRecordElement - Class in de.mguennewig.pobjform
Abstract implementation of an record element.
AbstractRecordElement(PObjForm, RecordEntry) - Constructor for class de.mguennewig.pobjform.AbstractRecordElement
Creates a new AbstractRecordElement.
AbstractSearchFilter - Class in de.mguennewig.pobjsearch
Abstract implementation for a search filter.
AbstractSpacerElement - Class in de.mguennewig.pobjform
Common base class for all spacer element implementations.
AbstractSpacerElement(PObjForm, SpacerEntry) - Constructor for class de.mguennewig.pobjform.AbstractSpacerElement
Creates a new abstract spacer element.
AbstractTextElement - Class in de.mguennewig.pobjform
Common base class for all text element implementations.
AbstractTextElement(PObjForm, TextEntry) - Constructor for class de.mguennewig.pobjform.AbstractTextElement
Creates a new AbstractTextElement.
AbstractType - Class in de.mguennewig.pobjects.metadata
Abstract type implementation.
AbstractType() - Constructor for class de.mguennewig.pobjects.metadata.AbstractType
Creates a new type.
AbstractValueElement - Class in de.mguennewig.pobjform
Abstract implementation of an value element.
AbstractValueElement(PObjForm, FormEntry) - Constructor for class de.mguennewig.pobjform.AbstractValueElement
Creates a new AbstractValueElement.
actionPerformed(ActionEvent) - Method in class de.mguennewig.pobjform.swing.SwingButtonElement
 
actionPerformed(ActionEvent) - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
 
actionPerformed(ActionEvent) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
actionPerformed(ActionEvent) - Method in class de.mguennewig.pobjsearch.PObjCellEditor
This method is public as an implementation side effect do not call or override.
actionPerformed(ActionEvent) - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
actionPerformed(ActionEvent) - Method in class de.mguennewig.pobjsearch.ToggleColumnAction
 
add(Column, String) - Method in exception de.mguennewig.pobjects.PObjConstraintException
Adds a new entry to this exception's list of constraint violations.
add(Column, String, Constraint) - Method in exception de.mguennewig.pobjects.PObjConstraintException
Like PObjConstraintException.add(Column,String), but also includes constraint in question.
add(PObjConstraintException) - Method in exception de.mguennewig.pobjects.PObjConstraintException
Adds all entries of the exception e to this instance.
add(T, T) - Method in class de.mguennewig.pobjects.PObjNestedSet
 
add(Object...) - Method in class de.mguennewig.pobjects.PObjSet
Add the given arguments as an element to the set.
add(String, Message) - Method in class de.mguennewig.pobjform.Messages
Add a message to the set of messages for the specified property.
ADD_FILTER - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
ADD_METHOD - Static variable in class de.mguennewig.pobjects.metadata.FormEntry
The add method that allows to extend the array of an ArrayEntry.
addAll(Column[], String, Constraint) - Method in exception de.mguennewig.pobjects.PObjConstraintException
Like PObjConstraintException.add(Column,String,Constraint), but for multiple columns, which all get the same message and constraint.
addArguments(Object[]) - Method in class de.mguennewig.pobjects.Command
 
addArguments(PreparedStatement, SqlStatement, Object[]) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Adds the arguments for the given SQL statement to the prepared statement.
addArguments(Object[]) - Method in class de.mguennewig.pobjects.Query
Adds the arguments for a SELECT expression.
addButton(JButton) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
 
addChangeListener(ChangeListener) - Method in class de.mguennewig.pobjform.AbstractInputElement
Adds a listener for change events for this element.
addChangeListener(ChangeListener) - Method in interface de.mguennewig.pobjform.InputElement
Adds a listener for change events for this element.
addColumn() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlSort
 
addColumn() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Sort
 
addColumn() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingSort
 
addCondition() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlRestrict
 
addCondition() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Restrict
 
addCondition() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingRestrict
 
addConj(Condition) - Method in class de.mguennewig.pobjects.memdb.PredicateQuery
Adds the Condition to the list of boolean expressions, that are AND'ed together to form the WHERE part of the statement.
addConj(Condition) - Method in class de.mguennewig.pobjects.Query
Adds the Condition to the list of boolean expressions, that are AND'ed together to form the WHERE part of the statement.
addConnectionProperties(Properties) - Method in class de.mguennewig.pobjects.optional.BasicContainerPool
 
addElement() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Adds a form element at the end of the list.
addElement(int) - Method in class de.mguennewig.pobjform.AbstractArrayElement
Inserts the a form element at the specified position in this list.
addElement() - Method in interface de.mguennewig.pobjform.ArrayElement
Adds a form element at the end of the list.
addElement(int) - Method in interface de.mguennewig.pobjform.ArrayElement
Inserts the a form element at the specified position in this list.
addError(String, Object...) - Method in class de.mguennewig.pobjform.Messages
Adds an error message to the set of global messages.
addErrorMessage(String, Object...) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Adds a success message to the set of global messages.
addErrorMessage(String, Object...) - Method in interface de.mguennewig.pobjform.PObjForm
Adds an error message to the set of global messages.
addFilter(PClassSearchForm.Condition, Query) - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
Adds this filter to the query.
addFilter(PClassSearchForm.Condition, Query) - Method in class de.mguennewig.pobjsearch.RedirectFilter
Adds this filter to the query.
addFilter(PClassSearchForm.Condition, Query) - Method in interface de.mguennewig.pobjsearch.SearchFilter
Adds this filter to the query.
addFilter(PClassSearchForm.Condition, Query) - Method in class de.mguennewig.pobjsearch.StaticSearchFilter
Adds this filter to the query.
addIfAbsent(Object...) - Method in class de.mguennewig.pobjects.PObjSet
Add the given arguments as an element to the set if no such already exists.
addInvalidValueMessage(String, Object...) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Adds an error message for the specified property that the value invalid.
addInvalidValueMessage(String, Object...) - Method in interface de.mguennewig.pobjform.PObjForm
Adds an error message for the specified property that the value invalid.
addJoin(int, Column, boolean) - Method in class de.mguennewig.pobjects.Query
Add an equi-join on the table referenced by the reference in refColumn.
addJoin(Predicate) - Method in class de.mguennewig.pobjects.SQLEvalContext
 
addMandatoryMessage(String) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Adds an error message for the specified property that the value is mandatory.
addMandatoryMessage(String) - Method in interface de.mguennewig.pobjform.PObjForm
Adds an error message for the specified property that the value is mandatory.
addMap(MapItem) - Method in class de.mguennewig.pobjects.metadata.BlobType
Adds a mapping to this type.
addMap(MapItem) - Method in class de.mguennewig.pobjects.metadata.ClobType
Adds a mapping to this type.
addMap(MapItem) - Method in class de.mguennewig.pobjects.metadata.FileType
Adds a mapping to this type.
addMap(MapItem) - Method in class de.mguennewig.pobjects.metadata.RefType
Adds a mapping to this type.
addMap(MapItem) - Method in class de.mguennewig.pobjects.metadata.ScalarType
Adds a mapping to this type.
addMap(MapItem) - Method in interface de.mguennewig.pobjects.metadata.Type
Adds a mapping to this type.
addMap(MapItem) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Adds a mapping to this type.
addMessage(String, Message) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Add a message to the set of messages for the specified property.
addMessage(String, Message) - Method in interface de.mguennewig.pobjform.PObjForm
Add a message to the set of messages for the specified property.
addOkCancelButtons(String, String) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
Adds an default capable `OK' button and a `Cancel' button.
addOrderBy(Query.OrderByExpr) - Method in class de.mguennewig.pobjects.EvalContext
 
addOrderBy(int, Column) - Method in class de.mguennewig.pobjects.Query
 
addOrderBy(int, Column, boolean) - Method in class de.mguennewig.pobjects.Query
 
addOrderBy(int, Column[], boolean) - Method in class de.mguennewig.pobjects.Query
 
addOrderBy(Member, boolean) - Method in class de.mguennewig.pobjects.Query
 
addOrderBy(Query.OrderByExpr) - Method in class de.mguennewig.pobjects.SQLEvalContext
addOrderBy(String) - Method in class de.mguennewig.pobjects.SQLEvalContext
 
addOrderBy(Query, boolean) - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
Adds the sorting directives to the query for this column.
addOrderBy(Query, boolean) - Method in class de.mguennewig.pobjsearch.SearchColumn
Adds the sorting directives to the query for this column.
addParameter(PreparedStatement, int, Type, Object) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
 
addPObjContainerListener(PObjContainerListener) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Adds a new container listener that will be notified about database changes done by the pobject library.
addProlog(String, boolean, String, String) - Method in class de.mguennewig.pobjimport.XmlWriter
Adds the XML prolog to the stream.
addProlog(String, boolean, String) - Method in class de.mguennewig.pobjimport.XmlWriter
Adds the XML prolog to the stream.
addResult(TableRef, Column) - Method in class de.mguennewig.pobjects.EvalContext
 
addResult(TableRef, Column) - Method in class de.mguennewig.pobjects.SQLEvalContext
addResultPClassId(TableRef, Column) - Method in class de.mguennewig.pobjects.SQLEvalContext
 
addSuccess(String, Object...) - Method in class de.mguennewig.pobjform.Messages
Adds a success message to the set of global messages.
addSuccessMessage(String, Object...) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Adds a success message to the set of global messages.
addSuccessMessage(String, Object...) - Method in interface de.mguennewig.pobjform.PObjForm
Adds a success message to the set of global messages.
addTableExpr(TableExpr) - Method in class de.mguennewig.pobjects.EvalContext
 
addTableExpr(TableExpr, boolean) - Method in class de.mguennewig.pobjects.Query
Adds a new table expression to the query.
addTableExpr(Class<? extends Record>, boolean) - Method in class de.mguennewig.pobjects.Query
Adds a new table expression to the query.
addTableExpr(TableExpr) - Method in class de.mguennewig.pobjects.SQLEvalContext
addTableExprColumns(TableRef, TableExpr) - Method in class de.mguennewig.pobjects.EvalContext
 
addWhereConj(Term) - Method in class de.mguennewig.pobjects.EvalContext
 
addWhereConj(Term) - Method in class de.mguennewig.pobjects.SQLEvalContext
addWhereConj(String) - Method in class de.mguennewig.pobjects.SQLEvalContext
 
AnchorDesc - Class in de.mguennewig.pobjects.metadata
An anchor for a link in HTML.
AnchorDesc(String, InlineDesc[]) - Constructor for class de.mguennewig.pobjects.metadata.AnchorDesc
Creates a new AnchorDesc.
AND - Static variable in interface de.mguennewig.pobjects.Condition
The AND operator.
and(Term...) - Static method in class de.mguennewig.pobjects.Junction
 
and(Term, Term) - Static method in class de.mguennewig.pobjects.Predicate
An AND expression of 2 Term's.
appendChild(Node) - Method in class de.mguennewig.pobjtool.NodeContainer
Adds the node newChild to the end of the list of children of this node.
appendList(T, Collection<?>, String) - Static method in class de.mguennewig.pobjects.PObjUtils
Appends the text representations of the values in the list to the buffer and inserts the given separator between each.
appendToList(List<FormElement>) - Method in class de.mguennewig.pobjform.AbstractArrayElement
appendToList(List<FormElement>) - Method in class de.mguennewig.pobjform.AbstractFormElement
appendToList(List<FormElement>) - Method in class de.mguennewig.pobjform.AbstractRecordElement
appendToList(List<FormElement>) - Method in interface de.mguennewig.pobjform.FormElement
 
ARGUMENT_CONSTRUCTOR - Static variable in class de.mguennewig.pobjects.metadata.Declaration
 
ArrayElement - Interface in de.mguennewig.pobjform
Class description goes here.
ArrayEntry - Class in de.mguennewig.pobjects.metadata
A form entry for an array of the same type of form entries.
ArrayEntry(String, FormEntry) - Constructor for class de.mguennewig.pobjects.metadata.ArrayEntry
Creates a new array entry for an attribute with standard layout.
ASCENDING - Static variable in class de.mguennewig.pobjects.Query
 
attr(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
Adds an HTML ``minimized'' attribute.
attr(String, int) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
attr(String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
attr(String, String) - Method in class de.mguennewig.pobjimport.XmlWriter
Adds attribute name to the current open element.
ATTR_MODIFIED - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
ATTR_NAME - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
ATTR_PARENT - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
ATTR_SIZE - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
ATTR_TYPE - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
attrBrokerCommission - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the definition for brokerCommission.
attrColumnName - Static variable in class de.mguennewig.pobjects.PclassColumn
Contains the definition for columnName.
attrCommission - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the definition for commission.
attrCurrency - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the definition for currency.
attrExchange - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the definition for exchange.
attrId - Static variable in class de.mguennewig.pobjects.demo.PClassCurrency
Contains the definition for id.
attrId - Static variable in class de.mguennewig.pobjects.demo.PClassStock
Contains the definition for id.
attrId - Static variable in class de.mguennewig.pobjects.demo.PClassStockExchange
Contains the definition for id.
attrId - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the definition for id.
attrId - Static variable in class de.mguennewig.pobjects.Pclass
Contains the definition for id.
attrId - Static variable in class de.mguennewig.pobjects.PclassColumn
Contains the definition for id.
attrLongName - Static variable in class de.mguennewig.pobjects.demo.PClassCurrency
Contains the definition for longName.
attrLongName - Static variable in class de.mguennewig.pobjects.demo.PClassStockExchange
Contains the definition for longName.
attrName - Static variable in class de.mguennewig.pobjects.demo.PClassStock
Contains the definition for name.
attrOtherExpenses - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the definition for otherExpenses.
attrPclass - Static variable in class de.mguennewig.pobjects.PclassColumn
Contains the definition for pclass.
attrPrice - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the definition for price.
attrShares - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the definition for shares.
attrShortName - Static variable in class de.mguennewig.pobjects.demo.PClassCurrency
Contains the definition for shortName.
attrShortName - Static variable in class de.mguennewig.pobjects.demo.PClassStockExchange
Contains the definition for shortName.
attrStock - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the definition for stock.
attrTableName - Static variable in class de.mguennewig.pobjects.Pclass
Contains the definition for tableName.
attrTransactionDate - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the definition for transactionDate.
attrUnquoted(String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
attrUrl(String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
Adds attribute name containing aUrl with adding base-path to the current element.
attrWkn - Static variable in class de.mguennewig.pobjects.demo.PClassStock
Contains the definition for wkn.
ATYPE_MODIFIED - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
ATYPE_NAME - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
ATYPE_PARENT - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
ATYPE_SIZE - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
ATYPE_TYPE - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
atypeBrokerCommission - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the type definition for brokerCommission.
atypeColumnName - Static variable in class de.mguennewig.pobjects.PclassColumn
Contains the type definition for columnName.
atypeCommission - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the type definition for commission.
atypeCurrency - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the type definition for currency.
atypeExchange - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the type definition for exchange.
atypeId - Static variable in class de.mguennewig.pobjects.demo.PClassCurrency
Contains the type definition for id.
atypeId - Static variable in class de.mguennewig.pobjects.demo.PClassStock
Contains the type definition for id.
atypeId - Static variable in class de.mguennewig.pobjects.demo.PClassStockExchange
Contains the type definition for id.
atypeId - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the type definition for id.
atypeId - Static variable in class de.mguennewig.pobjects.Pclass
Contains the type definition for id.
atypeId - Static variable in class de.mguennewig.pobjects.PclassColumn
Contains the type definition for id.
atypeLongName - Static variable in class de.mguennewig.pobjects.demo.PClassCurrency
Contains the type definition for longName.
atypeLongName - Static variable in class de.mguennewig.pobjects.demo.PClassStockExchange
Contains the type definition for longName.
atypeName - Static variable in class de.mguennewig.pobjects.demo.PClassStock
Contains the type definition for name.
atypeOtherExpenses - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the type definition for otherExpenses.
atypePclass - Static variable in class de.mguennewig.pobjects.PclassColumn
Contains the type definition for pclass.
atypePrice - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the type definition for price.
atypeShares - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the type definition for shares.
atypeShortName - Static variable in class de.mguennewig.pobjects.demo.PClassCurrency
Contains the type definition for shortName.
atypeShortName - Static variable in class de.mguennewig.pobjects.demo.PClassStockExchange
Contains the type definition for shortName.
atypeStock - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the type definition for stock.
atypeTableName - Static variable in class de.mguennewig.pobjects.Pclass
Contains the type definition for tableName.
atypeTransactionDate - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the type definition for transactionDate.
atypeWkn - Static variable in class de.mguennewig.pobjects.demo.PClassStock
Contains the type definition for wkn.
aUrl(String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
Adds a link with adding base-path.

B

b(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
BasicContainerPool - Class in de.mguennewig.pobjects.optional
A JDBC container pool using the Apache DBCP data source.
BasicContainerPool(String, String, Integer, String, String, String, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.optional.BasicContainerPool
Creates a new BasicContainerPool.
beginTransaction() - Method in class de.mguennewig.pobjects.AbstractContainer
Starts a new transaction.
beginTransaction() - Method in interface de.mguennewig.pobjects.Container
Starts a new transaction.
beginTransaction() - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Starts a new transaction.
beginTransaction() - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Starts a new transaction.
between(Term, Term, Term) - Static method in class de.mguennewig.pobjects.Predicate
 
BlobType - Class in de.mguennewig.pobjects.metadata
Binary Large Object Type.
BlobType() - Constructor for class de.mguennewig.pobjects.metadata.BlobType
Creates a new Blob type.
BlockDesc - Class in de.mguennewig.pobjects.metadata
Represents HTML block elements.
BlockDesc(String) - Constructor for class de.mguennewig.pobjects.metadata.BlockDesc
Creates a new BlockDesc.
BlockFlowDesc - Class in de.mguennewig.pobjects.metadata
A block with FlowDesc content.
BlockFlowDesc(String, FlowDesc[]) - Constructor for class de.mguennewig.pobjects.metadata.BlockFlowDesc
Creates a new BlockFlowDesc.
BlockListDesc - Class in de.mguennewig.pobjects.metadata
A list element for ul, ol and tr.
BlockListDesc(String, BlockFlowDesc[]) - Constructor for class de.mguennewig.pobjects.metadata.BlockListDesc
Creates a new BlockListDesc.
BlockTableDesc - Class in de.mguennewig.pobjects.metadata
A table element.
BlockTableDesc(String, BlockListDesc[]) - Constructor for class de.mguennewig.pobjects.metadata.BlockTableDesc
Creates a new BlockTableDesc.
BooleanType - Class in de.mguennewig.pobjects.metadata
Boolean type which covering different representations for true and false.
BooleanType() - Constructor for class de.mguennewig.pobjects.metadata.BooleanType
Creates a new BooleanType.
br() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
BUNDLE_NAME - Static variable in class de.mguennewig.pobjects.resources.Messages
 
ButtonElement - Interface in de.mguennewig.pobjform
Interface for all button elements.
ButtonEntry - Class in de.mguennewig.pobjects.metadata
A pseudo form entry for a submit button.
ButtonEntry(String, int, String) - Constructor for class de.mguennewig.pobjects.metadata.ButtonEntry
Creates a new button entry.

C

Cast - Class in de.mguennewig.pobjects
A type cast of an SQL expression.
Cast(Term, Type) - Constructor for class de.mguennewig.pobjects.Cast
Creates a new Cast.
castToString(Term) - Static method in class de.mguennewig.pobjects.Cast
 
cdata(String) - Method in class de.mguennewig.pobjimport.XmlWriter
Generates a CDATA section.
cdata(Reader) - Method in class de.mguennewig.pobjimport.XmlWriter
Generates a CDATA section from the given reader.
cdata(InputStream) - Method in class de.mguennewig.pobjimport.XmlWriter
Generates a CDATA section from the given stream.
CDECL_FILE_RECORD - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
cdeclCurrency - Static variable in class de.mguennewig.pobjects.demo.PClassCurrency
Contains the metadata used to create this class.
cdeclPclass - Static variable in class de.mguennewig.pobjects.Pclass
Contains the metadata used to create this class.
cdeclPclassColumn - Static variable in class de.mguennewig.pobjects.PclassColumn
Contains the metadata used to create this class.
cdeclStock - Static variable in class de.mguennewig.pobjects.demo.PClassStock
Contains the metadata used to create this class.
cdeclStockExchange - Static variable in class de.mguennewig.pobjects.demo.PClassStockExchange
Contains the metadata used to create this class.
cdeclTransaction - Static variable in class de.mguennewig.pobjects.demo.PClassTransaction
Contains the metadata used to create this class.
CHANGED_METHOD - Static variable in class de.mguennewig.pobjects.metadata.FormEntry
The method that returns the "changed" status of the element.
changedDirection() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlColumn
Tests whether the value of direction has changed.
changedDirection() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Column
Tests whether the value of direction has changed.
changedDirection() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingColumn
Tests whether the value of direction has changed.
changedFilter() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the value of filter has changed.
changedFilter() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the value of filter has changed.
changedFilter() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the value of filter has changed.
changedFilterMode() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Tests whether the value of filterMode has changed.
changedFilterMode() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Tests whether the value of filterMode has changed.
changedFilterMode() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Tests whether the value of filterMode has changed.
changedFilterName() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Tests whether the value of filterName has changed.
changedFilterName() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Tests whether the value of filterName has changed.
changedFilterName() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Tests whether the value of filterName has changed.
changedFilterParameters() - Method in class de.mguennewig.pobjsearch.HtmlSearchForm
Tests whether any of the filter, mode or pattern fields have changed.
changedFilterParameters() - Method in interface de.mguennewig.pobjsearch.SearchForm
Tests whether any of the filter, mode or pattern fields have changed.
changedFilterParameters() - Method in class de.mguennewig.pobjsearch.SwingSearchForm
Tests whether any of the filter, mode or pattern fields have changed.
changedFilterPattern() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Tests whether the value of filterPattern has changed.
changedFilterPattern() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Tests whether the value of filterPattern has changed.
changedFilterPattern() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Tests whether the value of filterPattern has changed.
changedJumpToPage() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the value of jumpToPage has changed.
changedJumpToPage() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the value of jumpToPage has changed.
changedJumpToPage() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the value of jumpToPage has changed.
changedMode() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the value of mode has changed.
changedMode() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the value of mode has changed.
changedMode() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the value of mode has changed.
changedNr() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlColumn
Tests whether the value of nr has changed.
changedNr() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Column
Tests whether the value of nr has changed.
changedNr() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingColumn
Tests whether the value of nr has changed.
changedPage() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the value of page has changed.
changedPage() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the value of page has changed.
changedPage() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the value of page has changed.
changedPattern() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the value of pattern has changed.
changedPattern() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the value of pattern has changed.
changedPattern() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the value of pattern has changed.
changedRestrict() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the value of restrict has changed.
changedRestrict() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the value of restrict has changed.
changedRestrict() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the value of restrict has changed.
changedRows() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the value of rows has changed.
changedRows() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the value of rows has changed.
changedRows() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the value of rows has changed.
changedSort() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the value of sort has changed.
changedSort() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the value of sort has changed.
changedSort() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the value of sort has changed.
charRef(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
check(Record) - Method in class de.mguennewig.pobjects.metadata.CheckConstraint
Checks whether the constraint is fulfilled for the given object.
check(Record) - Method in class de.mguennewig.pobjects.metadata.Constraint
Checks whether the constraint is fulfilled for the given object.
check(Record) - Method in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
Checks whether the constraint is fulfilled for the given object.
check(Record) - Method in class de.mguennewig.pobjects.metadata.PrimaryKeyConstraint
Checks whether the constraint is fulfilled for the given Record.
check(Record) - Method in class de.mguennewig.pobjects.metadata.UniqueConstraint
Checks whether the constraint is fulfilled for the given object.
CHECK_ALL_FIELDS - Static variable in class de.mguennewig.pobjects.PObject
Constant that specifies that restrictions of all fields will be checked on PObject.store(int).
CHECK_CHANGED_ONLY - Static variable in class de.mguennewig.pobjects.PObject
Constant that specifies that only the restrictions of changed fields will be checked on PObject.store(int).
CHECK_NOTHING - Static variable in class de.mguennewig.pobjects.PObject
Constant that specifies that no field restrictions will be checked on PObject.store(int).
CheckboxElement - Interface in de.mguennewig.pobjform
Class description goes here.
CheckConstraint - Class in de.mguennewig.pobjects.metadata
A constraint which checks whether a given boolean expression evaluates to true or unknown (when a column is null).
CheckConstraint(String, Predicate) - Constructor for class de.mguennewig.pobjects.metadata.CheckConstraint
Create a new check constraint.
checkConstraints(Record, Column) - Method in class de.mguennewig.pobjects.metadata.FileType
Checks all constraints imposed on values of this type.
checkConstraints(Record, Column) - Method in class de.mguennewig.pobjects.metadata.Int32Type
Checks all constraints imposed on values of this type.
checkConstraints(Record, Column) - Method in class de.mguennewig.pobjects.metadata.NumericType
Checks all constraints imposed on values of this type.
checkConstraints(Record, Column) - Method in class de.mguennewig.pobjects.metadata.RefType
Checks all constraints imposed on values of this type.
checkConstraints(Record, Column) - Method in class de.mguennewig.pobjects.metadata.ScalarType
Checks all constraints imposed on values of this type.
checkConstraints(Record, Column) - Method in class de.mguennewig.pobjects.metadata.StringType
Checks all constraints imposed on values of this type.
checkConstraints(Record, Column) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Checks all constraints imposed on values of this type.
checkConstraints(Record, Column) - Method in interface de.mguennewig.pobjects.metadata.Type
Checks all constraints imposed on values of this type.
checkConstraints(Record, Column) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Checks all constraints imposed on values of this type.
checkConstraints() - Method in class de.mguennewig.pobjects.PObject
Tests whether the current in memory state violates any Constraints.
checkConstraints(int) - Method in class de.mguennewig.pobjects.PObject
Tests whether the current in memory state violates any Constraints.
checksum(String) - Static method in class de.mguennewig.pobjects.metadata.ISSNType
Computes the ISSN checksum.
checkSyntax(String) - Method in class de.mguennewig.pobjects.metadata.FileType
checkSyntax(String) - Method in class de.mguennewig.pobjects.metadata.Int32Type
checkSyntax(String) - Method in class de.mguennewig.pobjects.metadata.IPv4NetworkType
checkSyntax(String) - Method in class de.mguennewig.pobjects.metadata.IPv4Type
checkSyntax(String) - Method in class de.mguennewig.pobjects.metadata.ISRCType
checkSyntax(String) - Method in class de.mguennewig.pobjects.metadata.ISSNType
checkSyntax(String) - Method in class de.mguennewig.pobjects.metadata.NumericType
checkSyntax(String) - Method in class de.mguennewig.pobjects.metadata.ScalarType
checkSyntax(String) - Method in class de.mguennewig.pobjects.metadata.StringType
checkSyntax(String) - Method in interface de.mguennewig.pobjects.metadata.Type
 
checkSyntax(String) - Method in class de.mguennewig.pobjects.metadata.TypeRef
CLASS_NAME - Static variable in class de.mguennewig.pobjects.metadata.Declaration
 
CLASS_NAME - Static variable in class de.mguennewig.pobjects.metadata.FormEntry
The class name of the nested class that holds the element (or elements) for this entry.
CLASS_NAME - Static variable in class de.mguennewig.pobjects.metadata.JoinType
Return the name of the Java class that holds the type information of this Type in the Java application.
CLASS_NAME - Static variable in interface de.mguennewig.pobjects.metadata.Type
Return the name of the Java class that holds the type information of this Type in the Java application.
ClassDecl - Class in de.mguennewig.pobjects.metadata
A class declaration describes both an application class and an SQL table.
ClassDecl(String, String, String, IdField, ClassDecl, boolean, Field[], Join[], Constraint[], Index[], Field) - Constructor for class de.mguennewig.pobjects.metadata.ClassDecl
Creates a new class declaration.
clear() - Method in class de.mguennewig.pobjects.AbstractPObjJoin
Removes all of the elements from this stack.
clear() - Method in class de.mguennewig.pobjects.SoftHashMap
clear() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Removes all elements from this list.
clear() - Method in interface de.mguennewig.pobjform.ArrayElement
Removes all elements from this list.
clear() - Method in class de.mguennewig.pobjform.Messages
Clear all messages recorded by this object.
clearMessage(String, String) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Removes a specific message for the given property.
clearMessage(String, String) - Method in class de.mguennewig.pobjform.Messages
Removes a specific message for the given property.
clearMessage(String, String) - Method in interface de.mguennewig.pobjform.PObjForm
Removes a specific message for the given property.
clearMessages() - Method in class de.mguennewig.pobjform.AbstractPObjForm
Clear all messages recorded by this object.
clearMessages() - Method in interface de.mguennewig.pobjform.PObjForm
Clear all messages recorded by this object.
clearParameters() - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
ClobType - Class in de.mguennewig.pobjects.metadata
Character Large Object Type.
ClobType() - Constructor for class de.mguennewig.pobjects.metadata.ClobType
Creates a new Clob type.
cloneNode(boolean) - Method in class de.mguennewig.pobjtool.NodeContainer
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
close() - Method in interface de.mguennewig.pobjects.Container
 
close() - Method in class de.mguennewig.pobjects.event.ContainerWrapper
close() - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
close() - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
close() - Method in class de.mguennewig.pobjects.jdbc.JdbcQuery.PObjJdbcResultSet
Closes this result set and frees any held resources.
close() - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
close() - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
close() - Method in interface de.mguennewig.pobjects.PObjResultSet
Closes this result set and frees any held resources.
close(boolean) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
close() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
close() - Method in class de.mguennewig.pobjimport.XmlWriter
Closes the XML writer and the print writer.
closeStart() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
coalesce(Term...) - Static method in class de.mguennewig.pobjects.FctCall
The COALESCE function returns the first of its arguments that is not null.
Column - Class in de.mguennewig.pobjects.metadata
Defines a table attribute.
COLUMN - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
ColumnReference - Class in de.mguennewig.pobjects
Class description goes here.
ColumnReference(TableRef, Column) - Constructor for class de.mguennewig.pobjects.ColumnReference
Creates a new column reference.
Command - Class in de.mguennewig.pobjects
Common base class for command classes.
Command(JdbcContainer, CommandDecl) - Constructor for class de.mguennewig.pobjects.Command
Creates a new Command.
CommandDecl - Class in de.mguennewig.pobjects.metadata
Declaration of an user supplied SQL command.
CommandDecl(String, FormDecl, Object[]) - Constructor for class de.mguennewig.pobjects.metadata.CommandDecl
Creates a new Command declaration.
comment(String) - Method in class de.mguennewig.pobjimport.XmlWriter
Generates a COMMENT section.
commitTransaction() - Method in class de.mguennewig.pobjects.AbstractContainer
Commits all statements since the last Container.beginTransaction().
commitTransaction() - Method in interface de.mguennewig.pobjects.Container
Commits all statements since the last Container.beginTransaction().
commitTransaction() - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Commits all statements since the last Container.beginTransaction().
commitTransaction() - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Commits all statements since the last Container.beginTransaction().
commitTransaction() - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Commits all statements since the last Container.beginTransaction().
compare(Record, Record) - Method in class de.mguennewig.pobjects.memdb.RecordComparator
compare(ClassDecl, ClassDecl) - Method in class de.mguennewig.pobjimport.DependencySorter
 
compareDocumentPosition(Node) - Method in class de.mguennewig.pobjtool.NodeContainer
 
compareTo(MapItem) - Method in class de.mguennewig.pobjects.metadata.MapItem
Compares two map items by its label.
Condition - Interface in de.mguennewig.pobjects
Interface for boolean terms that consist out of further terms.
CONDITION - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
Constraint - Class in de.mguennewig.pobjects.metadata
Abstract base class for a constraint definition.
Constraint(String, boolean) - Constructor for class de.mguennewig.pobjects.metadata.Constraint
Creates a new constraint.
Container - Interface in de.mguennewig.pobjects
Interface for database connections.
containerDataChanged(PObjContainerEvent) - Method in interface de.mguennewig.pobjects.event.PObjContainerListener
Called when the container data has changed.
ContainerPool - Class in de.mguennewig.pobjects.jdbc
Abstract base class for a JDBC container pool.
ContainerWrapper - Class in de.mguennewig.pobjects.event
This is a simple wrapper around a database container to notify about (possible) database changes.
ContainerWrapper(Container) - Constructor for class de.mguennewig.pobjects.event.ContainerWrapper
Creates a new ContainerWrapper.
contains(TableExpr) - Method in class de.mguennewig.pobjects.event.PObjContainerEvent
 
contains(Object) - Method in class de.mguennewig.pobjects.LiteralSet
Tests whether value is part of the set.
contains(Object...) - Method in class de.mguennewig.pobjects.PObjSet
Return true if the given key exists in this set.
containsKey(Object...) - Method in class de.mguennewig.pobjects.PObjMap
Return true if the given key exists in this map.
containsKey(Object) - Method in class de.mguennewig.pobjects.SoftHashMap
containsNull() - Method in class de.mguennewig.pobjects.LiteralSet
Tests whether this set contains the null value.
convert(Predicate) - Static method in class de.mguennewig.pobjects.Junction
Converts a given AND or OR Predicate into a Junction.
copyMessages(PObjHtmlForm) - Method in class de.mguennewig.pobjform.html.Layout
 
copyState(PObject) - Method in class de.mguennewig.pobjects.PObject
Copies the state of the given object into this object.
count() - Method in class de.mguennewig.pobjects.jdbc.JdbcQuery
Returns the number of rows which will be returned by the query.
count() - Method in class de.mguennewig.pobjects.memdb.PredicateQuery
Returns the number of rows which will be returned by the query.
count() - Method in class de.mguennewig.pobjects.Query
Returns the number of rows which will be returned by the query.
create(PObjDictionary, String[]) - Method in class de.mguennewig.pobjtool.ddl.DataDefinition
 
create(PObjDictionary, String[]) - Method in class de.mguennewig.pobjtool.ddl.NoDataDefinition
createColumns(TableExpr, boolean, String...) - Static method in class de.mguennewig.pobjsearch.SearchFactory
Creates a set of SearchColumns based on the meta-data of the given table usable for a new SearchModel.
createFormElement(FormEntry) - Method in class de.mguennewig.pobjform.html.PObjHtmlForm
 
createFormElement(FormEntry) - Method in interface de.mguennewig.pobjform.PObjForm
Creates a FormElement for one specified FormEntry.
createFormElement(FormEntry) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
 
createFormElement(FormEntry) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
 
createFormElement(FormEntry) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
 
createImplicitConstraints() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Creates explicit constraints for structures that represent them only implicit.
createModel(TableExpr, boolean, String...) - Static method in class de.mguennewig.pobjsearch.SearchFactory
Creates a new SearchModel based on the meta-data of the given table.
createObject(TableExpr) - Method in class de.mguennewig.pobjects.AbstractContainer
Creates a new Record instance for the given table expression without any binding to this container.
createObject(TableExpr) - Method in interface de.mguennewig.pobjects.Container
Creates a new Record instance for the given table expression without any binding to this container.
Currency - Class in de.mguennewig.pobjects.demo
A representation of a currency.
Currency() - Constructor for class de.mguennewig.pobjects.demo.Currency
 
Currency(String, String) - Constructor for class de.mguennewig.pobjects.demo.Currency
 

D

DataDefinition - Class in de.mguennewig.pobjtool.ddl
Abstract base class for the database specific data definition language.
DataDefinition(String) - Constructor for class de.mguennewig.pobjtool.ddl.DataDefinition
Initialize the data definition generator.
de.mguennewig.pobjects - package de.mguennewig.pobjects
The package de.mguennewig.pobjects provides an abstraction layer on top of a set of database tables by which table rows can be accessed transparently as Java objects.
de.mguennewig.pobjects.demo - package de.mguennewig.pobjects.demo
The package de.mguennewig.pobjects.demo prodives a demo application to show the basic usage of the de.mguennewig.pobjects package.
de.mguennewig.pobjects.event - package de.mguennewig.pobjects.event
The package provides classes to listen to database changes performed over the PObject library.
de.mguennewig.pobjects.filesystem - package de.mguennewig.pobjects.filesystem
This package contains a PObjects Container that uses the file system tree as a database table.
de.mguennewig.pobjects.jdbc - package de.mguennewig.pobjects.jdbc
This package contains Container implementations that use a JDBC connection.
de.mguennewig.pobjects.memdb - package de.mguennewig.pobjects.memdb
This package contains a simple non-persistent Container implementation that operates only in memory.
de.mguennewig.pobjects.metadata - package de.mguennewig.pobjects.metadata
This package contains the metadata classes used by the PObject library.
de.mguennewig.pobjects.optional - package de.mguennewig.pobjects.optional
The package de.mguennewig.pobjects.optional contains classes that depend on optional external libraries.
de.mguennewig.pobjects.resources - package de.mguennewig.pobjects.resources
 
de.mguennewig.pobjform - package de.mguennewig.pobjform
This package contains the PObjForm library, which support Swing dialogs and HTML forms that use the metadata of the PObjects library.
de.mguennewig.pobjform.html - package de.mguennewig.pobjform.html
This package contains the HTML form interface of the PObjForm library.
de.mguennewig.pobjform.swing - package de.mguennewig.pobjform.swing
This package contains the Swing dialog interface of the PObjForm library.
de.mguennewig.pobjimport - package de.mguennewig.pobjimport
The package de.mguennewig.pobjimport provides the classes for a tool named PObjImport which can be used to import and export data from a persistent object database in a database implementation independent way.
de.mguennewig.pobjimport.resources - package de.mguennewig.pobjimport.resources
 
de.mguennewig.pobjsearch - package de.mguennewig.pobjsearch
This package contains the PObjSearch framework that is based on the PObjForm library.
de.mguennewig.pobjtool - package de.mguennewig.pobjtool
The package de.mguennewig.pobjtool provides the classes for a tool named PObjTool which generates Java classes for the de.mguennewig.pobjects library out of an XML file.
de.mguennewig.pobjtool.ddl - package de.mguennewig.pobjtool.ddl
This package contains the DataDefinition implementations for the different supported DBMS.
Declaration - Class in de.mguennewig.pobjects.metadata
Abstract base class for all declarations.
Declaration(String) - Constructor for class de.mguennewig.pobjects.metadata.Declaration
Creates a new declaration.
DEFAULT_FORMAT - Static variable in class de.mguennewig.pobjects.metadata.TimeStampType
The default data format used to display in the application.
DEFAULT_FORMAT_10 - Static variable in class de.mguennewig.pobjects.metadata.TimeStampType
The data format for a precision of 10.
DEFAULT_FORMAT_12 - Static variable in class de.mguennewig.pobjects.metadata.TimeStampType
The data format for a precision of 12.
DEFAULT_FORMAT_4 - Static variable in class de.mguennewig.pobjects.metadata.TimeStampType
The data format for a precision of 4.
DEFAULT_FORMAT_6 - Static variable in class de.mguennewig.pobjects.metadata.TimeStampType
The data format for a precision of 6.
DEFAULT_FORMAT_8 - Static variable in class de.mguennewig.pobjects.metadata.TimeStampType
The data format for a precision of 8.
DEFAULT_PORT - Static variable in class de.mguennewig.pobjects.jdbc.OracleContainer
Oracle default database port.
DEFAULT_PORT - Static variable in class de.mguennewig.pobjects.jdbc.SqlServerContainer
MS-SQL default database port.
DEFAULT_VERSION - Static variable in class de.mguennewig.pobjtool.ddl.MySQL
Specifies the default MySQL database version, which is 4.x.
DefaultSearchColumn - Class in de.mguennewig.pobjsearch
A search column implementation that uses the persistent object columns directly.
DefaultSearchColumn(String, String, int, Column...) - Constructor for class de.mguennewig.pobjsearch.DefaultSearchColumn
Creates a new instance of DefaultSearchColumn
delete() - Method in class de.mguennewig.pobjects.PObject
Deletes the object from the RDBMS.
deleteAll(Class<? extends Record>) - Method in class de.mguennewig.pobjects.AbstractContainer
Deletes all entries within the specified table.
deleteAll(ClassDecl) - Method in interface de.mguennewig.pobjects.Container
Deletes all entries within the specified table.
deleteAll(Class<? extends Record>) - Method in interface de.mguennewig.pobjects.Container
Deletes all entries within the specified table.
deleteAll(ClassDecl, Column, Object) - Method in interface de.mguennewig.pobjects.Container
Deletes all entries within the specified table whose foreign key fk equals the given value.
deleteAll(ClassDecl) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Deletes all entries within the specified table.
deleteAll(ClassDecl, Column, Object) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Deletes all entries within the specified table whose foreign key fk equals the given value.
deleteAll(ClassDecl) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
Deletes all entries within the specified table.
deleteAll(ClassDecl, Column, Object) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
Deletes all entries within the specified table whose foreign key fk equals the given value.
deleteAll(ClassDecl) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Deletes all entries within the specified table.
deleteAll(ClassDecl, Column, Object) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Deletes all entries within the specified table whose foreign key fk equals the given value.
deleteAll(ClassDecl) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Deletes all entries within the specified table.
deleteAll(ClassDecl, Column, Object) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Deletes all entries within the specified table whose foreign key fk equals the given value.
deleteObject(PObject) - Method in interface de.mguennewig.pobjects.Container
Deletes the given persistent object from the database.
deleteObject(PObject) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Deletes the given persistent object from the database.
deleteObject(PObject) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
Deletes the given persistent object from the database.
deleteObject(PObject) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Deletes the given persistent object from the database.
deleteObject(PObject) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Deletes the given persistent object from the database.
deleteRecord(Record) - Method in interface de.mguennewig.pobjects.Container
 
deleteRecord(Record) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
deleteRecord(Record) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
deleteRecord(Record) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
deleteRecord(Record) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
DependencySorter - Class in de.mguennewig.pobjimport
A comparator that sorts based on the amount of dependencies a ClassDecl has.
DependencySorter(Map<ClassDecl, Collection<ClassDecl>>, boolean) - Constructor for class de.mguennewig.pobjimport.DependencySorter
 
deref(TableRef, Column) - Method in class de.mguennewig.pobjects.EvalContext
 
deref(TableRef, ClassDecl, boolean) - Method in class de.mguennewig.pobjects.EvalContext
 
deref(TableRef, ClassDecl, Column, boolean) - Method in class de.mguennewig.pobjects.EvalContext
 
deref(TableRef, ClassDecl, Column, boolean) - Method in class de.mguennewig.pobjects.jdbc.MySQLContainer.MySQLEvalContext
deref(TableRef, ClassDecl, Column, boolean) - Method in class de.mguennewig.pobjects.SQLEvalContext
DESCENDING - Static variable in class de.mguennewig.pobjects.Query
 
Description - Class in de.mguennewig.pobjects.metadata
An internal representation of a HTML description.
Description(FlowDesc[]) - Constructor for class de.mguennewig.pobjects.metadata.Description
Creates a new Description.
DESCRIPTOR - Static variable in class de.mguennewig.pobjects.metadata.Declaration
 
DictionaryException - Exception in de.mguennewig.pobjtool
Signals that en error has been detected in the dictionary definition file.
DictionaryException(Node, String, Object...) - Constructor for exception de.mguennewig.pobjtool.DictionaryException
Creates a new dictionary exception that is associated with a DOM node.
DictionaryException(Exception, String, Object...) - Constructor for exception de.mguennewig.pobjtool.DictionaryException
Creates a new dictionary exception that is associated with an exception.
DictionaryParser - Class in de.mguennewig.pobjtool
A parser for the XML file that declares a PObjDictionary.
DictionaryParser(DataDefinition) - Constructor for class de.mguennewig.pobjtool.DictionaryParser
Creates a new data definition file parser that does not resolve type classes.
DictionaryParser(DataDefinition, boolean) - Constructor for class de.mguennewig.pobjtool.DictionaryParser
Creates a new data definition file parser.
DIRECTION - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
DIRECTION_ASCENDING - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
DIRECTION_DESCENDING - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
DoubleType - Class in de.mguennewig.pobjects.metadata
Floating point type with double precision.
DoubleType() - Constructor for class de.mguennewig.pobjects.metadata.DoubleType
Creates a new floating point type.
drop(PObjDictionary, String[]) - Method in class de.mguennewig.pobjtool.ddl.DataDefinition
 
drop(PObjDictionary, String[]) - Method in class de.mguennewig.pobjtool.ddl.NoDataDefinition
DTD_HTML401_STRICT - Static variable in class de.mguennewig.pobjform.html.HtmlWriter
 
DTD_HTML401_TRANSITIONAL - Static variable in class de.mguennewig.pobjform.html.HtmlWriter
 
DTD_HTML40_STRICT - Static variable in class de.mguennewig.pobjform.html.HtmlWriter
 
DTD_HTML40_TRANSITIONAL - Static variable in class de.mguennewig.pobjform.html.HtmlWriter
 
DTD_XHTML10_STRICT - Static variable in class de.mguennewig.pobjform.html.HtmlWriter
 
DTD_XHTML10_TRANSITIONAL - Static variable in class de.mguennewig.pobjform.html.HtmlWriter
 
dump(PrintStream, String) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
 
dumpMessages(PrintStream, ResourceBundle) - Method in class de.mguennewig.pobjform.AbstractPObjForm
 
DynamicRecord - Class in de.mguennewig.pobjects
A record that represents a row within a dynamically created SELECT statement.
DynamicRecord(DynamicSelectExpr) - Constructor for class de.mguennewig.pobjects.DynamicRecord
 
DynamicSelectExpr - Class in de.mguennewig.pobjects
A dynamically created SELECT expression.
DynamicSelectExpr(FormDecl, Parameter[], boolean, Object[]) - Constructor for class de.mguennewig.pobjects.DynamicSelectExpr
 

E

EMPTY_BLOB - Static variable in class de.mguennewig.pobjects.PObjBlob
An empty unmodifiable BLOB.
EMPTY_CLOB - Static variable in class de.mguennewig.pobjects.PObjClob
An empty unmodifiable CLOB.
enableDefaultButton(JRootPane) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
Enables the first capable button as the default one.
end() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
end(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
end() - Method in class de.mguennewig.pobjimport.XmlWriter
Closes the current open tag.
end(String) - Method in class de.mguennewig.pobjimport.XmlWriter
Closes the current open tag tagName.
endsWithIgnoreCase(String, String) - Static method in class de.mguennewig.pobjects.PObjUtils
Tests if this string ends with the specified suffix, but ignores case.
entryAddFilter - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for addFilter.
entryColumn - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for column.
entryCondition - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for condition.
entryDirection - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for direction.
entryFilter - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for filter.
entryFilterMode - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for filterMode.
entryFilterName - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for filterName.
entryFilterPattern - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for filterPattern.
entryGo - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for go.
entryJumpToPage - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for jumpToPage.
entryMode - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for mode.
entryNr - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for nr.
entryPage - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for page.
entryPattern - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for pattern.
entryResetFilters - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for resetFilters.
entryRestrict - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for restrict.
entryRows - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for rows.
entrySet() - Method in class de.mguennewig.pobjects.SoftHashMap
entrySet() - Method in class de.mguennewig.pobjimport.ParameterFile
 
entrySetFilter - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for setFilter.
entrySort - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the definition for sort.
equals(Object) - Method in class de.mguennewig.pobjects.Cast
equals(Object) - Method in class de.mguennewig.pobjects.FctCall
equals(Object) - Method in class de.mguennewig.pobjects.Junction
equals(Object) - Method in class de.mguennewig.pobjects.Literal
Tests whether this literal is equal to another object.
equals(Object) - Method in class de.mguennewig.pobjects.LiteralSet
Tests whether this literal set is equal to another object.
equals(Object) - Method in class de.mguennewig.pobjects.Member
Tests whether this member expression is equal to another object.
equals(Object) - Method in class de.mguennewig.pobjects.memdb.TableExprFKeyPair
equals(Object) - Method in class de.mguennewig.pobjects.metadata.MapItem
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class de.mguennewig.pobjects.metadata.Sequence
EQUALS - Static variable in class de.mguennewig.pobjects.Predicate
The == operator.
equals(Object) - Method in class de.mguennewig.pobjects.Predicate
Tests whether this boolean expression is equal to another object.
equals(Term, Term) - Static method in class de.mguennewig.pobjects.Predicate
Creates an `EQUALS' test for two terms.
equals(Object) - Method in class de.mguennewig.pobjform.Message
ERROR_INVALID_VALUE - Static variable in class de.mguennewig.pobjform.AbstractPObjForm
Message key that specifies that the value is invalid.
ERROR_KEY - Static variable in class de.mguennewig.pobjform.Messages
 
ERROR_MANDATORY - Static variable in class de.mguennewig.pobjform.AbstractPObjForm
Message key that specifies that the value is mandatory.
errorMsgForColumn(Column) - Method in exception de.mguennewig.pobjects.PObjConstraintException
If the exception contains an error for the column column, return the error message.
etypeDirection - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for direction.
etypeFilter - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for filter.
etypeFilterMode - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for filterMode.
etypeFilterName - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for filterName.
etypeFilterPattern - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for filterPattern.
etypeJumpToPage - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for jumpToPage.
etypeMode - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for mode.
etypeNr - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for nr.
etypePage - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for page.
etypePattern - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for pattern.
etypeRows - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the type definition for rows.
evalCast(Cast, Record) - Static method in class de.mguennewig.pobjects.Terms
Evaluates a Cast.
EvalContext - Class in de.mguennewig.pobjects
Internal class to convert the internal term expressions into SQL statements.
EvalContext(int, int, String) - Constructor for class de.mguennewig.pobjects.EvalContext
Creates a new evaluation context.
evalFctCall(FctCall, Record) - Static method in class de.mguennewig.pobjects.Terms
Evaluates a FctCall.
evalJunction(Junction, Record) - Static method in class de.mguennewig.pobjects.Terms
 
evalMember(Member, Record) - Static method in class de.mguennewig.pobjects.Terms
 
evalPredicate(Predicate, Record) - Static method in class de.mguennewig.pobjects.Terms
 
EvalState - Class in de.mguennewig.pobjects
PObject internal class to evaluate a Term into an SQL statement.
EvalState() - Constructor for class de.mguennewig.pobjects.EvalState
 
EvalState(int, int) - Constructor for class de.mguennewig.pobjects.EvalState
 
evalTerm(Term, Record) - Static method in class de.mguennewig.pobjects.Terms
Evaluates a Term.
evaluate(boolean) - Method in class de.mguennewig.pobjects.jdbc.JdbcQuery
Evaluates this query.
evaluate(boolean) - Method in class de.mguennewig.pobjects.memdb.PredicateQuery
Evaluates this query.
evaluate(boolean) - Method in class de.mguennewig.pobjects.Query
Evaluates this query.
execute() - Method in class de.mguennewig.pobjects.Command
Executes the command.
execute(Object[]) - Method in class de.mguennewig.pobjects.Command
Executes the command with the given set of arguments.
execute() - Method in class de.mguennewig.pobjects.memdb.PredicateQuery
Executes this query and returns the result.
execute() - Method in class de.mguennewig.pobjects.Query
Executes this query and returns the result.
executeResultSet() - Method in class de.mguennewig.pobjects.jdbc.JdbcQuery
Executes this query and returns the result set for row-by-row processing.
executeResultSet() - Method in class de.mguennewig.pobjects.memdb.PredicateQuery
Executes this query and returns the result set for row-by-row processing.
executeResultSet() - Method in class de.mguennewig.pobjects.Query
Executes this query and returns the result set for row-by-row processing.
expand(ClassDecl, Field) - Method in class de.mguennewig.pobjects.metadata.FileType
Expands this type to an extra table.
expand(ClassDecl, Field) - Method in class de.mguennewig.pobjects.metadata.ScalarType
Expands this type to an extra table.
expand(ClassDecl, Field) - Method in interface de.mguennewig.pobjects.metadata.Type
Expands this type to an extra table.
expand(ClassDecl, Field) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Expands this type to an extra table.
Exporter - Class in de.mguennewig.pobjimport
Serializes the Container content into an XML file.
Exporter(Container) - Constructor for class de.mguennewig.pobjimport.Exporter
Creates a new Exporter.
extractIndexes(String) - Static method in class de.mguennewig.pobjform.AbstractPObjForm
 

F

FctCall - Class in de.mguennewig.pobjects
A function call within an SQL expression.
FctCall(String, Term...) - Constructor for class de.mguennewig.pobjects.FctCall
Create a function call.
Field - Class in de.mguennewig.pobjects.metadata
A Column that belongs to an existing table.
Field(String, String, Type, boolean, boolean, String, String) - Constructor for class de.mguennewig.pobjects.metadata.Field
Creates a new field.
FileEntry - Class in de.mguennewig.pobjects.metadata
A file selection entry within a form.
FileEntry(String, String, boolean) - Constructor for class de.mguennewig.pobjects.metadata.FileEntry
Creates a new FileEntry.
FileRecord - Class in de.mguennewig.pobjects.filesystem
A (read-only) wrapper around a File to map it into pobjects.
FileRecord(File) - Constructor for class de.mguennewig.pobjects.filesystem.FileRecord
 
fileSet() - Method in class de.mguennewig.pobjimport.ParameterFile
 
FileSystemContainer - Class in de.mguennewig.pobjects.filesystem
A file system container maps the file system tree into one table.
FileSystemContainer() - Constructor for class de.mguennewig.pobjects.filesystem.FileSystemContainer
 
FileSystemContainer(File) - Constructor for class de.mguennewig.pobjects.filesystem.FileSystemContainer
 
FileType - Class in de.mguennewig.pobjects.metadata
Used for file uploads within forms.
FileType() - Constructor for class de.mguennewig.pobjects.metadata.FileType
Creates a new FileType.
FILTER - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
FILTER_MODE - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
FILTER_MODE_CONTAINS - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
FILTER_MODE_ENDS_WITH - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
FILTER_MODE_EQUALS - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
FILTER_MODE_LIST_ALL - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
FILTER_MODE_STARTS_WITH - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
FILTER_NAME - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
FILTER_PATTERN - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
filterNodes(NodeList, String[]) - Static method in class de.mguennewig.pobjtool.NodeContainer
 
filterNodes(NodeList, String) - Static method in class de.mguennewig.pobjtool.NodeContainer
 
FILTERS_APPLIED - Static variable in interface de.mguennewig.pobjsearch.SearchPanel
 
find(Object...) - Method in class de.mguennewig.pobjects.PObjSet
Return the set element matching the given key, or null if no such row exists.
findAll() - Method in class de.mguennewig.pobjects.AbstractPObjJoin
Return all the elements of the join, sorted by the primary key's columns.
findByName(Container, String) - Static method in class de.mguennewig.pobjects.Pclass
Finds the Pclass instance for the given table name.
findForTable(Container, ClassDecl) - Static method in class de.mguennewig.pobjects.Pclass
Finds the Pclass instance for the given table.
flatten() - Method in class de.mguennewig.pobjects.Junction
 
FlowDesc - Class in de.mguennewig.pobjects.metadata
Common base type for HTML inline and block elements.
FlowDesc(String) - Constructor for class de.mguennewig.pobjects.metadata.FlowDesc
Creates a new FlowDesc.
focusGained(FocusEvent) - Method in class de.mguennewig.pobjform.swing.SwingTextAreaElement
 
focusLost(FocusEvent) - Method in class de.mguennewig.pobjform.swing.SwingTextAreaElement
 
ForeignKeyConstraint - Class in de.mguennewig.pobjects.metadata
Defines a foreign key constraint for an n-tuple of attributes into another table.
ForeignKeyConstraint(String, Field[], ClassDecl, Field[], boolean) - Constructor for class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
Creates a new ForeignKeyConstraint.
ForeignKeyConstraint(String, Field[], ClassDecl, Field[], int, int, boolean) - Constructor for class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
Creates a new ForeignKeyConstraint.
ForeignKeyConstraint(String, Field, ClassDecl) - Constructor for class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
Creates a new foreign key constraint onto the ID field of the target class.
format(Object) - Method in class de.mguennewig.pobjects.metadata.AbstractType
Map value to its string representation.
format(Object) - Method in interface de.mguennewig.pobjects.metadata.Type
Map value to its string representation.
format(Object) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Map value to its string representation.
format(ResourceBundle) - Method in exception de.mguennewig.pobjects.PObjSyntaxException
Formats this message into a localized text ready to present to the user.
format(Column) - Method in class de.mguennewig.pobjects.Record
 
format(String, Object...) - Static method in class de.mguennewig.pobjects.resources.Messages
 
format(ResourceBundle) - Method in class de.mguennewig.pobjform.Message
Formats this message into a localized text ready to present to the user.
format(String, Object...) - Static method in class de.mguennewig.pobjimport.resources.Messages
 
formatDate(BigInteger, DateFormat, String) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Formats the value for the user interface using the system default timezone.
formatDate(BigInteger, TimeZone, DateFormat, String) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Formats the value for the user interface.
formatNative(Object) - Method in class de.mguennewig.pobjects.metadata.AbstractType
Map value from its `native' string representation to its internal representation based on the type.
formatNative(Object) - Method in class de.mguennewig.pobjects.metadata.BlobType
Map value from its `native' string representation to its internal representation based on the type.
formatNative(Object) - Method in class de.mguennewig.pobjects.metadata.ClobType
Map value from its `native' string representation to its internal representation based on the type.
formatNative(Object) - Method in class de.mguennewig.pobjects.metadata.FileType
Map value from its `native' string representation to its internal representation based on the type.
formatNative(Object) - Method in class de.mguennewig.pobjects.metadata.ISRCType
Map value from its `native' string representation to its internal representation based on the type.
formatNative(Object) - Method in class de.mguennewig.pobjects.metadata.NumericType
Map value from its `native' string representation to its internal representation based on the type.
formatNative(Object) - Method in class de.mguennewig.pobjects.metadata.RefType
Map value from its `native' string representation to its internal representation based on the type.
formatNative(Object) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Map value from its `native' string representation to its internal representation based on the type.
formatNative(Object) - Method in interface de.mguennewig.pobjects.metadata.Type
Map value from its `native' string representation to its internal representation based on the type.
formatNative(Object) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Map value from its `native' string representation to its internal representation based on the type.
formatValue(Object) - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
Formats the "raw" value got from SearchColumn.getValue(Record[]) for the UI.
formatValue(Object) - Method in class de.mguennewig.pobjsearch.SearchColumn
Formats the "raw" value got from SearchColumn.getValue(Record[]) for the UI.
FormDecl - Class in de.mguennewig.pobjects.metadata
Declaration of a form.
FormDecl(String, FormDecl, FormEntry[]) - Constructor for class de.mguennewig.pobjects.metadata.FormDecl
Creates a new form declaration for all supported interfaces.
FormDecl(String, int, FormDecl, FormEntry[]) - Constructor for class de.mguennewig.pobjects.metadata.FormDecl
Creates a new form declaration.
FormElement - Interface in de.mguennewig.pobjform
Interface for all form elements.
FormEntry - Class in de.mguennewig.pobjects.metadata
A form entry describes (usually) a line of an form, including a label and any interactive elements associated with it.
FormEntry(String, Type, int) - Constructor for class de.mguennewig.pobjects.metadata.FormEntry
Creates a new FormEntry.
formSearchForm - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
Contains the metadata used to create this class.
free() - Method in class de.mguennewig.pobjects.PObjBlob
 
free() - Method in class de.mguennewig.pobjects.PObjClob
 
freeConnection(JdbcContainer) - Method in class de.mguennewig.pobjects.jdbc.ContainerPool
Frees only the connection and puts it back to the pool, but not the container itself
freeContainer(JdbcContainer) - Method in class de.mguennewig.pobjects.jdbc.ContainerPool
Frees the container and its connection and puts them back to the pool.
fromString(Container, ClassDecl, String) - Static method in class de.mguennewig.pobjform.ReferenceModel
Returns a database object for the given value string.

G

GENERATED_CLASS_NAME - Static variable in class de.mguennewig.pobjects.metadata.Declaration
 
GENERATED_HTML_NAME - Static variable in class de.mguennewig.pobjects.metadata.FormDecl
 
GENERATED_SWING_NAME - Static variable in class de.mguennewig.pobjects.metadata.FormDecl
 
get(int) - Method in class de.mguennewig.pobjects.demo.PClassCurrency
Returns the value of the column with index i.
get(int) - Method in class de.mguennewig.pobjects.demo.PClassStock
Returns the value of the column with index i.
get(int) - Method in class de.mguennewig.pobjects.demo.PClassStockExchange
Returns the value of the column with index i.
get(int) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the value of the column with index i.
get(int) - Method in class de.mguennewig.pobjects.DynamicRecord
Get value of field with index index.
get(int) - Method in class de.mguennewig.pobjects.filesystem.FileRecord
Get value of field with index index.
get() - Method in class de.mguennewig.pobjects.ObjectRef
 
get(int) - Method in class de.mguennewig.pobjects.Pclass
Returns the value of the column with index i.
get(int) - Method in class de.mguennewig.pobjects.PclassColumn
Returns the value of the column with index i.
get(Object...) - Method in class de.mguennewig.pobjects.PObjMap
Return the map element matching the given key, or null if no such row exists.
get(int) - Method in class de.mguennewig.pobjects.Record
Get value of field with index index.
get(Column) - Method in class de.mguennewig.pobjects.Record
Returns the value of column c.
get(Object) - Method in class de.mguennewig.pobjects.SoftHashMap
get(int) - Static method in class de.mguennewig.pobjform.html.MultipartRequest
Gets a MultipartRequest object given its id.
get() - Method in class de.mguennewig.pobjform.Messages
 
get(String) - Method in class de.mguennewig.pobjform.Messages
Return the set of messages related to a specific property.
GET_METHOD - Static variable in class de.mguennewig.pobjects.metadata.Column
Name of the Java method that returns the value of the indicated column.
GET_METHOD - Static variable in class de.mguennewig.pobjects.metadata.Join
Name of the Java method that returns the wrapper object of the indicated join.
GET_METHOD_VISUAL - Static variable in class de.mguennewig.pobjects.metadata.Column
Name of the Java method that returns the preferred string representation of the value returned by method GET_METHOD.
getAddress(String) - Static method in class de.mguennewig.pobjects.metadata.IPv4Type
Converts a IPv4 address from dotted quad notation into its fragments
getAlias() - Method in class de.mguennewig.pobjects.TableRef
 
getAncestor(T) - Method in class de.mguennewig.pobjects.PObjNestedSet
Returns the direct ancestor of the given node.
getApplyFunction() - Method in class de.mguennewig.pobjects.metadata.Index
 
getApplyFunction() - Method in class de.mguennewig.pobjects.metadata.UniqueConstraint
 
getArgument(int) - Method in class de.mguennewig.pobjects.Command
 
getArgument(int) - Method in class de.mguennewig.pobjects.FctCall
 
getAsciiStream() - Method in class de.mguennewig.pobjects.PObjClob
Retrieves the CLOB value designated by this Clob object as an ASCII stream.
getAsJavaDocLink() - Method in class de.mguennewig.pobjects.metadata.RefDesc
 
getAttributes() - Method in class de.mguennewig.pobjtool.NodeContainer
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getBaseClass() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
If the class is an extension, then this method returns the base class, otherwise null.
getBaseColumn() - Method in class de.mguennewig.pobjects.Member
 
getBaseForm() - Method in class de.mguennewig.pobjects.metadata.FormDecl
 
getBasePath() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
getBaseURI() - Method in class de.mguennewig.pobjtool.NodeContainer
 
getBinaryStream() - Method in class de.mguennewig.pobjects.PObjBlob
Retrieves the BLOB value designated by this Blob instance as a stream.
getBinaryStream(long, long) - Method in class de.mguennewig.pobjects.PObjBlob
 
getBottomClass() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
 
getBrokerCommission() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the value of brokerCommission.
getBrokerCommissionForVisual() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the preferred string representation of brokerCommission.
getBundle(int) - Method in class de.mguennewig.pobjects.resources.MergedResourceBundle
 
getBundleName() - Method in class de.mguennewig.pobjform.html.Layout
Returns the name of the application specific resource bundle used to resolve messages.
getButtonLabel() - Method in class de.mguennewig.pobjform.AbstractButtonElement
Returns the label that is displayed within the button.
getButtonLabel() - Method in interface de.mguennewig.pobjform.ButtonElement
Returns the label that is displayed within the button.
getBytes(long, int) - Method in class de.mguennewig.pobjects.PObjBlob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getCapabilities() - Method in interface de.mguennewig.pobjects.Container
Returns the capabilities of the DBMS.
getCapabilities() - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Returns the capabilities of the DBMS.
getCapabilities() - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
Returns the capabilities of the DBMS.
getCapabilities() - Method in class de.mguennewig.pobjects.jdbc.MySQLContainer
Returns the capabilities of the DBMS.
getCapabilities() - Method in class de.mguennewig.pobjects.jdbc.OracleContainer
Returns the capabilities of the DBMS.
getCapabilities() - Method in class de.mguennewig.pobjects.jdbc.PostgreSQLContainer
Returns the capabilities of the DBMS.
getCapabilities() - Method in class de.mguennewig.pobjects.jdbc.SQLiteContainer
Returns the capabilities of the DBMS.
getCapabilities() - Method in class de.mguennewig.pobjects.jdbc.SqlServerContainer
Returns the capabilities of the DBMS.
getCapabilities() - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Returns the capabilities of the DBMS.
getCellEditorValue() - Method in class de.mguennewig.pobjsearch.PObjCellEditor
 
getChangedValues() - Method in class de.mguennewig.pobjects.PObject
Returns a map of changed values where the field index is the key and the new value the value.
getChangeListeners() - Method in class de.mguennewig.pobjform.AbstractInputElement
 
getCharacterStream() - Method in class de.mguennewig.pobjects.PObjClob
Retrieves the CLOB value designated by this Clob object as a Reader object (or as a stream of characters).
getCharacterStream(long, long) - Method in class de.mguennewig.pobjects.PObjClob
 
getChildEntry() - Method in class de.mguennewig.pobjects.metadata.ArrayEntry
Returns the form entry specification for the elements of the array.
getChildEntry(int) - Method in class de.mguennewig.pobjects.metadata.RecordEntry
Returns the form entry specification for the n-th element of the record.
getChildEntry() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Returns the form entry specification for the child elements.
getChildEntry() - Method in interface de.mguennewig.pobjform.ArrayElement
Returns the form entry specification for the child elements.
getChildNodes() - Method in class de.mguennewig.pobjtool.NodeContainer
A NodeList that contains all children of this node.
getChildren(T) - Method in class de.mguennewig.pobjects.PObjNestedSet
Returns the direct descendants/children of the given node.
getChildrenByTagName(Element, String) - Static method in class de.mguennewig.pobjtool.NodeContainer
Returns the ``direct'' child elements of an element node with a given name.
getClassDecl(String) - Method in class de.mguennewig.pobjects.AbstractContainer
Returns the meta data definition for the table with the given schema name.
getClassDecl(String) - Method in interface de.mguennewig.pobjects.Container
Returns the meta data definition for the table with the given schema name.
getClassDecl() - Method in class de.mguennewig.pobjects.demo.PClassCurrency
Returns the metadata used to create this class.
getClassDecl() - Method in class de.mguennewig.pobjects.demo.PClassStock
Returns the metadata used to create this class.
getClassDecl() - Method in class de.mguennewig.pobjects.demo.PClassStockExchange
Returns the metadata used to create this class.
getClassDecl() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the metadata used to create this class.
getClassDecl() - Method in class de.mguennewig.pobjects.filesystem.FileRecord
 
getClassDecl() - Method in class de.mguennewig.pobjects.Pclass
Returns the metadata used to create this class.
getClassDecl() - Method in class de.mguennewig.pobjects.PclassColumn
Returns the metadata used to create this class.
getClassDecl() - Method in class de.mguennewig.pobjects.PObject
 
getClassDecls() - Method in class de.mguennewig.pobjects.AbstractContainer
Returns an Iterator over all known class declarations.
getClassDecls() - Method in interface de.mguennewig.pobjects.Container
Returns an Iterator over all known class declarations.
getClassLoader() - Method in class de.mguennewig.pobjects.metadata.PObjDictionary
Returns the ClassLoader that can load all database classes.
getClassName() - Method in class de.mguennewig.pobjects.metadata.RefDesc
 
getClassName() - Method in class de.mguennewig.pobjects.metadata.TableExpr
Returns the Java class name for this table expression.
getClickCountToStart() - Method in class de.mguennewig.pobjsearch.PObjCellEditor
 
getColumn() - Method in class de.mguennewig.pobjects.ColumnReference
 
getColumn(int) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
getColumn(int) - Method in class de.mguennewig.pobjects.metadata.SelectExpr
getColumn(int) - Method in class de.mguennewig.pobjects.metadata.TableExpr
 
getColumn() - Method in class de.mguennewig.pobjects.PObjConstraintException.Entry
 
getColumn(int) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlSort
 
getColumn() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlSort
 
getColumn(int) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Sort
 
getColumn() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Sort
 
getColumn(int) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingSort
 
getColumn() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingSort
 
getColumn(int) - Method in class de.mguennewig.pobjsearch.SearchModel
 
getColumn(String) - Method in class de.mguennewig.pobjsearch.SearchModel
 
getColumn(int) - Method in class de.mguennewig.pobjsearch.SearchTableModel
 
getColumnByName(String) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Return class field with name name.
getColumnByName(String) - Method in class de.mguennewig.pobjects.metadata.SelectExpr
Return table column with name name.
getColumnByName(String) - Method in class de.mguennewig.pobjects.metadata.TableExpr
Return table column with name name.
getColumnClass(int) - Method in class de.mguennewig.pobjsearch.SearchTableModel
getColumnCount() - Method in class de.mguennewig.pobjsearch.SearchModel
 
getColumnCount() - Method in class de.mguennewig.pobjsearch.SearchTableModel
getColumnForThis() - Method in class de.mguennewig.pobjects.PclassColumn
Returns the column declaration of the table described by this instance.
getColumnIndex(SearchColumn) - Method in class de.mguennewig.pobjsearch.SearchModel
 
getColumnIndex(TableColumnModel, Object) - Static method in class de.mguennewig.pobjsearch.ToggleColumnAction
A simple wrapper around TableColumnModel.getColumnIndex(Object) to catch the stupid exception and return -1 instead.
getColumnName() - Method in class de.mguennewig.pobjects.PclassColumn
Returns the value of columnName.
getColumnName(int) - Method in class de.mguennewig.pobjsearch.SearchTableModel
getColumnNameForVisual() - Method in class de.mguennewig.pobjects.PclassColumn
Returns the preferred string representation of columnName.
getColumnRef(Column) - Method in class de.mguennewig.pobjects.TableRef
 
getColumns() - Method in class de.mguennewig.pobjects.metadata.CheckConstraint
Returns the list of columns on which this constraint operates.
getColumns() - Method in class de.mguennewig.pobjects.metadata.TextAreaEntry
 
getCommand() - Method in class de.mguennewig.pobjects.EvalContext
 
getCommand(int) - Method in class de.mguennewig.pobjects.metadata.Module
Returns the command declaration at index idx.
getCommandDecl() - Method in class de.mguennewig.pobjects.Command
 
getCommission() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the value of commission.
getCommissionForVisual() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the preferred string representation of commission.
getComponent() - Method in class de.mguennewig.pobjform.swing.SwingArrayElement
 
getComponent() - Method in class de.mguennewig.pobjform.swing.SwingButtonElement
 
getComponent() - Method in class de.mguennewig.pobjform.swing.SwingCheckboxElement
 
getComponent() - Method in interface de.mguennewig.pobjform.swing.SwingFormElement
Returns the Swing component for the input element.
getComponent() - Method in class de.mguennewig.pobjform.swing.SwingRecordElement
Returns the Swing component for the input element.
getComponent() - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Returns the Swing component for the input element.
getComponent() - Method in class de.mguennewig.pobjform.swing.SwingSpacerElement
 
getComponent() - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
getComponent() - Method in class de.mguennewig.pobjform.swing.SwingTextAreaElement
 
getComponent() - Method in class de.mguennewig.pobjform.swing.SwingTextElement
 
getCondition(int) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlRestrict
 
getCondition() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlRestrict
 
getCondition(int) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Restrict
 
getCondition() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Restrict
 
getCondition(int) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingRestrict
 
getCondition() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingRestrict
 
getCondition(int) - Method in class de.mguennewig.pobjsearch.SearchModel
 
getConditionCount() - Method in class de.mguennewig.pobjsearch.SearchModel
 
getConnection(JdbcContainer) - Method in class de.mguennewig.pobjects.jdbc.ContainerPool
Retrieves a new connection and assigns it to the container.
getConnection() - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Returns the connection to the DBMS if any exists.
getConnectProperties() - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
 
getConnectProperties() - Method in class de.mguennewig.pobjects.jdbc.OracleContainer
getConnectProperties() - Method in class de.mguennewig.pobjects.jdbc.SqlServerContainer
getConnectURL(String, Integer, String) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
 
getConnectURL(String, Integer, String) - Method in class de.mguennewig.pobjects.jdbc.MySQLContainer
getConnectURL(String, Integer, String) - Method in class de.mguennewig.pobjects.jdbc.OracleContainer
getConnectURL(String, Integer, String) - Method in class de.mguennewig.pobjects.jdbc.PostgreSQLContainer
getConnectURL(String, Integer, String) - Method in class de.mguennewig.pobjects.jdbc.SQLiteContainer
getConnectURL(String, Integer, String) - Method in class de.mguennewig.pobjects.jdbc.SqlServerContainer
getConstraint(int) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
 
getConstraint(String) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns the Constraint with the given schema name.
getConstraint() - Method in class de.mguennewig.pobjects.PObjConstraintException.Entry
 
getContainer() - Method in class de.mguennewig.pobjects.AbstractPObjJoin
Short cut for getParent().getContainer().
getContainer() - Method in class de.mguennewig.pobjects.Command
 
getContainer() - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Returns the wrapped/watched database container.
getContainer() - Method in class de.mguennewig.pobjects.jdbc.ContainerPool
Retrieves a new container from the pool.
getContainer() - Method in class de.mguennewig.pobjects.PObject
Returns the database container to which this object belongs.
getContainer() - Method in class de.mguennewig.pobjects.Query
 
getContainer() - Method in class de.mguennewig.pobjform.AbstractFormElement
Returns the database connection.
getContainer() - Method in class de.mguennewig.pobjform.AbstractPObjForm
Returns the database connection which the form uses.
getContainer() - Method in interface de.mguennewig.pobjform.FormElement
Returns the database connection.
getContainer() - Method in interface de.mguennewig.pobjform.PObjForm
Returns the database connection which the form uses.
getContainer() - Method in class de.mguennewig.pobjimport.ParameterFile
 
getContainer() - Method in class de.mguennewig.pobjsearch.HtmlSearchPanel
getContainer() - Method in interface de.mguennewig.pobjsearch.SearchPanel
 
getContainer() - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
getContent(int) - Method in class de.mguennewig.pobjects.metadata.BlockDesc
 
getContent(int) - Method in class de.mguennewig.pobjects.metadata.BlockFlowDesc
getContent(int) - Method in class de.mguennewig.pobjects.metadata.BlockListDesc
getContent(int) - Method in class de.mguennewig.pobjects.metadata.BlockTableDesc
getContent(int) - Method in class de.mguennewig.pobjects.metadata.Description
 
getContent(int) - Method in class de.mguennewig.pobjects.metadata.InlineDesc
 
getContent(int) - Method in class de.mguennewig.pobjects.metadata.ParagraphDesc
getCountry(String) - Static method in class de.mguennewig.pobjects.metadata.ISRCType
Returns the ISO 3166-1 alpha-2 country code (2 characters).
getCurrency() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the value of currency.
getCurrencyForVisual() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the preferred string representation of currency.
getCurrentString() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Returns the string representation of the current object.
getCurrentString() - Method in class de.mguennewig.pobjform.AbstractRecordElement
Returns the string representation of the current object.
getCurrentString() - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
getCurrentString() - Method in class de.mguennewig.pobjform.swing.SwingCheckboxElement
 
getCurrentString() - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
 
getCurrentString() - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
getCurrentString() - Method in class de.mguennewig.pobjform.swing.SwingTextAreaElement
 
getCurrentString() - Method in interface de.mguennewig.pobjform.ValueElement
Returns the string representation of the current object.
getData(TableExpr) - Method in class de.mguennewig.pobjects.AbstractContainer
Returns a Record instance for the given table expression without reading any data from the DB.
getData(TableExpr) - Method in interface de.mguennewig.pobjects.Container
Returns a Record instance for the given table expression without reading any data from the DB.
getDefaultFieldCheckStyle() - Static method in class de.mguennewig.pobjects.PObject
Returns how strict or loose field restrictions are checked by default on every PObject.store() and PObject.checkConstraints().
getDefaultSortColumns() - Method in class de.mguennewig.pobjsearch.SearchModel
 
getDefaultValue() - Method in class de.mguennewig.pobjects.metadata.InputEntry
Returns the string representation of the parameter's default value.
getDefaultValue() - Method in class de.mguennewig.pobjects.metadata.Parameter
Returns the string representation of the parameter's default value.
getDependencies(ClassDecl) - Static method in class de.mguennewig.pobjimport.DependencySorter
 
getDescendants(T) - Method in class de.mguennewig.pobjects.PObjNestedSet
Returns all descendants (the complete subtree) of the given node.
getDescription() - Method in class de.mguennewig.pobjects.metadata.AbstractType
 
getDescription() - Method in class de.mguennewig.pobjects.metadata.Column
 
getDescription() - Method in class de.mguennewig.pobjects.metadata.Declaration
 
getDescription() - Method in class de.mguennewig.pobjects.metadata.Join
 
getDescription() - Method in class de.mguennewig.pobjects.metadata.Module
 
getDescription() - Method in interface de.mguennewig.pobjects.metadata.Type
 
getDescription() - Method in class de.mguennewig.pobjects.metadata.TypeRef
getDesignationCode(String) - Static method in class de.mguennewig.pobjects.metadata.ISRCType
Returns the designation code of the `ISRC'.
getDialog() - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
 
getDictionary() - Method in class de.mguennewig.pobjects.AbstractContainer
Returns the used meta data dictionary.
getDictionary() - Method in interface de.mguennewig.pobjects.Container
Returns the used meta data dictionary.
getDictionary() - Static method in class de.mguennewig.pobjects.demo.Globals
 
getDictionary() - Method in class de.mguennewig.pobjects.jdbc.ContainerPool
Returns the dictionary that every container of this pool is using.
getDirection() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlColumn
Returns the value of direction.
getDirection() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Column
Returns the value of direction.
getDirection() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingColumn
Returns the value of direction.
getDirectionForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlColumn
Returns the preferred string representation of direction.
getDirectionForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Column
Returns the preferred string representation of direction.
getDirectionForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingColumn
Returns the preferred string representation of direction.
getDomainSet() - Method in class de.mguennewig.pobjform.ReferenceModel
Returns the filtered domain set for the given tables and includes null if allowed by this form element.
getElement(int) - Method in class de.mguennewig.pobjform.AbstractArrayElement
Returns the form element at the specified position in this list.
getElement(String) - Method in class de.mguennewig.pobjform.AbstractRecordElement
Returns the element with the specified name.
getElement(int) - Method in interface de.mguennewig.pobjform.ArrayElement
Returns the form element at the specified position in this list.
getElement(FormEntry) - Method in interface de.mguennewig.pobjform.PObjForm
Returns the FormElement for the specified FormEntry.
getElement(String) - Method in interface de.mguennewig.pobjform.RecordElement
Returns the element with the specified name.
getElement(FormEntry) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
 
getElement(FormEntry) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
 
getElementAt(int) - Method in class de.mguennewig.pobjform.ReferenceModel
getElementClass() - Method in class de.mguennewig.pobjects.AbstractPObjJoin
Returns the class of the set's elements.
getElementDecl() - Method in class de.mguennewig.pobjects.AbstractPObjJoin
Returns the ClassDecl instance associated with the set's elements class.
getElementLabelKey(FormElement) - Static method in class de.mguennewig.pobjform.AbstractPObjForm
Returns the message resource key for the given element.
getElements() - Method in class de.mguennewig.pobjform.AbstractPObjForm
getElements() - Method in interface de.mguennewig.pobjform.PObjForm
 
getEntries() - Method in class de.mguennewig.pobjects.metadata.FormDecl
 
getEntry(int) - Method in class de.mguennewig.pobjects.metadata.BlockListDesc
 
getEntry(int) - Method in class de.mguennewig.pobjects.metadata.FormDecl
Return form entry for index.
getEntry(String) - Method in class de.mguennewig.pobjects.metadata.FormDecl
Return form entry with the given name.
getEntry() - Method in class de.mguennewig.pobjform.AbstractFormElement
Returns the form entry specification for this element.
getEntry() - Method in interface de.mguennewig.pobjform.FormElement
Returns the form entry specification for this element.
getErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingArrayElement
 
getErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingButtonElement
 
getErrorComponent() - Method in interface de.mguennewig.pobjform.swing.SwingFormElement
Returns the Swing component to display any errors.
getErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingInputElement
 
getErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingRecordElement
Returns the Swing component to display any errors.
getErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingSpacerElement
 
getErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingTextElement
 
getErrorKey() - Method in exception de.mguennewig.pobjects.PObjSyntaxException
Returns the message key for the error message.
getErrorMsgKey() - Method in class de.mguennewig.pobjects.metadata.StringType
Returns error resource key used if restriction does not match or null if the default messages are used.
getExchange() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the value of exchange.
getExchangeForVisual() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the preferred string representation of exchange.
getExpiration() - Method in class de.mguennewig.pobjform.html.MultipartRequest
Gets the expiration of this MultipartRequest object.
getExpression() - Method in class de.mguennewig.pobjects.Cast
Returns the expression whose type has to be casted.
getExpression() - Method in class de.mguennewig.pobjects.metadata.CheckConstraint
Returns the boolean expression that must evaluate to true or null.
getFeature(String, String) - Method in class de.mguennewig.pobjtool.NodeContainer
 
getField(int) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Return class field for index.
getField(int) - Method in class de.mguennewig.pobjects.metadata.Index
 
getField(int) - Method in class de.mguennewig.pobjects.metadata.UniqueConstraint
 
getFieldName() - Method in class de.mguennewig.pobjects.metadata.RefDesc
 
getFields() - Method in class de.mguennewig.pobjects.metadata.UniqueConstraint
 
getFile() - Method in class de.mguennewig.pobjects.filesystem.FileRecord
 
getFile() - Method in class de.mguennewig.pobjform.html.MultipartRequest
Gets the file being uploaded.
getFileParameter(String) - Method in class de.mguennewig.pobjform.html.MultipartRequest
Convenient method that returns the value of a MultipartRequest.File parameter.
getFilter() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the value of filter.
getFilter() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the value of filter.
getFilter() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the value of filter.
getFilter(int) - Method in class de.mguennewig.pobjsearch.SearchModel
 
getFilter(String) - Method in class de.mguennewig.pobjsearch.SearchModel
 
getFilterCount() - Method in class de.mguennewig.pobjsearch.SearchModel
 
getFilterForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the preferred string representation of filter.
getFilterForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the preferred string representation of filter.
getFilterForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the preferred string representation of filter.
getFilterMode() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Returns the value of filterMode.
getFilterMode() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Returns the value of filterMode.
getFilterMode() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Returns the value of filterMode.
getFilterModeForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Returns the preferred string representation of filterMode.
getFilterModeForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Returns the preferred string representation of filterMode.
getFilterModeForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Returns the preferred string representation of filterMode.
getFilterName() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Returns the value of filterName.
getFilterName() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Returns the value of filterName.
getFilterName() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Returns the value of filterName.
getFilterNameForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Returns the preferred string representation of filterName.
getFilterNameForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Returns the preferred string representation of filterName.
getFilterNameForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Returns the preferred string representation of filterName.
getFilterPattern() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Returns the value of filterPattern.
getFilterPattern() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Returns the value of filterPattern.
getFilterPattern() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Returns the value of filterPattern.
getFilterPatternForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Returns the preferred string representation of filterPattern.
getFilterPatternForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Returns the preferred string representation of filterPattern.
getFilterPatternForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Returns the preferred string representation of filterPattern.
getFirstChild() - Method in class de.mguennewig.pobjtool.NodeContainer
The first child of this node.
getForceEncryption() - Static method in class de.mguennewig.pobjects.jdbc.OracleContainer
Returns whether a new created container will enforce an encrypted connection to the Oracle database.
getForceEncryption() - Static method in class de.mguennewig.pobjects.jdbc.SqlServerContainer
Returns whether a new created container will enforce an encrypted connection to the MS-SQL database.
getForCount() - Method in class de.mguennewig.pobjects.EvalContext
 
getForeignKeyConstraint() - Method in class de.mguennewig.pobjects.memdb.TableExprFKeyPair
 
getForeignKeyConstraint(Field) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns the first found ForeignKeyConstraint that has the given field as one of its source fields.
getForeignOwnership() - Method in class de.mguennewig.pobjects.metadata.Module
If true, then tables, views, and sequences of this module are not owned by this application.
getForm(int) - Method in class de.mguennewig.pobjects.metadata.Module
Returns the form declaration at index idx.
getForm() - Method in class de.mguennewig.pobjform.AbstractFormElement
Returns the form to which this element belongs.
getForm() - Method in interface de.mguennewig.pobjform.FormElement
Returns the form to which this element belongs.
getFormat() - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Returns the format string used to display the time stamp in the application.
getFormDecl() - Method in class de.mguennewig.pobjects.metadata.CommandDecl
 
getFormDecl() - Method in class de.mguennewig.pobjects.metadata.SelectExpr
Returns the form declaration that specifies the input parameters.
getFormDecl() - Method in interface de.mguennewig.pobjform.PObjForm
Returns the form declaration that this form is based on.
getFormDecl() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the metadata used to create this class.
getFormDecl() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the metadata used to create this class.
getFormInterface() - Method in class de.mguennewig.pobjects.metadata.FormDecl
 
getFromIndex() - Method in class de.mguennewig.pobjects.TableRef
 
getFunctionName() - Method in class de.mguennewig.pobjects.FctCall
 
getHeight() - Method in class de.mguennewig.pobjects.metadata.LinkEntry
Returns the height of the popup-window.
getHref() - Method in class de.mguennewig.pobjects.metadata.AnchorDesc
 
getId() - Method in class de.mguennewig.pobjects.PObject
Returns the unique database identifier within its class if the object is persistent, and null otherwise.
getId() - Method in class de.mguennewig.pobjform.html.MultipartRequest
Gets the id of this MultipartRequest.
getIdColumnRef() - Method in class de.mguennewig.pobjects.TableRef
 
getIdentifier() - Method in class de.mguennewig.pobjsearch.AbstractSearchFilter
Returns the identifier for this filter.
getIdentifier() - Method in class de.mguennewig.pobjsearch.SearchColumn
Returns the identifier of this column.
getIdentifier() - Method in interface de.mguennewig.pobjsearch.SearchFilter
Returns the identifier for this filter.
getIdField() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns the field which defines the sequence from which the primary keys of this table are taken.
getIdField() - Method in class de.mguennewig.pobjects.TableRef
 
getIdFieldType() - Method in class de.mguennewig.pobjtool.ddl.DataDefinition
Return the field type that is to be used for all IdField.
getIdForVisual() - Method in class de.mguennewig.pobjects.PclassColumn
getIdForVisual() - Method in class de.mguennewig.pobjects.PObject
 
getImageURL(String) - Method in class de.mguennewig.pobjform.html.Layout
Returns the image URL for the given imageId or null if no image should be shown.
getImplicitIndex() - Method in class de.mguennewig.pobjects.metadata.UniqueConstraint
 
getIndex(int) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
 
getIndex() - Method in class de.mguennewig.pobjects.metadata.Column
Returns the index position in the surrounding table expression.
getInitialObject() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Returns the initial object.
getInitialObject() - Method in class de.mguennewig.pobjform.AbstractRecordElement
Returns the initial object.
getInitialObject() - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
getInitialObject() - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
Returns the initial object.
getInitialObject() - Method in class de.mguennewig.pobjform.html.HtmlReferenceElement
Returns the initial object.
getInitialObject() - Method in class de.mguennewig.pobjform.swing.SwingInputElement
 
getInitialObject() - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
 
getInitialObject() - Method in interface de.mguennewig.pobjform.ValueElement
Returns the initial object.
getInitialSelected() - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
 
getInitialSelected() - Method in interface de.mguennewig.pobjform.RadioElement
 
getInitialString() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Returns the string representation of the initial object.
getInitialString() - Method in class de.mguennewig.pobjform.AbstractRecordElement
Returns the string representation of the initial object.
getInitialString() - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
getInitialString() - Method in class de.mguennewig.pobjform.swing.SwingInputElement
 
getInitialString() - Method in interface de.mguennewig.pobjform.ValueElement
Returns the string representation of the initial object.
getInputClass() - Method in class de.mguennewig.pobjects.metadata.InputEntry
 
getInputEntry() - Method in class de.mguennewig.pobjform.AbstractInputElement
getInputEntry() - Method in interface de.mguennewig.pobjform.InputElement
 
getInputStream() - Method in class de.mguennewig.pobjform.html.MultipartRequest.File
Gets an input stream to read the contents of this object.
getInstanceClass() - Method in class de.mguennewig.pobjects.metadata.Workflow
 
getIPv4Address(String) - Method in class de.mguennewig.pobjects.metadata.IPv4NetworkType
Returns the IPv4 address of the network.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.BlobType
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.BooleanType
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.ClobType
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.DoubleType
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.FileType
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.Int32Type
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.NumericType
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.ObjectType
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.RefType
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.StringType
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in interface de.mguennewig.pobjects.metadata.Type
Returns the Java class instance that is being used for the values of this type.
getJavaClass() - Method in class de.mguennewig.pobjects.metadata.TypeRef
Returns the Java class instance that is being used for the values of this type.
getJavaClassName() - Method in class de.mguennewig.pobjects.metadata.ObjectType
Returns the class name of the Java object this type will use.
getJavaPackage() - Method in class de.mguennewig.pobjects.metadata.Module
Returns the JAVA package name for this module.
getJavaPackage(Element, String, String) - Static method in class de.mguennewig.pobjtool.DictionaryParser
 
getJdbcContainer() - Method in class de.mguennewig.pobjects.jdbc.JdbcQuery
 
getJoinByName(String) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
 
getJumpToPage() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the value of jumpToPage.
getJumpToPage() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the value of jumpToPage.
getJumpToPage() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the value of jumpToPage.
getJumpToPageForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the preferred string representation of jumpToPage.
getJumpToPageForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the preferred string representation of jumpToPage.
getJumpToPageForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the preferred string representation of jumpToPage.
getKey(PObject) - Static method in class de.mguennewig.pobjects.PObject
 
getKey(ClassDecl, String) - Static method in class de.mguennewig.pobjects.PObject
 
getKey() - Method in class de.mguennewig.pobjform.Message
Get the message key for this message.
getKeys() - Method in class de.mguennewig.pobjects.resources.MergedResourceBundle
getLabel() - Method in class de.mguennewig.pobjects.metadata.ButtonEntry
Returns the label of the button.
getLabel() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns the string used to refer to this table in the user interface.
getLabel() - Method in class de.mguennewig.pobjects.metadata.Field
Returns the string used to refer to this field in the user interface.
getLabel() - Method in class de.mguennewig.pobjects.metadata.InputEntry
Returns the string used to refer to this field in the user interface.
getLabel() - Method in class de.mguennewig.pobjects.metadata.Join
 
getLabel() - Method in class de.mguennewig.pobjects.metadata.LinkEntry
Returns the label used for the link.
getLabel() - Method in class de.mguennewig.pobjects.metadata.MapItem
Returns the value actually stored in the database.
getLabel() - Method in class de.mguennewig.pobjects.metadata.Parameter
Returns the string used to refer to this parameter in the user interface.
getLabel() - Method in class de.mguennewig.pobjects.metadata.TextEntry
Returns the label displayed in the user interface for this entry.
getLabel() - Method in class de.mguennewig.pobjform.AbstractFormElement
Returns the label for this form element.
getLabel() - Method in interface de.mguennewig.pobjform.FormElement
Returns the label for this form element.
getLabel() - Method in class de.mguennewig.pobjsearch.AbstractSearchFilter
Returns the label used to identify this filter in the UI.
getLabel() - Method in class de.mguennewig.pobjsearch.SearchColumn
Returns the default label of this column.
getLabel() - Method in interface de.mguennewig.pobjsearch.SearchFilter
Returns the label used to identify this filter in the UI.
getLabel() - Method in class de.mguennewig.pobjsearch.SearchModel
 
getLabelComponent() - Method in class de.mguennewig.pobjform.swing.SwingArrayElement
 
getLabelComponent() - Method in class de.mguennewig.pobjform.swing.SwingButtonElement
 
getLabelComponent() - Method in interface de.mguennewig.pobjform.swing.SwingFormElement
Returns the Swing component to display the label.
getLabelComponent() - Method in class de.mguennewig.pobjform.swing.SwingInputElement
 
getLabelComponent() - Method in class de.mguennewig.pobjform.swing.SwingRecordElement
Returns the Swing component to display the label.
getLabelComponent() - Method in class de.mguennewig.pobjform.swing.SwingSpacerElement
 
getLabelComponent() - Method in class de.mguennewig.pobjform.swing.SwingTextElement
 
getLastChild() - Method in class de.mguennewig.pobjtool.NodeContainer
The last child of this node.
getLastSelector() - Method in class de.mguennewig.pobjects.Member
 
getLayout() - Method in class de.mguennewig.pobjects.metadata.FormEntry
 
getLeftColumn() - Method in class de.mguennewig.pobjects.metadata.NestedSetType
Returns the column that holds the left most subset.
getLeftTerm() - Method in class de.mguennewig.pobjects.Predicate
Returns the term on the left side/before of the operand or null if it does not exist.
getLength() - Method in class de.mguennewig.pobjform.html.MultipartRequest.File
Gets the length of this file.
getLimit() - Method in class de.mguennewig.pobjects.EvalContext
Returns the current result set limit.
getLinkUrl() - Method in class de.mguennewig.pobjform.AbstractLinkElement
Returns the URL the link is pointing to.
getLinkUrl() - Method in interface de.mguennewig.pobjform.LinkElement
Returns the URL the link is pointing to.
getLocalFields(boolean) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
 
getLocalJoins() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
 
getLocalName() - Method in class de.mguennewig.pobjtool.NodeContainer
Returns the local part of the qualified name of this node.
getLongName() - Method in class de.mguennewig.pobjects.demo.PClassCurrency
Returns the value of longName.
getLongName() - Method in class de.mguennewig.pobjects.demo.PClassStockExchange
Returns the value of longName.
getLongNameForVisual() - Method in class de.mguennewig.pobjects.demo.PClassCurrency
Returns the preferred string representation of longName.
getLongNameForVisual() - Method in class de.mguennewig.pobjects.demo.PClassStockExchange
Returns the preferred string representation of longName.
getLowerLimit() - Method in class de.mguennewig.pobjects.metadata.Int32Type
Returns the lower limit.
getLowerLimit() - Method in class de.mguennewig.pobjects.metadata.NumericType
Returns the lower limit (inclusive) of value.
getLowerLimit() - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Returns the lower limit of valid time stamps.
getMap() - Method in class de.mguennewig.pobjects.metadata.FileType
Returns the list of mappings.
getMap() - Method in class de.mguennewig.pobjects.metadata.ScalarType
Returns the list of mappings.
getMap() - Method in interface de.mguennewig.pobjects.metadata.Type
Returns the list of mappings.
getMap() - Method in class de.mguennewig.pobjects.metadata.TypeRef
Returns the list of mappings.
getMaxActive() - Method in class de.mguennewig.pobjects.optional.BasicContainerPool
Returns the maximum number of active connections that can be borrowed from this pool.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.BlobType
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.BooleanType
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.ClobType
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.DoubleType
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.FileType
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.Int32Type
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.NumericType
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.RefType
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.ScalarType
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.StringType
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in interface de.mguennewig.pobjects.metadata.Type
Returns the maximum field size required to enter a value of this type.
getMaxFieldSize() - Method in class de.mguennewig.pobjects.metadata.TypeRef
Returns the maximum field size required to enter a value of this type.
getMaxLength() - Method in class de.mguennewig.pobjform.html.HtmlStringElement
 
getMaxLength() - Method in interface de.mguennewig.pobjform.StringElement
 
getMaxLength() - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
getMemberBaseColumns(Term) - Static method in class de.mguennewig.pobjects.Terms
Returns the set of affected base columns.
getMessage() - Method in exception de.mguennewig.pobjects.PObjConstraintException
Returns a description text for this exception.
getMessage() - Method in exception de.mguennewig.pobjects.PObjSQLException
Returns a description text for this exception.
getMessageCount() - Method in class de.mguennewig.pobjform.AbstractPObjForm
Return the number of messages recorded for all properties (including global messages).
getMessageCount(String) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Return the number of messages associated with the specified property.
getMessageCount() - Method in interface de.mguennewig.pobjform.PObjForm
Return the number of messages recorded for all properties (including global messages).
getMessageCount(String) - Method in interface de.mguennewig.pobjform.PObjForm
Return the number of messages associated with the specified property.
getMessageProperties() - Method in class de.mguennewig.pobjform.AbstractPObjForm
Return the set of property names for which at least one message has been recorded.
getMessageProperties() - Method in interface de.mguennewig.pobjform.PObjForm
Return the set of property names for which at least one message has been recorded.
getMessages() - Method in class de.mguennewig.pobjform.AbstractPObjForm
getMessages(String) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Return the set of messages related to a specific property.
getMessages() - Method in interface de.mguennewig.pobjform.PObjForm
 
getMessages(String) - Method in interface de.mguennewig.pobjform.PObjForm
Return the set of messages related to a specific property.
getMinimumLength() - Method in class de.mguennewig.pobjects.metadata.StringType
Returns the minimum number of characters required.
getMode() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the value of mode.
getMode() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the value of mode.
getMode() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the value of mode.
getModeForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the preferred string representation of mode.
getModeForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the preferred string representation of mode.
getModeForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the preferred string representation of mode.
getModified() - Method in class de.mguennewig.pobjects.filesystem.FileRecord
 
getModule() - Static method in class de.mguennewig.pobjects.demo.Globals
 
getModule() - Static method in class de.mguennewig.pobjects.Globals
 
getModule() - Method in class de.mguennewig.pobjects.metadata.Declaration
Returns the module in which the declaration occurs.
getModule(int) - Method in class de.mguennewig.pobjects.metadata.PObjDictionary
Returns the Module at index idx.
getModule(String) - Method in class de.mguennewig.pobjects.metadata.PObjDictionary
Returns the Module with the specified name or null if such does not exist.
getModule() - Method in class de.mguennewig.pobjects.metadata.Sequence
Returns the module in which the SQL entity occurs.
getModule() - Method in interface de.mguennewig.pobjects.metadata.SqlEntity
Returns the module in which the SQL entity occurs.
getModule() - Static method in class de.mguennewig.pobjsearch.Globals
 
getModuleForPackage(String) - Method in class de.mguennewig.pobjects.metadata.PObjDictionary
Returns the Module for the specified package name or null if such does not exist.
getModuleName() - Method in class de.mguennewig.pobjects.metadata.RefDesc
 
getMsg() - Method in class de.mguennewig.pobjects.PObjConstraintException.Entry
 
getMsgKey() - Method in exception de.mguennewig.pobjimport.ParserException
 
getMsgKey() - Method in exception de.mguennewig.pobjtool.DictionaryException
 
getMsgParams() - Method in exception de.mguennewig.pobjimport.ParserException
 
getMsgParams() - Method in exception de.mguennewig.pobjtool.DictionaryException
 
getName() - Method in class de.mguennewig.pobjects.demo.PClassStock
Returns the value of name.
getName() - Method in class de.mguennewig.pobjects.filesystem.FileRecord
 
getName() - Method in class de.mguennewig.pobjects.metadata.Column
Returns the column name as seen by the application.
getName() - Method in class de.mguennewig.pobjects.metadata.Declaration
Returns the name of the declaration.
getName() - Method in class de.mguennewig.pobjects.metadata.FlowDesc
Returns the name of this element.
getName() - Method in class de.mguennewig.pobjects.metadata.Join
 
getName() - Method in class de.mguennewig.pobjects.metadata.Module
Returns the name of this module.
getName() - Method in class de.mguennewig.pobjects.metadata.Waitstate
 
getName() - Method in class de.mguennewig.pobjform.html.MultipartRequest.File
Gets the original file name, as sent by the request.
getNameForVisual() - Method in class de.mguennewig.pobjects.demo.PClassStock
Returns the preferred string representation of name.
getNamespaceURI() - Method in class de.mguennewig.pobjtool.NodeContainer
The namespace URI of this node, or null if it is unspecified.
getNetmask(String) - Method in class de.mguennewig.pobjects.metadata.IPv4NetworkType
Returns the IPv4 network mask.
getNextButton() - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
 
getNextSibling() - Method in class de.mguennewig.pobjtool.NodeContainer
The node immediately following this node.
getNode() - Method in exception de.mguennewig.pobjimport.ParserException
 
getNode() - Method in exception de.mguennewig.pobjtool.DictionaryException
 
getNodeName() - Method in class de.mguennewig.pobjtool.NodeContainer
The name of this node, depending on its type; see Node.
getNodeType() - Method in class de.mguennewig.pobjtool.NodeContainer
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in class de.mguennewig.pobjtool.NodeContainer
Get value of this node, depending on its type; see the table above.
getNormalization() - Method in class de.mguennewig.pobjects.metadata.InputEntry
 
getNormalizeName() - Method in class de.mguennewig.pobjects.metadata.PObjDictionary
 
getNr() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlColumn
Returns the value of nr.
getNr() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Column
Returns the value of nr.
getNr() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingColumn
Returns the value of nr.
getNrForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlColumn
Returns the preferred string representation of nr.
getNrForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Column
Returns the preferred string representation of nr.
getNrForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingColumn
Returns the preferred string representation of nr.
getNumArguments() - Method in class de.mguennewig.pobjects.Command
 
getNumArguments() - Method in class de.mguennewig.pobjects.FctCall
 
getNumBundles() - Method in class de.mguennewig.pobjects.resources.MergedResourceBundle
 
getNumChildEntries() - Method in class de.mguennewig.pobjects.metadata.RecordEntry
Returns the number of form entries belonging to this record.
getNumColumns() - Method in class de.mguennewig.pobjects.EvalContext
 
getNumColumns() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns number of fields local to this class.
getNumColumns() - Method in class de.mguennewig.pobjects.metadata.SelectExpr
getNumColumns() - Method in class de.mguennewig.pobjects.metadata.TableExpr
 
getNumCommands() - Method in class de.mguennewig.pobjects.metadata.Module
Returns the number of known command declarations.
getNumConstraints() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
 
getNumContent() - Method in class de.mguennewig.pobjects.metadata.BlockDesc
 
getNumContent() - Method in class de.mguennewig.pobjects.metadata.BlockFlowDesc
getNumContent() - Method in class de.mguennewig.pobjects.metadata.BlockListDesc
getNumContent() - Method in class de.mguennewig.pobjects.metadata.BlockTableDesc
getNumContent() - Method in class de.mguennewig.pobjects.metadata.Description
 
getNumContent() - Method in class de.mguennewig.pobjects.metadata.InlineDesc
 
getNumContent() - Method in class de.mguennewig.pobjects.metadata.ParagraphDesc
getNumElement() - Method in class de.mguennewig.pobjform.AbstractRecordElement
Returns the number of form elements belonging to this record.
getNumElement() - Method in interface de.mguennewig.pobjform.RecordElement
Returns the number of form elements belonging to this record.
getNumElements() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Returns the number of form elements in this list.
getNumElements() - Method in interface de.mguennewig.pobjform.ArrayElement
Returns the number of form elements in this list.
getNumEntries() - Method in class de.mguennewig.pobjects.metadata.BlockListDesc
 
getNumEntries() - Method in class de.mguennewig.pobjects.metadata.FormDecl
Returns number of entries of this form, inclusive all entries inherited from any base forms.
getNumFields() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns number of fields of this class.
getNumFields() - Method in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
getNumFields() - Method in class de.mguennewig.pobjects.metadata.Index
 
getNumFields() - Method in class de.mguennewig.pobjects.metadata.UniqueConstraint
 
getNumForms() - Method in class de.mguennewig.pobjects.metadata.Module
Returns the number of known form declarations.
getNumIndices() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
 
getNumModules() - Method in class de.mguennewig.pobjects.metadata.PObjDictionary
Returns the number of Modules in this collection.
getNumRows() - Method in class de.mguennewig.pobjects.metadata.BlockTableDesc
 
getNumSelectors() - Method in class de.mguennewig.pobjects.Member
 
getNumSelectors() - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
 
getNumSqlStatementParts() - Method in class de.mguennewig.pobjects.metadata.CommandDecl
Returns the number of SQL statement parts.
getNumSqlStatementParts() - Method in class de.mguennewig.pobjects.metadata.SelectExpr
Returns the number of SQL statement parts.
getNumSqlStatementParts() - Method in interface de.mguennewig.pobjects.metadata.SqlStatement
Returns the number of SQL statement parts.
getNumTableExprs() - Method in class de.mguennewig.pobjects.metadata.Module
Returns the number of known table expressions.
getNumTableExprs() - Method in class de.mguennewig.pobjects.Query
 
getNumTables() - Method in class de.mguennewig.pobjects.event.PObjContainerEvent
 
getNumTerms() - Method in class de.mguennewig.pobjects.Junction
 
getNumTransitions() - Method in class de.mguennewig.pobjects.metadata.Waitstate
 
getNumTypeDecls() - Method in class de.mguennewig.pobjects.metadata.Module
Returns the number of known module-global types.
getNumWaitstates() - Method in class de.mguennewig.pobjects.metadata.Workflow
 
getNumWorkflows() - Method in class de.mguennewig.pobjects.metadata.Module
Returns the number of known workflows.
getObject(ClassDecl, String) - Method in class de.mguennewig.pobjects.AbstractContainer
Returns a PObject instance for the given table expression without reading any data from the DB.
getObject(Class<? extends PObject>, String) - Method in class de.mguennewig.pobjects.AbstractContainer
Returns a PObject instance for the given table class without reading any data from the DB.
getObject(ClassDecl, String) - Method in interface de.mguennewig.pobjects.Container
Returns a PObject instance for the given table expression without reading any data from the DB.
getObject(Class<? extends PObject>, String) - Method in interface de.mguennewig.pobjects.Container
Returns a PObject instance for the given table class without reading any data from the DB.
getObject(ClassDecl, String) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Returns a PObject instance for the given table expression without reading any data from the DB.
getObject(ClassDecl, String) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Returns a PObject instance for the given table expression without reading any data from the DB.
getObject() - Method in exception de.mguennewig.pobjects.PObjConstraintException
Returns the object which violates some constraints.
getObject() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Returns the current object.
getObject() - Method in class de.mguennewig.pobjform.AbstractInputElement
Returns the current object.
getObject() - Method in class de.mguennewig.pobjform.AbstractRecordElement
Returns the current object.
getObject() - Method in class de.mguennewig.pobjform.html.HtmlCheckboxElement
Returns the current object.
getObject() - Method in class de.mguennewig.pobjform.html.HtmlInputElement
Returns the current object.
getObject() - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
Returns the current object.
getObject() - Method in class de.mguennewig.pobjform.html.HtmlReferenceElement
Returns the current object.
getObject() - Method in class de.mguennewig.pobjform.swing.SwingCheckboxElement
Returns the current object.
getObject() - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Returns the current object.
getObject() - Method in class de.mguennewig.pobjform.swing.SwingStringElement
Returns the current object.
getObject() - Method in class de.mguennewig.pobjform.swing.SwingTextAreaElement
Returns the current object.
getObject() - Method in interface de.mguennewig.pobjform.ValueElement
Returns the current object.
getOffset() - Method in class de.mguennewig.pobjects.EvalContext
Returns the current offset within the result set.
getOldValues() - Method in class de.mguennewig.pobjects.PObject
Returns a map of changed values, where the field index is the key and the old value the value.
getOnDelete() - Method in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
getOnDelete() - Method in class de.mguennewig.pobjects.metadata.RefType
 
getOnUpdate() - Method in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
getOnUpdate() - Method in class de.mguennewig.pobjects.metadata.RefType
 
getOperand() - Method in interface de.mguennewig.pobjects.Condition
 
getOperand() - Method in class de.mguennewig.pobjects.Junction
 
getOperand() - Method in class de.mguennewig.pobjects.Predicate
Returns the operand.
getOperandName() - Method in class de.mguennewig.pobjects.Predicate
Returns a textual representation of the operand.
getOrderBy() - Method in class de.mguennewig.pobjects.EvalContext
 
getOrderBy() - Method in class de.mguennewig.pobjects.SQLEvalContext
getOtherExpenses() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the value of otherExpenses.
getOtherExpensesForVisual() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the preferred string representation of otherExpenses.
getOutput() - Method in class de.mguennewig.pobjects.metadata.SelectExpr
Returns the output columns.
getOwnerDocument() - Method in class de.mguennewig.pobjtool.NodeContainer
The Document object associated with this node.
getPage() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the value of page.
getPage() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the value of page.
getPage() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the value of page.
getPageForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the preferred string representation of page.
getPageForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the preferred string representation of page.
getPageForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the preferred string representation of page.
getParameter(String) - Method in class de.mguennewig.pobjform.html.MultipartRequest
Returns the value of a given parameter, or null if the parameter doesn't exist.
getParameterNames() - Method in class de.mguennewig.pobjform.html.MultipartRequest
Returns an Iterator that iterates over the names of the parameters contained in this MultipartRequest.
getParameterValues(String) - Method in class de.mguennewig.pobjform.html.MultipartRequest
Returns an array of objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParent() - Method in class de.mguennewig.pobjects.AbstractPObjJoin
Returns the parent object that owns this set and all its values.
getParent() - Method in class de.mguennewig.pobjects.filesystem.FileRecord
 
getParentNode() - Method in class de.mguennewig.pobjtool.NodeContainer
The parent of this node.
getPath(T) - Method in class de.mguennewig.pobjects.PObjNestedSet
Returns the path from the root to the given node.
getPattern() - Method in class de.mguennewig.pobjects.metadata.StringType
Returns a pattern which will be interpreted depending on the restrictTo value.
getPattern() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the value of pattern.
getPattern() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the value of pattern.
getPattern() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the value of pattern.
getPatternForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the preferred string representation of pattern.
getPatternForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the preferred string representation of pattern.
getPatternForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the preferred string representation of pattern.
getPclass() - Method in class de.mguennewig.pobjects.PclassColumn
Returns the value of pclass.
getPClassColumnRef() - Method in class de.mguennewig.pobjects.TableRef
 
getPclassColumns(Pclass) - Static method in class de.mguennewig.pobjects.PclassColumn
Returns all PclassColumns for the given Pclass.
getPclassForVisual() - Method in class de.mguennewig.pobjects.PclassColumn
Returns the preferred string representation of pclass.
getPObjException() - Method in error de.mguennewig.pobjects.PObjReadError
Returns the SQL error that caused this read error.
getPObjState() - Method in class de.mguennewig.pobjects.PObject
 
getPrecision() - Method in class de.mguennewig.pobjects.metadata.NumericType
Returns the count of digits totally allowed.
getPrecision(BigDecimal) - Static method in class de.mguennewig.pobjects.metadata.NumericType
Returns the count of digits of the given number.
getPrecision() - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Returns the count of digits totally allowed.
getPrefix() - Method in class de.mguennewig.pobjtool.NodeContainer
Get namespace prefix of this node, or null if it is unspecified.
getPrevButton() - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
 
getPreviousSibling() - Method in class de.mguennewig.pobjtool.NodeContainer
The node immediately preceding this node.
getPrice() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the value of price.
getPriceForVisual() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the preferred string representation of price.
getPrimaryKeyConstraint() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns the PrimaryKeyConstraint of the class.
getPrintWriter() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
getPrintWriter() - Method in class de.mguennewig.pobjimport.XmlWriter
Returns the used print writer.
getProcessed() - Method in class de.mguennewig.pobjform.html.MultipartRequest
Gets the number of bytes of the request's body already processed.
getProperties() - Method in class de.mguennewig.pobjform.Messages
Return the set of property names for which at least one message has been recorded.
getProperty() - Method in class de.mguennewig.pobjform.AbstractFormElement
Returns the property for this form element.
getProperty() - Method in interface de.mguennewig.pobjform.FormElement
Returns the property for this form element.
getPullInPrefix() - Method in class de.mguennewig.pobjform.AbstractFormElement
Returns the pullInPrefix.
getPullInPrefix() - Method in interface de.mguennewig.pobjform.FormElement
Returns the pullInPrefix.
getQualifiedName(SqlEntity) - Method in class de.mguennewig.pobjects.AbstractContainer
Returns the qualified name for the given SQL entity.
getQualifiedName(SqlEntity) - Method in interface de.mguennewig.pobjects.Container
Returns the qualified name for the given SQL entity.
getRegistrantCode(String) - Static method in class de.mguennewig.pobjects.metadata.ISRCType
Returns the character alphanumeric registrant code.
getRenderAs() - Method in class de.mguennewig.pobjects.metadata.SpacerEntry
Returns how this entry will be rendered.
getRenderAs() - Method in class de.mguennewig.pobjects.metadata.ValueEntry
Returns how this form entry will be rendered.
getRenderAs() - Method in class de.mguennewig.pobjform.AbstractInputElement
getRenderAs() - Method in class de.mguennewig.pobjform.AbstractSpacerElement
getRenderAs() - Method in interface de.mguennewig.pobjform.InputElement
 
getRenderAs() - Method in interface de.mguennewig.pobjform.SpacerElement
 
getRequest() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
getRequest() - Method in class de.mguennewig.pobjform.html.MultipartRequest
Gets the request corresponding to this MultipartRequest.
getResolveTypeClass() - Method in class de.mguennewig.pobjtool.DictionaryParser
Returns whether this parser will resolve the type class of each type.
getResourceBundle(Locale) - Method in class de.mguennewig.pobjform.html.Layout
Returns a resource bundle that contains the resources of the application and pobject library for the given locale.
getResourceBundle() - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
 
getResourceBundle() - Method in class de.mguennewig.pobjsearch.PObjCellEditor
 
getResourceLoader() - Method in class de.mguennewig.pobjform.html.Layout
Returns the class loader used to find the application resource bundle.
getResponse() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
getRestrict() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the form element restrict.
getRestrict() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the form element restrict.
getRestrict() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the form element restrict.
getRestrictTo() - Method in class de.mguennewig.pobjects.metadata.StringType
Returns which restriction will be applied to the strings.
getRestrictTo() - Method in class de.mguennewig.pobjform.html.HtmlStringElement
 
getRestrictTo() - Method in interface de.mguennewig.pobjform.StringElement
Returns the current allowed set of values.
getRestrictTo() - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
getResult(JdbcContainer, ResultSet, int) - Method in class de.mguennewig.pobjects.metadata.BlobType
Reads the value for this type from the result set.
getResult(JdbcContainer, ResultSet, int) - Method in class de.mguennewig.pobjects.metadata.ClobType
Reads the value for this type from the result set.
getResult(JdbcContainer, ResultSet, int) - Method in class de.mguennewig.pobjects.metadata.FileType
Reads the value for this type from the result set.
getResult(JdbcContainer, ResultSet, int) - Method in class de.mguennewig.pobjects.metadata.ObjectType
Reads the value for this type from the result set.
getResult(JdbcContainer, ResultSet, int) - Method in class de.mguennewig.pobjects.metadata.RefType
Reads the value for this type from the result set.
getResult(JdbcContainer, ResultSet, int) - Method in class de.mguennewig.pobjects.metadata.ScalarType
Reads the value for this type from the result set.
getResult(JdbcContainer, ResultSet, int) - Method in interface de.mguennewig.pobjects.metadata.Type
Reads the value for this type from the result set.
getResult(JdbcContainer, ResultSet, int) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Reads the value for this type from the result set.
getResultInc() - Method in class de.mguennewig.pobjects.metadata.FileType
Returns the number of columns read from the ResultSet.
getResultInc() - Method in class de.mguennewig.pobjects.metadata.RefType
Returns the number of columns read from the ResultSet.
getResultInc() - Method in class de.mguennewig.pobjects.metadata.ScalarType
Returns the number of columns read from the ResultSet.
getResultInc() - Method in interface de.mguennewig.pobjects.metadata.Type
Returns the number of columns read from the ResultSet.
getResultInc() - Method in class de.mguennewig.pobjects.metadata.TypeRef
Returns the number of columns read from the ResultSet.
getResultModel() - Method in class de.mguennewig.pobjsearch.HtmlSearchPanel
getResultModel() - Method in interface de.mguennewig.pobjsearch.SearchPanel
 
getResultModel() - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
getResultTable() - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
 
getRightColumn() - Method in class de.mguennewig.pobjects.metadata.NestedSetType
Returns the column that holds the right most subset.
getRightTerm() - Method in class de.mguennewig.pobjects.Predicate
Returns the term on the right side/after of the operand or null if it does not exist.
getRootPath() - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
 
getRow() - Method in class de.mguennewig.pobjects.jdbc.JdbcQuery.PObjJdbcResultSet
Retrieves the current row from this result set.
getRow(int) - Method in class de.mguennewig.pobjects.metadata.BlockTableDesc
 
getRow() - Method in interface de.mguennewig.pobjects.PObjResultSet
Retrieves the current row from this result set.
getRow(int) - Method in class de.mguennewig.pobjsearch.SearchTableModel
 
getRowCount() - Method in class de.mguennewig.pobjsearch.SearchTableModel
getRows() - Method in class de.mguennewig.pobjects.metadata.TextAreaEntry
 
getRows() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the value of rows.
getRows() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the value of rows.
getRows() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the value of rows.
getRowsForVisual() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the preferred string representation of rows.
getRowsForVisual() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the preferred string representation of rows.
getRowsForVisual() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the preferred string representation of rows.
getScale() - Method in class de.mguennewig.pobjects.metadata.NumericType
Returns the count of digits allowed in the fractional part.
getSchema() - Method in class de.mguennewig.pobjects.AbstractContainer
Returns the database schema prefix that is used to access the SQL entities.
getSchema() - Method in interface de.mguennewig.pobjects.Container
Returns the database schema prefix that is used to access the SQL entities.
getSchema() - Method in class de.mguennewig.pobjects.EvalContext
 
getSchema() - Method in class de.mguennewig.pobjects.jdbc.ContainerPool
Returns the schema that every container of this pool is using.
getSchemaName() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns the table name within the database schema.
getSchemaName() - Method in class de.mguennewig.pobjects.metadata.Column
Returns the column name in the database schema.
getSchemaName() - Method in class de.mguennewig.pobjects.metadata.Constraint
Returns the constraint name within the database schema.
getSchemaName() - Method in class de.mguennewig.pobjects.metadata.Index
 
getSchemaName() - Method in class de.mguennewig.pobjects.metadata.SelectExpr
Returns the name of the SQL entity used in the database schema.
getSchemaName() - Method in class de.mguennewig.pobjects.metadata.Sequence
Returns the name of the sequence used in the database schema.
getSchemaName() - Method in interface de.mguennewig.pobjects.metadata.SqlEntity
Returns the name of the SQL entity used in the database schema.
getSchemaName() - Method in class de.mguennewig.pobjects.metadata.ViewDecl
Returns the view name within the database schema.
getSchemaPrefix() - Method in class de.mguennewig.pobjects.metadata.Module
Returns the schema prefix for table names from this module.
getSchemaPrefix() - Method in class de.mguennewig.pobjtool.ddl.DataDefinition
 
getSearchForm() - Method in class de.mguennewig.pobjsearch.HtmlSearchPanel
getSearchForm() - Method in interface de.mguennewig.pobjsearch.SearchPanel
 
getSearchForm() - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
getSearchModel() - Method in class de.mguennewig.pobjsearch.HtmlSearchPanel
getSearchModel() - Method in class de.mguennewig.pobjsearch.SearchColumn
Returns the search model to which this column belongs.
getSearchModel() - Method in interface de.mguennewig.pobjsearch.SearchPanel
 
getSearchModel() - Method in class de.mguennewig.pobjsearch.SearchTableModel
 
getSearchModel() - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
getSections(String) - Static method in class de.mguennewig.pobjects.metadata.ISRCType
Returns the 4 sections of an `ISRC'.
getSelected() - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
 
getSelected() - Method in interface de.mguennewig.pobjform.RadioElement
 
getSelectedItem() - Method in class de.mguennewig.pobjform.ReferenceModel
getSelector(int) - Method in class de.mguennewig.pobjects.Member
 
getSelector(int) - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
 
getSelectors() - Method in class de.mguennewig.pobjects.Member
 
getSequence() - Method in class de.mguennewig.pobjects.metadata.IdField
 
getSequenceCurrentValue(Sequence) - Method in interface de.mguennewig.pobjects.Container
Returns the current value of the given sequence.
getSequenceCurrentValue(Sequence) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Returns the current value of the given sequence.
getSequenceCurrentValue(Sequence) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
Returns the current value of the given sequence.
getSequenceCurrentValue(Sequence) - Method in class de.mguennewig.pobjects.jdbc.MySQLContainer
Returns the current value of the given sequence.
getSequenceCurrentValue(Sequence) - Method in class de.mguennewig.pobjects.jdbc.OracleContainer
Returns the current value of the given sequence.
getSequenceCurrentValue(Sequence) - Method in class de.mguennewig.pobjects.jdbc.PostgreSQLContainer
Returns the current value of the given sequence.
getSequenceCurrentValue(Sequence) - Method in class de.mguennewig.pobjects.jdbc.SQLiteContainer
Returns the current value of the given sequence.
getSequenceCurrentValue(Sequence) - Method in class de.mguennewig.pobjects.jdbc.SqlServerContainer
Returns the current value of the given sequence.
getSequenceCurrentValue(Sequence) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Returns the current value of the given sequence.
getSequenceName() - Method in class de.mguennewig.pobjects.metadata.IdField
 
getSequenceNextValue(Sequence) - Method in interface de.mguennewig.pobjects.Container
Returns a new value of the given sequence.
getSequenceNextValue(Sequence) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Returns a new value of the given sequence.
getSequenceNextValue(Sequence) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
Returns a new value of the given sequence.
getSequenceNextValue(Sequence) - Method in class de.mguennewig.pobjects.jdbc.MySQLContainer
Returns a new value of the given sequence.
getSequenceNextValue(Sequence) - Method in class de.mguennewig.pobjects.jdbc.OracleContainer
Returns a new value of the given sequence.
getSequenceNextValue(Sequence) - Method in class de.mguennewig.pobjects.jdbc.PostgreSQLContainer
Returns a new value of the given sequence.
getSequenceNextValue(Sequence) - Method in class de.mguennewig.pobjects.jdbc.SQLiteContainer
Returns a new value of the given sequence.
getSequenceNextValue(Sequence) - Method in class de.mguennewig.pobjects.jdbc.SqlServerContainer
Returns a new value of the given sequence.
getSequenceNextValue(Sequence) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Returns a new value of the given sequence.
getShares() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the value of shares.
getSharesForVisual() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the preferred string representation of shares.
getShortLabel() - Method in class de.mguennewig.pobjects.metadata.Field
Returns an abbreviated version of Field.getLabel().
getShortLabel() - Method in class de.mguennewig.pobjects.metadata.Join
 
getShortLabel() - Method in class de.mguennewig.pobjects.metadata.Parameter
Returns an abbreviated version of Parameter.getLabel().
getShortName() - Method in class de.mguennewig.pobjects.demo.PClassCurrency
Returns the value of shortName.
getShortName() - Method in class de.mguennewig.pobjects.demo.PClassStockExchange
Returns the value of shortName.
getShortNameForVisual() - Method in class de.mguennewig.pobjects.demo.PClassCurrency
Returns the preferred string representation of shortName.
getShortNameForVisual() - Method in class de.mguennewig.pobjects.demo.PClassStockExchange
Returns the preferred string representation of shortName.
getSize() - Method in class de.mguennewig.pobjects.filesystem.FileRecord
 
getSize() - Method in class de.mguennewig.pobjects.metadata.StringType
Returns the maximum number of characters allowed.
getSize() - Method in class de.mguennewig.pobjform.html.HtmlStringElement
 
getSize() - Method in class de.mguennewig.pobjform.ReferenceModel
getSize() - Method in interface de.mguennewig.pobjform.StringElement
 
getSize() - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
getSort() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Returns the form element sort.
getSort() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Returns the form element sort.
getSort() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Returns the form element sort.
getSortByField() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns the field which should be used to sort a list of objects of this class.
getSourceField(int) - Method in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
getSourceFields() - Method in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
getSourceTable() - Method in class de.mguennewig.pobjects.memdb.TableExprFKeyPair
 
getSqlCommandClause(int) - Method in class de.mguennewig.pobjects.metadata.CommandDecl
 
getSqlFromClause(int) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
getSqlFromClause(int) - Method in class de.mguennewig.pobjects.metadata.SelectExpr
getSqlFromClause(int) - Method in class de.mguennewig.pobjects.metadata.TableExpr
 
getSqlFromClause(int) - Method in class de.mguennewig.pobjects.metadata.ViewDecl
getSqlStatementPart(int) - Method in class de.mguennewig.pobjects.metadata.CommandDecl
Returns the nth part of the SQL statement.
getSqlStatementPart(int) - Method in class de.mguennewig.pobjects.metadata.SelectExpr
Returns the nth part of the SQL statement.
getSqlStatementPart(int) - Method in interface de.mguennewig.pobjects.metadata.SqlStatement
Returns the nth part of the SQL statement.
getSqlType(Type) - Method in class de.mguennewig.pobjects.EvalContext
Returns the SQL type name for the given type.
getSqlValue(EvalContext) - Method in class de.mguennewig.pobjects.Cast
Returns the SQL expression for this term.
getSqlValue(EvalContext) - Method in class de.mguennewig.pobjects.FctCall
 
getSqlValue(EvalContext) - Method in class de.mguennewig.pobjects.Junction
Returns the SQL expression for this term.
getSqlValue(EvalContext) - Method in class de.mguennewig.pobjects.Literal
Returns the SQL representation for this term.
getSqlValue(EvalContext) - Method in class de.mguennewig.pobjects.LiteralSet
Returns the SQL representation for this term.
getSqlValue(EvalContext) - Method in class de.mguennewig.pobjects.Member
Returns the SQL expression for this term.
getSqlValue(EvalContext) - Method in class de.mguennewig.pobjects.Predicate
Returns the SQL equivalent expression for this predicate.
getSqlValue(EvalContext) - Method in interface de.mguennewig.pobjects.Term
Returns the SQL expression for this term.
getStateClass() - Method in class de.mguennewig.pobjects.metadata.Workflow
 
getStock() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the value of stock.
getStockForVisual() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the preferred string representation of stock.
getString(String) - Static method in class de.mguennewig.pobjects.resources.Messages
 
getString(String) - Static method in class de.mguennewig.pobjimport.resources.Messages
 
getStringParameter(String) - Method in class de.mguennewig.pobjform.html.MultipartRequest
Convenient method that returns the value of a String parameter.
getSubString(long, int) - Method in class de.mguennewig.pobjects.PObjClob
Retrieves a copy of the specified substring in the CLOB value designated by this Clob object.
getSubtreeSize(T) - Method in class de.mguennewig.pobjects.PObjNestedSet
Returns the number of descendants for the given node.
getSupportedJoins() - Method in class de.mguennewig.pobjects.EvalContext
Returns the supported outer joins.
getSwingComponent(FormEntry) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
 
getTable() - Method in class de.mguennewig.pobjects.ColumnReference
 
getTable(int) - Method in class de.mguennewig.pobjects.event.PObjContainerEvent
 
getTable(int) - Method in class de.mguennewig.pobjsearch.SearchModel
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class de.mguennewig.pobjsearch.PObjCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.mguennewig.pobjsearch.SearchTableCellRenderer
getTableCount() - Method in class de.mguennewig.pobjsearch.SearchModel
 
getTableExpr(Class<? extends Record>) - Method in class de.mguennewig.pobjects.AbstractContainer
getTableExpr(Class<? extends Record>) - Method in interface de.mguennewig.pobjects.Container
 
getTableExpr() - Method in class de.mguennewig.pobjects.DynamicRecord
Returns the metadata declaration for this Record.
getTableExpr(int) - Method in class de.mguennewig.pobjects.EvalContext
 
getTableExpr() - Method in class de.mguennewig.pobjects.filesystem.FileRecord
Returns the metadata declaration for this Record.
getTableExpr(int) - Method in class de.mguennewig.pobjects.metadata.Module
Returns the table expression at index idx.
getTableExpr(String) - Method in class de.mguennewig.pobjects.metadata.Module
Reutrns the table expression with the specified name.
getTableExpr(String) - Method in class de.mguennewig.pobjects.metadata.PObjDictionary
Returns the first found table expression for the given name or null if such does not exist.
getTableExpr(Class<? extends Record>) - Method in class de.mguennewig.pobjects.metadata.PObjDictionary
Returns the table expression for the given class or null if such does not exist.
getTableExpr() - Method in class de.mguennewig.pobjects.PObject
Returns the metadata declaration for this Record.
getTableExpr(int) - Method in class de.mguennewig.pobjects.Query
Returns the table expression at index n of this query.
getTableExpr() - Method in class de.mguennewig.pobjects.Record
Returns the metadata declaration for this Record.
getTableExpr() - Method in class de.mguennewig.pobjects.TableRef
 
getTableForThis() - Method in class de.mguennewig.pobjects.Pclass
Returns the table declaration of the table described by this instance.
getTableIndex() - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
getTableIndex() - Method in class de.mguennewig.pobjsearch.SearchColumn
 
getTableName() - Method in class de.mguennewig.pobjects.Pclass
Returns the value of tableName.
getTableNameForVisual() - Method in class de.mguennewig.pobjects.Pclass
Returns the preferred string representation of tableName.
getTargetClass() - Method in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
getTargetClass() - Method in class de.mguennewig.pobjects.metadata.JoinType
Returns the class declaration of the referenced table.
getTargetClass() - Method in interface de.mguennewig.pobjects.metadata.ReferenceToClass
Returns the class declaration of the referenced table.
getTargetClass() - Method in class de.mguennewig.pobjects.metadata.RefType
Returns the class declaration of the referenced table.
getTargetField(int) - Method in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
getTargetFields() - Method in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
getTargetModule() - Method in class de.mguennewig.pobjects.metadata.JoinType
 
getTargetModule() - Method in interface de.mguennewig.pobjects.metadata.ReferenceToClass
Returns the name of the module to which the referenced table belongs.
getTargetModule() - Method in class de.mguennewig.pobjects.metadata.RefType
Returns the name of the module to which the referenced table belongs.
getTargetName() - Method in class de.mguennewig.pobjects.metadata.JoinType
 
getTargetName() - Method in interface de.mguennewig.pobjects.metadata.ReferenceToClass
Returns the name of the class the pointer (or foreign key) refers to.
getTargetName() - Method in class de.mguennewig.pobjects.metadata.RefType
Returns the name of the class the pointer (or foreign key) refers to.
getTerm(int) - Method in class de.mguennewig.pobjects.Junction
 
getText() - Method in class de.mguennewig.pobjects.metadata.HeadingEntry
Returns the text of the heading.
getText() - Method in class de.mguennewig.pobjects.metadata.PCDataDesc
 
getText() - Method in class de.mguennewig.pobjform.AbstractTextElement
getText() - Method in interface de.mguennewig.pobjform.TextElement
 
getTextAreaEntry() - Method in class de.mguennewig.pobjform.html.HtmlTextAreaElement
 
getTextAreaEntry() - Method in class de.mguennewig.pobjform.swing.SwingTextAreaElement
 
getTextContent() - Method in class de.mguennewig.pobjtool.NodeContainer
 
getTiedTableCount() - Method in class de.mguennewig.pobjects.EvalState
 
getTotal() - Method in class de.mguennewig.pobjform.html.MultipartRequest
Gets the total number of bytes of the request.
getTransactionDate() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the value of transactionDate.
getTransactionDateForVisual() - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Returns the preferred string representation of transactionDate.
getTransition(int) - Method in class de.mguennewig.pobjects.metadata.Waitstate
 
getType() - Method in class de.mguennewig.pobjects.Cast
Returns the type to which the expression has to be casted.
getType() - Method in class de.mguennewig.pobjects.filesystem.FileRecord
 
getType() - Method in class de.mguennewig.pobjects.metadata.Column
Returns the type definition for this column
getType() - Method in class de.mguennewig.pobjects.metadata.Join
 
getType() - Method in class de.mguennewig.pobjects.metadata.TypeDecl
Returns the module-wide declared type.
getType() - Method in class de.mguennewig.pobjects.metadata.TypeRef
Returns the type of the referenced type declaration.
getType() - Method in class de.mguennewig.pobjform.AbstractInputElement
getType() - Method in class de.mguennewig.pobjform.html.MultipartRequest.File
Gets the MIME type of the file, as sent by the client.
getType() - Method in interface de.mguennewig.pobjform.InputElement
 
getType() - Method in class de.mguennewig.pobjtool.TypeClassHandler
 
getTypeClass() - Method in class de.mguennewig.pobjects.metadata.AbstractType
Returns the fully qualified class name of the type class that is used instead of this one.
getTypeClass() - Method in interface de.mguennewig.pobjects.metadata.Type
Returns the fully qualified class name of the type class that is used instead of this one.
getTypeClass() - Method in class de.mguennewig.pobjects.metadata.TypeRef
Returns the fully qualified class name of the type class that is used instead of this one.
getTypeDecl(int) - Method in class de.mguennewig.pobjects.metadata.Module
Returns the module-global type at index idx.
getTypeDecl() - Method in class de.mguennewig.pobjects.metadata.TypeRef
Returns the referenced type declaration.
getUpperLimit() - Method in class de.mguennewig.pobjects.metadata.Int32Type
Returns the upper limit.
getUpperLimit() - Method in class de.mguennewig.pobjects.metadata.NumericType
Returns the upper limit (inclusive) of value.
getUserData(String) - Method in class de.mguennewig.pobjtool.NodeContainer
 
getValue() - Method in class de.mguennewig.pobjects.Literal
Returns the value of this literal.
getValue(int) - Method in class de.mguennewig.pobjects.LiteralSet
Returns the value at position n.
getValue() - Method in class de.mguennewig.pobjects.metadata.MapItem
Returns the string displayed to the user to represent value.
getValue(Record[]) - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
Returns the "raw" value for this column in the given row.
getValue(Record[]) - Method in class de.mguennewig.pobjsearch.SearchColumn
Returns the "raw" value for this column in the given row.
getValueAt(int, int) - Method in class de.mguennewig.pobjsearch.SearchTableModel
getValueClass() - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
Returns the class instance of all values for this column.
getValueClass() - Method in class de.mguennewig.pobjsearch.SearchColumn
Returns the class instance of all values for this column.
getValues() - Method in exception de.mguennewig.pobjects.PObjSyntaxException
Returns the list of optional values that should be inserted into the message.
getValues() - Method in class de.mguennewig.pobjform.Message
Get the replacement values for this message.
getVisualField() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns the field which should be used by the application to render a reference to objects of this class.
getVisualString() - Method in class de.mguennewig.pobjform.AbstractInputElement
Returns the human readable textual representation of the current value.
getVisualString() - Method in class de.mguennewig.pobjform.html.HtmlStringElement
Returns the human readable textual representation of the current value.
getVisualString() - Method in interface de.mguennewig.pobjform.InputElement
Returns the human readable textual representation of the current value.
getVisualString() - Method in class de.mguennewig.pobjform.swing.SwingCheckboxElement
Returns the human readable textual representation of the current value.
getVisualString() - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Returns the human readable textual representation of the current value.
getVisualString() - Method in class de.mguennewig.pobjform.swing.SwingStringElement
Returns the human readable textual representation of the current value.
getVisualString() - Method in class de.mguennewig.pobjform.swing.SwingTextAreaElement
Returns the human readable textual representation of the current value.
getWaitstate(int) - Method in class de.mguennewig.pobjects.metadata.Workflow
 
getWaitstate(String) - Method in class de.mguennewig.pobjects.metadata.Workflow
 
getWhereCount() - Method in class de.mguennewig.pobjects.EvalState
 
getWhereList() - Method in class de.mguennewig.pobjects.EvalContext
 
getWhereList() - Method in class de.mguennewig.pobjects.SQLEvalContext
 
getWidth() - Method in class de.mguennewig.pobjects.metadata.LinkEntry
Returns the width of the popup-window.
getWkn() - Method in class de.mguennewig.pobjects.demo.PClassStock
Returns the value of wkn.
getWknForVisual() - Method in class de.mguennewig.pobjects.demo.PClassStock
Returns the preferred string representation of wkn.
getWorkflow(int) - Method in class de.mguennewig.pobjects.metadata.Module
Returns the workflow at index idx.
getYear(String) - Static method in class de.mguennewig.pobjects.metadata.ISRCType
Returns the last two digits of the year of registration.
GLOBAL_ERROR - Static variable in class de.mguennewig.pobjform.Messages
The property for global error messages.
GLOBAL_MESSAGE - Static variable in class de.mguennewig.pobjform.Messages
The property for global messages.
Globals - Class in de.mguennewig.pobjects.demo
 
Globals - Class in de.mguennewig.pobjects
 
Globals - Class in de.mguennewig.pobjsearch
 
GO - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
grants(PObjDictionary, String[], String) - Method in class de.mguennewig.pobjtool.ddl.DataDefinition
 
grants(PObjDictionary, String[], String) - Method in class de.mguennewig.pobjtool.ddl.NoDataDefinition
GREATER - Static variable in class de.mguennewig.pobjects.Predicate
The > operator.
greater(Term, Term) - Static method in class de.mguennewig.pobjects.Predicate
 
GREATER_EQUALS - Static variable in class de.mguennewig.pobjects.Predicate
The >= operator.
greaterEqual(Term, Term) - Static method in class de.mguennewig.pobjects.Predicate
 

H

h2(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
h3(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
h4(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
hasAttributes() - Method in class de.mguennewig.pobjtool.NodeContainer
Returns whether this node (if it is an element) has any attributes.
hasChanged() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Tests whether the data for this element has been changed.
hasChanged() - Method in class de.mguennewig.pobjform.AbstractButtonElement
Tests whether the data for this element has been changed.
hasChanged() - Method in class de.mguennewig.pobjform.AbstractLinkElement
Tests whether the data for this element has been changed.
hasChanged() - Method in class de.mguennewig.pobjform.AbstractPObjForm
Tests whether any element in the form has been changed.
hasChanged(String) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Tests whether the value of the element with the given name has changed.
hasChanged(FormEntry) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Tests whether the value of the element for the given entry has changed.
hasChanged() - Method in class de.mguennewig.pobjform.AbstractRecordElement
Tests whether the data for this element has been changed.
hasChanged() - Method in class de.mguennewig.pobjform.AbstractSpacerElement
Tests whether the data for this element has been changed.
hasChanged() - Method in class de.mguennewig.pobjform.AbstractTextElement
Tests whether the data for this element has been changed.
hasChanged() - Method in interface de.mguennewig.pobjform.FormElement
Tests whether the data for this element has been changed.
hasChanged() - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
hasChanged() - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
Tests whether the data for this element has been changed.
hasChanged() - Method in interface de.mguennewig.pobjform.PObjForm
Tests whether any element in the form has been changed.
hasChanged(String) - Method in interface de.mguennewig.pobjform.PObjForm
Tests whether the value of the element with the given name has changed.
hasChanged(FormEntry) - Method in interface de.mguennewig.pobjform.PObjForm
Tests whether the value of the element for the given entry has changed.
hasChanged() - Method in class de.mguennewig.pobjform.swing.SwingInputElement
 
hasChildNodes() - Method in class de.mguennewig.pobjtool.NodeContainer
Returns whether this node has any children.
hashCode() - Method in class de.mguennewig.pobjects.Cast
hashCode() - Method in class de.mguennewig.pobjects.FctCall
hashCode() - Method in class de.mguennewig.pobjects.Junction
hashCode() - Method in class de.mguennewig.pobjects.Literal
hashCode() - Method in class de.mguennewig.pobjects.LiteralSet
hashCode() - Method in class de.mguennewig.pobjects.Member
hashCode() - Method in class de.mguennewig.pobjects.memdb.TableExprFKeyPair
hashCode() - Method in class de.mguennewig.pobjects.metadata.MapItem
hashCode() - Method in class de.mguennewig.pobjects.metadata.Sequence
hashCode() - Method in class de.mguennewig.pobjects.Predicate
hashCode() - Method in class de.mguennewig.pobjform.Message
hasMessages() - Method in class de.mguennewig.pobjform.AbstractPObjForm
Return true if there are no messages recorded in this object, or false otherwise.
hasMessages() - Method in interface de.mguennewig.pobjform.PObjForm
Return true if there are no messages recorded in this object, or false otherwise.
hasPressed() - Method in interface de.mguennewig.pobjform.ButtonElement
Tests whether the button has been pressed by the user.
hasPressed() - Method in class de.mguennewig.pobjform.html.HtmlButtonElement
Tests whether the button has been pressed by the user.
hasPressed() - Method in class de.mguennewig.pobjform.swing.SwingButtonElement
Tests whether the button has been pressed by the user.
hasUserCancelled() - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
 
haveErrors() - Method in class de.mguennewig.pobjform.html.Layout
 
haveErrors(String) - Method in class de.mguennewig.pobjform.html.Layout
 
HeadingElement - Interface in de.mguennewig.pobjform
Interface for all heading elements.
HeadingEntry - Class in de.mguennewig.pobjects.metadata
An entry in a form which shows some static text in form of a heading.
HeadingEntry(String, String) - Constructor for class de.mguennewig.pobjects.metadata.HeadingEntry
Creates a new heading entry.
hidden(String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
hr() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
HTML_CLASS_NAME - Static variable in class de.mguennewig.pobjects.metadata.FormDecl
 
HtmlArrayElement - Class in de.mguennewig.pobjform.html
An HTML implementation of an array element.
HtmlArrayElement(PObjHtmlForm, ArrayEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlArrayElement
Creates a new HtmlArrayElement.
HtmlButtonElement - Class in de.mguennewig.pobjform.html
HTML button form element.
HtmlButtonElement(PObjHtmlForm, ButtonEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlButtonElement
Creates a new HtmlButtonElement.
HtmlCheckboxElement - Class in de.mguennewig.pobjform.html
Class description goes here.
HtmlCheckboxElement(PObjHtmlForm, InputEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlCheckboxElement
Creates a new HtmlCheckboxElement.
htmlErrors(String) - Method in class de.mguennewig.pobjform.html.Layout
 
HtmlFormElement - Interface in de.mguennewig.pobjform.html
Class description goes here.
HtmlInputElement - Class in de.mguennewig.pobjform.html
Class description goes here.
HtmlInputElement(PObjHtmlForm, InputEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlInputElement
Creates a new HtmlInputElement.
HtmlLinkElement - Class in de.mguennewig.pobjform.html
Represents a link element by using an HTML anchor.
HtmlLinkElement(PObjHtmlForm, LinkEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlLinkElement
Creates a new HtmlLinkElement.
HtmlRadioElement - Class in de.mguennewig.pobjform.html
Class description goes here.
HtmlRadioElement(PObjHtmlForm, RadioEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlRadioElement
Creates a new HtmlRadioElement.
HtmlRecordElement - Class in de.mguennewig.pobjform.html
Class description goes here.
HtmlRecordElement(PObjHtmlForm, RecordEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlRecordElement
Creates a new HtmlRecordElement.
HtmlReferenceElement - Class in de.mguennewig.pobjform.html
An HTML implementation of a ReferenceElement.
HtmlReferenceElement(PObjHtmlForm, InputEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlReferenceElement
Creates a new HtmlReferenceElement.
HtmlSearchForm - Class in de.mguennewig.pobjsearch
PObject interface class for SearchForm.
HtmlSearchForm(Container) - Constructor for class de.mguennewig.pobjsearch.HtmlSearchForm
Creates a new SearchForm.
HtmlSearchPanel - Class in de.mguennewig.pobjsearch
HTML based search panel.
HtmlSearchPanel(Container, SearchModel, String) - Constructor for class de.mguennewig.pobjsearch.HtmlSearchPanel
 
HtmlSpacerElement - Class in de.mguennewig.pobjform.html
Class description goes here.
HtmlSpacerElement(PObjHtmlForm, SpacerEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlSpacerElement
Creates a new HtmlSpacerElement.
HtmlStringElement - Class in de.mguennewig.pobjform.html
Class description goes here.
HtmlStringElement(PObjHtmlForm, InputEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlStringElement
Creates a new HtmlStringElement.
HtmlTextAreaElement - Class in de.mguennewig.pobjform.html
Class description goes here.
HtmlTextAreaElement(PObjHtmlForm, TextAreaEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlTextAreaElement
Creates a new HtmlTextAreaElement.
HtmlTextElement - Class in de.mguennewig.pobjform.html
Class description goes here.
HtmlTextElement(PObjHtmlForm, TextEntry) - Constructor for class de.mguennewig.pobjform.html.HtmlTextElement
Creates a new HtmlTextElement.
HtmlWriter - Class in de.mguennewig.pobjform.html
Simple class to generate HTML code.
HtmlWriter(HttpServletRequest, HttpServletResponse, int) - Constructor for class de.mguennewig.pobjform.html.HtmlWriter
Creates a new HtmlWriter.

I

IdField - Class in de.mguennewig.pobjects.metadata
A field to identify a row.
IdField(Type, Sequence) - Constructor for class de.mguennewig.pobjects.metadata.IdField
Creates a new Id field.
IdField(String, String, Type, Sequence) - Constructor for class de.mguennewig.pobjects.metadata.IdField
Creates a new Id field.
img(String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
img(String, String, int) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
Importer - Class in de.mguennewig.pobjimport
A parser for the XML file that defines a PObject database content.
Importer(Container) - Constructor for class de.mguennewig.pobjimport.Importer
Creates a new Importer.
importFile(String) - Method in class de.mguennewig.pobjimport.Importer
 
importFile(File) - Method in class de.mguennewig.pobjimport.Importer
 
IN - Static variable in class de.mguennewig.pobjects.Predicate
The IN operator.
in(Term, LiteralSet) - Static method in class de.mguennewig.pobjects.Predicate
 
Index - Class in de.mguennewig.pobjects.metadata
A database index.
Index(String, Field[], String) - Constructor for class de.mguennewig.pobjects.metadata.Index
Creates an explicit index.
initializeForListAll(SearchModel) - Method in class de.mguennewig.pobjsearch.HtmlSearchForm
initializeForListAll(SearchModel) - Method in interface de.mguennewig.pobjsearch.SearchForm
 
initializeForListAll(SearchModel) - Method in class de.mguennewig.pobjsearch.SwingSearchForm
InlineDesc - Class in de.mguennewig.pobjects.metadata
Represents HTML inline elements and character data.
InlineDesc(String, InlineDesc...) - Constructor for class de.mguennewig.pobjects.metadata.InlineDesc
Creates a new InlineDesc.
inlineText(String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
input(String, String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
INPUT_CLASS_CHECKBOX - Static variable in class de.mguennewig.pobjects.metadata.InputEntry
Use a checkbox form element for input.
INPUT_CLASS_PASSWORD - Static variable in class de.mguennewig.pobjects.metadata.InputEntry
Use a password form element for input.
INPUT_CLASS_STANDARD - Static variable in class de.mguennewig.pobjects.metadata.InputEntry
Use the standard form element for input.
InputElement - Interface in de.mguennewig.pobjform
Class description goes here.
InputEntry - Class in de.mguennewig.pobjects.metadata
A form entry describes an input element within a form.
InputEntry(String, Type, String, boolean, String) - Constructor for class de.mguennewig.pobjects.metadata.InputEntry
Creates a new input entry for an attribute type.
InputEntry(String, Type, int, int, String, boolean, String) - Constructor for class de.mguennewig.pobjects.metadata.InputEntry
Creates a new input entry for an attribute type.
InputEntry(String, Type, int, int, String, boolean, String, int, int) - Constructor for class de.mguennewig.pobjects.metadata.InputEntry
Creates a new input entry for an attribute type.
insertBefore(Node, Node) - Method in class de.mguennewig.pobjtool.NodeContainer
Inserts the node newChild before the existing child node refChild.
insertObject(PObject) - Method in interface de.mguennewig.pobjects.Container
Inserts the given object into the database.
insertObject(PObject) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Inserts the given object into the database.
insertObject(PObject) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
Inserts the given object into the database.
insertObject(PObject) - Method in class de.mguennewig.pobjects.jdbc.MySQLContainer
Inserts the given object into the database.
insertObject(PObject) - Method in class de.mguennewig.pobjects.jdbc.OracleContainer
Inserts the given object into the database.
insertObject(PObject) - Method in class de.mguennewig.pobjects.jdbc.PostgreSQLContainer
Inserts the given object into the database.
insertObject(PObject) - Method in class de.mguennewig.pobjects.jdbc.SQLiteContainer
Inserts the given object into the database.
insertObject(PObject) - Method in class de.mguennewig.pobjects.jdbc.SqlServerContainer
Inserts the given object into the database.
insertObject(PObject) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Inserts the given object into the database.
insertRecord(Record) - Method in interface de.mguennewig.pobjects.Container
 
insertRecord(Record) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
insertRecord(Record) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
insertRecord(Record) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
insertRecord(Record) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Int32Type - Class in de.mguennewig.pobjects.metadata
Integer type covering the range from -2^31 to 2^31 - 1.
Int32Type() - Constructor for class de.mguennewig.pobjects.metadata.Int32Type
Creates a new Int32Type.
Int32Type(int, int) - Constructor for class de.mguennewig.pobjects.metadata.Int32Type
Creates a new Int32Type with limits.
INTERFACE_ALL - Static variable in class de.mguennewig.pobjects.metadata.FormDecl
 
INTERFACE_HTML - Static variable in class de.mguennewig.pobjects.metadata.FormDecl
 
INTERFACE_SWING - Static variable in class de.mguennewig.pobjects.metadata.FormDecl
 
INTERNATIONAL_LOCALE_KEY - Static variable in class de.mguennewig.pobjform.html.Layout
The session attribute key for our locale if we run in "international" mode.
invoke(Object, Method, Object[]) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
invoke(Object, Method, Object[]) - Method in class de.mguennewig.pobjtool.TypeClassHandler
 
IPV4_LENGTH - Static variable in class de.mguennewig.pobjects.metadata.IPv4Type
 
IPV4_NETWORK_LENGTH - Static variable in class de.mguennewig.pobjects.metadata.IPv4NetworkType
 
IPV4_NETWORK_PATTERN - Static variable in class de.mguennewig.pobjects.metadata.IPv4NetworkType
 
IPV4_PATTERN - Static variable in class de.mguennewig.pobjects.metadata.IPv4Type
 
IPv4NetworkType - Class in de.mguennewig.pobjects.metadata
An IPv4 network of the form `d.d.d.d/n'.
IPv4NetworkType() - Constructor for class de.mguennewig.pobjects.metadata.IPv4NetworkType
Creates a new IPv4NetworkType.
IPv4NetworkType(int) - Constructor for class de.mguennewig.pobjects.metadata.IPv4NetworkType
Creates a new IPv4NetworkType.
IPv4NetworkType(int, int, String, int) - Constructor for class de.mguennewig.pobjects.metadata.IPv4NetworkType
Creates a new IPv4NetworkType.
IPv4Type - Class in de.mguennewig.pobjects.metadata
Internet Protocol Version 4 or short IPv4 mapped onto a string.
IPv4Type() - Constructor for class de.mguennewig.pobjects.metadata.IPv4Type
Creates a new IPv4Type.
IPv4Type(int) - Constructor for class de.mguennewig.pobjects.metadata.IPv4Type
Creates a new IPv4Type.
IPv4Type(int, int, String, int) - Constructor for class de.mguennewig.pobjects.metadata.IPv4Type
Creates a new IPv4Type.
IS_NOT_NULL - Static variable in class de.mguennewig.pobjects.Predicate
The IS NOT NULL operator.
IS_NULL - Static variable in class de.mguennewig.pobjects.Predicate
The IS NULL operator.
isAddFilterPressed() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the button addFilter has been pressed.
isAddFilterPressed() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the button addFilter has been pressed.
isAddFilterPressed() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the button addFilter has been pressed.
isCellEditable(EventObject) - Method in class de.mguennewig.pobjsearch.PObjCellEditor
 
isCellEditable(int, int) - Method in class de.mguennewig.pobjsearch.SearchTableModel
isChecked() - Method in interface de.mguennewig.pobjform.CheckboxElement
 
isChecked() - Method in class de.mguennewig.pobjform.html.HtmlCheckboxElement
 
isChecked() - Method in class de.mguennewig.pobjform.swing.SwingCheckboxElement
 
isColumnVisible(TableColumnModel, Object) - Static method in class de.mguennewig.pobjsearch.ToggleColumnAction
Tests whether a named column exists in the column model.
isConstant() - Method in class de.mguennewig.pobjects.Cast
Tests whether the cast can be evaluated without an object.
isConstant() - Method in class de.mguennewig.pobjects.FctCall
Tests whether the function call can be evaluated without an object.
isConstant() - Method in class de.mguennewig.pobjects.Junction
Tests whether the expression can be evaluated without an object.
isConstant() - Method in class de.mguennewig.pobjects.Literal
 
isConstant() - Method in class de.mguennewig.pobjects.LiteralSet
 
isConstant() - Method in class de.mguennewig.pobjects.Member
 
isConstant() - Method in class de.mguennewig.pobjects.Predicate
Tests whether this expression returns a fixed value.
isConstant() - Method in interface de.mguennewig.pobjects.Term
Tests whether the expression can be evaluated without an object.
isDefaultNamespace(String) - Method in class de.mguennewig.pobjtool.NodeContainer
 
isDistinct() - Method in class de.mguennewig.pobjects.EvalContext
 
isDistinct() - Method in class de.mguennewig.pobjects.Query
Returns whether this query will filter out duplicates.
isEditable() - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
isEditable() - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
Returns whether this column is editable.
isEditable() - Method in class de.mguennewig.pobjsearch.SearchColumn
Returns whether this column is editable.
isElementContent(String) - Method in class de.mguennewig.pobjimport.XmlWriter
Tests whether the tag name uses the element-only model.
isEmpty() - Method in class de.mguennewig.pobjects.AbstractPObjJoin
Return true iff the set is empty.
isEmpty() - Method in class de.mguennewig.pobjform.Messages
Return true if there are no messages recorded in this object, or false otherwise.
isEqualNode(Node) - Method in class de.mguennewig.pobjtool.NodeContainer
 
isExtensible() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns true if this class can be used as another class's base type.
isExtensionOf(TableExpr) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Tests whether this table expression is an extension of te.
isExtensionOf(TableExpr) - Method in class de.mguennewig.pobjects.metadata.TableExpr
Tests whether this table expression is an extension of te.
isFilterable() - Method in class de.mguennewig.pobjsearch.SearchColumn
Returns whether the content of this column is filterable.
isGoPressed() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the button go has been pressed.
isGoPressed() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the button go has been pressed.
isGoPressed() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the button go has been pressed.
isGrouped() - Method in class de.mguennewig.pobjform.ReferenceModel
 
isHiddenInput() - Method in class de.mguennewig.pobjform.AbstractInputElement
Tests whether this input element is hidden.
isHiddenInput() - Method in interface de.mguennewig.pobjform.InputElement
Tests whether this input element is hidden.
isImplicit() - Method in class de.mguennewig.pobjects.metadata.Constraint
Returns whether this constraint has been created implicit.
isImplicit() - Method in class de.mguennewig.pobjects.metadata.Index
 
isInstanceOf(ClassDecl) - Method in class de.mguennewig.pobjects.PObject
Tests whether this persistent object is an instance of table expression table.
isInternalized() - Method in class de.mguennewig.pobjects.PObject
Tests whether the object is fully read from the RDBMS.
isInternational() - Method in class de.mguennewig.pobjform.html.Layout
 
isJoin() - Method in class de.mguennewig.pobjects.Cast
 
isJoin() - Method in class de.mguennewig.pobjects.FctCall
 
isJoin() - Method in class de.mguennewig.pobjects.Junction
Tests whether this expression enforces any kind of join.
isJoin() - Method in class de.mguennewig.pobjects.Literal
 
isJoin() - Method in class de.mguennewig.pobjects.LiteralSet
 
isJoin() - Method in class de.mguennewig.pobjects.Member
 
isJoin() - Method in class de.mguennewig.pobjects.Predicate
Tests whether this expression enforces any kind of join.
isJoin() - Method in interface de.mguennewig.pobjects.Term
Tests whether this expression enforces any kind of join.
isLeaf(T) - Method in class de.mguennewig.pobjects.PObjNestedSet
Returns whether the given node is a leaf in the set.
isLocalized() - Method in class de.mguennewig.pobjsearch.SearchColumn
Returns whether the content of this column should be localized.
isMandatory() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Tests whether data for this element must be entered.
isMandatory() - Method in class de.mguennewig.pobjform.AbstractButtonElement
Tests whether data for this element must be entered.
isMandatory() - Method in class de.mguennewig.pobjform.AbstractInputElement
Tests whether data for this element must be entered.
isMandatory() - Method in class de.mguennewig.pobjform.AbstractLinkElement
Tests whether data for this element must be entered.
isMandatory() - Method in class de.mguennewig.pobjform.AbstractRecordElement
Tests whether data for this element must be entered.
isMandatory() - Method in class de.mguennewig.pobjform.AbstractSpacerElement
Tests whether data for this element must be entered.
isMandatory() - Method in class de.mguennewig.pobjform.AbstractTextElement
Tests whether data for this element must be entered.
isMandatory() - Method in interface de.mguennewig.pobjform.FormElement
Tests whether data for this element must be entered.
isMandatory() - Method in interface de.mguennewig.pobjform.InputElement
Tests whether data for this element must be entered.
isMaterializedTable() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
true iff this class is associated with an existing database table.
isNotNull(Term) - Static method in class de.mguennewig.pobjects.Predicate
Creates an `IS NOT NULL' test.
isNull(Term) - Static method in class de.mguennewig.pobjects.Predicate
Creates an `IS NULL' tests.
isNullAllowed() - Method in class de.mguennewig.pobjects.metadata.Field
Tests whether this field is not mandatory and can be null.
isNullAllowed() - Method in class de.mguennewig.pobjects.metadata.InputEntry
Tests whether this entry is not mandatory and can be null.
isNullAllowed() - Method in class de.mguennewig.pobjects.metadata.Parameter
Tests whether this parameter is not mandatory and can be null.
isOrdered() - Method in class de.mguennewig.pobjects.Query
 
isOuterJoin() - Method in class de.mguennewig.pobjects.Member
 
isOuterJoin() - Method in class de.mguennewig.pobjects.Predicate
Tests whether this expression enforces an outer join.
isPersistent() - Method in class de.mguennewig.pobjects.PObject
Tests whether the object is known to the RDBMS.
isPulledIn() - Method in class de.mguennewig.pobjform.AbstractFormElement
Tests whether this element will be pulled into previous line.
isPulledIn() - Method in interface de.mguennewig.pobjform.FormElement
Tests whether this element will be pulled into previous line.
ISRCType - Class in de.mguennewig.pobjects.metadata
Data type for the `International Standard Recording Code' or short `ISRC'.
ISRCType() - Constructor for class de.mguennewig.pobjects.metadata.ISRCType
Creates a new ISRC type.
isReference() - Method in class de.mguennewig.pobjects.PObject
 
isResetFiltersPressed() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the button resetFilters has been pressed.
isResetFiltersPressed() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the button resetFilters has been pressed.
isResetFiltersPressed() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the button resetFilters has been pressed.
isRightAligned() - Method in class de.mguennewig.pobjform.AbstractInputElement
Returns whether the data will be right aligned.
isRightAligned() - Method in class de.mguennewig.pobjform.AbstractTextElement
Returns whether the text will be right aligned.
isRightAligned() - Method in interface de.mguennewig.pobjform.InputElement
Returns whether the data will be right aligned.
isRightAligned() - Method in interface de.mguennewig.pobjform.TextElement
Returns whether the text will be right aligned.
isRightAligned() - Method in class de.mguennewig.pobjsearch.SearchColumn
Returns whether the content of this column should be right aligned.
isSameNode(Node) - Method in class de.mguennewig.pobjtool.NodeContainer
 
isScalar() - Method in class de.mguennewig.pobjects.metadata.FileType
Tests whether this type is scalar.
isScalar() - Method in class de.mguennewig.pobjects.metadata.ScalarType
Tests whether this type is scalar.
isScalar() - Method in interface de.mguennewig.pobjects.metadata.Type
Tests whether this type is scalar.
isScalar() - Method in class de.mguennewig.pobjects.metadata.TypeRef
Tests whether this type is scalar.
isSearchRequest() - Method in class de.mguennewig.pobjsearch.HtmlSearchForm
isSearchRequest() - Method in interface de.mguennewig.pobjsearch.SearchForm
 
isSearchRequest() - Method in class de.mguennewig.pobjsearch.SwingSearchForm
isSelected(String) - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
 
isSelected(String) - Method in interface de.mguennewig.pobjform.RadioElement
 
isSelection() - Method in class de.mguennewig.pobjects.Cast
 
isSelection() - Method in class de.mguennewig.pobjects.FctCall
 
isSelection() - Method in class de.mguennewig.pobjects.Junction
Tests whether this expression is a selection.
isSelection() - Method in class de.mguennewig.pobjects.Literal
 
isSelection() - Method in class de.mguennewig.pobjects.LiteralSet
 
isSelection() - Method in class de.mguennewig.pobjects.Member
 
isSelection() - Method in class de.mguennewig.pobjects.Predicate
Tests whether this expression is a selection.
isSelection() - Method in interface de.mguennewig.pobjects.Term
Tests whether this expression is a selection.
isSetFilterPressed() - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Tests whether the button setFilter has been pressed.
isSetFilterPressed() - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Tests whether the button setFilter has been pressed.
isSetFilterPressed() - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Tests whether the button setFilter has been pressed.
isSingleRow() - Method in class de.mguennewig.pobjects.metadata.SelectExpr
Tests whether this statement will return in at most one row.
ISSN_LENGTH - Static variable in class de.mguennewig.pobjects.metadata.ISSNType
 
ISSN_PATTERN - Static variable in class de.mguennewig.pobjects.metadata.ISSNType
 
ISSNType - Class in de.mguennewig.pobjects.metadata
International Standard Serial Number or short ISSN.
ISSNType() - Constructor for class de.mguennewig.pobjects.metadata.ISSNType
Creates a new ISSN type.
ISSNType(int) - Constructor for class de.mguennewig.pobjects.metadata.ISSNType
Creates a new ISSN type.
ISSNType(int, int, String, int) - Constructor for class de.mguennewig.pobjects.metadata.ISSNType
Creates a new ISSN type.
isSortable() - Method in class de.mguennewig.pobjsearch.SearchColumn
Returns whether the content of this column is sortable.
isSortable(int) - Method in class de.mguennewig.pobjsearch.SearchModel
 
isStaticIfOneOption() - Method in class de.mguennewig.pobjform.html.HtmlReferenceElement
Tests whether the input element will be rendered as static if the number of non-null options is exactly one.
isStaticIfOneOption() - Method in class de.mguennewig.pobjform.html.HtmlStringElement
Tests whether the input element will be rendered as static if the number of non-null options is exactly one.
isStaticIfOneOption() - Method in interface de.mguennewig.pobjform.ReferenceElement
Tests whether the input element will be rendered as static if the number of non-null options is exactly one.
isStaticIfOneOption() - Method in interface de.mguennewig.pobjform.StringElement
Tests whether the input element will be rendered as static if the number of non-null options is exactly one.
isStaticIfOneOption() - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Tests whether the input element will be rendered as static if the number of non-null options is exactly one.
isStaticIfOneOption() - Method in class de.mguennewig.pobjform.swing.SwingStringElement
Tests whether the input element will be rendered as static if the number of non-null options is exactly one.
isStrictMode() - Method in class de.mguennewig.pobjects.AbstractContainer
Tests whether modified but unstored persistent objects will be denied upon a commit.
isStrictMode() - Method in interface de.mguennewig.pobjects.Container
Tests whether modified but unstored persistent objects will be denied upon a commit.
isSupported(String, String) - Method in class de.mguennewig.pobjtool.NodeContainer
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isTerminal() - Method in class de.mguennewig.pobjects.metadata.Waitstate
 
isUnique() - Method in class de.mguennewig.pobjects.metadata.Field
Tests whether values of this field must be unique.
isValidClass(String) - Static method in class de.mguennewig.pobjects.metadata.ObjectType
Tests whether the given class name is suitable to be stored in the DB.
isValidTransition(Waitstate) - Method in class de.mguennewig.pobjects.metadata.Waitstate
 
isVisible() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Tests whether this element will write anything visible.
isVisible() - Method in class de.mguennewig.pobjform.AbstractButtonElement
Tests whether this element will write anything visible.
isVisible() - Method in class de.mguennewig.pobjform.AbstractInputElement
Tests whether this input element is hidden.
isVisible() - Method in class de.mguennewig.pobjform.AbstractLinkElement
Tests whether this element will write anything visible.
isVisible() - Method in class de.mguennewig.pobjform.AbstractSpacerElement
Tests whether this element will write anything visible.
isVisible() - Method in class de.mguennewig.pobjform.AbstractTextElement
Tests whether this element will write anything visible.
isVisible() - Method in interface de.mguennewig.pobjform.FormElement
Tests whether this element will write anything visible.
isVisible() - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
Tests whether this element will write anything visible.
isVisible() - Method in class de.mguennewig.pobjform.html.HtmlRecordElement
 
isVisible() - Method in interface de.mguennewig.pobjform.InputElement
Tests whether this input element is hidden.
isVisible() - Method in class de.mguennewig.pobjform.swing.SwingRecordElement
Tests whether this element will write anything visible.
isWritableClass() - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Tests whether this table expression is an ClassDecl that can also be updated.
isWritableClass() - Method in class de.mguennewig.pobjects.metadata.TableExpr
Tests whether this table expression is an ClassDecl that can also be updated.
itemStateChanged(ItemEvent) - Method in class de.mguennewig.pobjform.swing.SwingCheckboxElement
 
iterator() - Method in class de.mguennewig.pobjects.FctCall
iterator() - Method in class de.mguennewig.pobjects.Junction
 
iterator() - Method in exception de.mguennewig.pobjects.PObjConstraintException
Returns an Iterator over the PObjConstraintException.Entry's.
iterator() - Method in class de.mguennewig.pobjects.Predicate
 
iterator() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Returns an iterator over the form elements in this list in proper sequence.
iterator() - Method in class de.mguennewig.pobjform.AbstractRecordElement
Returns an iterator over the names of the child elements.
iterator() - Method in interface de.mguennewig.pobjform.ArrayElement
Returns an iterator over the form elements in this list in proper sequence.
iterator() - Method in interface de.mguennewig.pobjform.RecordElement
Returns an iterator over the names of the child elements.

J

JdbcContainer - Class in de.mguennewig.pobjects.jdbc
Common base class for standard JDBC based database connections.
JdbcContainer(PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.JdbcContainer
Creates a container without a connection to any DBMS.
JdbcContainer(String, Integer, String, String, String, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.JdbcContainer
Creates a container that opens a connection to the specified database.
JdbcContainer(Connection, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.JdbcContainer
Creates a container with a specified connection to a DBMS.
JdbcQuery - Class in de.mguennewig.pobjects.jdbc
Common base class for JDBC connection based queries.
JdbcQuery(JdbcContainer) - Constructor for class de.mguennewig.pobjects.jdbc.JdbcQuery
 
JdbcQuery.PObjJdbcResultSet - Class in de.mguennewig.pobjects.jdbc
 
JdbcQuery.PObjJdbcResultSet(EvalContext, ResultSet) - Constructor for class de.mguennewig.pobjects.jdbc.JdbcQuery.PObjJdbcResultSet
Creates a new PObjJdbcResultSet.
JndiContainerPool - Class in de.mguennewig.pobjects.jdbc
Provides a pool of JdbcContainer that uses JNDI to get connections.
JndiContainerPool(PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.JndiContainerPool
Creates a new JNDI base container pool.
Join - Class in de.mguennewig.pobjects.metadata
An implicit Column that joins two tables.
Join(String, JoinType, String, String) - Constructor for class de.mguennewig.pobjects.metadata.Join
Creates a new field.
join(String, Object[]) - Static method in class de.mguennewig.pobjects.PObjUtils
Joins the separate elements of list into a single with fields separated by sep and returns that new string.
JoinType - Class in de.mguennewig.pobjects.metadata
Non scalar type denoting a join between two tables.
JoinType(String, String, ClassDecl) - Constructor for class de.mguennewig.pobjects.metadata.JoinType
Initialize join type.
JUMP_TO - Static variable in interface de.mguennewig.pobjsearch.SearchPanel
 
JUMP_TO_PAGE - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
Junction - Class in de.mguennewig.pobjects
A conjunction or disjunction of Terms as part of a SQL statement.
Junction(int, Term...) - Constructor for class de.mguennewig.pobjects.Junction
Creates a new Junction.

K

keySet() - Method in class de.mguennewig.pobjects.SoftHashMap

L

LABEL_CHECKED - Static variable in interface de.mguennewig.pobjform.CheckboxElement
 
LABEL_UNCHECKED - Static variable in interface de.mguennewig.pobjform.CheckboxElement
 
labelToValue(String, ObjectRef) - Method in class de.mguennewig.pobjects.metadata.FileType
Maps label to its value if defined.
labelToValue(String, ObjectRef) - Method in class de.mguennewig.pobjects.metadata.ScalarType
Maps label to its value if defined.
labelToValue(String, ObjectRef) - Method in interface de.mguennewig.pobjects.metadata.Type
Maps label to its value if defined.
labelToValue(String, ObjectRef) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Maps label to its value if defined.
Layout - Class in de.mguennewig.pobjform.html
This class describes the layout of an HTML page.
Layout(HttpServletRequest, HttpServletResponse) - Constructor for class de.mguennewig.pobjform.html.Layout
Creates a new Layout.
LAYOUT_NO_HEADER_CELL - Static variable in class de.mguennewig.pobjects.metadata.FormEntry
Place the form entry at the beginning of the row, without any leading header cell.
LAYOUT_PULL_IN - Static variable in class de.mguennewig.pobjects.metadata.FormEntry
Place the form entry after the preceding entry.
LAYOUT_PULL_IN_CELL - Static variable in class de.mguennewig.pobjects.metadata.FormEntry
Place the form entry after the preceding entry, but in a new table cell.
LAYOUT_STANDARD - Static variable in class de.mguennewig.pobjects.metadata.FormEntry
Place the form entry in a separate line (default).
lcfirst(String) - Static method in class de.mguennewig.pobjects.PObjUtils
Analog to PObjUtils.ucfirst(String) but with lower case letter.
length(Term) - Static method in class de.mguennewig.pobjects.FctCall
Length of a string.
length() - Method in class de.mguennewig.pobjects.PObjBlob
Returns the number of bytes in the BLOB value designated by this Blob object.
length() - Method in class de.mguennewig.pobjects.PObjClob
Retrieves the number of characters in the CLOB value designated by this Clob object.
LESS - Static variable in class de.mguennewig.pobjects.Predicate
The < operator.
less(Term, Term) - Static method in class de.mguennewig.pobjects.Predicate
 
LESS_EQUALS - Static variable in class de.mguennewig.pobjects.Predicate
The <= operator.
lessEqual(Term, Term) - Static method in class de.mguennewig.pobjects.Predicate
 
LIKE - Static variable in class de.mguennewig.pobjects.Predicate
The LIKE operator.
like(Term, String) - Static method in class de.mguennewig.pobjects.Predicate
 
like(Term, Term) - Static method in class de.mguennewig.pobjects.Predicate
 
likeExprToRegex(String) - Static method in class de.mguennewig.pobjects.Terms
Converts a LIKE expression string to a regular expression.
LinkElement - Interface in de.mguennewig.pobjform
Interface for all link elements.
LinkEntry - Class in de.mguennewig.pobjects.metadata
A pseudo form entry to hold a popup-link to another page.
LinkEntry(String, int, String) - Constructor for class de.mguennewig.pobjects.metadata.LinkEntry
Creates a new LinkEntry.
LinkEntry(String, int, String, int, int) - Constructor for class de.mguennewig.pobjects.metadata.LinkEntry
Creates a new LinkEntry.
Literal - Class in de.mguennewig.pobjects
A literal value, for example a string, a number or an object.
Literal(Object) - Constructor for class de.mguennewig.pobjects.Literal
Create a new literal.
LiteralSet - Class in de.mguennewig.pobjects
A set of literal values (a, b, c, ...)
LiteralSet(Object...) - Constructor for class de.mguennewig.pobjects.LiteralSet
Create a set of literal values.
loadForUpdate() - Method in class de.mguennewig.pobjects.PObject
 
loadIfReference() - Method in class de.mguennewig.pobjects.PObject
 
LOG - Static variable in class de.mguennewig.pobjsearch.SwingSearchPanel
 
lookupNamespaceURI(String) - Method in class de.mguennewig.pobjtool.NodeContainer
 
lookupPrefix(String) - Method in class de.mguennewig.pobjtool.NodeContainer
 
lower(Term) - Static method in class de.mguennewig.pobjects.FctCall
Convert string to lower case.

M

main(String[]) - Static method in class de.mguennewig.pobjimport.PObjExport
 
main(String[]) - Static method in class de.mguennewig.pobjimport.PObjImport
 
main(String[]) - Static method in class de.mguennewig.pobjtool.PObjTool
 
makePersistent(PObject) - Method in class de.mguennewig.pobjects.AbstractContainer
Creates the connection between the object and the database container.
makePersistent(PObject) - Method in interface de.mguennewig.pobjects.Container
Creates the connection between the object and the database container.
mapClassDeclToPClassId(ClassDecl) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Maps the given ClassDecl to the pclass id used in the DBMS.
mapCssClass(String) - Method in class de.mguennewig.pobjform.html.Layout
Allows to map a cascading style sheet (CSS) class to an application one.
MapItem - Class in de.mguennewig.pobjects.metadata
Maps a value actually stored in the database to a user representation.
MapItem(Object, String) - Constructor for class de.mguennewig.pobjects.metadata.MapItem
Creates a new MapItem.
mapPClassIdToClassDecl(String) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Maps the given pclass id as used by the DBMS to the correct ClassDecl.
MapType - Class in de.mguennewig.pobjects.metadata
Rows of the target table represent a map of values associated with the parent table.
MapType(String, String, ClassDecl) - Constructor for class de.mguennewig.pobjects.metadata.MapType
Initialize map data.
matcher(PClassSearchForm.Condition, Type, Term) - Static method in class de.mguennewig.pobjsearch.SearchColumn
Returns a matcher Predicate which can be used for SearchFilter#addFilter(SearchForm.Condition,Query).
matchPattern(String, String) - Static method in class de.mguennewig.pobjsearch.SearchColumn
Returns an SQL match pattern for LIKE.
MAX_INPUT_SIZE - Static variable in interface de.mguennewig.pobjform.InputElement
The maximal drawn width for an input element.
Member - Class in de.mguennewig.pobjects
Reference to an column of a table.
Member(int, Column[], boolean) - Constructor for class de.mguennewig.pobjects.Member
Create a member reference over multiple tables.
Member(int, Column[]) - Constructor for class de.mguennewig.pobjects.Member
Create a member reference.
Member(int, Column, Column) - Constructor for class de.mguennewig.pobjects.Member
Create a member reference over column1, which references another table to column2 of this one.
Member(int, Column, boolean) - Constructor for class de.mguennewig.pobjects.Member
Create a member reference.
Member(int, Column) - Constructor for class de.mguennewig.pobjects.Member
Create a member reference.
MEMBER_ATTR - Static variable in class de.mguennewig.pobjects.metadata.Column
Name of the public Java member that holds a reference to the column descriptor.
MEMBER_ATTR - Static variable in class de.mguennewig.pobjects.metadata.Join
Name of the public Java member that holds a reference to the join descriptor.
MEMBER_ATTR_TYPE - Static variable in class de.mguennewig.pobjects.metadata.Column
Name of the public Java member that holds a reference to the descriptor's type.
MEMBER_ATTR_TYPE - Static variable in class de.mguennewig.pobjects.metadata.Join
Name of the public Java member that holds a reference to the descriptor's type.
MEMBER_NAME - Static variable in class de.mguennewig.pobjects.metadata.Column
Name of the private Java member that stores this column.
MEMBER_NAME - Static variable in class de.mguennewig.pobjects.metadata.Constraint
The name for the class member that holds this constraint.
MemoryContainer - Class in de.mguennewig.pobjects.memdb
A simple object container that simulates a database, but stores everything in memory.
MemoryContainer(PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.memdb.MemoryContainer
Creates a new MemoryContainer.
MergedResourceBundle - Class in de.mguennewig.pobjects.resources
A simple resource bundle that merges a given set of bundles into one.
MergedResourceBundle(ResourceBundle...) - Constructor for class de.mguennewig.pobjects.resources.MergedResourceBundle
Creates a new MergedResourceBundle.
message(String, Object...) - Method in class de.mguennewig.pobjform.html.Layout
 
Message - Class in de.mguennewig.pobjform
An encapsulation of an individual message returned by the PObjForm.validate() method of an form, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus placeholder objects that can be used for parametric replacement in the message text.
Message(String, Object...) - Constructor for class de.mguennewig.pobjform.Message
Construct a message with the specified replacement values.
MESSAGE_KEY - Static variable in class de.mguennewig.pobjform.Messages
 
Messages - Class in de.mguennewig.pobjects.resources
Accessor class for message resources of the PObjects library.
Messages - Class in de.mguennewig.pobjform
Container for messages in a set of properties.
Messages() - Constructor for class de.mguennewig.pobjform.Messages
Creates a new message container.
Messages - Class in de.mguennewig.pobjimport.resources
Accessor class for message resources of the PObjects import/export tools.
MODE - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
MODE_CONTAINS - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
MODE_ENDS_WITH - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
MODE_EQUALS - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
MODE_LIST_ALL - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
MODE_STARTS_WITH - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
Module - Class in de.mguennewig.pobjects.metadata
A Module is a collection of type definitions, table expressions and form declarations which belong to one JAVA Package.
Module(String, String, TypeDecl[], TableExpr[], Workflow[], FormDecl[], CommandDecl[]) - Constructor for class de.mguennewig.pobjects.metadata.Module
Creates a new Module.
modules() - Method in class de.mguennewig.pobjimport.ParameterFile
 
mouseClicked(MouseEvent) - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
mouseEntered(MouseEvent) - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
mouseExited(MouseEvent) - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
mousePressed(MouseEvent) - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
mouseReleased(MouseEvent) - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
MultipartRequest - Class in de.mguennewig.pobjform.html
The class MultipartRequest allows servlets to process file uploads.
MultipartRequest() - Constructor for class de.mguennewig.pobjform.html.MultipartRequest
Creates a new, empty MultipartRequest with a default expiration date.
MultipartRequest.File - Class in de.mguennewig.pobjform.html
The class MultipartRequest.File encapsulates uploaded files.
MySQL - Class in de.mguennewig.pobjtool.ddl
Data Definition Language for the MySQL database.
MySQL(String, int) - Constructor for class de.mguennewig.pobjtool.ddl.MySQL
Creates a new data definition instance for a MySQL database.
MYSQL_V4 - Static variable in class de.mguennewig.pobjtool.ddl.MySQL
Specifies MySQL database version 4.x.
MYSQL_V5 - Static variable in class de.mguennewig.pobjtool.ddl.MySQL
Specifies MySQL database version 5.x.
MySQLContainer - Class in de.mguennewig.pobjects.jdbc
Container implementation for MySQL databases.
MySQLContainer(PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.MySQLContainer
Creates a container without a connection to a MySQL DB.
MySQLContainer(String, Integer, String, String, String, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.MySQLContainer
 
MySQLContainer(Connection, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.MySQLContainer
Creates a container with a specified connection to a DBMS, which must denote a MySQL compatible DMBS.
MySQLContainer.MySQLEvalContext - Class in de.mguennewig.pobjects.jdbc
MySQL has a bug with OUTER JOINs and this special evaluation context works around it.
MySQLContainer.MySQLEvalContext(int, int) - Constructor for class de.mguennewig.pobjects.jdbc.MySQLContainer.MySQLEvalContext
 

N

name(int) - Method in class de.mguennewig.pobjects.metadata.AbstractType
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.ButtonEntry
Returns different names depending on variant for the code generator.
name(ClassDecl, int) - Method in class de.mguennewig.pobjects.metadata.CheckConstraint
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.Column
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.CommandDecl
Returns different names depending on variant for the code generator.
name(ClassDecl, int) - Method in class de.mguennewig.pobjects.metadata.Constraint
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.Declaration
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.FileType
Returns different names depending on variant for the code generator.
name(ClassDecl, int) - Method in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.FormDecl
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.FormEntry
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.Join
 
name(int) - Method in class de.mguennewig.pobjects.metadata.JoinType
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.MapType
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.NestedSetType
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.ObjectType
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.Parameter
Returns different names depending on variant for the code generator.
name(ClassDecl, int) - Method in class de.mguennewig.pobjects.metadata.PrimaryKeyConstraint
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.RefType
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.SelectExpr
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.SetType
Returns different names depending on variant for the code generator.
name(int) - Method in interface de.mguennewig.pobjects.metadata.SqlStatement
 
name(int) - Method in class de.mguennewig.pobjects.metadata.StackType
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.TableExpr
Returns different names depending on variant for the code generator.
name(int) - Method in interface de.mguennewig.pobjects.metadata.Type
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.TypeDecl
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Returns different names depending on variant for the code generator.
name(ClassDecl, int) - Method in class de.mguennewig.pobjects.metadata.UniqueConstraint
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.ViewDecl
Returns different names depending on variant for the code generator.
name(int) - Method in class de.mguennewig.pobjects.metadata.Waitstate
Returns different names depending on variant for the code generator.
narrowFormElement(HtmlFormElement) - Method in class de.mguennewig.pobjform.html.PObjHtmlForm
 
nbsp() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
NestedSetType - Class in de.mguennewig.pobjects.metadata
Rows of the target table represent a nested set associated with the parent table.
NestedSetType(String, String, ClassDecl, String) - Constructor for class de.mguennewig.pobjects.metadata.NestedSetType
Initialize a nested set type.
newEvalContext(int) - Method in interface de.mguennewig.pobjects.Container
 
newEvalContext(int) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
newEvalContext(int) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
newEvalContext(int) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
newEvalContext(int) - Method in class de.mguennewig.pobjects.jdbc.MySQLContainer
newEvalContext(int) - Method in class de.mguennewig.pobjects.jdbc.OracleContainer
newEvalContext(int) - Method in class de.mguennewig.pobjects.jdbc.SQLiteContainer
newEvalContext(int) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
newLine() - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
newLine() - Method in class de.mguennewig.pobjimport.XmlWriter
Adds a new line into the XML document.
newQuery(TableExpr) - Method in class de.mguennewig.pobjects.AbstractContainer
Creates a new query for all rows of the given table expression.
newQuery(TableExpr, Predicate) - Method in class de.mguennewig.pobjects.AbstractContainer
Creates a new query with a filter on the given table expression.
newQuery(TableExpr, Predicate[]) - Method in class de.mguennewig.pobjects.AbstractContainer
Creates a new query with a filter on the given table expression.
newQuery(TableExpr[], Predicate[]) - Method in class de.mguennewig.pobjects.AbstractContainer
Creates a new query with a filter on the given table expressions.
newQuery(Class<? extends Record>) - Method in class de.mguennewig.pobjects.AbstractContainer
Creates a new query for all rows of the given table expression.
newQuery(Class<? extends Record>, Predicate) - Method in class de.mguennewig.pobjects.AbstractContainer
Creates a new query with a filter on the given table expression.
newQuery(Class<? extends Record>, Predicate[]) - Method in class de.mguennewig.pobjects.AbstractContainer
Creates a new query with a filter on the given table expression.
newQuery(Class<? extends Record>[], Predicate[]) - Method in class de.mguennewig.pobjects.AbstractContainer
Creates a new query with a filter on the given table expression.
newQuery() - Method in interface de.mguennewig.pobjects.Container
Creates a new empty query.
newQuery(TableExpr) - Method in interface de.mguennewig.pobjects.Container
Creates a new query for all rows of the given table expression.
newQuery(TableExpr, Predicate) - Method in interface de.mguennewig.pobjects.Container
Creates a new query with a filter on the given table expression.
newQuery(TableExpr, Predicate[]) - Method in interface de.mguennewig.pobjects.Container
Creates a new query with a filter on the given table expression.
newQuery(TableExpr[], Predicate[]) - Method in interface de.mguennewig.pobjects.Container
Creates a new query with a filter on the given table expressions.
newQuery(Class<? extends Record>) - Method in interface de.mguennewig.pobjects.Container
Creates a new query for all rows of the given table expression.
newQuery(Class<? extends Record>, Predicate) - Method in interface de.mguennewig.pobjects.Container
Creates a new query with a filter on the given table expression.
newQuery(Class<? extends Record>, Predicate[]) - Method in interface de.mguennewig.pobjects.Container
Creates a new query with a filter on the given table expression.
newQuery(Class<? extends Record>[], Predicate[]) - Method in interface de.mguennewig.pobjects.Container
Creates a new query with a filter on the given table expression.
newQuery() - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Creates a new empty query.
newQuery() - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
Creates a new empty query.
newQuery() - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Creates a new empty query.
newQuery() - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Creates a new empty query.
next() - Method in class de.mguennewig.pobjects.jdbc.JdbcQuery.PObjJdbcResultSet
Moves cursor to the next row in the result set.
next() - Method in interface de.mguennewig.pobjects.PObjResultSet
Moves cursor to the next row in the result set.
NO_COLUMNS - Static variable in class de.mguennewig.pobjsearch.SearchModel
 
NO_CONDITIONS - Static variable in class de.mguennewig.pobjsearch.SearchModel
 
NO_RESULTS - Static variable in interface de.mguennewig.pobjsearch.SearchPanel
 
NoDataDefinition - Class in de.mguennewig.pobjtool.ddl
A simple data definition that generates no output.
NoDataDefinition() - Constructor for class de.mguennewig.pobjtool.ddl.NoDataDefinition
Creates a new NoDataDefinition.
NodeContainer - Class in de.mguennewig.pobjtool
A special DocumentFragment which does not move added child nodes.
NodeContainer(Document) - Constructor for class de.mguennewig.pobjtool.NodeContainer
Standard-Konstruktor für NodeContainer.
NON_INTERNATIONAL_LOCALE_KEY - Static variable in class de.mguennewig.pobjform.html.Layout
This is the name of the session attribute that stores the locale for the internal interface.
normalize(String) - Method in class de.mguennewig.pobjects.metadata.InputEntry
 
normalize() - Method in class de.mguennewig.pobjtool.NodeContainer
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
NORMALIZE_COLLAPSE_WHITESPACE - Static variable in class de.mguennewig.pobjects.metadata.InputEntry
Normalize input by collapsing whitespace.
NORMALIZE_CUT_OFF - Static variable in class de.mguennewig.pobjects.metadata.PObjDictionary
Normalize name by cut-off at the maximum length.
NORMALIZE_NO_TRANSFORMATION - Static variable in class de.mguennewig.pobjects.metadata.InputEntry
Don't apply any string transformation to input values.
NORMALIZE_NO_VOWELS_40_60 - Static variable in class de.mguennewig.pobjects.metadata.PObjDictionary
Normalize name by removing vowels.
normalizeName(String, int) - Method in class de.mguennewig.pobjects.metadata.PObjDictionary
Normalize name for the target database.
NOT - Static variable in class de.mguennewig.pobjects.Predicate
The NOT operator.
not(Term) - Static method in class de.mguennewig.pobjects.Predicate
Negates the given term.
NOT_BEFORE_NOW - Static variable in class de.mguennewig.pobjects.metadata.TimeStampType
Special lower limit to use the current time as lower limit.
NOT_EQUALS - Static variable in class de.mguennewig.pobjects.Predicate
The !
notEquals(Term, Term) - Static method in class de.mguennewig.pobjects.Predicate
Creates a `NOT EQUALS' test for two terms.
notifyChange(PObject, boolean) - Method in class de.mguennewig.pobjects.AbstractContainer
Notifies this container that the object has been changed.
notifyChange(PObject, boolean) - Method in interface de.mguennewig.pobjects.Container
Notifies this container that the object has been changed.
notifyChange(PObject, boolean) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Notifies this container that the object has been changed.
now() - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Returns the time stamp for the current time and precision.
NR - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
NStringType - Class in de.mguennewig.pobjects.metadata
String type that uses Oracle's `NVARCHAR' as SQL type.
NStringType(int) - Constructor for class de.mguennewig.pobjects.metadata.NStringType
 
NStringType(int, int, String) - Constructor for class de.mguennewig.pobjects.metadata.NStringType
 
NULL_VISUAL - Static variable in class de.mguennewig.pobjform.ReferenceModel
 
nullif(Term, Term) - Static method in class de.mguennewig.pobjects.FctCall
The NULLIF function returns a null value if the terms term1 and term2 evaluate to equal values, otherwise it returns the value of term1.
NumericType - Class in de.mguennewig.pobjects.metadata
Type for arbitrary precision numbers.
NumericType(int) - Constructor for class de.mguennewig.pobjects.metadata.NumericType
Creates a new arbitrary precision number.
NumericType(int, int) - Constructor for class de.mguennewig.pobjects.metadata.NumericType
Creates a new arbitrary precision number.
NumericType(int, int, String, String) - Constructor for class de.mguennewig.pobjects.metadata.NumericType
Creates a new arbitrary precision number.
NumericType(int, int, BigDecimal, BigDecimal) - Constructor for class de.mguennewig.pobjects.metadata.NumericType
Creates a new arbitrary precision number.

O

ObjectRef - Class in de.mguennewig.pobjects
A simple wrapper class to allow returning a value over an argument of a method.
ObjectRef() - Constructor for class de.mguennewig.pobjects.ObjectRef
Creates a new ObjectRef.
ObjectRef(Object) - Constructor for class de.mguennewig.pobjects.ObjectRef
Creates a new ObjectRef.
ObjectType - Class in de.mguennewig.pobjects.metadata
A type that transparently stores a Serializable Java object within the database.
ObjectType(String) - Constructor for class de.mguennewig.pobjects.metadata.ObjectType
Creates a new ObjectType.
omitRowHeader() - Method in class de.mguennewig.pobjform.AbstractFormElement
Tests whether for this element the header row should be omited.
omitRowHeader() - Method in interface de.mguennewig.pobjform.FormElement
Tests whether for this element the header row should be omited.
ON_DELETE_CASCADE - Static variable in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
ON_DELETE_CASCADE - Static variable in class de.mguennewig.pobjects.metadata.RefType
 
ON_DELETE_NO_ACTION - Static variable in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
ON_DELETE_NO_ACTION - Static variable in class de.mguennewig.pobjects.metadata.RefType
 
ON_DELETE_RESTRICT - Static variable in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
ON_DELETE_RESTRICT - Static variable in class de.mguennewig.pobjects.metadata.RefType
 
ON_DELETE_SET_DEFAULT - Static variable in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
ON_DELETE_SET_DEFAULT - Static variable in class de.mguennewig.pobjects.metadata.RefType
 
ON_DELETE_SET_NULL - Static variable in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
ON_DELETE_SET_NULL - Static variable in class de.mguennewig.pobjects.metadata.RefType
 
ON_UPDATE_NO_ACTION - Static variable in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
ON_UPDATE_NO_ACTION - Static variable in class de.mguennewig.pobjects.metadata.RefType
 
ON_UPDATE_RESTRICT - Static variable in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
ON_UPDATE_RESTRICT - Static variable in class de.mguennewig.pobjects.metadata.RefType
 
ON_UPDATE_SET_DEFAULT - Static variable in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
ON_UPDATE_SET_DEFAULT - Static variable in class de.mguennewig.pobjects.metadata.RefType
 
ON_UPDATE_SET_NULL - Static variable in class de.mguennewig.pobjects.metadata.ForeignKeyConstraint
 
ON_UPDATE_SET_NULL - Static variable in class de.mguennewig.pobjects.metadata.RefType
 
option(String, String, boolean) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
option(String, String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
OR - Static variable in interface de.mguennewig.pobjects.Condition
The OR operator.
or(Term...) - Static method in class de.mguennewig.pobjects.Junction
 
or(Term, Term) - Static method in class de.mguennewig.pobjects.Predicate
An OR expression of 2 Term's.
Oracle - Class in de.mguennewig.pobjtool.ddl
Data Definition Language for the Oracle database.
Oracle(String) - Constructor for class de.mguennewig.pobjtool.ddl.Oracle
Creates a new data definition instance for an Oracle database.
OracleContainer - Class in de.mguennewig.pobjects.jdbc
Container implementation for Oracle databases.
OracleContainer(PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.OracleContainer
Creates a container without a connection to an Oracle DB.
OracleContainer(String, Integer, String, String, String, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.OracleContainer
 
OracleContainer(Connection, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.OracleContainer
Creates a container with a specified connection to a DBMS, which must denote an Oracle compatible DBMS.
otherPageURL(String, int) - Method in class de.mguennewig.pobjsearch.HtmlSearchForm
 

P

PAGE - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
PAGE_OF - Static variable in interface de.mguennewig.pobjsearch.SearchPanel
 
ParagraphDesc - Class in de.mguennewig.pobjects.metadata
Representation of a paragraph in the HTML description.
ParagraphDesc(String, InlineDesc[]) - Constructor for class de.mguennewig.pobjects.metadata.ParagraphDesc
Creates a new ParagraphDesc.
Parameter - Class in de.mguennewig.pobjects.metadata
An input parameter of an `select' element.
Parameter(String, String, Type, String, String, String, boolean) - Constructor for class de.mguennewig.pobjects.metadata.Parameter
Creates a new parameter.
PARAMETER_PREFIX - Static variable in class de.mguennewig.pobjects.metadata.FormDecl
 
ParameterFile - Class in de.mguennewig.pobjimport
A parameter file descriptor.
ParameterFileParser - Class in de.mguennewig.pobjimport
Parser for a parameter XML file used by PObjImport and PObjExport.
parse(String) - Method in class de.mguennewig.pobjects.metadata.AbstractType
Map value to its internal representation.
parse(String) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Map value to its internal representation.
parse(String) - Method in interface de.mguennewig.pobjects.metadata.Type
Map value to its internal representation.
parse(String) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Map value to its internal representation.
parse(String) - Static method in class de.mguennewig.pobjform.Message
Construct a Message from its textual representation.
parseFile(String) - Static method in class de.mguennewig.pobjimport.ParameterFileParser
 
parseFile(File) - Static method in class de.mguennewig.pobjimport.ParameterFileParser
 
parseFile(String) - Method in class de.mguennewig.pobjtool.DictionaryParser
Parses the XML file with the specification of a PObjDictionary.
parseFile(File) - Method in class de.mguennewig.pobjtool.DictionaryParser
Parses the XML file with the specification of a PObjDictionary.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.BlobType
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.BooleanType
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.ClobType
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.DoubleType
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.FileType
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.Int32Type
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.NumericType
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.RefType
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.StringType
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in interface de.mguennewig.pobjects.metadata.Type
Parse value according to the `native' string representation of this type.
parseNative(String) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Parse value according to the `native' string representation of this type.
ParserException - Exception in de.mguennewig.pobjimport
Signals that an error has been detected while parsing a file.
ParserException(Node, String, Object...) - Constructor for exception de.mguennewig.pobjimport.ParserException
Creates a new parser exception that is associated with a DOM node.
ParserException(Exception, String, Object...) - Constructor for exception de.mguennewig.pobjimport.ParserException
Creates a new parser exception that is associated with an exception.
PATTERN - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
PCDataDesc - Class in de.mguennewig.pobjects.metadata
Representation of character data in the HTML description.
PCDataDesc(String) - Constructor for class de.mguennewig.pobjects.metadata.PCDataDesc
Creates a new PCDataDesc.
Pclass - Class in de.mguennewig.pobjects
PObject interface class to access the internal tables for DBMS, which do not support inheritance.
Pclass() - Constructor for class de.mguennewig.pobjects.Pclass
Creates a new Pclass instance with default values.
Pclass(String) - Constructor for class de.mguennewig.pobjects.Pclass
Creates a new Pclass instance with all values specified.
PclassColumn - Class in de.mguennewig.pobjects
PObject interface class for class PclassColumn.
PclassColumn() - Constructor for class de.mguennewig.pobjects.PclassColumn
Creates a new PclassColumn with default values.
PclassColumn(String, Pclass) - Constructor for class de.mguennewig.pobjects.PclassColumn
Creates a new PclassColumn with all values specified.
PClassCurrency - Class in de.mguennewig.pobjects.demo
PObject glue class for Currency.
PClassHtmlSearchForm - Class in de.mguennewig.pobjsearch
PObject glue class for SearchForm.
PClassHtmlSearchForm.HtmlColumn - Class in de.mguennewig.pobjsearch
 
PClassHtmlSearchForm.HtmlColumn(PObjHtmlForm, RecordEntry) - Constructor for class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlColumn
 
PClassHtmlSearchForm.HtmlCondition - Class in de.mguennewig.pobjsearch
 
PClassHtmlSearchForm.HtmlCondition(PObjHtmlForm, RecordEntry) - Constructor for class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
 
PClassHtmlSearchForm.HtmlRestrict - Class in de.mguennewig.pobjsearch
 
PClassHtmlSearchForm.HtmlRestrict(PObjHtmlForm, ArrayEntry) - Constructor for class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlRestrict
 
PClassHtmlSearchForm.HtmlSort - Class in de.mguennewig.pobjsearch
 
PClassHtmlSearchForm.HtmlSort(PObjHtmlForm, ArrayEntry) - Constructor for class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlSort
 
PClassSearchForm - Interface in de.mguennewig.pobjsearch
PObject glue class for SearchForm.
PClassSearchForm.Column - Interface in de.mguennewig.pobjsearch
 
PClassSearchForm.Condition - Interface in de.mguennewig.pobjsearch
 
PClassSearchForm.Restrict - Interface in de.mguennewig.pobjsearch
 
PClassSearchForm.Sort - Interface in de.mguennewig.pobjsearch
 
PClassStock - Class in de.mguennewig.pobjects.demo
PObject glue class for Stock.
PClassStockExchange - Class in de.mguennewig.pobjects.demo
PObject glue class for StockExchange.
PClassSwingSearchForm - Class in de.mguennewig.pobjsearch
PObject glue class for SearchForm.
PClassSwingSearchForm.SwingColumn - Class in de.mguennewig.pobjsearch
 
PClassSwingSearchForm.SwingColumn(PObjSwingForm, RecordEntry) - Constructor for class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingColumn
 
PClassSwingSearchForm.SwingCondition - Class in de.mguennewig.pobjsearch
 
PClassSwingSearchForm.SwingCondition(PObjSwingForm, RecordEntry) - Constructor for class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
 
PClassSwingSearchForm.SwingRestrict - Class in de.mguennewig.pobjsearch
 
PClassSwingSearchForm.SwingRestrict(PObjSwingForm, ArrayEntry) - Constructor for class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingRestrict
 
PClassSwingSearchForm.SwingSort - Class in de.mguennewig.pobjsearch
 
PClassSwingSearchForm.SwingSort(PObjSwingForm, ArrayEntry) - Constructor for class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingSort
 
PClassTransaction - Class in de.mguennewig.pobjects.demo
PObject glue class for Transaction.
peek() - Method in class de.mguennewig.pobjects.PObjStack
Looks at the element at the top of this stack without removing it from the stack.
performSearch(SearchForm) - Method in class de.mguennewig.pobjsearch.SearchTableModel
Updates the table model accordingly to the search form.
performSearch() - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
 
PObjBlob - Class in de.mguennewig.pobjects
This class provides a portable way to create a BLOB.
PObjBlob() - Constructor for class de.mguennewig.pobjects.PObjBlob
Creates a new empty BLOB.
PObjBlob(byte[]) - Constructor for class de.mguennewig.pobjects.PObjBlob
Creates a new BLOB for the given data.
PObjBlob(File) - Constructor for class de.mguennewig.pobjects.PObjBlob
Creates a new BLOB that uses the specified file for the data.
PObjCellEditor - Class in de.mguennewig.pobjsearch
A table cell editor for search tables.
PObjCellEditor(SearchTableModel) - Constructor for class de.mguennewig.pobjsearch.PObjCellEditor
Creates a new PObjCellEditor with a default resource bundle.
PObjCellEditor(SearchTableModel, ResourceBundle) - Constructor for class de.mguennewig.pobjsearch.PObjCellEditor
Creates a new PObjCellEditor.
PObjClob - Class in de.mguennewig.pobjects
This class provides a portable way to create a CLOB.
PObjClob() - Constructor for class de.mguennewig.pobjects.PObjClob
Creates a new empty CLOB.
PObjClob(String) - Constructor for class de.mguennewig.pobjects.PObjClob
Creates a new CLOC for the given string.
PObjClob(File) - Constructor for class de.mguennewig.pobjects.PObjClob
Creates a new CLOB that uses the specified file for the data.
PObjConstraintException - Exception in de.mguennewig.pobjects
Thrown when storing on an object fails (or would fail) because of a Constraint imposed on the object's data.
PObjConstraintException(Record) - Constructor for exception de.mguennewig.pobjects.PObjConstraintException
Create a new exception for object obj.
PObjConstraintException(Record, Column, String) - Constructor for exception de.mguennewig.pobjects.PObjConstraintException
Create a new exception with details for object obj.
PObjConstraintException.Entry - Class in de.mguennewig.pobjects
Helper class holding data on an exception entry.
PObjConstraintException.Entry(Column, String, Constraint) - Constructor for class de.mguennewig.pobjects.PObjConstraintException.Entry
 
PObjContainerEvent - Class in de.mguennewig.pobjects.event
This event is thrown if any table in the database has been changed by the application.
PObjContainerEvent(TableExpr[]) - Constructor for class de.mguennewig.pobjects.event.PObjContainerEvent
Creates a new PObjContainerEvent.
PObjContainerListener - Interface in de.mguennewig.pobjects.event
A listener for database changes caused by the application itself.
PObjDictionary - Class in de.mguennewig.pobjects.metadata
A collection of Modules.
PObjDictionary(Module[], int) - Constructor for class de.mguennewig.pobjects.metadata.PObjDictionary
Creates a new dictionary.
PObject - Class in de.mguennewig.pobjects
Represents a table row with an id that is unique within the table.
PObject() - Constructor for class de.mguennewig.pobjects.PObject
Standard-constructor for PObject.
POBJECT_ID - Static variable in class de.mguennewig.pobjects.metadata.IdField
 
PObjException - Exception in de.mguennewig.pobjects
Base class of all exceptions that can be raised by the persistent object library.
PObjException() - Constructor for exception de.mguennewig.pobjects.PObjException
Creates a new PObjException with default message.
PObjException(String) - Constructor for exception de.mguennewig.pobjects.PObjException
Creates a new PObjException with a given message.
PObjException(Exception) - Constructor for exception de.mguennewig.pobjects.PObjException
Creates a new PObjException with an Exception as cause.
PObjExport - Class in de.mguennewig.pobjimport
The PObject export tool.
PObjForm - Interface in de.mguennewig.pobjform
Abstract base class for rendering forms based on meta-data from the PObject library.
PObjHtmlForm - Class in de.mguennewig.pobjform.html
A HTML form based implementation of the PObjForm interface.
PObjHtmlForm(Container) - Constructor for class de.mguennewig.pobjform.html.PObjHtmlForm
Creates a new PObject-enhanced HTML form with initialized elements.
PObjImport - Class in de.mguennewig.pobjimport
The PObject import tool.
PObjMap<T extends Record> - Class in de.mguennewig.pobjects
Wrapper object for map valued joins between two tables.
PObjMap(PObject, Class<? extends Record>) - Constructor for class de.mguennewig.pobjects.PObjMap
Creates a new map.
PObjNestedSet<T extends Record> - Class in de.mguennewig.pobjects
Wrapper object for nested set valued joins between two tables.
PObjNestedSet(PObject, Class<? extends Record>, NestedSetType) - Constructor for class de.mguennewig.pobjects.PObjNestedSet
Creates a new nested set.
PObjNestedSet(PObject, Class<? extends Record>, Column) - Constructor for class de.mguennewig.pobjects.PObjNestedSet
 
PObjReadError - Error in de.mguennewig.pobjects
This error is thrown if any SQL error occurs while reading.
PObjReadError(String) - Constructor for error de.mguennewig.pobjects.PObjReadError
Creates a new PObjects read error with a simple text message.
PObjReadError(SQLException) - Constructor for error de.mguennewig.pobjects.PObjReadError
Creates a new PObjects read error with an SQL error as cause.
PObjReadError(PObjSQLException) - Constructor for error de.mguennewig.pobjects.PObjReadError
Creates a new PObjects read error with an SQL error as cause.
PObjResultSet - Interface in de.mguennewig.pobjects
A result set provides an interface to process the results of a Query row by row.
PObjSet<T extends Record> - Class in de.mguennewig.pobjects
Wrapper object for set valued joins between two tables.
PObjSet(PObject, Class<? extends Record>) - Constructor for class de.mguennewig.pobjects.PObjSet
Creates a new set.
PObjSQLException - Exception in de.mguennewig.pobjects
Wrapper around SQL exceptions thrown by the database driver.
PObjSQLException(String) - Constructor for exception de.mguennewig.pobjects.PObjSQLException
Creates a new PObjSQLException.
PObjSQLException(SQLException) - Constructor for exception de.mguennewig.pobjects.PObjSQLException
Creates a new PObjSQLException.
PObjStack<T extends Record> - Class in de.mguennewig.pobjects
Wrapper object for stack valued joins between two tables.
PObjStack(PObject, Class<? extends Record>) - Constructor for class de.mguennewig.pobjects.PObjStack
Creates a new stack.
PObjSwingForm - Class in de.mguennewig.pobjform.swing
A Swing based implementation of the PObjForm interface.
PObjSwingForm(Container) - Constructor for class de.mguennewig.pobjform.swing.PObjSwingForm
Creates a new PObject-enhanced Swing based form/dialog.
PObjSyntaxException - Exception in de.mguennewig.pobjects
Thrown by Type to indicate a syntax error.
PObjSyntaxException(String, Object...) - Constructor for exception de.mguennewig.pobjects.PObjSyntaxException
Creates a new PObjSyntaxException.
PObjTool - Class in de.mguennewig.pobjtool
Tool for generating Java class files and SQL files.
PObjUtils - Class in de.mguennewig.pobjects
Static class with multiple utility methods.
POINTER_TYPE - Static variable in class de.mguennewig.pobjects.metadata.Declaration
 
pop() - Method in class de.mguennewig.pobjects.PObjStack
Removes the element at the top of this stack and returns that as the value of this function.
populateForm(Record, FormEntry[], boolean) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Populates the specified form entries with the data from the record.
populateForm(Record, FormEntry[]) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Populates the specified form entries with the data from the record.
populateForm(Record, FormEntry[], boolean) - Method in interface de.mguennewig.pobjform.PObjForm
Populates the specified form entries with the data from the record.
populateForm(Record, FormEntry[]) - Method in interface de.mguennewig.pobjform.PObjForm
Populates the specified form entries with the data from the record.
populateObject(FormEntry[], Record, boolean) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Populates the record with the data from the form elements of the corresponding form entries.
populateObject(FormEntry[], Record) - Method in class de.mguennewig.pobjform.AbstractPObjForm
Populates the record with the data from the form elements of the corresponding form entries.
populateObject(FormEntry[], Record, boolean) - Method in interface de.mguennewig.pobjform.PObjForm
Populates the record with the data from the form elements of the corresponding form entries.
populateObject(FormEntry[], Record) - Method in interface de.mguennewig.pobjform.PObjForm
Populates the record with the data from the form elements of the corresponding form entries.
position(Blob, long) - Method in class de.mguennewig.pobjects.PObjBlob
Retrieves the byte position in the BLOB value designated by this Blob object at which pattern begins.
position(byte[], long) - Method in class de.mguennewig.pobjects.PObjBlob
Retrieves the byte position at which the specified byte array pattern begins within the BLOB value that this Blob object represents.
position(Clob, long) - Method in class de.mguennewig.pobjects.PObjClob
Retrieves the character position at which the specified Clob object searchstr appears in this Clob object.
position(String, long) - Method in class de.mguennewig.pobjects.PObjClob
Retrieves the character position at which the specified substring searchstr appears in the SQL CLOB value represented by this Clob object.
PostgreSQL - Class in de.mguennewig.pobjtool.ddl
Data Definition Language for the PostgreSQL database.
PostgreSQL(String) - Constructor for class de.mguennewig.pobjtool.ddl.PostgreSQL
Creates a new data definition instance for a PostgreSQL database.
PostgreSQLContainer - Class in de.mguennewig.pobjects.jdbc
Container implementation for PostgreSQL databases.
PostgreSQLContainer(PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.PostgreSQLContainer
Creates a container without a connection to a PostgresSQL DB.
PostgreSQLContainer(String, Integer, String, String, String, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.PostgreSQLContainer
 
PostgreSQLContainer(Connection, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.PostgreSQLContainer
Creates a container with a specified connection to a DBMS, which must denote a PostgreSQL compatible DBMS.
Predicate - Class in de.mguennewig.pobjects
A boolean expression to be used in the WHERE part of a SQL statement.
Predicate(Term, int, Term) - Constructor for class de.mguennewig.pobjects.Predicate
Creates a new Predicate.
PredicateQuery - Class in de.mguennewig.pobjects.memdb
Abstract base class for all queries that are evaluated within the pobjects library using the Term instead of SQL.
PredicateQuery(Container) - Constructor for class de.mguennewig.pobjects.memdb.PredicateQuery
Creates a new empty query.
PreparedStatementHandler - Class in de.mguennewig.pobjects.jdbc
An invocation handler for a PreparedStatement.
PreparedStatementHandler(Connection, String) - Constructor for class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
Creates a new instance of PreparedStatementWrapper.
PreparedStatementHandler(Connection, String, int, int) - Constructor for class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
Creates a new instance of PreparedStatementWrapper.
prepareStatement(String) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
 
prepareStatement(String, int, int) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
 
PrimaryKeyConstraint - Class in de.mguennewig.pobjects.metadata
A primary key constraint is a UniqueConstraint which also forbids null values.
PrimaryKeyConstraint(String, Field[]) - Constructor for class de.mguennewig.pobjects.metadata.PrimaryKeyConstraint
Creates a new primary-key constraint.
PrimaryKeyConstraint(String, IdField) - Constructor for class de.mguennewig.pobjects.metadata.PrimaryKeyConstraint
Creates the implicit primary-key constraint for the id field.
pullInReference(Member) - Method in class de.mguennewig.pobjects.Query
As part of the query, retrieve the complete data of all objects referenced by designator.
pullInReferences(Query) - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
Pulls in references that will be required for display.
pullInReferences(Query) - Method in class de.mguennewig.pobjsearch.SearchColumn
Pulls in references that will be required for display.
push(Object...) - Method in class de.mguennewig.pobjects.PObjStack
Pushes the values value as one new element onto the top of this stack.
push(T) - Method in class de.mguennewig.pobjects.PObjStack
Pushes the element obj onto the top of this stack.
put(Object...) - Method in class de.mguennewig.pobjects.PObjMap
Add the given arguments as an element to the map.
put(K, V) - Method in class de.mguennewig.pobjects.SoftHashMap
putAll(Map<? extends K, ? extends V>) - Method in class de.mguennewig.pobjects.SoftHashMap
putIfAbsent(Object...) - Method in class de.mguennewig.pobjects.PObjMap
If the specified key is not already associated with a value, associate it with the given value.

Q

Query - Class in de.mguennewig.pobjects
Describes a simple query to retrieve objects from a database.
quotedString(String) - Static method in class de.mguennewig.pobjects.PObjUtils
Returns the string as quoted JAVA string for class generation.
quoteForLike(String) - Static method in class de.mguennewig.pobjects.Predicate
Quotes special SQL characters in the string for the LIKE operator.
quoteString(String) - Static method in class de.mguennewig.pobjects.Literal
Quotes the string by doubling any '.

R

RADIO_BUTTON - Static variable in interface de.mguennewig.pobjform.RadioElement
 
RadioElement - Interface in de.mguennewig.pobjform
Class description goes here.
RadioEntry - Class in de.mguennewig.pobjects.metadata
A special kind of form entry, which adds a radio button to a fixed set of form entries.
RadioEntry(String, FormEntry[]) - Constructor for class de.mguennewig.pobjects.metadata.RadioEntry
Creates a new radio entry with standard layout.
read(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.HtmlArrayElement
Reads the internal state from the HTTP request.
read(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.HtmlButtonElement
 
read(HttpServletRequest) - Method in interface de.mguennewig.pobjform.html.HtmlFormElement
Reads the internal state from the HTTP request.
read(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
read(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.HtmlLinkElement
Reads the internal state from the HTTP request.
read(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
Reads the internal state from the HTTP request.
read(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.HtmlRecordElement
 
read(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.HtmlSpacerElement
 
read(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.HtmlStringElement
Reads the internal state from the HTTP request.
read(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.HtmlTextElement
 
read(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.PObjHtmlForm
Reads the internal state from the HTTP request.
Record - Class in de.mguennewig.pobjects
All data extracted from the RDBMS is stored in instances of this type.
Record() - Constructor for class de.mguennewig.pobjects.Record
Creates a new Record.
RecordComparator - Class in de.mguennewig.pobjects.memdb
A comparator for Records.
RecordComparator(Column) - Constructor for class de.mguennewig.pobjects.memdb.RecordComparator
Creates a new Record comparator.
RecordComparator(Column[]) - Constructor for class de.mguennewig.pobjects.memdb.RecordComparator
Creates a new Record comparator.
RecordComparator(Column[], String) - Constructor for class de.mguennewig.pobjects.memdb.RecordComparator
Creates a new Record comparator.
RecordElement - Interface in de.mguennewig.pobjform
Interface for form elements that group different form elements together.
RecordEntry - Class in de.mguennewig.pobjects.metadata
A special kind of form entry, which adds a fixed set of form entries.
RecordEntry(String, FormEntry[]) - Constructor for class de.mguennewig.pobjects.metadata.RecordEntry
Creates a new record entry with standard layout.
RedirectFilter - Class in de.mguennewig.pobjsearch
A filter that searches within one table and then "redirects" onto another.
RedirectFilter(String, String, int, Column, Class<? extends Record>, Column...) - Constructor for class de.mguennewig.pobjsearch.RedirectFilter
Creates a new instance of RedirectFilter
reduceNots(Term) - Static method in class de.mguennewig.pobjects.Terms
Traverse the predicate, looking for NOTs to take care of.
RefDesc - Class in de.mguennewig.pobjects.metadata
Represents a reference to a Java package, class or field, that is written as JavaDoc.
RefDesc(String, String, String) - Constructor for class de.mguennewig.pobjects.metadata.RefDesc
Creates a new RefDesc.
ReferenceElement - Interface in de.mguennewig.pobjform
An input element to select one entry from possible entries of a referenced table.
ReferenceModel - Class in de.mguennewig.pobjform
The model for the combo box used by ReferenceElement's.
ReferenceModel(ReferenceElement, ClassDecl[], Predicate[]) - Constructor for class de.mguennewig.pobjform.ReferenceModel
 
ReferenceToClass - Interface in de.mguennewig.pobjects.metadata
Interface for classes that represent a reference onto a table.
RefType - Class in de.mguennewig.pobjects.metadata
Reference to an object.
RefType(String, String, ClassDecl) - Constructor for class de.mguennewig.pobjects.metadata.RefType
Creates a new reference with default actions for ON DELETE and ON UPDATE.
RefType(String, String, ClassDecl, int) - Constructor for class de.mguennewig.pobjects.metadata.RefType
Creates a new reference with default action for ON UPDATE.
RefType(String, String, ClassDecl, int, int) - Constructor for class de.mguennewig.pobjects.metadata.RefType
Creates a new reference.
release() - Method in class de.mguennewig.pobjform.html.MultipartRequest
Releases this MultipartRequest object and all of its parameters.
remove(T) - Method in class de.mguennewig.pobjects.PObjMap
Remove the give record obj as an element from the map.
remove(Object...) - Method in class de.mguennewig.pobjects.PObjMap
Remove the given arguments as an element from the map.
remove(T) - Method in class de.mguennewig.pobjects.PObjNestedSet
Remove the give record obj as an element from the nested set.
remove(T) - Method in class de.mguennewig.pobjects.PObjSet
Remove the give record obj as an element from the set.
remove(Object...) - Method in class de.mguennewig.pobjects.PObjSet
Remove the given arguments as an element from the set.
remove(Object) - Method in class de.mguennewig.pobjects.SoftHashMap
removeAllElements() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Removes all form elements from this list.
removeAllElements() - Method in interface de.mguennewig.pobjform.ArrayElement
Removes all form elements from this list.
removeChangeListener(ChangeListener) - Method in class de.mguennewig.pobjform.AbstractInputElement
Removed a previously added listener for change events.
removeChangeListener(ChangeListener) - Method in interface de.mguennewig.pobjform.InputElement
Removed a previously added listener for change events.
removeChild(Node) - Method in class de.mguennewig.pobjtool.NodeContainer
Removes the child node indicated by oldChild from the list of children, and returns it.
removeDuplicates() - Method in class de.mguennewig.pobjects.Junction
 
removeElement(int) - Method in class de.mguennewig.pobjform.AbstractArrayElement
Removes the form element at the specified position in this list.
removeElement(int) - Method in interface de.mguennewig.pobjform.ArrayElement
Removes the form element at the specified position in this list.
removeOption(Object) - Method in class de.mguennewig.pobjform.html.HtmlStringElement
Removes the given option from the current set of allowed values.
removeOption(Object) - Method in interface de.mguennewig.pobjform.StringElement
Removes the given option from the current set of allowed values.
removeOption(Object) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
Removes the given option from the current set of allowed values.
removePObjContainerListener(PObjContainerListener) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Removes the given container listener for the list of notifiers.
RENDER_AS_DISABLED - Static variable in class de.mguennewig.pobjects.metadata.ValueEntry
 
RENDER_AS_DISABLED - Static variable in interface de.mguennewig.pobjform.InputElement
 
RENDER_AS_EMPTY_ROW - Static variable in class de.mguennewig.pobjects.metadata.SpacerEntry
Spacer is displayed as empty row in the form.
RENDER_AS_HIDDEN - Static variable in class de.mguennewig.pobjects.metadata.ValueEntry
 
RENDER_AS_HIDDEN - Static variable in interface de.mguennewig.pobjform.InputElement
 
RENDER_AS_HIDDEN_WITH_LABEL - Static variable in interface de.mguennewig.pobjform.InputElement
 
RENDER_AS_HR_ROW - Static variable in class de.mguennewig.pobjects.metadata.SpacerEntry
Spacer is displayed as horizontal line in the row.
RENDER_AS_INPUT - Static variable in class de.mguennewig.pobjects.metadata.ValueEntry
 
RENDER_AS_INPUT - Static variable in interface de.mguennewig.pobjform.InputElement
 
RENDER_AS_TEXT - Static variable in class de.mguennewig.pobjects.metadata.ValueEntry
 
RENDER_AS_TEXT - Static variable in interface de.mguennewig.pobjform.InputElement
 
replaceChild(Node, Node) - Method in class de.mguennewig.pobjtool.NodeContainer
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
requiresOuterJoin(Column) - Static method in class de.mguennewig.pobjects.EvalContext
Returns whether an outer join is required for the reference column.
reservedInClass(String, boolean) - Static method in class de.mguennewig.pobjtool.DictionaryParser
Tests whether the name is reserved as a field.
reservedInModule(String) - Static method in class de.mguennewig.pobjtool.DictionaryParser
Tests whether the module name is revered.
reset() - Method in class de.mguennewig.pobjects.AbstractContainer
Resets the container.
reset() - Method in interface de.mguennewig.pobjects.Container
Resets the container.
reset() - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Resets the container.
reset() - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Resets the container.
reset() - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Resets the container.
RESET_FILTERS - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
resetPressed() - Method in interface de.mguennewig.pobjform.ButtonElement
Clears the currently set pressed status.
resetPressed() - Method in class de.mguennewig.pobjform.html.HtmlButtonElement
Clears the currently set pressed status.
resetPressed() - Method in class de.mguennewig.pobjform.swing.SwingButtonElement
Clears the currently set pressed status.
resolve(Type) - Static method in class de.mguennewig.pobjects.metadata.TypeRef
Resolves any type references and returns the direct type.
resolveSelector(int, Column...) - Method in class de.mguennewig.pobjects.EvalContext
 
RESOURCE_BUNDLE - Static variable in class de.mguennewig.pobjects.resources.Messages
 
resourceText(String, Object...) - Method in class de.mguennewig.pobjform.html.Layout
 
restoreState(EvalState, Term) - Method in class de.mguennewig.pobjects.EvalContext
 
restoreState(EvalState, Term) - Method in class de.mguennewig.pobjects.SQLEvalContext
RESTRICT - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
RESTRICT_TO_ALPHANUM - Static variable in class de.mguennewig.pobjects.metadata.StringType
The allowed strings (and also the map) will be restricted to alpha-numeric characters ([a-zA-Z_0-9]).
RESTRICT_TO_ANYTHING - Static variable in class de.mguennewig.pobjects.metadata.StringType
The allowed strings won't be restricted expect for a possible present map.
RESTRICT_TO_CHARSET - Static variable in class de.mguennewig.pobjects.metadata.StringType
The allowed strings (and also the map) will be restricted to the characters which are given in the pattern.
RESTRICT_TO_NUMERIC - Static variable in class de.mguennewig.pobjects.metadata.StringType
The allowed strings (and also the map) will be restricted to only digits ([0-9]).
RESTRICT_TO_REGEXP - Static variable in class de.mguennewig.pobjects.metadata.StringType
The allowed strings (and also the map) will be restricted to ones that are fully matched by the regular expression in pattern.
retrieveData(PObject) - Method in interface de.mguennewig.pobjects.Container
Retrieves the data for the given persistent object from the database.
retrieveData(PObject) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Retrieves the data for the given persistent object from the database.
retrieveData(PObject) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
Retrieves the data for the given persistent object from the database.
retrieveData(PObject) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Retrieves the data for the given persistent object from the database.
retrieveData(PObject) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Retrieves the data for the given persistent object from the database.
retrieveUserLocale(HttpServletRequest, String) - Static method in class de.mguennewig.pobjform.html.Layout
 
revert() - Method in class de.mguennewig.pobjects.PObject
Reverts the in-memory state to the last committed or read one.
rollbackTransaction() - Method in class de.mguennewig.pobjects.AbstractContainer
Rolls back all statements since the last Container.beginTransaction().
rollbackTransaction() - Method in interface de.mguennewig.pobjects.Container
Rolls back all statements since the last Container.beginTransaction().
rollbackTransaction() - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Rolls back all statements since the last Container.beginTransaction().
rollbackTransaction() - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Rolls back all statements since the last Container.beginTransaction().
rollbackTransaction() - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Rolls back all statements since the last Container.beginTransaction().
ROWS - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
ROWS - Static variable in interface de.mguennewig.pobjsearch.SearchPanel
 
ROWS_10 - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
ROWS_25 - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
ROWS_50 - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
ROWS_ALL - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
run() - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
 

S

ScalarType - Class in de.mguennewig.pobjects.metadata
All scalar types can be used for a field of a persistent object are derived from this class.
SearchColumn - Class in de.mguennewig.pobjsearch
Abstract base class for search result columns.
SearchFactory - Class in de.mguennewig.pobjsearch
Factory methods for the PObject search framework.
SearchFilter - Interface in de.mguennewig.pobjsearch
Interface for all search filters.
SearchForm - Interface in de.mguennewig.pobjsearch
PObject interface class for SearchForm.
SearchModel - Class in de.mguennewig.pobjsearch
The static model that specifies the columns and filters of a search.
SearchModel(TableExpr, SearchColumn[]) - Constructor for class de.mguennewig.pobjsearch.SearchModel
Creates a new instance of SearchModel
SearchModel(TableExpr[], Condition[], SearchColumn[]) - Constructor for class de.mguennewig.pobjsearch.SearchModel
Creates a new instance of SearchModel
SearchModel(TableExpr[], Condition[], SearchColumn[], SearchFilter[]) - Constructor for class de.mguennewig.pobjsearch.SearchModel
Creates a new instance of SearchModel
SearchPanel - Interface in de.mguennewig.pobjsearch
A search panel with a search form, page list, result table and pager.
SearchTableCellRenderer - Class in de.mguennewig.pobjsearch
A simple table cell renderer that uses a search model to convert the value into its textual representation.
SearchTableCellRenderer() - Constructor for class de.mguennewig.pobjsearch.SearchTableCellRenderer
Creates a new instance of SearchTableCellRenderer
SearchTableModel - Class in de.mguennewig.pobjsearch
A table model for the results of a search using the PObjects library.
SearchTableModel(SearchModel) - Constructor for class de.mguennewig.pobjsearch.SearchTableModel
Creates a new instance of SearchTableModel
SelectExpr - Class in de.mguennewig.pobjects.metadata
A select expression defines an SQL `SELECT' statement, together with meta information about the statement that enables pobjects to manipulate and execute it.
SelectExpr(String, FormDecl, Parameter[], boolean, Object[]) - Constructor for class de.mguennewig.pobjects.metadata.SelectExpr
Creates a new Select expression.
Sequence - Class in de.mguennewig.pobjects.metadata
Provides the parameters needed to maintain an automatically generated primary key for the table rows.
Sequence(String) - Constructor for class de.mguennewig.pobjects.metadata.Sequence
Creates a new Sequence.
set(int, Object) - Method in class de.mguennewig.pobjects.demo.PClassCurrency
 
set(int, Object) - Method in class de.mguennewig.pobjects.demo.PClassStock
 
set(int, Object) - Method in class de.mguennewig.pobjects.demo.PClassStockExchange
 
set(int, Object) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
 
set(int, Object) - Method in class de.mguennewig.pobjects.DynamicRecord
Set value of field with index index.
set(int, Object) - Method in class de.mguennewig.pobjects.filesystem.FileRecord
Set value of field with index index.
set(Object) - Method in class de.mguennewig.pobjects.ObjectRef
 
set(int, Object) - Method in class de.mguennewig.pobjects.Pclass
 
set(int, Object) - Method in class de.mguennewig.pobjects.PclassColumn
 
set(Column, Object) - Method in class de.mguennewig.pobjects.PObject
Set value of column c.
set(int, Object) - Method in class de.mguennewig.pobjects.Record
Set value of field with index index.
set(Column, Object) - Method in class de.mguennewig.pobjects.Record
Set value of column c.
SET_FILTER - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
SET_METHOD - Static variable in class de.mguennewig.pobjects.metadata.Column
Name of the Java method that assigns a new value to the indicated column.
setArray(int, Array) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setAsciiStream(int, InputStream, int) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setAsciiStream(long) - Method in class de.mguennewig.pobjects.PObjClob
Retrieves a stream to be used to write ASCII characters to the CLOB value that this Clob object represents, starting at position pos.
setBigDecimal(int, BigDecimal) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setBinaryStream(int, InputStream, int) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setBinaryStream(long) - Method in class de.mguennewig.pobjects.PObjBlob
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBlob(int, Blob) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setBoolean(int, boolean) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setBrokerCommission(BigDecimal) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Sets the value for brokerCommission.
setButtonLabel(String) - Method in class de.mguennewig.pobjform.AbstractButtonElement
Sets the label that will be displayed within the button.
setButtonLabel(String) - Method in interface de.mguennewig.pobjform.ButtonElement
Sets the label that will be displayed within the button.
setButtonLabel(String) - Method in class de.mguennewig.pobjform.swing.SwingButtonElement
Sets the label that will be displayed within the button.
setByte(int, byte) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setBytes(int, byte[]) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setBytes(long, byte[]) - Method in class de.mguennewig.pobjects.PObjBlob
Writes the given array of bytes to the BLOB value that this Blob object represents, starting at position pos, and returns the number of bytes written.
setBytes(long, byte[], int, int) - Method in class de.mguennewig.pobjects.PObjBlob
Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
setCharacterStream(int, Reader, int) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setCharacterStream(long) - Method in class de.mguennewig.pobjects.PObjClob
Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object represents, at position pos.
setClassLoader(ClassLoader) - Method in class de.mguennewig.pobjects.metadata.PObjDictionary
 
setClickCountToStart(int) - Method in class de.mguennewig.pobjsearch.PObjCellEditor
 
setClob(int, Clob) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setColumnName(String) - Method in class de.mguennewig.pobjects.PclassColumn
Sets the value for columnName.
setCommand(CommandDecl) - Method in class de.mguennewig.pobjects.EvalContext
 
setCommission(BigDecimal) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Sets the value for commission.
setConnection(Connection) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Sets the connection to the DBMS.
setContainer(Container) - Method in class de.mguennewig.pobjform.AbstractPObjForm
setContainer(Container) - Method in interface de.mguennewig.pobjform.PObjForm
 
setContainer(Container) - Method in class de.mguennewig.pobjsearch.HtmlSearchPanel
setContainer(Container) - Method in interface de.mguennewig.pobjsearch.SearchPanel
 
setContainer(Container) - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
setCurrency(Currency) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Sets the value for currency.
setCurrentAsInitialState() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Copies the current state to the initial state.
setCurrentAsInitialState() - Method in class de.mguennewig.pobjform.AbstractPObjForm
setCurrentAsInitialState() - Method in class de.mguennewig.pobjform.AbstractRecordElement
Copies the current state to the initial state.
setCurrentAsInitialState() - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
setCurrentAsInitialState() - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
Copies the current state to the initial state.
setCurrentAsInitialState() - Method in interface de.mguennewig.pobjform.PObjForm
 
setCurrentAsInitialState() - Method in class de.mguennewig.pobjform.swing.SwingInputElement
 
setCurrentAsInitialState() - Method in interface de.mguennewig.pobjform.ValueElement
Copies the current state to the initial state.
setCurrentString(String) - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
setDate(int, Date) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setDate(int, Date, Calendar) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setDefaultFieldCheckStyle(int) - Static method in class de.mguennewig.pobjects.PObject
Sets how strict or loose field restrictions are checked by default on every PObject.store() and PObject.checkConstraints().
setDefaultSortColumn(SearchColumn) - Method in class de.mguennewig.pobjsearch.SearchModel
 
setDefaultSortColumns(SearchColumn[]) - Method in class de.mguennewig.pobjsearch.SearchModel
 
setDescription(Description) - Method in class de.mguennewig.pobjects.metadata.AbstractType
 
setDescription(Description) - Method in class de.mguennewig.pobjects.metadata.Column
 
setDescription(Description) - Method in class de.mguennewig.pobjects.metadata.Declaration
 
setDescription(Description) - Method in class de.mguennewig.pobjects.metadata.Join
 
setDescription(Description) - Method in class de.mguennewig.pobjects.metadata.Module
 
setDescription(Description) - Method in interface de.mguennewig.pobjects.metadata.Type
 
setDescription(Description) - Method in class de.mguennewig.pobjects.metadata.TypeRef
setDirection(String) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlColumn
Sets the value for direction.
setDirection(String) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Column
Sets the value for direction.
setDirection(String) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingColumn
Sets the value for direction.
setDistinct(boolean) - Method in class de.mguennewig.pobjects.EvalContext
 
setDistinct(boolean) - Method in class de.mguennewig.pobjects.Query
Sets whether this query should filter out duplicates.
setDouble(int, double) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setEditable(boolean) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
setExchange(StockExchange) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Sets the value for exchange.
setExpiration(long) - Method in class de.mguennewig.pobjform.html.MultipartRequest
Sets the expiration date for this MultipartRequest.
setFieldName(String) - Method in class de.mguennewig.pobjects.metadata.RefDesc
 
setFilter(String) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Sets the value for filter.
setFilter(String) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Sets the value for filter.
setFilter(String) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Sets the value for filter.
setFilterable(boolean) - Method in class de.mguennewig.pobjsearch.SearchColumn
Sets whether the content of this column is filterable.
setFilterMode(String) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Sets the value for filterMode.
setFilterMode(String) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Sets the value for filterMode.
setFilterMode(String) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Sets the value for filterMode.
setFilterName(String) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Sets the value for filterName.
setFilterName(String) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Sets the value for filterName.
setFilterName(String) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Sets the value for filterName.
setFilterPattern(String) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlCondition
Sets the value for filterPattern.
setFilterPattern(String) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Condition
Sets the value for filterPattern.
setFilterPattern(String) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingCondition
Sets the value for filterPattern.
setFloat(int, float) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setForceEncryption(boolean) - Static method in class de.mguennewig.pobjects.jdbc.OracleContainer
Sets whether a new created container will enforce an encrypted connection to the Oracle database.
setForceEncryption(boolean) - Static method in class de.mguennewig.pobjects.jdbc.SqlServerContainer
Sets whether a new created container will enforce an encrypted connection to the MS-SQL database.
setForCount(boolean) - Method in class de.mguennewig.pobjects.EvalContext
 
setForCount(boolean) - Method in class de.mguennewig.pobjects.SQLEvalContext
setForeignOwnership(boolean) - Method in class de.mguennewig.pobjects.metadata.Module
Set the schema prefix for table names from this module.
setGroupBy(Member, boolean) - Method in class de.mguennewig.pobjform.html.HtmlReferenceElement
Group the set by the designator.
setGroupBy(Member, boolean) - Method in interface de.mguennewig.pobjform.ReferenceElement
Group the set by the designator.
setGroupBy(Member, boolean) - Method in class de.mguennewig.pobjform.ReferenceModel
 
setGroupBy(Member, boolean) - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Group the set by the designator.
setInitialSelected(String) - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
 
setInitialSize(int) - Method in class de.mguennewig.pobjects.optional.BasicContainerPool
Sets the initial number of connections that will be opened.
setInitialString(String) - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
setInitialString(String) - Method in class de.mguennewig.pobjform.swing.SwingInputElement
 
setInt(int, int) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setInternational(boolean) - Method in class de.mguennewig.pobjform.html.Layout
 
setJumpToPage(Integer) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Sets the value for jumpToPage.
setJumpToPage(Integer) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Sets the value for jumpToPage.
setJumpToPage(Integer) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Sets the value for jumpToPage.
setLabel(String) - Method in class de.mguennewig.pobjform.AbstractFormElement
Sets the label of this form element to a new value.
setLabel(String) - Method in interface de.mguennewig.pobjform.FormElement
Sets the label of this form element to a new value.
setLabel(String) - Method in class de.mguennewig.pobjform.swing.SwingCheckboxElement
Sets the label of this form element to a new value.
setLabel(String) - Method in class de.mguennewig.pobjform.swing.SwingInputElement
Sets the label of this form element to a new value.
setLabel(String) - Method in class de.mguennewig.pobjsearch.SearchModel
 
setLimit(int) - Method in class de.mguennewig.pobjects.EvalContext
Sets an upper limit of rows returned by the result set.
setLimit(int, int) - Method in class de.mguennewig.pobjects.Query
Limits the result of this query.
setLinkUrl(String) - Method in class de.mguennewig.pobjform.AbstractLinkElement
Sets the URL the link will point to.
setLinkUrl(String) - Method in interface de.mguennewig.pobjform.LinkElement
Sets the URL the link will point to.
setLocalized(boolean) - Method in class de.mguennewig.pobjsearch.SearchColumn
Sets whether the content of this column should be localized.
setLong(int, long) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setLongName(String) - Method in class de.mguennewig.pobjects.demo.PClassCurrency
Sets the value for longName.
setLongName(String) - Method in class de.mguennewig.pobjects.demo.PClassStockExchange
Sets the value for longName.
setMandatory(boolean) - Method in class de.mguennewig.pobjform.AbstractInputElement
setMandatory(boolean) - Method in interface de.mguennewig.pobjform.InputElement
 
setMaxActive(int) - Method in class de.mguennewig.pobjects.optional.BasicContainerPool
Sets the maximum number of active connections that can be borrows from this pool.
setMaxIdle(int) - Method in class de.mguennewig.pobjects.optional.BasicContainerPool
Sets the maximum number of connections that will kept idle within the pool.
setMaxLength(int) - Method in class de.mguennewig.pobjform.html.HtmlStringElement
 
setMaxLength(int) - Method in interface de.mguennewig.pobjform.StringElement
 
setMaxLength(int) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
setMaxWait(long) - Method in class de.mguennewig.pobjects.optional.BasicContainerPool
Sets the maximum time in milliseconds that will be waited to borrow a connection from this pool before failing.
setMinIdle(int) - Method in class de.mguennewig.pobjects.optional.BasicContainerPool
Sets the minimum number of connections that will kept idle within the pool.
setMode(String) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Sets the value for mode.
setMode(String) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Sets the value for mode.
setMode(String) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Sets the value for mode.
setModule(Module) - Method in class de.mguennewig.pobjects.metadata.ClassDecl
Sets the owning module and resolves the type name.
setModule(Module) - Method in class de.mguennewig.pobjects.metadata.CommandDecl
Sets the owning module of this declaration.
setModule(Module) - Method in class de.mguennewig.pobjects.metadata.Declaration
Sets the owning module of this declaration.
setModule(Module) - Method in class de.mguennewig.pobjects.metadata.SelectExpr
Sets the owning module and resolves the type name.
setModule(Module) - Method in class de.mguennewig.pobjects.metadata.Sequence
Sets the owning module of this SQL entity.
setModule(Module) - Method in interface de.mguennewig.pobjects.metadata.SqlEntity
Sets the owning module of this SQL entity.
setModule(Module) - Method in class de.mguennewig.pobjects.metadata.TableExpr
Sets the owning module and resolves the type name.
setModuleName(String) - Method in class de.mguennewig.pobjects.metadata.RefDesc
 
setName(String) - Method in class de.mguennewig.pobjects.demo.PClassStock
Sets the value for name.
setNodeValue(String) - Method in class de.mguennewig.pobjtool.NodeContainer
Sets value of this node, depending on its type; see the table above.
setNr(Integer) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm.HtmlColumn
Sets the value for nr.
setNr(Integer) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm.Column
Sets the value for nr.
setNr(Integer) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm.SwingColumn
Sets the value for nr.
setNull(int, int) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setNull(int, int, String) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setObject(int, Object) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setObject(int, Object, int) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setObject(int, Object, int, int) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setObject(Object) - Method in class de.mguennewig.pobjform.AbstractArrayElement
Sets the current object to the new value.
setObject(Object) - Method in class de.mguennewig.pobjform.AbstractInputElement
Sets the current object to the new value.
setObject(Object) - Method in class de.mguennewig.pobjform.AbstractRecordElement
Sets the current object to the new value.
setObject(Map<String, Object>) - Method in class de.mguennewig.pobjform.AbstractRecordElement
 
setObject(Object) - Method in class de.mguennewig.pobjform.html.HtmlInputElement
Sets the current object to the new value.
setObject(Map<String, Object>) - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
Sets the current object to the new values from the map for all children.
setObject(Object) - Method in class de.mguennewig.pobjform.html.HtmlReferenceElement
Sets the current object to the new value.
setObject(Map<String, Object>) - Method in interface de.mguennewig.pobjform.RecordElement
Sets the current object to the new values from the map for all children.
setObject(Object) - Method in class de.mguennewig.pobjform.swing.SwingCheckboxElement
Sets the current object to the new value.
setObject(Object) - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Sets the current object to the new value.
setObject(Object) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
Sets the current object to the new value.
setObject(Object) - Method in class de.mguennewig.pobjform.swing.SwingTextAreaElement
Sets the current object to the new value.
setObject(Object) - Method in interface de.mguennewig.pobjform.ValueElement
Sets the current object to the new value.
setOffset(int) - Method in class de.mguennewig.pobjects.EvalContext
Sets the number of results that should be skipped for the result set.
setOtherExpenses(BigDecimal) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Sets the value for otherExpenses.
setPage(Integer) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Sets the value for page.
setPage(Integer) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Sets the value for page.
setPage(Integer) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Sets the value for page.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.BlobType
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.BooleanType
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.ClobType
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.DoubleType
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.FileType
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.Int32Type
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.NumericType
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.ObjectType
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.RefType
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.StringType
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in interface de.mguennewig.pobjects.metadata.Type
Sets the parameter(s) starting at startPos.
setParam(JdbcContainer, PreparedStatement, int, Object) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Sets the parameter(s) starting at startPos.
setPattern(String) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Sets the value for pattern.
setPattern(String) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Sets the value for pattern.
setPattern(String) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Sets the value for pattern.
setPclass(Pclass) - Method in class de.mguennewig.pobjects.PclassColumn
Sets the value for pclass.
setPrefix(String) - Method in class de.mguennewig.pobjtool.NodeContainer
Set namespace prefix of this node, or null if it is unspecified.
setPrice(BigDecimal) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Sets the value for price.
setProperty(String) - Method in class de.mguennewig.pobjform.AbstractArrayElement
Sets the property to a new value, and propagates the change to all child elements.
setProperty(String) - Method in class de.mguennewig.pobjform.AbstractFormElement
Sets the property to a new value, and propagates the change to all child elements.
setProperty(String) - Method in class de.mguennewig.pobjform.AbstractRecordElement
Sets the property to a new value, and propagates the change to all child elements.
setProperty(String) - Method in interface de.mguennewig.pobjform.FormElement
Sets the property to a new value, and propagates the change to all child elements.
setProperty(String) - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Sets the property to a new value, and propagates the change to all child elements.
setProperty(String) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
Sets the property to a new value, and propagates the change to all child elements.
setPullInPrefix(String) - Method in class de.mguennewig.pobjform.AbstractFormElement
Sets the pullInPrefix.
setPullInPrefix(String) - Method in interface de.mguennewig.pobjform.FormElement
Sets the pullInPrefix.
setRef(int, Ref) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setRenderAs(int) - Method in class de.mguennewig.pobjform.AbstractInputElement
setRenderAs(int) - Method in interface de.mguennewig.pobjform.InputElement
 
setRenderAs(int) - Method in class de.mguennewig.pobjform.swing.SwingInputElement
setRequest(HttpServletRequest) - Method in class de.mguennewig.pobjform.html.MultipartRequest
Sets a request for this MultipartRequest.
setResourceBundle(ResourceBundle) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
 
setRestriction(Predicate) - Method in class de.mguennewig.pobjform.html.HtmlReferenceElement
Restrict the set of values to an arbitrary subset of the entries of the referenced table.
setRestriction(Class<? extends PObject>[], Predicate[]) - Method in class de.mguennewig.pobjform.html.HtmlReferenceElement
Restrict the set of values to an arbitrary subset of the entries of the referenced table.
setRestriction(ClassDecl[], Predicate[]) - Method in class de.mguennewig.pobjform.html.HtmlReferenceElement
Restrict the set of values to an arbitrary subset of the entries of the referenced table.
setRestriction(Predicate) - Method in interface de.mguennewig.pobjform.ReferenceElement
Restrict the set of values to an arbitrary subset of the entries of the referenced table.
setRestriction(Class<? extends PObject>[], Predicate[]) - Method in interface de.mguennewig.pobjform.ReferenceElement
Restrict the set of values to an arbitrary subset of the entries of the referenced table.
setRestriction(ClassDecl[], Predicate[]) - Method in interface de.mguennewig.pobjform.ReferenceElement
Restrict the set of values to an arbitrary subset of the entries of the referenced table.
setRestriction(ClassDecl[], Predicate[]) - Method in class de.mguennewig.pobjform.ReferenceModel
 
setRestriction(Predicate) - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Restrict the set of values to an arbitrary subset of the entries of the referenced table.
setRestriction(Class<? extends PObject>[], Predicate[]) - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Restrict the set of values to an arbitrary subset of the entries of the referenced table.
setRestriction(ClassDecl[], Predicate[]) - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Restrict the set of values to an arbitrary subset of the entries of the referenced table.
setRestrictTo(MapItem[]) - Method in class de.mguennewig.pobjform.html.HtmlStringElement
 
setRestrictTo(MapItem[]) - Method in interface de.mguennewig.pobjform.StringElement
Sets the set of allowed values.
setRestrictTo(MapItem[]) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
setRightAligned(boolean) - Method in class de.mguennewig.pobjform.AbstractInputElement
Sets whether the data should be right aligned.
setRightAligned(boolean) - Method in class de.mguennewig.pobjform.AbstractTextElement
Sets whether the text should be right aligned.
setRightAligned(boolean) - Method in interface de.mguennewig.pobjform.InputElement
Sets whether the data should be right aligned.
setRightAligned(boolean) - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Sets whether the data should be right aligned.
setRightAligned(boolean) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
Sets whether the data should be right aligned.
setRightAligned(boolean) - Method in class de.mguennewig.pobjform.swing.SwingTextElement
Sets whether the text should be right aligned.
setRightAligned(boolean) - Method in interface de.mguennewig.pobjform.TextElement
Sets whether the text should be right aligned.
setRightAligned(boolean) - Method in class de.mguennewig.pobjsearch.SearchColumn
Sets whether the content of this column should be right aligned.
setRows(Integer) - Method in class de.mguennewig.pobjsearch.PClassHtmlSearchForm
Sets the value for rows.
setRows(Integer) - Method in interface de.mguennewig.pobjsearch.PClassSearchForm
Sets the value for rows.
setRows(Integer) - Method in class de.mguennewig.pobjsearch.PClassSwingSearchForm
Sets the value for rows.
setSchemaPrefix(String) - Method in class de.mguennewig.pobjects.metadata.Module
Set the schema prefix for table names from this module.
setSearchModel(SearchModel) - Method in class de.mguennewig.pobjsearch.HtmlSearchPanel
setSearchModel(SearchModel) - Method in interface de.mguennewig.pobjsearch.SearchPanel
 
setSearchModel(SearchModel) - Method in class de.mguennewig.pobjsearch.SearchTableModel
 
setSearchModel(SearchModel) - Method in class de.mguennewig.pobjsearch.SwingSearchPanel
setSelected(String) - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
 
setSelected(String) - Method in interface de.mguennewig.pobjform.RadioElement
 
setSelectedItem(Object) - Method in class de.mguennewig.pobjform.ReferenceModel
setShares(Integer) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Sets the value for shares.
setShort(int, short) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setShortName(String) - Method in class de.mguennewig.pobjects.demo.PClassCurrency
Sets the value for shortName.
setShortName(String) - Method in class de.mguennewig.pobjects.demo.PClassStockExchange
Sets the value for shortName.
setSize(int) - Method in class de.mguennewig.pobjform.html.HtmlStringElement
 
setSize(int) - Method in interface de.mguennewig.pobjform.StringElement
 
setSize(int) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
setSortable(boolean) - Method in class de.mguennewig.pobjsearch.SearchColumn
Sets whether the content of this columns is sortable.
setStaticIfOneOption(boolean) - Method in class de.mguennewig.pobjform.html.HtmlReferenceElement
Sets whether the input element will be rendered as static if the number on non-null options is exactly one.
setStaticIfOneOption(boolean) - Method in class de.mguennewig.pobjform.html.HtmlStringElement
Sets whether the input element will be rendered as static if the number on non-null options is exactly one.
setStaticIfOneOption(boolean) - Method in interface de.mguennewig.pobjform.ReferenceElement
Sets whether the input element will be rendered as static if the number on non-null options is exactly one.
setStaticIfOneOption(boolean) - Method in interface de.mguennewig.pobjform.StringElement
Sets whether the input element will be rendered as static if the number on non-null options is exactly one.
setStaticIfOneOption(boolean) - Method in class de.mguennewig.pobjform.swing.SwingReferenceElement
Sets whether the input element will be rendered as static if the number on non-null options is exactly one.
setStaticIfOneOption(boolean) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
Sets whether the input element will be rendered as static if the number on non-null options is exactly one.
setStock(Stock) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Sets the value for stock.
setStrictMode(boolean) - Method in class de.mguennewig.pobjects.AbstractContainer
Sets whether modified but unstored persistent objects will be denied upon a commit.
setStrictMode(boolean) - Method in interface de.mguennewig.pobjects.Container
Sets whether modified but unstored persistent objects will be denied upon a commit.
setString(int, String) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setString(long, String) - Method in class de.mguennewig.pobjects.PObjClob
Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in class de.mguennewig.pobjects.PObjClob
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setTableName(String) - Method in class de.mguennewig.pobjects.Pclass
Sets the value for tableName.
setTargetClass(ClassDecl) - Method in class de.mguennewig.pobjects.metadata.JoinType
Sets the class declaration of the referenced table.
setTargetClass(ClassDecl) - Method in class de.mguennewig.pobjects.metadata.MapType
Sets the class declaration of the referenced table.
setTargetClass(ClassDecl) - Method in class de.mguennewig.pobjects.metadata.NestedSetType
Sets the class declaration of the referenced table.
setTargetClass(ClassDecl) - Method in interface de.mguennewig.pobjects.metadata.ReferenceToClass
Sets the class declaration of the referenced table.
setTargetClass(ClassDecl) - Method in class de.mguennewig.pobjects.metadata.RefType
Sets the class declaration of the referenced table.
setTargetClass(ClassDecl) - Method in class de.mguennewig.pobjects.metadata.SetType
Sets the class declaration of the referenced table.
setTargetClass(ClassDecl) - Method in class de.mguennewig.pobjects.metadata.StackType
Sets the class declaration of the referenced table.
setText(String) - Method in class de.mguennewig.pobjform.AbstractTextElement
setText(String) - Method in class de.mguennewig.pobjform.swing.SwingTextElement
setText(String) - Method in interface de.mguennewig.pobjform.TextElement
 
setTextContent(String) - Method in class de.mguennewig.pobjtool.NodeContainer
 
setTime(int, Time) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setTime(int, Time, Calendar) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setTimestamp(int, Timestamp) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setTimestamp(int, Timestamp, Calendar) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setTransactionDate(String) - Method in class de.mguennewig.pobjects.demo.PClassTransaction
Sets the value for transactionDate.
SetType - Class in de.mguennewig.pobjects.metadata
Rows of the target table represent a set of values associated with the parent table.
SetType(String, String, ClassDecl) - Constructor for class de.mguennewig.pobjects.metadata.SetType
Initialize set data.
setTypeClass(String) - Method in class de.mguennewig.pobjects.metadata.AbstractType
Sets the fully qualified class name of the type class that should be used instead of this one.
setTypeClass(String) - Method in class de.mguennewig.pobjects.metadata.JoinType
Sets the fully qualified class name of the type class that should be used instead of this one.
setTypeClass(String) - Method in interface de.mguennewig.pobjects.metadata.Type
Sets the fully qualified class name of the type class that should be used instead of this one.
setTypeClass(String) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Sets the fully qualified class name of the type class that should be used instead of this one.
setURL(int, URL) - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
 
setUserData(String, Object, UserDataHandler) - Method in class de.mguennewig.pobjtool.NodeContainer
 
setValue(Record[], Object) - Method in class de.mguennewig.pobjsearch.DefaultSearchColumn
Sets the "raw" value for this column in the given row.
setValue(Record[], Object) - Method in class de.mguennewig.pobjsearch.SearchColumn
Sets the "raw" value for this column in the given row.
setValueAt(Object, int, int) - Method in class de.mguennewig.pobjsearch.SearchTableModel
setVisible(boolean) - Method in class de.mguennewig.pobjform.AbstractArrayElement
Sets whether this element will be written visibly.
setVisible(boolean) - Method in class de.mguennewig.pobjform.AbstractButtonElement
Sets whether the button is visible.
setVisible(boolean) - Method in class de.mguennewig.pobjform.AbstractInputElement
Sets whether this element will be written visibly.
setVisible(boolean) - Method in class de.mguennewig.pobjform.AbstractLinkElement
Sets whether the link is visible.
setVisible(boolean) - Method in class de.mguennewig.pobjform.AbstractRecordElement
Sets whether this element will be written visibly.
setVisible(boolean) - Method in class de.mguennewig.pobjform.AbstractSpacerElement
Sets whether this element will be written visibly.
setVisible(boolean) - Method in class de.mguennewig.pobjform.AbstractTextElement
Sets whether this element will be written visibly.
setVisible(boolean) - Method in interface de.mguennewig.pobjform.ButtonElement
Sets whether the button is visible.
setVisible(boolean) - Method in interface de.mguennewig.pobjform.FormElement
Sets whether this element will be written visibly.
setVisible(boolean) - Method in interface de.mguennewig.pobjform.LinkElement
Sets whether the link is visible.
setVisible(boolean) - Method in class de.mguennewig.pobjform.swing.SwingButtonElement
Sets whether the button is visible.
setVisualString(String) - Method in class de.mguennewig.pobjform.swing.SwingStringElement
 
setVisualString(String) - Method in class de.mguennewig.pobjform.swing.SwingTextAreaElement
 
setWkn(String) - Method in class de.mguennewig.pobjects.demo.PClassStock
Sets the value for wkn.
SHOW - Static variable in interface de.mguennewig.pobjsearch.SearchPanel
 
size() - Method in class de.mguennewig.pobjects.AbstractPObjJoin
Return the number of elements in the join.
size() - Method in class de.mguennewig.pobjects.LiteralSet
Returns the number of values in this literal set.
size() - Method in exception de.mguennewig.pobjects.PObjConstraintException
Returns the number of entries in the exception's list.
size() - Method in class de.mguennewig.pobjects.SoftHashMap
size() - Method in class de.mguennewig.pobjform.Messages
Return the number of messages recorded for all properties (including global messages).
size(String) - Method in class de.mguennewig.pobjform.Messages
Return the number of messages associated with the specified property.
SoftHashMap<K,V> - Class in de.mguennewig.pobjects
A hashtable-based Map implementation with soft values.
SoftHashMap() - Constructor for class de.mguennewig.pobjects.SoftHashMap
Creates a new, empty SoftHashMap with the default initial capacity (16) and the default load factor (0.75).
SoftHashMap(int) - Constructor for class de.mguennewig.pobjects.SoftHashMap
Creates a new, empty SoftHashMap with the given initial capacity and the default load factor, which is 0.75.
SoftHashMap(int, float) - Constructor for class de.mguennewig.pobjects.SoftHashMap
Creates a new, empty SoftHashMap with the given initial capacity and the given load factor.
SoftHashMap(Map<? extends K, ? extends V>) - Constructor for class de.mguennewig.pobjects.SoftHashMap
Constructs a new SoftHashMap with the same mappings as the specified Map.
SORT - Static variable in interface de.mguennewig.pobjsearch.PClassSearchForm
 
sortByDependency(Module, boolean) - Static method in class de.mguennewig.pobjimport.DependencySorter
Returns a set of materliazed classes sorted by dependency (base first, subclasses later).
sortKeys(Map<ClassDecl, Collection<ClassDecl>>, boolean) - Static method in class de.mguennewig.pobjimport.DependencySorter
 
SpacerElement - Interface in de.mguennewig.pobjform
A form element that presents a space or line.
SpacerEntry - Class in de.mguennewig.pobjects.metadata
A form entry for adding an empty line into the form.
SpacerEntry(String, int) - Constructor for class de.mguennewig.pobjects.metadata.SpacerEntry
Creates a new spacer entry.
SQL_ARG_COLON - Static variable in class de.mguennewig.pobjects.metadata.Declaration
 
SQL_ARG_DOLLAR - Static variable in class de.mguennewig.pobjects.metadata.Declaration
 
SQL_ARG_NONE - Static variable in class de.mguennewig.pobjects.metadata.Declaration
 
SQL_ARG_QUESTION_MARK - Static variable in class de.mguennewig.pobjects.metadata.Declaration
 
sqlAnd(Boolean, Boolean) - Static method in class de.mguennewig.pobjects.Terms
 
SqlEntity - Interface in de.mguennewig.pobjects.metadata
Interface for all SQL entities that can be accessed by a schema name within the database.
SQLEvalContext - Class in de.mguennewig.pobjects
Internal class to convert the internal term expressions into SQL statements.
SQLEvalContext(int, int, String) - Constructor for class de.mguennewig.pobjects.SQLEvalContext
Creates a new evaluation context.
SQLite - Class in de.mguennewig.pobjtool.ddl
Data Definition Language for SQLite 3 database.
SQLite(String) - Constructor for class de.mguennewig.pobjtool.ddl.SQLite
Creates a new instance of SQLite
SQLiteContainer - Class in de.mguennewig.pobjects.jdbc
Container implementation for SQLite3 databases.
SQLiteContainer(PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.SQLiteContainer
Creates a container without a connection to any DBMS.
SQLiteContainer(String, Integer, String, String, String, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.SQLiteContainer
Creates a container that opens a connection to the specified database.
SQLiteContainer(Connection, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.SQLiteContainer
Creates a container with a specified connection to a DBMS.
SQLiteContainer.SQLiteEvalContext - Class in de.mguennewig.pobjects.jdbc
 
SQLiteContainer.SQLiteEvalContext(int, int, String) - Constructor for class de.mguennewig.pobjects.jdbc.SQLiteContainer.SQLiteEvalContext
 
SqlServer - Class in de.mguennewig.pobjtool.ddl
Data Definition Language for the Microsoft SQL Server database.
SqlServer(String) - Constructor for class de.mguennewig.pobjtool.ddl.SqlServer
Creates a new data definition instance for a MS-SQL database.
SqlServerContainer - Class in de.mguennewig.pobjects.jdbc
Container implementation for MS-SQL Server databases.
SqlServerContainer(PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.SqlServerContainer
Creates a container without a connection to a MS-SQL Server.
SqlServerContainer(String, Integer, String, String, String, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.SqlServerContainer
 
SqlServerContainer(Connection, PObjDictionary, String) - Constructor for class de.mguennewig.pobjects.jdbc.SqlServerContainer
Creates a container with a specified connection to a DBMS, which must denote a MS-SQL Server compatible DBMS.
SqlStatement - Interface in de.mguennewig.pobjects.metadata
Interface describing a declaration that contains a SQL statement.
squeeze(String) - Static method in class de.mguennewig.pobjects.PObjUtils
Returns the string with multiple whitespace replaced by one.
StackType - Class in de.mguennewig.pobjects.metadata
Rows of the target table represent a stack of values associated with the parent table.
StackType(String, String, ClassDecl) - Constructor for class de.mguennewig.pobjects.metadata.StackType
Initialize stack data.
start(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
start(String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
start(String, String, boolean) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
start(String, boolean) - Method in class de.mguennewig.pobjimport.XmlWriter
Opens a tag tagName with specified mixed content mode.
start(String) - Method in class de.mguennewig.pobjimport.XmlWriter
Opens a tag tagName.
startsNewCell() - Method in class de.mguennewig.pobjform.AbstractFormElement
Tests whether this element will start a new cell in the current row.
startsNewCell() - Method in interface de.mguennewig.pobjform.FormElement
Tests whether this element will start a new cell in the current row.
startsWithIgnoreCase(String, String) - Static method in class de.mguennewig.pobjects.PObjUtils
Tests if this string starts with the specified prefix, but ignores case.
STATE_COMMITED - Static variable in class de.mguennewig.pobjects.PObject
A pseudo state that will not really change state but will clear the PObject.getOldValues() hash after a commit has been issued.
STATE_DELETE - Static variable in class de.mguennewig.pobjects.PObject
The object is marked for deletion.
STATE_DIRTY - Static variable in class de.mguennewig.pobjects.PObject
The object has been read from the database, and one or more of its fields have been changed in memory.
STATE_ID_CONSTANT - Static variable in class de.mguennewig.pobjects.metadata.Waitstate
The Java name of the constant that holds the wait-state's name.
STATE_INTERNALIZED - Static variable in class de.mguennewig.pobjects.PObject
The object mirrors an existing database row.
STATE_INVALID - Static variable in class de.mguennewig.pobjects.PObject
 
STATE_NEW_OBJECT - Static variable in class de.mguennewig.pobjects.PObject
Container.makePersistent(PObject) has been called on the object, but the object has not been stored yet.
STATE_REFERENCE - Static variable in class de.mguennewig.pobjects.PObject
The object in memory is only a reference to the real data stored in the database.
STATE_TRANSIENT - Static variable in class de.mguennewig.pobjects.PObject
 
StaticSearchFilter - Class in de.mguennewig.pobjsearch
A search filter that ignores any user input.
StaticSearchFilter(String, String, Condition...) - Constructor for class de.mguennewig.pobjsearch.StaticSearchFilter
Creates a new search filter.
Stock - Class in de.mguennewig.pobjects.demo
Class description goes here.
Stock() - Constructor for class de.mguennewig.pobjects.demo.Stock
 
Stock(String, String) - Constructor for class de.mguennewig.pobjects.demo.Stock
 
StockExchange - Class in de.mguennewig.pobjects.demo
Class description goes here.
StockExchange() - Constructor for class de.mguennewig.pobjects.demo.StockExchange
 
StockExchange(String, String) - Constructor for class de.mguennewig.pobjects.demo.StockExchange
 
stopCellEditing() - Method in class de.mguennewig.pobjsearch.PObjCellEditor
 
store() - Method in class de.mguennewig.pobjects.PObject
Saves the current in memory state in the RDBMS.
store(int) - Method in class de.mguennewig.pobjects.PObject
Saves the current in memory state in the RDBMS.
storeAll() - Method in class de.mguennewig.pobjects.AbstractContainer
Stores all changed objects belonging to this container.
storeAll() - Method in interface de.mguennewig.pobjects.Container
Stores all changed objects belonging to this container.
storeState() - Method in class de.mguennewig.pobjects.EvalContext
 
StringElement - Interface in de.mguennewig.pobjform
Class description goes here.
StringType - Class in de.mguennewig.pobjects.metadata
Basic string type with an upper limit to its length.
StringType(int) - Constructor for class de.mguennewig.pobjects.metadata.StringType
Creates a new string type of a maximum size of size.
StringType(int, int) - Constructor for class de.mguennewig.pobjects.metadata.StringType
Creates a new string type with restriction to alpha-numeric or numeric characters.
StringType(int, int, String) - Constructor for class de.mguennewig.pobjects.metadata.StringType
Creates a new string type.
StringType(int, int, String, int) - Constructor for class de.mguennewig.pobjects.metadata.StringType
Creates a new string type.
StringType(int, int, String, int, String) - Constructor for class de.mguennewig.pobjects.metadata.StringType
Creates a new string type.
submit(String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
submit(String, String, String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
substring(Term, int, int) - Static method in class de.mguennewig.pobjects.FctCall
Compute a substring.
SUPPORTS_BOOLEAN - Static variable in interface de.mguennewig.pobjects.Container
The database supports the data type BOOLEAN natively.
SUPPORTS_INHERITS - Static variable in interface de.mguennewig.pobjects.Container
The INHERITS concept is supported by the RDBMS as well as supported and used by the Container.
SUPPORTS_JOIN - Static variable in interface de.mguennewig.pobjects.Container
Capability flag, which states that both outer join syntaxes are supported.
SUPPORTS_LIMIT_OFFSET - Static variable in interface de.mguennewig.pobjects.Container
The keywords LIMIT and OFFSET are supported to limit result set of the query.
SUPPORTS_ORACLE_JOIN - Static variable in interface de.mguennewig.pobjects.Container
Capability flag, which states that for outer joins a (+) as used by Oracle must be appended to the expression in the WHERE clause, which should be used for the join.
SUPPORTS_SQL99_JOIN - Static variable in interface de.mguennewig.pobjects.Container
Capability flag, which states that [LEFT | RIGHT | FULL] OUTER JOIN in the FROM part are supported.
supportsBoolean() - Method in class de.mguennewig.pobjects.AbstractContainer
Tests whether the database supports booleans natively.
supportsBoolean() - Method in interface de.mguennewig.pobjects.Container
Tests whether the database supports booleans natively.
supportsBoolean() - Method in class de.mguennewig.pobjects.EvalContext
Tests whether the database supports booleans natively.
supportsInherits() - Method in class de.mguennewig.pobjects.AbstractContainer
Tests whether the database supports the inheritance concept natively.
supportsInherits() - Method in interface de.mguennewig.pobjects.Container
Tests whether the database supports the inheritance concept natively.
supportsInherits() - Method in class de.mguennewig.pobjects.EvalContext
Tests whether the INHERITS concept is supported.
supportsLimitOffset() - Method in class de.mguennewig.pobjects.AbstractContainer
Tests whether the database supports limiting the result set.
supportsLimitOffset() - Method in interface de.mguennewig.pobjects.Container
Tests whether the database supports limiting the result set.
supportsLimitOffset() - Method in class de.mguennewig.pobjects.EvalContext
Tests whether the keywords LIMIT and OFFSET are supported by the database to limit the result set.
supportsOracleJoin() - Method in class de.mguennewig.pobjects.AbstractContainer
Tests whether the database supports Oracle style joins.
supportsOracleJoin() - Method in interface de.mguennewig.pobjects.Container
Tests whether the database supports Oracle style joins.
supportsOracleJoin() - Method in class de.mguennewig.pobjects.EvalContext
Tests whether the Oracle join style is supported.
supportsSQL99Join() - Method in class de.mguennewig.pobjects.AbstractContainer
Tests whether the database supports SQL99 style joins.
supportsSQL99Join() - Method in interface de.mguennewig.pobjects.Container
Tests whether the database supports SQL99 style joins.
supportsSQL99Join() - Method in class de.mguennewig.pobjects.EvalContext
Tests whether joins after SQL99 are supported.
SWING_CLASS_NAME - Static variable in class de.mguennewig.pobjects.metadata.FormDecl
 
SwingArrayElement - Class in de.mguennewig.pobjform.swing
A Swing implementation of an array element.
SwingArrayElement(PObjSwingForm, ArrayEntry) - Constructor for class de.mguennewig.pobjform.swing.SwingArrayElement
Creates a new SwingArrayElement.
SwingButtonElement - Class in de.mguennewig.pobjform.swing
Class description goes here.
SwingButtonElement(PObjSwingForm, ButtonEntry) - Constructor for class de.mguennewig.pobjform.swing.SwingButtonElement
Creates a new SwingButtonElement.
SwingCheckboxElement - Class in de.mguennewig.pobjform.swing
Class description goes here.
SwingCheckboxElement(PObjSwingForm, InputEntry) - Constructor for class de.mguennewig.pobjform.swing.SwingCheckboxElement
Creates a new Swing checkbox element.
SwingFormElement - Interface in de.mguennewig.pobjform.swing
A Swing based form element.
SwingInputElement - Class in de.mguennewig.pobjform.swing
Class description goes here.
SwingInputElement(PObjSwingForm, InputEntry) - Constructor for class de.mguennewig.pobjform.swing.SwingInputElement
Creates a new SwingInputElement.
SwingRecordElement - Class in de.mguennewig.pobjform.swing
A Swing implementation of an RecordElement.
SwingRecordElement(PObjSwingForm, RecordEntry) - Constructor for class de.mguennewig.pobjform.swing.SwingRecordElement
Creates a new SwingRecordElement.
SwingReferenceElement - Class in de.mguennewig.pobjform.swing
A Swing implementation of a ReferenceElement.
SwingReferenceElement(PObjSwingForm, InputEntry) - Constructor for class de.mguennewig.pobjform.swing.SwingReferenceElement
Creates a new SwingReferenceElement.
SwingSearchForm - Class in de.mguennewig.pobjsearch
PObject interface class for SearchForm.
SwingSearchForm(Container) - Constructor for class de.mguennewig.pobjsearch.SwingSearchForm
Creates a new SearchForm.
SwingSearchPanel - Class in de.mguennewig.pobjsearch
Swing based search panel.
SwingSearchPanel(ResourceBundle, Container, SearchModel) - Constructor for class de.mguennewig.pobjsearch.SwingSearchPanel
 
SwingSpacerElement - Class in de.mguennewig.pobjform.swing
Class description goes here.
SwingSpacerElement(PObjSwingForm, SpacerEntry) - Constructor for class de.mguennewig.pobjform.swing.SwingSpacerElement
Creates a new SwingSpacerElement.
SwingStringElement - Class in de.mguennewig.pobjform.swing
Class description goes here.
SwingStringElement(PObjSwingForm, InputEntry) - Constructor for class de.mguennewig.pobjform.swing.SwingStringElement
Creates a new SwingStringElement.
SwingTextAreaElement - Class in de.mguennewig.pobjform.swing
Class description goes here.
SwingTextAreaElement(PObjSwingForm, TextAreaEntry) - Constructor for class de.mguennewig.pobjform.swing.SwingTextAreaElement
Creates a new SwingTextAreaElement.
SwingTextElement - Class in de.mguennewig.pobjform.swing
Class description goes here.
SwingTextElement(PObjSwingForm, TextEntry) - Constructor for class de.mguennewig.pobjform.swing.SwingTextElement
Creates a new SwingTextElement.

T

TABLE_PREFIX - Static variable in class de.mguennewig.pobjects.EvalContext
 
TableExpr - Class in de.mguennewig.pobjects.metadata
Abstract base class for all table expressions.
TableExpr(String) - Constructor for class de.mguennewig.pobjects.metadata.TableExpr
Creates a new table expression.
TableExprFKeyPair - Class in de.mguennewig.pobjects.memdb
A simply structure to hold a table expression and a ForeignKeyConstraint.
TableExprFKeyPair(TableExpr, ForeignKeyConstraint) - Constructor for class de.mguennewig.pobjects.memdb.TableExprFKeyPair
 
TableRef - Class in de.mguennewig.pobjects
Represents a table expression within an SQL FROM.
TableRef(TableExpr, String, int) - Constructor for class de.mguennewig.pobjects.TableRef
Creates a new table reference.
td(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
Term - Interface in de.mguennewig.pobjects
Interface of all entries that can appear in a boolean expression as part of a query.
Terms - Class in de.mguennewig.pobjects
A collection of utility methods to process Terms in-memory.
text(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
text(String, int, int) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
text(String) - Method in class de.mguennewig.pobjimport.XmlWriter
Writes text data to the current open element.
TextAreaElement - Interface in de.mguennewig.pobjform
Class description goes here.
TextAreaEntry - Class in de.mguennewig.pobjects.metadata
A special form entry that describes a text-area.
TextAreaEntry(String, Type, String, boolean, String, int, int) - Constructor for class de.mguennewig.pobjects.metadata.TextAreaEntry
Creates a new TextAreaEntry.
TextAreaEntry(String, Type, int, String, boolean, String, int, int, int) - Constructor for class de.mguennewig.pobjects.metadata.TextAreaEntry
Creates a new TextAreaEntry.
TextElement - Interface in de.mguennewig.pobjform
A form element that presents static text.
TextEntry - Class in de.mguennewig.pobjects.metadata
A form entry for displaying static text given by the application.
TextEntry(String, int, String) - Constructor for class de.mguennewig.pobjects.metadata.TextEntry
Creates a new TextEntry.
textWithoutQuoting(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
Print to output stream without quoting HTML tags.
th(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
timeStamp(TimeStampType, BigInteger, String) - Method in class de.mguennewig.pobjform.html.Layout
Writes a localized time stamp to the layout.
TimeStampType - Class in de.mguennewig.pobjects.metadata
A time stamp stored as a decimal number, for example as a 14 digit yyyyMMddHHmmss.
TimeStampType(int) - Constructor for class de.mguennewig.pobjects.metadata.TimeStampType
Creates a new time stamp with the TimeStampType.DEFAULT_FORMAT.
TimeStampType(int, String) - Constructor for class de.mguennewig.pobjects.metadata.TimeStampType
Creates a new time stamp without lower limit.
TimeStampType(int, String, BigInteger) - Constructor for class de.mguennewig.pobjects.metadata.TimeStampType
Creates a new time stamp.
toAllCapsCase(String) - Static method in class de.mguennewig.pobjects.PObjUtils
Returns a upper case string of the given one, but adds underscores between each change of lower case to upper case, also known as All Caps Case.
toBlob(Object) - Method in class de.mguennewig.pobjects.metadata.ObjectType
Converts the given serializable object into a BLOB.
toDate(BigInteger) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Converts the time stamp to a Date instance.
toDate(BigInteger, TimeZone) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Converts the time stamp to a Date instance.
ToggleColumnAction - Class in de.mguennewig.pobjsearch
Action to toggle the visibility of a table column.
ToggleColumnAction(int, TableColumnModel, Object) - Constructor for class de.mguennewig.pobjsearch.ToggleColumnAction
Creates a new toggle column action.
ToggleColumnAction(TableModel, int, TableColumnModel) - Constructor for class de.mguennewig.pobjsearch.ToggleColumnAction
Creates a new toggle column action.
toggleSortURL(String, int) - Method in class de.mguennewig.pobjsearch.HtmlSearchForm
 
toInet4Address(String) - Static method in class de.mguennewig.pobjects.metadata.IPv4Type
Converts a IPv4 address from dotted quad notation into a Inet4Address.
toSql() - Method in class de.mguennewig.pobjects.jdbc.SQLiteContainer.SQLiteEvalContext
toSql() - Method in class de.mguennewig.pobjects.SQLEvalContext
 
toString() - Method in class de.mguennewig.pobjects.Cast
toString() - Method in class de.mguennewig.pobjects.ColumnReference
toString() - Method in class de.mguennewig.pobjects.FctCall
toString() - Method in class de.mguennewig.pobjects.jdbc.PreparedStatementHandler
toString() - Method in class de.mguennewig.pobjects.Junction
toString() - Method in class de.mguennewig.pobjects.Literal
Returns a textual representation for this literal.
toString() - Method in class de.mguennewig.pobjects.LiteralSet
Returns a textual representation for this literal set.
toString() - Method in class de.mguennewig.pobjects.Member
toString() - Method in class de.mguennewig.pobjects.memdb.TableExprFKeyPair
toString() - Method in class de.mguennewig.pobjects.metadata.Column
toString() - Method in class de.mguennewig.pobjects.metadata.Declaration
toString() - Method in class de.mguennewig.pobjects.metadata.MapItem
toString() - Method in class de.mguennewig.pobjects.PObject
Returns a textual representation for this class.
toString() - Method in exception de.mguennewig.pobjects.PObjSyntaxException
toString() - Method in class de.mguennewig.pobjects.Predicate
toString() - Method in class de.mguennewig.pobjects.SQLEvalContext
toString() - Method in class de.mguennewig.pobjects.TableRef
toString() - Method in class de.mguennewig.pobjform.Message
toString() - Method in class de.mguennewig.pobjform.Messages
toString(PObject) - Static method in class de.mguennewig.pobjform.ReferenceModel
Returns a visual string for the given object.
toString() - Method in class de.mguennewig.pobjsearch.SearchModel
toString() - Method in class de.mguennewig.pobjtool.NodeContainer
Returns a text representation of this instance.
toXml(Document) - Method in class de.mguennewig.pobjects.metadata.AnchorDesc
toXml(Document) - Method in class de.mguennewig.pobjects.metadata.BlockDesc
toXml() - Method in class de.mguennewig.pobjects.metadata.Description
 
toXml(Document) - Method in class de.mguennewig.pobjects.metadata.FlowDesc
 
toXml(Document) - Method in class de.mguennewig.pobjects.metadata.InlineDesc
toXml(Document) - Method in class de.mguennewig.pobjects.metadata.PCDataDesc
toXml(Document) - Method in class de.mguennewig.pobjects.metadata.RefDesc
Transaction - Class in de.mguennewig.pobjects.demo
Class description goes here.
Transaction() - Constructor for class de.mguennewig.pobjects.demo.Transaction
 
Transaction(BigDecimal, BigDecimal, Currency, StockExchange, BigDecimal, BigDecimal, Integer, Stock, String) - Constructor for class de.mguennewig.pobjects.demo.Transaction
 
truncate(long) - Method in class de.mguennewig.pobjects.PObjBlob
Truncates the BLOB value that this Blob object represents to be len bytes in length.
truncate(long) - Method in class de.mguennewig.pobjects.PObjClob
Truncates the CLOB value that this Clob designates to have a length of len characters.
tryToLoadClass(String) - Static method in class de.mguennewig.pobjects.PObjUtils
Tries to load the class identified by className.
tt(String) - Method in class de.mguennewig.pobjform.html.HtmlWriter
 
Type - Interface in de.mguennewig.pobjects.metadata
All types that can be used for a field of a persistent object must implement this interface.
TYPE_DIRECTORY - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
TYPE_FILE - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
TYPE_FILTER_MODE - Static variable in class de.mguennewig.pobjsearch.Globals
 
TYPE_INVALID - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
The file name contains non-ASCII characters, which Java does not handle correctly.
TYPE_NAME - Static variable in class de.mguennewig.pobjects.metadata.JoinType
Name of the Java type used to access values of this JoinType.
TYPE_NAME - Static variable in interface de.mguennewig.pobjects.metadata.Type
Name of the Java type used to store values of this Type.
TYPE_SPECIAL - Static variable in class de.mguennewig.pobjects.filesystem.FileRecord
 
TypeClassHandler - Class in de.mguennewig.pobjtool
An invocation handler that calls an instance of the type class of a given type instance.
TypeClassHandler(Type) - Constructor for class de.mguennewig.pobjtool.TypeClassHandler
Creates a new invocation handler that calls an instance of the type class that the given type specifies.
TypeDecl - Class in de.mguennewig.pobjects.metadata
Module-wide declaration of a type.
TypeDecl(String, Type) - Constructor for class de.mguennewig.pobjects.metadata.TypeDecl
Creates a new type declaration.
TypeRef - Class in de.mguennewig.pobjects.metadata
A type which references a declaration of a type.
TypeRef(TypeDecl) - Constructor for class de.mguennewig.pobjects.metadata.TypeRef
Creates a new type reference.

U

ucfirst(String) - Static method in class de.mguennewig.pobjects.PObjUtils
Like String.toUpperCase() but only affects the first character of the string.
UNDEF_INT - Static variable in class de.mguennewig.pobjform.html.HtmlWriter
 
UniqueConstraint - Class in de.mguennewig.pobjects.metadata
Defines a unique-constraint for an n-tuple of attributes.
UniqueConstraint(String, Field[]) - Constructor for class de.mguennewig.pobjects.metadata.UniqueConstraint
Creates a new unique constraint.
UniqueConstraint(String, Field[], String) - Constructor for class de.mguennewig.pobjects.metadata.UniqueConstraint
Creates a new unique constraint.
uniqueCurrencyLongName - Static variable in class de.mguennewig.pobjects.demo.PClassCurrency
 
uniqueCurrencyShortName - Static variable in class de.mguennewig.pobjects.demo.PClassCurrency
 
uniquePclassColumnPclassColumnName - Static variable in class de.mguennewig.pobjects.PclassColumn
 
uniquePclassTableName - Static variable in class de.mguennewig.pobjects.Pclass
 
uniqueStockExchangeLongName - Static variable in class de.mguennewig.pobjects.demo.PClassStockExchange
 
uniqueStockExchangeShortName - Static variable in class de.mguennewig.pobjects.demo.PClassStockExchange
 
uniqueStockName - Static variable in class de.mguennewig.pobjects.demo.PClassStock
 
uniqueStockWkn - Static variable in class de.mguennewig.pobjects.demo.PClassStock
 
updateErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingArrayElement
 
updateErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingButtonElement
 
updateErrorComponent() - Method in interface de.mguennewig.pobjform.swing.SwingFormElement
Updates the error messages that are displayed by the error component.
updateErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingInputElement
 
updateErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingRecordElement
Updates the error messages that are displayed by the error component.
updateErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingSpacerElement
 
updateErrorComponent() - Method in class de.mguennewig.pobjform.swing.SwingTextElement
 
updateObject(PObject) - Method in interface de.mguennewig.pobjects.Container
Updates the given persistent object in the database.
updateObject(PObject) - Method in class de.mguennewig.pobjects.event.ContainerWrapper
Updates the given persistent object in the database.
updateObject(PObject) - Method in class de.mguennewig.pobjects.filesystem.FileSystemContainer
Updates the given persistent object in the database.
updateObject(PObject) - Method in class de.mguennewig.pobjects.jdbc.JdbcContainer
Updates the given persistent object in the database.
updateObject(PObject) - Method in class de.mguennewig.pobjects.memdb.MemoryContainer
Updates the given persistent object in the database.
upper(Term) - Static method in class de.mguennewig.pobjects.FctCall
Convert string to upper case.
USE_ARRAY_FOR_LOB - Static variable in interface de.mguennewig.pobjects.Container
Use an array of bytes/characters for large objects.
USE_STREAM_TO_INSERT_LOB - Static variable in interface de.mguennewig.pobjects.Container
Use a stream/reader to insert large objects into the database.
useArrayForLob() - Method in class de.mguennewig.pobjects.AbstractContainer
Tests whether the database requires to use an byte[] or char[] instead of a large object.
useArrayForLob() - Method in interface de.mguennewig.pobjects.Container
Tests whether the database requires to use an byte[] or char[] instead of a large object.
useStreamToInsertLob() - Method in class de.mguennewig.pobjects.AbstractContainer
Tests whether the database requires to use an InputStream or Reader instead of a large object.
useStreamToInsertLob() - Method in interface de.mguennewig.pobjects.Container
Tests whether the database requires to use an InputStream or Reader instead of a large object.

V

validate() - Method in class de.mguennewig.pobjform.AbstractArrayElement
Checks for a valid value in this form element and any possible children.
validate() - Method in class de.mguennewig.pobjform.AbstractButtonElement
Checks for a valid value in this form element and any possible children.
validate() - Method in class de.mguennewig.pobjform.AbstractInputElement
 
validate() - Method in class de.mguennewig.pobjform.AbstractLinkElement
Checks for a valid value in this form element and any possible children.
validate() - Method in class de.mguennewig.pobjform.AbstractPObjForm
validate() - Method in class de.mguennewig.pobjform.AbstractRecordElement
Checks for a valid value in this form element and any possible children.
validate() - Method in class de.mguennewig.pobjform.AbstractSpacerElement
Checks for a valid value in this form element and any possible children.
validate() - Method in class de.mguennewig.pobjform.AbstractTextElement
Checks for a valid value in this form element and any possible children.
validate() - Method in interface de.mguennewig.pobjform.FormElement
Checks for a valid value in this form element and any possible children.
validate() - Method in class de.mguennewig.pobjform.html.HtmlCheckboxElement
 
validate() - Method in class de.mguennewig.pobjform.html.HtmlReferenceElement
Checks for a valid value in this form element and any possible children.
validate() - Method in interface de.mguennewig.pobjform.PObjForm
 
validIdent(String, boolean) - Static method in class de.mguennewig.pobjtool.DictionaryParser
 
ValueElement - Interface in de.mguennewig.pobjform
Interface for all form elements that handle editable values.
ValueEntry - Class in de.mguennewig.pobjects.metadata
Abstract base class for all form entries, which handle values.
ValueEntry(String, Type) - Constructor for class de.mguennewig.pobjects.metadata.ValueEntry
Creates a new normal rendered form entry with standard layout.
ValueEntry(String, Type, int) - Constructor for class de.mguennewig.pobjects.metadata.ValueEntry
Creates a new normal rendered form entry.
ValueEntry(String, Type, int, int) - Constructor for class de.mguennewig.pobjects.metadata.ValueEntry
Creates a new form entry for values.
valueOf(Blob) - Method in class de.mguennewig.pobjects.metadata.ObjectType
Reads from the given BLOB a serializable object.
valueOf(InputStream) - Method in class de.mguennewig.pobjects.metadata.ObjectType
Reads from the given stream a serializable object.
valueOf(Date) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Converts the date to a time stamp using the system default timezone.
valueOf(Date, TimeZone) - Method in class de.mguennewig.pobjects.metadata.TimeStampType
Converts the date to a time stamp.
values() - Method in class de.mguennewig.pobjects.SoftHashMap
valueToLabel(Object, ObjectRef) - Method in class de.mguennewig.pobjects.metadata.FileType
Maps value to its label if defined.
valueToLabel(Object, ObjectRef) - Method in class de.mguennewig.pobjects.metadata.ScalarType
Maps value to its label if defined.
valueToLabel(Object, ObjectRef) - Method in interface de.mguennewig.pobjects.metadata.Type
Maps value to its label if defined.
valueToLabel(Object, ObjectRef) - Method in class de.mguennewig.pobjects.metadata.TypeRef
Maps value to its label if defined.
ViewDecl - Class in de.mguennewig.pobjects.metadata
A variant of a select expression that is translated into a CREATE VIEW definition.
ViewDecl(String, String, Parameter[], boolean, Object[]) - Constructor for class de.mguennewig.pobjects.metadata.ViewDecl
Creates a new view.

W

Waitstate - Class in de.mguennewig.pobjects.metadata
Describes a wait state of a work flow.
Waitstate(String, boolean, String[]) - Constructor for class de.mguennewig.pobjects.metadata.Waitstate
Creates a new wait state.
Workflow - Class in de.mguennewig.pobjects.metadata
Describes a work flow.
Workflow(ClassDecl, ClassDecl, Waitstate[]) - Constructor for class de.mguennewig.pobjects.metadata.Workflow
Creates a new Workflow.
WORKFLOW_INSTANCE_CLASS - Static variable in class de.mguennewig.pobjects.metadata.Workflow
 
WORKFLOW_MODULE - Static variable in class de.mguennewig.pobjects.metadata.Workflow
 
WORKFLOW_STATE_CLASS - Static variable in class de.mguennewig.pobjects.metadata.Workflow
 
write(Layout) - Method in class de.mguennewig.pobjform.html.HtmlArrayElement
Writes the form element into the HTML stream without any postponing.
write(Layout, Collection<HtmlFormElement>) - Method in class de.mguennewig.pobjform.html.HtmlArrayElement
Writes the form element into the HTML stream.
write(Layout) - Method in class de.mguennewig.pobjform.html.HtmlButtonElement
 
write(Layout, Collection<HtmlFormElement>) - Method in class de.mguennewig.pobjform.html.HtmlButtonElement
 
write(Layout) - Method in interface de.mguennewig.pobjform.html.HtmlFormElement
Writes the form element into the HTML stream without any postponing.
write(Layout, Collection<HtmlFormElement>) - Method in interface de.mguennewig.pobjform.html.HtmlFormElement
Writes the form element into the HTML stream.
write(Layout) - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
write(Layout, Collection<HtmlFormElement>) - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
write(Layout) - Method in class de.mguennewig.pobjform.html.HtmlLinkElement
Writes the form element into the HTML stream without any postponing.
write(Layout, Collection<HtmlFormElement>) - Method in class de.mguennewig.pobjform.html.HtmlLinkElement
Writes the form element into the HTML stream.
write(Layout, Collection<HtmlFormElement>) - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
Writes the form element into the HTML stream.
write(Layout) - Method in class de.mguennewig.pobjform.html.HtmlRecordElement
 
write(Layout, Collection<HtmlFormElement>) - Method in class de.mguennewig.pobjform.html.HtmlRecordElement
 
write(Layout) - Method in class de.mguennewig.pobjform.html.HtmlSpacerElement
 
write(Layout, Collection<HtmlFormElement>) - Method in class de.mguennewig.pobjform.html.HtmlSpacerElement
 
write(Layout) - Method in class de.mguennewig.pobjform.html.HtmlTextElement
 
write(Layout, Collection<HtmlFormElement>) - Method in class de.mguennewig.pobjform.html.HtmlTextElement
 
write(String, String, String) - Method in class de.mguennewig.pobjform.html.Layout
 
write(Layout) - Method in class de.mguennewig.pobjform.html.PObjHtmlForm
Writes the form into the HTML stream.
write(Layout, FormEntry) - Method in class de.mguennewig.pobjform.html.PObjHtmlForm
Writes the form entry into the HTML stream.
write(Layout, FormEntry[]) - Method in class de.mguennewig.pobjform.html.PObjHtmlForm
Writes the form entries into the HTML stream.
write() - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
Writes this form/dialog into a new JPanel that will be returned.
write(FormEntry[]) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
Writes this form/dialog into a new JPanel that will be returned.
write(Dialog, String) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
Writes this form into a new modal dialog with given parent and title.
write(Dialog, String, boolean) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
Writes this form into a dialog with given parent and title.
write(Frame, String) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
Writes this form into a new modal dialog with given parent and title.
write(Frame, String, boolean) - Method in class de.mguennewig.pobjform.swing.PObjSwingForm
Writes this form into a new modal dialog with given parent and title.
write(Layout) - Method in class de.mguennewig.pobjsearch.HtmlSearchPanel
Writes the search panel to the HTML stream.
writeElement(Layout, FormEntry, boolean) - Method in class de.mguennewig.pobjform.html.PObjHtmlForm
Writes the form elements of the given entry directly to the layout.
writeErrors(Layout) - Method in class de.mguennewig.pobjform.html.HtmlArrayElement
Writes any error messages concerning this form element into the HTML stream.
writeErrors(Layout) - Method in class de.mguennewig.pobjform.html.HtmlButtonElement
 
writeErrors(Layout) - Method in interface de.mguennewig.pobjform.html.HtmlFormElement
Writes any error messages concerning this form element into the HTML stream.
writeErrors(Layout) - Method in class de.mguennewig.pobjform.html.HtmlInputElement
 
writeErrors(Layout) - Method in class de.mguennewig.pobjform.html.HtmlLinkElement
Writes any error messages concerning this form element into the HTML stream.
writeErrors(Layout) - Method in class de.mguennewig.pobjform.html.HtmlRadioElement
Writes any error messages concerning this form element into the HTML stream.
writeErrors(Layout) - Method in class de.mguennewig.pobjform.html.HtmlRecordElement
 
writeErrors(Layout) - Method in class de.mguennewig.pobjform.html.HtmlSpacerElement
 
writeErrors(Layout) - Method in class de.mguennewig.pobjform.html.HtmlTextElement
 
writeFile(File) - Method in class de.mguennewig.pobjimport.Exporter
 
writeFile(File, Module) - Method in class de.mguennewig.pobjimport.Exporter
 
writeStream(OutputStream) - Method in class de.mguennewig.pobjimport.Exporter
 
writeStream(OutputStream, Module) - Method in class de.mguennewig.pobjimport.Exporter
 

X

XmlWriter - Class in de.mguennewig.pobjimport
Simple class to generate an XML file on the fly.
XmlWriter(PrintWriter) - Constructor for class de.mguennewig.pobjimport.XmlWriter
Creates a new XML writer with mixed content for all elements.
XmlWriter(PrintWriter, String[]) - Constructor for class de.mguennewig.pobjimport.XmlWriter
Creates a new XML writer with element-only content for the specified elements.

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