|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.socialnetwork.myProfil.control.SocialNetworkService
public class SocialNetworkService
| Constructor Summary | |
|---|---|
SocialNetworkService(String myId)
|
|
| Method Summary | |
|---|---|
String |
changeStatusService(String textStatus)
update my status |
String |
getLastStatusService()
get my last status |
List<String> |
getMyContactsIds()
|
Map<Date,List<SocialInformation>> |
getSocialInformation(SocialInformationType type,
Date begin,
Date end)
get my wall : the List of my social information according to the type of social information |
Map<Date,List<SocialInformation>> |
getSocialInformationOfMyContact(String myContactId,
SocialInformationType type,
Date begin,
Date end)
get my contact wall : the List of social information of the contacts of user in parameter, according to the type of social information |
Map<Date,List<SocialInformation>> |
getSocialInformationOfMyContacts(SocialInformationType type,
Date begin,
Date end)
get my feed : the List of my social information and those of my contacts, according to the type of social information |
List<String> |
getTheContactsIds(String myContactId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocialNetworkService(String myId)
| Method Detail |
|---|
public Map<Date,List<SocialInformation>> getSocialInformation(SocialInformationType type,
Date begin,
Date end)
type - begin - end -
public Map<Date,List<SocialInformation>> getSocialInformationOfMyContacts(SocialInformationType type,
Date begin,
Date end)
type - begin - end -
public Map<Date,List<SocialInformation>> getSocialInformationOfMyContact(String myContactId,
SocialInformationType type,
Date begin,
Date end)
myContactId - type - begin - end - public String changeStatusService(String textStatus)
textStatus -
public String getLastStatusService()
public List<String> getMyContactsIds()
public List<String> getTheContactsIds(String myContactId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||