|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.syncope.console.commons.Utility
public class Utility
Class with utilities shared among classes.
| Constructor Summary | |
|---|---|
Utility()
|
|
| Method Summary | |
|---|---|
ConfigurationsRestClient |
getConfigurationsRestClient()
|
int |
getPaginatorRowsToDisplay(String confProperty)
Get the rows number to display for single page, stored as configuration. |
List<Integer> |
paginatorRowsChooser()
Paginator rows values populator. |
void |
setConfigurationsRestClient(ConfigurationsRestClient configurationsRestClient)
|
void |
updatePaginatorRows(String confKey,
int rows)
Update display rows for the section specified as configuration key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utility()
| Method Detail |
|---|
public int getPaginatorRowsToDisplay(String confProperty)
confProperty - public List<Integer> paginatorRowsChooser()
public void updatePaginatorRows(String confKey,
int rows)
confKey - rows - number to storepublic ConfigurationsRestClient getConfigurationsRestClient()
public void setConfigurationsRestClient(ConfigurationsRestClient configurationsRestClient)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||