public class RealmItem extends Object
This is a class for JSF UI. It holds the necessary information for permission editing.
| Constructor and Description |
|---|
RealmItem(String siteTitle,
String groupTitle,
String refId,
boolean isSiteLevel)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupTitle()
This is a getter method for UI
|
String |
getRefId()
This gives the Reference Id for the realm
|
String |
getSiteTitle()
This is a getter method for UI
|
boolean |
isAllowedUpd()
Checks if current user is allowed to update
|
boolean |
isSiteLevel()
This is a getter method for UI
|
void |
setAllowedUpd(boolean allowedUpd)
This is a setter method
|
public String getSiteTitle()
public String getGroupTitle()
public String getRefId()
public boolean isSiteLevel()
public boolean isAllowedUpd()
public void setAllowedUpd(boolean allowedUpd)
allowedUpd - a boolean valueCopyright © 2007-2016 Sakai Project. All Rights Reserved.