Package com.tietoenator.trip.jxp.control
Class TdbGroupMemberList
- 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.TdbGroupMemberList
-
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink
,java.lang.Iterable<TdbControlObject>
,java.util.Collection<TdbControlObject>
,java.util.List<TdbControlObject>
- Direct Known Subclasses:
TdbPublicMemberList
public class TdbGroupMemberList extends TdbControlObjectList
Retrieve the list of members of a particular user group
-
-
Constructor Summary
Constructors Constructor Description TdbGroupMemberList(TdbSession session, java.lang.String groupname)
Constructor, retrieves the list of members of the named user group
-
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
-
TdbGroupMemberList
public TdbGroupMemberList(TdbSession session, java.lang.String groupname) throws TdbException
Constructor, retrieves the list of members of the named user group- Parameters:
session
- Active sessiongroupname
- Name of group for which members are to be retrieved- Throws:
TdbException
-
-