Package com.tietoenator.trip.jxp.control
Class TdbPublicAccessList
- 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.TdbGroupAccessList
-
- com.tietoenator.trip.jxp.control.TdbPublicAccessList
-
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink
,java.lang.Iterable<TdbControlObject>
,java.util.Collection<TdbControlObject>
,java.util.List<TdbControlObject>
public class TdbPublicAccessList extends TdbGroupAccessList
Retrieve the access rights for the PUBLIC group
-
-
Constructor Summary
Constructors Constructor Description TdbPublicAccessList(TdbSession session)
Constructor -- retrieve the access rights for the PUBLIC 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
-
TdbPublicAccessList
public TdbPublicAccessList(TdbSession session) throws TdbException
Constructor -- retrieve the access rights for the PUBLIC group- Parameters:
session
- Active session- Throws:
TdbException
-
-