org.syncope.console.commons
Class PreferenceManager
java.lang.Object
org.syncope.console.commons.PreferenceManager
public class PreferenceManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferenceManager
public PreferenceManager()
getPaginatorChoices
public List<Integer> getPaginatorChoices()
get
public String get(org.apache.wicket.protocol.http.WebRequest request,
String key)
getPaginatorRows
public Integer getPaginatorRows(org.apache.wicket.protocol.http.WebRequest request,
String key)
getList
public List<String> getList(org.apache.wicket.protocol.http.WebRequest request,
String key)
set
public void set(org.apache.wicket.protocol.http.WebRequest request,
org.apache.wicket.protocol.http.WebResponse response,
String key,
String value)
setList
public void setList(org.apache.wicket.protocol.http.WebRequest request,
org.apache.wicket.protocol.http.WebResponse response,
String key,
List<String> values)
Copyright © 2011. All Rights Reserved.