public class ProfileWallLogicImpl extends Object implements ProfileWallLogic
| Constructor and Description |
|---|
ProfileWallLogicImpl()
Creates a new instance of
ProfileWallLogicImpl. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addNewCommentToWallItem(WallItemComment wallItemComment) |
void |
addNewEventToWall(String event,
String userUuid) |
void |
addNewStatusToWall(String status,
String userUuid) |
WallItem |
getWallItem(long wallItemId) |
WallItemComment |
getWallItemComment(long wallItemCommentId) |
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) |
public ProfileWallLogicImpl()
ProfileWallLogicImpl.public boolean addNewCommentToWallItem(WallItemComment wallItemComment)
addNewCommentToWallItem in interface ProfileWallLogicpublic void addNewEventToWall(String event, String userUuid)
addNewEventToWall in interface ProfileWallLogicpublic void addNewStatusToWall(String status, String userUuid)
addNewStatusToWall in interface ProfileWallLogicpublic boolean postWallItemToWall(String userUuid, WallItem wallItem)
postWallItemToWall in interface ProfileWallLogicpublic boolean removeWallItemFromWall(WallItem wallItem)
removeWallItemFromWall in interface ProfileWallLogicpublic WallItem getWallItem(long wallItemId)
getWallItem in interface ProfileWallLogicpublic WallItemComment getWallItemComment(long wallItemCommentId)
getWallItemComment in interface ProfileWallLogicpublic 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 ProfileWallLogicpublic int getWallItemsCount(String userUuid, ProfilePrivacy privacy)
getWallItemsCount in interface ProfileWallLogicCopyright © 2008–2017 The Sakai Foundation. All rights reserved.