Class TdbManagerList

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

public class TdbManagerList extends TdbUserList
Retrieve a list of managers of any type
  • Constructor Details

    • TdbManagerList

      public TdbManagerList(TdbSession session, boolean self) throws TdbException
      Constructor, retrieve a list of managers of any type
      Parameters:
      session - Active session
      self - Set true to include the current user on the list
      Throws:
      TdbException
    • TdbManagerList

      public TdbManagerList(TdbSession session) throws TdbException
      Constructor, retrieve a list of managers of any type
      Parameters:
      session - Active session
      Throws:
      TdbException