public class TdbOutputFormatList extends TdbFormatList
Constructor and Description |
---|
TdbOutputFormatList(TdbSession session)
Constructor -- the resulting object contains no forms and must
be initialized using the get(String) method
|
TdbOutputFormatList(TdbSession session,
java.lang.String db)
Constructor, retrieves report forms from a named database
|
TdbOutputFormatList(TdbSession session,
TdbControlObject ob)
Constructor, retrieves report forms from the database identified by
a Control object
|
TdbOutputFormatList(TdbSession session,
TdbDatabaseDesign db)
Constructor, retrieves report forms from the database identified by
the database's design object
|
Modifier and Type | Method and Description |
---|---|
void |
get(java.lang.String name)
Retrieve report forms from a named database, regardless of how the
object was constructed.
|
contains, contains, refresh, transform
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
cancel, getSession, isCancelable, setCancelable
public TdbOutputFormatList(TdbSession session, TdbControlObject ob) throws TdbException
session
- Active sessionob
- Control object referencing the databaseTdbException
public TdbOutputFormatList(TdbSession session, TdbDatabaseDesign db) throws TdbException
session
- Active sessiondb
- Database design objectTdbException
public TdbOutputFormatList(TdbSession session, java.lang.String db) throws TdbException
session
- Active sessiondb
- Name of database for which to retrieve formsTdbException
public TdbOutputFormatList(TdbSession session) throws TdbException
session
- Active sessionTdbException
public void get(java.lang.String name) throws TdbException
name
- The name of the database from which to retrieve formsTdbException