|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.CmsCoreData.UserInfo
public static class CmsCoreData.UserInfo
Bean class containing info about the current user.
| Constructor Summary | |
|---|---|
protected |
CmsCoreData.UserInfo()
Default constructor, needed for serialization. |
|
CmsCoreData.UserInfo(boolean isAdmin,
boolean isDeveloper)
Creates a new instance. |
| Method Summary | |
|---|---|
boolean |
isAdmin()
Returns true if the user is an administrator. |
boolean |
isDeveloper()
Returns true if the user is a template developer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsCoreData.UserInfo(boolean isAdmin,
boolean isDeveloper)
isAdmin - true if the user is an administratorisDeveloper - true if the user is a template developerprotected CmsCoreData.UserInfo()
| Method Detail |
|---|
public boolean isAdmin()
public boolean isDeveloper()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||