Class UserAccountsListPage.UserAccountWrapper
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.UserAccountsListPage.UserAccountWrapper
-
- Enclosing class:
- UserAccountsListPage
public static class UserAccountsListPage.UserAccountWrapper extends Object
Shows PermissionSet labels instead of PermissionSet URIs.
-
-
Constructor Summary
Constructors Constructor Description UserAccountWrapper(UserAccount account, List<String> permissionSets, boolean showEditUrl, boolean permitDelete)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEditUrl()StringgetEmailAddress()StringgetFirstName()DategetLastLoginTime()StringgetLastName()intgetLoginCount()List<String>getPermissionSets()StringgetStatus()StringgetUri()booleanisDeletable()
-
-
-
Constructor Detail
-
UserAccountWrapper
public UserAccountWrapper(UserAccount account, List<String> permissionSets, boolean showEditUrl, boolean permitDelete)
-
-
Method Detail
-
getUri
public String getUri()
-
getEmailAddress
public String getEmailAddress()
-
getFirstName
public String getFirstName()
-
getLastName
public String getLastName()
-
getLoginCount
public int getLoginCount()
-
getLastLoginTime
public Date getLastLoginTime()
-
getStatus
public String getStatus()
-
getEditUrl
public String getEditUrl()
-
isDeletable
public boolean isDeletable()
-
-