public class ConfigurationStorage extends Object implements PageStorage
INDENT_STRING
Constructor and Description |
---|
ConfigurationStorage() |
Modifier and Type | Method and Description |
---|---|
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
ObjectPaging |
getAccountDetailsPaging() |
AccountDetailsSearchDto |
getAccountSearchDto() |
DebugSearchDto |
getDebugSearchDto() |
ObjectPaging |
getPaging() |
Search |
getSearch() |
void |
setAccountDetailsPaging(ObjectPaging accountDetailsPaging) |
void |
setAccountSearchDto(AccountDetailsSearchDto accountSearchDto) |
void |
setDebugSearchDto(DebugSearchDto debugSearchDto) |
void |
setPaging(ObjectPaging debugSearchPaging) |
void |
setSearch(Search search) |
public Search getSearch()
getSearch
in interface PageStorage
public void setSearch(Search search)
setSearch
in interface PageStorage
public void setDebugSearchDto(DebugSearchDto debugSearchDto)
public DebugSearchDto getDebugSearchDto()
public AccountDetailsSearchDto getAccountSearchDto()
public void setAccountSearchDto(AccountDetailsSearchDto accountSearchDto)
public ObjectPaging getPaging()
getPaging
in interface PageStorage
public void setPaging(ObjectPaging debugSearchPaging)
setPaging
in interface PageStorage
public ObjectPaging getAccountDetailsPaging()
public void setAccountDetailsPaging(ObjectPaging accountDetailsPaging)
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2016 evolveum. All rights reserved.