com.evolveum.midpoint.web.controller.config
Class DebugListController
java.lang.Object
com.evolveum.midpoint.web.controller.util.ListController<ObjectBean>
com.evolveum.midpoint.web.controller.config.DebugListController
- All Implemented Interfaces:
- java.io.Serializable
@Controller(value="debugList")
@Scope(value="session")
public class DebugListController
- extends ListController<ObjectBean>
- Author:
- lazyman
- See Also:
- Serialized Form
Methods inherited from class com.evolveum.midpoint.web.controller.util.ListController |
cleanup, getObjects, getOffset, getRowsCount, isFirstEnabled, isLastEnabled, isNextEnabled, isPreviousEnabled, listFirst, listLast, listNext, listPrevious, setOffset, setRowsCount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAGE_NAVIGATION
public static final java.lang.String PAGE_NAVIGATION
- See Also:
- Constant Field Values
PAGE_NAVIGATION_VIEW
public static final java.lang.String PAGE_NAVIGATION_VIEW
- See Also:
- Constant Field Values
PARAM_DELETE_OBJECT_OID
public static final java.lang.String PARAM_DELETE_OBJECT_OID
- See Also:
- Constant Field Values
PARAM_VIEW_OBJECT_OID
public static final java.lang.String PARAM_VIEW_OBJECT_OID
- See Also:
- Constant Field Values
DebugListController
public DebugListController()
getObjectTypes
public java.util.List<javax.faces.model.SelectItem> getObjectTypes()
setObjectType
public void setObjectType(java.lang.String objectType)
getObjectType
public java.lang.String getObjectType()
isShowPopup
public boolean isShowPopup()
isShowPopupForDeleteAllObjects
public boolean isShowPopupForDeleteAllObjects()
initController
public java.lang.String initController()
isShowTable
public boolean isShowTable()
list
public java.lang.String list()
listObjects
protected java.lang.String listObjects()
- Specified by:
listObjects
in class ListController<ObjectBean>
deleteObject
public void deleteObject()
deleteAllObjects
public void deleteAllObjects()
showConfirmDelete
public void showConfirmDelete()
hideConfirmDelete
public void hideConfirmDelete()
showConfirmDeleteForAllObjects
public void showConfirmDeleteForAllObjects()
hideConfirmDeleteForAllObjects
public void hideConfirmDeleteForAllObjects()
viewOrEdit
public java.lang.String viewOrEdit()
isTableFull
public boolean isTableFull()
Copyright © 2012 evolveum. All Rights Reserved.