com.evolveum.midpoint.web.controller.config
Class DebugListController

java.lang.Object
  extended by com.evolveum.midpoint.web.controller.util.ListController<ObjectBean>
      extended by 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

Field Summary
static java.lang.String PAGE_NAVIGATION
           
static java.lang.String PAGE_NAVIGATION_VIEW
           
static java.lang.String PARAM_DELETE_OBJECT_OID
           
static java.lang.String PARAM_VIEW_OBJECT_OID
           
 
Constructor Summary
DebugListController()
           
 
Method Summary
 void deleteAllObjects()
           
 void deleteObject()
           
 java.lang.String getObjectType()
           
 java.util.List<javax.faces.model.SelectItem> getObjectTypes()
           
 void hideConfirmDelete()
           
 void hideConfirmDeleteForAllObjects()
           
 java.lang.String initController()
           
 boolean isShowPopup()
           
 boolean isShowPopupForDeleteAllObjects()
           
 boolean isShowTable()
           
 boolean isTableFull()
           
 java.lang.String list()
           
protected  java.lang.String listObjects()
           
 void setObjectType(java.lang.String objectType)
           
 void showConfirmDelete()
           
 void showConfirmDeleteForAllObjects()
           
 java.lang.String viewOrEdit()
           
 
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
 

Field Detail

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
Constructor Detail

DebugListController

public DebugListController()
Method Detail

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.