Class TdbEntryFormList

    • Constructor Detail

      • 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,
                                java.lang.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 Detail

      • get

        public void get​(java.lang.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