|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.profile2.logic.ProfileWallLogicImpl
public class ProfileWallLogicImpl
Implementation of ProfileWallLogic API for Profile2 wall.
| Constructor Summary | |
|---|---|
ProfileWallLogicImpl()
Creates a new instance of ProfileWallLogicImpl. |
|
| Method Summary | |
|---|---|
boolean |
addNewCommentToWallItem(WallItemComment wallItemComment)
|
void |
addNewEventToWall(String event,
String userUuid)
|
void |
addNewStatusToWall(String status,
String userUuid)
|
int |
getWallItemsCount(String userUuid)
|
int |
getWallItemsCount(String userUuid,
ProfilePrivacy privacy)
|
List<WallItem> |
getWallItemsForUser(String userUuid)
|
List<WallItem> |
getWallItemsForUser(String userUuid,
ProfilePrivacy privacy)
|
boolean |
postWallItemToWall(String userUuid,
WallItem wallItem)
|
boolean |
removeWallItemFromWall(WallItem wallItem)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileWallLogicImpl()
ProfileWallLogicImpl.
| Method Detail |
|---|
public boolean addNewCommentToWallItem(WallItemComment wallItemComment)
addNewCommentToWallItem in interface ProfileWallLogic
public void addNewEventToWall(String event,
String userUuid)
addNewEventToWall in interface ProfileWallLogic
public void addNewStatusToWall(String status,
String userUuid)
addNewStatusToWall in interface ProfileWallLogic
public boolean postWallItemToWall(String userUuid,
WallItem wallItem)
postWallItemToWall in interface ProfileWallLogicpublic boolean removeWallItemFromWall(WallItem wallItem)
removeWallItemFromWall in interface ProfileWallLogic
public List<WallItem> getWallItemsForUser(String userUuid,
ProfilePrivacy privacy)
getWallItemsForUser in interface ProfileWallLogicpublic List<WallItem> getWallItemsForUser(String userUuid)
getWallItemsForUser in interface ProfileWallLogicpublic int getWallItemsCount(String userUuid)
getWallItemsCount in interface ProfileWallLogic
public int getWallItemsCount(String userUuid,
ProfilePrivacy privacy)
getWallItemsCount in interface ProfileWallLogic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||