Class TdbEntryFormList

All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink, Iterable<TdbControlObject>, Collection<TdbControlObject>, List<TdbControlObject>

public class TdbEntryFormList extends TdbFormatList
Generate list of entry forms attached to a database
  • Constructor Details

    • TdbEntryFormList

      public TdbEntryFormList(TdbSession session, TdbControlObject ob) throws TdbException
      Constructor, retrieves entry forms from the database identified by a Control object
      Parameters:
      session - Active session
      ob - Control object referencing the database
      Throws:
      TdbException
    • TdbEntryFormList

      public TdbEntryFormList(TdbSession session, TdbDatabaseDesign db) throws TdbException
      Constructor, retrieves entry forms from the database identified by the database's design object
      Parameters:
      session - Active session
      db - Database design object
      Throws:
      TdbException
    • TdbEntryFormList

      public TdbEntryFormList(TdbSession session, String db) throws TdbException
      Constructor, retrieves entry forms from a named database
      Parameters:
      session - Active session
      db - Name of database for which to retrieve forms
      Throws:
      TdbException
    • TdbEntryFormList

      public TdbEntryFormList(TdbSession session) throws TdbException
      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

      public void get(String name) throws TdbException
      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