|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.peasCore.AbstractComponentSessionController
com.silverpeas.socialnetwork.myProfil.control.MyProfilSessionController
public class MyProfilSessionController
Field Summary |
---|
Fields inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
---|
CHARACTER_ENCODING, context |
Constructor Summary | |
---|---|
MyProfilSessionController(MainSessionController mainSessionCtrl,
ComponentContext componentContext)
|
Method Summary | |
---|---|
void |
acceptInvitation(String invitationId)
|
List<InvitationUser> |
getAllMyInvitationsReceived()
return my invitation list Received |
List<InvitationUser> |
getAllMyInvitationsSent()
return my invitation list sent |
Map<SocialNetworkID,ExternalAccount> |
getAllMyNetworks()
Get all social networks linked to current user account |
List<String> |
getContactsIdsForUser(String userId)
get all RelationShips ids for this user. |
long |
getDomainActions()
|
UserPreferences |
getPreferences()
|
List<SpaceInstLight> |
getSpaceTreeview()
|
UserFull |
getUserFul(String userId)
get this user with full information |
void |
ignoreInvitation(String id)
|
boolean |
isAdmin()
|
boolean |
isUserDomainRW()
|
void |
modifyUser(String idUser,
String userLastName,
String userFirstName,
String userEMail,
String userAccessLevel,
String oldPassword,
String newPassword,
String userLoginQuestion,
String userLoginAnswer,
Map<String,String> properties)
|
void |
savePreferences(UserPreferences preferences)
|
void |
sendInvitation(String receiverId,
String message)
|
void |
unlinkSocialNetworkFromSilverpeas(SocialNetworkID networkId)
|
boolean |
updatablePropertyExists()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyProfilSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method Detail |
---|
public List<String> getContactsIdsForUser(String userId)
public UserFull getUserFul(String userId)
userId
-
public boolean isUserDomainRW()
public boolean isAdmin()
public long getDomainActions()
public void modifyUser(String idUser, String userLastName, String userFirstName, String userEMail, String userAccessLevel, String oldPassword, String newPassword, String userLoginQuestion, String userLoginAnswer, Map<String,String> properties) throws AuthenticationException, AdminException
AuthenticationException
AdminException
public UserPreferences getPreferences()
public void savePreferences(UserPreferences preferences)
public List<SpaceInstLight> getSpaceTreeview()
public List<InvitationUser> getAllMyInvitationsSent()
public List<InvitationUser> getAllMyInvitationsReceived()
public void sendInvitation(String receiverId, String message)
public void ignoreInvitation(String id)
id
- the invitation identifierInvitationService.ignoreInvitation(int)
public void acceptInvitation(String invitationId)
invitationId
- the invitation identifierpublic boolean updatablePropertyExists()
public Map<SocialNetworkID,ExternalAccount> getAllMyNetworks()
public void unlinkSocialNetworkFromSilverpeas(SocialNetworkID networkId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |