Package com.tietoenator.trip.jxp.control
Class TdbUserManagerList
- 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.TdbUserList
-
- com.tietoenator.trip.jxp.control.TdbUserManagerList
-
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink
,java.lang.Iterable<TdbControlObject>
,java.util.Collection<TdbControlObject>
,java.util.List<TdbControlObject>
public class TdbUserManagerList extends TdbUserList
Retrieve a list of user managers
-
-
Constructor Summary
Constructors Constructor Description TdbUserManagerList(TdbSession session)
Constructor, retrieve a list of user managersTdbUserManagerList(TdbSession session, boolean self)
Constructor, retrieve a list of user managers
-
Method Summary
-
Methods inherited from class com.tietoenator.trip.jxp.control.TdbControlObjectList
contains, contains, 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
-
-
-
-
Constructor Detail
-
TdbUserManagerList
public TdbUserManagerList(TdbSession session, boolean self) throws TdbException
Constructor, retrieve a list of user managers- Parameters:
session
- Active sessionself
- Set true to include the current user- Throws:
TdbException
-
TdbUserManagerList
public TdbUserManagerList(TdbSession session) throws TdbException
Constructor, retrieve a list of user managers- Parameters:
session
- Active session- Throws:
TdbException
-
-