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

All Superinterfaces:
Controller, ListModel<T>, ListModelController<T,M>, LocatorProvider<T>, ModelController<T,M>, SearchableListModel<T>
All Known Subinterfaces:
RatingModelController<R,M>, TagModelController<T,M>, VanityURLModelController<E,M>, WireModelController<T,M>

public interface SearchableListModelController<T,M extends Modifiable>
extends ListModelController<T,M>, SearchableListModel<T>

This interface provides a controller for searchable list models. The LocatorProvider.getLocator() method can be used to get a Locator and find nodes of this controller.

Since:
6.1.0

Method Summary
 
Methods inherited from interface com.ibm.portal.ListModelController
confirmDelete, confirmInsert, delete, insert
 
Methods inherited from interface com.ibm.portal.ModelController
confirmCreate, confirmGetModifiableNode, create, getModifiableNode, resolve
 
Methods inherited from interface com.ibm.portal.ListModel
iterator
 
Methods inherited from interface com.ibm.portal.LocatorProvider
getLocator