com.evolveum.midpoint.web.controller.util
Class SearchableListController<T>

java.lang.Object
  extended by com.evolveum.midpoint.web.controller.util.ListController<T>
      extended by com.evolveum.midpoint.web.controller.util.SortableListController<T>
          extended by com.evolveum.midpoint.web.controller.util.SearchableListController<T>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RoleListController, UserListController

public abstract class SearchableListController<T>
extends SortableListController<T>

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
SearchableListController()
           
SearchableListController(java.lang.String columnName)
           
 
Method Summary
 QueryType getQuery()
           
 void setQuery(QueryType query)
           
 
Methods inherited from class com.evolveum.midpoint.web.controller.util.SortableListController
getSortColumnName, isAscending, setAscending, setSortColumnName, sort
 
Methods inherited from class com.evolveum.midpoint.web.controller.util.ListController
cleanup, getObjects, getOffset, getRowsCount, isFirstEnabled, isLastEnabled, isNextEnabled, isPreviousEnabled, listFirst, listLast, listNext, listObjects, listPrevious, setOffset, setRowsCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchableListController

public SearchableListController()

SearchableListController

public SearchableListController(java.lang.String columnName)
Method Detail

getQuery

public QueryType getQuery()

setQuery

public void setQuery(QueryType query)


Copyright © 2012 evolveum. All Rights Reserved.