Package com.tietoenator.trip.jxp.control
Class TdbEntryFormList
java.lang.Object
com.tietoenator.trip.jxp.session.TdbSessionObject
com.tietoenator.trip.jxp.TdbMessageProvider
com.tietoenator.trip.jxp.TdbMessageProvidingList<TdbControlObject>
com.tietoenator.trip.jxp.control.TdbControlObjectList
com.tietoenator.trip.jxp.control.TdbFormatList
com.tietoenator.trip.jxp.control.TdbEntryFormList
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink
,Iterable<TdbControlObject>
,Collection<TdbControlObject>
,List<TdbControlObject>
Generate list of entry forms attached to a database
-
Constructor Summary
ConstructorsConstructorDescriptionTdbEntryFormList
(TdbSession session) Constructor -- the resulting object contains no forms and must be initialized using the get(String) methodTdbEntryFormList
(TdbSession session, TdbDatabaseDesign db) Constructor, retrieves entry forms from the database identified by the database's design objectTdbEntryFormList
(TdbSession session, TdbControlObject ob) Constructor, retrieves entry forms from the database identified by a Control objectTdbEntryFormList
(TdbSession session, String db) Constructor, retrieves entry forms from a named database -
Method Summary
Methods inherited from class com.tietoenator.trip.jxp.control.TdbControlObjectList
contains, contains, get, refresh, transform
Methods inherited from class com.tietoenator.trip.jxp.TdbMessageProvidingList
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
Methods inherited from class com.tietoenator.trip.jxp.TdbMessageProvider
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
Methods inherited from class com.tietoenator.trip.jxp.session.TdbSessionObject
cancel, getSession, isCancelable, setCancelable
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
TdbEntryFormList
Constructor, retrieves entry forms from the database identified by a Control object- Parameters:
session
- Active sessionob
- Control object referencing the database- Throws:
TdbException
-
TdbEntryFormList
Constructor, retrieves entry forms from the database identified by the database's design object- Parameters:
session
- Active sessiondb
- Database design object- Throws:
TdbException
-
TdbEntryFormList
Constructor, retrieves entry forms from a named database- Parameters:
session
- Active sessiondb
- Name of database for which to retrieve forms- Throws:
TdbException
-
TdbEntryFormList
Constructor -- the resulting object contains no forms and must be initialized using the get(String) method- Parameters:
session
- Active session- Throws:
TdbException
-
-
Method Details
-
get
Retrieve entry forms from a named database, regardless of how the object was constructed.- Parameters:
name
- The name of the database from which to retrieve forms- Throws:
TdbException
-