com.ibm.portal.admin
Interface ClientListController<T extends Client,M extends ModifiableClient>

Type Parameters:
T - the type of read-only node the model exposes
M - the type of modifiable node the model exposes
All Superinterfaces:
ClientList<T>, Committable, Controller, Disposable, Invalidatable, InvalidatableListModel<T>, ListModel<T>, ListModelController<T,M>, LocatorProvider<T>, ModelController<T,M>, OrderedListModelController<T,M>, SearchableListModel<T>

public interface ClientListController<T extends Client,M extends ModifiableClient>
extends ClientList<T>, OrderedListModelController<T,M>, Committable

A controller interface for the ClientList interface.

Since:
7.0.0

Method Summary
 
Methods inherited from interface com.ibm.portal.admin.ClientList
getClient, getLocator, iteratorReverse
 
Methods inherited from interface com.ibm.portal.Invalidatable
invalidate, invalidate
 
Methods inherited from interface com.ibm.portal.OrderedListModelController
insert, insert
 
Methods inherited from interface com.ibm.portal.ListModelController
confirmDelete, confirmInsert, delete
 
Methods inherited from interface com.ibm.portal.ListModel
iterator
 
Methods inherited from interface com.ibm.portal.ModelController
confirmCreate, confirmGetModifiableNode, create, getModifiableNode, resolve
 
Methods inherited from interface com.ibm.portal.Committable
commit, dispose