com.ibm.portal
Interface CommittableListModelController<T,M extends Modifiable>

All Superinterfaces:
Committable, Controller, Disposable, ListModel<T>, ListModelController<T,M>, ModelController<T,M>
All Known Subinterfaces:
RatingModelController<R,M>, ResourceModelController<R,M>, TagModelController<T,M>

public interface CommittableListModelController<T,M extends Modifiable>
extends ListModelController<T,M>, Committable

An interface to describe a ListModelController that can be committed.

Since:
6.1.0.1

Method Summary
 
Methods inherited from interface com.ibm.portal.ListModelController
confirmDelete, confirmInsert, delete, insert
 
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