public class UserProfile extends Object implements DebuggableWithTitle
| Constructor and Description |
|---|
UserProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToOptions(String name,
String value) |
void |
addToPerspectives(PerspectiveEntry perspective) |
void |
copy(UserProfile template) |
void |
debugData(DebugBuilder debug)
Debug details describing the object being investigated
|
String |
debugTitle()
The title for the debug information
|
List<PerspectiveEntry> |
getEntries()
Introduced for debugging.
|
org.apache.isis.applib.profiles.Localization |
getLocalization() |
Options |
getOptions() |
PerspectiveEntry |
getPerspective() |
PerspectiveEntry |
getPerspective(String name) |
List<String> |
list() |
PerspectiveEntry |
newPerspective(String name) |
void |
removeCurrent() |
void |
saveObjects(List<ObjectAdapter> objects) |
void |
select(String name) |
void |
setLocalization(org.apache.isis.applib.profiles.Localization localization) |
public UserProfile()
public PerspectiveEntry getPerspective()
public PerspectiveEntry newPerspective(String name)
public void removeCurrent()
public PerspectiveEntry getPerspective(String name)
public void addToPerspectives(PerspectiveEntry perspective)
public void copy(UserProfile template)
public List<PerspectiveEntry> getEntries()
public Options getOptions()
public void addToOptions(String name, String value)
public org.apache.isis.applib.profiles.Localization getLocalization()
public void setLocalization(org.apache.isis.applib.profiles.Localization localization)
public void saveObjects(List<ObjectAdapter> objects)
public String debugTitle()
DebuggableWithTitledebugTitle in interface DebuggableWithTitlepublic void debugData(DebugBuilder debug)
DebuggabledebugData in interface DebuggableCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.