|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.social.alfresco.api.entities.Person
public class Person
A person entity describes the user as they are known to Alfresco.
| Nested Class Summary | |
|---|---|
static class |
Person.Company
|
| Constructor Summary | |
|---|---|
Person()
|
|
| Method Summary | |
|---|---|
String |
getAvatar()
Deprecated. |
String |
getAvatarId()
|
Person.Company |
getCompany()
|
Date |
getCreatedAt()
|
String |
getDescription()
|
String |
getEmail()
|
String |
getFirstName()
|
String |
getGoogleId()
|
String |
getId()
|
String |
getInstantMessageId()
|
String |
getJobTitle()
|
String |
getLastName()
|
String |
getLocation()
|
String |
getMobile()
|
String |
getSkypeId()
|
Date |
getStatusUpdatedAt()
|
String |
getTelephone()
|
String |
getUserStatus()
|
boolean |
isCanEdit()
|
boolean |
isEmailNotifcationsEnabled()
|
boolean |
isEnabled()
|
void |
setAvatar(String avatar)
Deprecated. |
void |
setAvatarId(String avatarId)
Set the id of the person's avatar |
void |
setCanEdit(boolean canEdit)
Set that the person object can be edited |
void |
setCompany(Person.Company company)
Set company object describing the person's company |
void |
setCreatedAt(Date createdAt)
Set the date time the person was created at |
void |
setDescription(String description)
Set the person's description |
void |
setEmail(String email)
Set the person's email address |
void |
setEmailNotificationsEnabled(boolean emailNotificationsEnabled)
Enable person's email notification |
void |
setEnabled(boolean enabled)
Set is this person currently enabled? |
void |
setFirstName(String firstName)
Set the person's first name |
void |
setGoogleId(String googleId)
Set the person's Google Id |
void |
setId(String id)
Set The person's personId - the email address with which the person registered |
void |
setInstantMessageId(String instantMessageId)
Set the person's instant message Id |
void |
setJobTitle(String jobTitle)
Set the person's job title |
void |
setLastName(String lastName)
set the person's last name |
void |
setLocation(String location)
Set the person's location or address |
void |
setMobile(String mobile)
Set the person's mobile number |
void |
setSkypeId(String skypeId)
Set the person's Skype Id |
void |
setStatusUpdatedAt(Date statusUpdatedAt)
Set the date time of the person last status update |
void |
setTelephone(String telephone)
Set the person's telephone number |
void |
setUserStatus(String userStatus)
Set the person's status |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Person()
| Method Detail |
|---|
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - public String getId()
public void setId(String id)
id - public String getFirstName()
public void setFirstName(String firstName)
firstName - public String getLastName()
public void setLastName(String lastName)
lastName - public String getLocation()
public void setLocation(String location)
location - public String getInstantMessageId()
public void setInstantMessageId(String instantMessageId)
instantMessageId - public String getAvatarId()
public void setAvatarId(String avatarId)
avatarId - @Deprecated public String getAvatar()
@Deprecated public void setAvatar(String avatar)
avatar - public String getGoogleId()
public void setGoogleId(String googleId)
googleId - public String getSkypeId()
public void setSkypeId(String skypeId)
skypeId - public String getTelephone()
public void setTelephone(String telephone)
telephone - public String getMobile()
public void setMobile(String mobile)
mobile - public String getJobTitle()
public void setJobTitle(String jobTitle)
jobTitle - public String getEmail()
public void setEmail(String email)
email - public String getDescription()
public void setDescription(String description)
description - public Person.Company getCompany()
public void setCompany(Person.Company company)
company - public Date getStatusUpdatedAt()
public void setStatusUpdatedAt(Date statusUpdatedAt)
statusUpdatedAt - public String getUserStatus()
public void setUserStatus(String userStatus)
userStatus - public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - public boolean isCanEdit()
public void setCanEdit(boolean canEdit)
canEdit - public boolean isEmailNotifcationsEnabled()
public void setEmailNotificationsEnabled(boolean emailNotificationsEnabled)
emailNotificationsEnabled -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||