|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.socialnetwork.status.StatusService
public class StatusService
| Constructor Summary | |
|---|---|
StatusService()
|
|
| Method Summary | |
|---|---|
String |
changeStatusService(Status status)
Change my Staus |
boolean |
deleteStatusService(int id)
delete my Status |
List<SocialInformation> |
getAllStatusService(int userId,
Date begin,
Date end)
get all my SocialInformation according to number of Item and the first Index |
Status |
getLastStatusService(int userid)
get last status for user |
Status |
getStatusService(int id)
get Status for user |
boolean |
updateStatusService(Status status)
update status |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusService()
| Method Detail |
|---|
public String changeStatusService(Status status)
status -
public boolean deleteStatusService(int id)
id -
public Status getStatusService(int id)
id -
public Status getLastStatusService(int userid)
userid -
public boolean updateStatusService(Status status)
status -
public List<SocialInformation> getAllStatusService(int userId,
Date begin,
Date end)
userId - nbElement - firstIndex -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||