public class TdbManagerList extends TdbUserList
| Constructor and Description |
|---|
TdbManagerList(TdbSession session)
Constructor, retrieve a list of managers of any type
|
TdbManagerList(TdbSession session,
boolean self)
Constructor, retrieve a list of managers of any type
|
contains, contains, get, refresh, transformadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraycodeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessagescancel, getSession, isCancelable, setCancelablepublic TdbManagerList(TdbSession session, boolean self) throws TdbException
session - Active sessionself - Set true to include the current user on the listTdbExceptionpublic TdbManagerList(TdbSession session) throws TdbException
session - Active sessionTdbException