public class OwUserInfoAdapter extends Object implements com.wewebu.ow.server.ecm.OwUserInfo
Adapter from OwUser
to OwUserInfo
.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor and Description |
---|
OwUserInfoAdapter(OwUser user) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Collection |
getGroups() |
Collection |
getRoleNames() |
String |
getUserDisplayName() |
String |
getUserEmailAdress() |
String |
getUserID() |
String |
getUserLongName() |
String |
getUserName() |
String |
getUserShortName() |
int |
hashCode() |
boolean |
isGroup() |
public OwUserInfoAdapter(OwUser user)
public boolean isGroup() throws Exception
isGroup
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public String getUserShortName() throws Exception
getUserShortName
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public String getUserName() throws Exception
getUserName
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public String getUserLongName() throws Exception
getUserLongName
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public String getUserID()
getUserID
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
public String getUserEmailAdress() throws Exception
getUserEmailAdress
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public String getUserDisplayName() throws Exception
getUserDisplayName
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public Collection getRoleNames() throws Exception
getRoleNames
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public Collection getGroups() throws Exception
getGroups
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.