public class ProfileWallLogicImpl extends Object implements org.sakaiproject.profile2.logic.ProfileWallLogic
| Constructor and Description |
|---|
ProfileWallLogicImpl()
Creates a new instance of
ProfileWallLogicImpl. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addNewCommentToWallItem(org.sakaiproject.profile2.model.WallItemComment wallItemComment) |
void |
addNewEventToWall(String event,
String userUuid) |
void |
addNewStatusToWall(String status,
String userUuid) |
int |
getWallItemsCount(String userUuid) |
int |
getWallItemsCount(String userUuid,
org.sakaiproject.profile2.model.ProfilePrivacy privacy) |
List<org.sakaiproject.profile2.model.WallItem> |
getWallItemsForUser(String userUuid) |
List<org.sakaiproject.profile2.model.WallItem> |
getWallItemsForUser(String userUuid,
org.sakaiproject.profile2.model.ProfilePrivacy privacy) |
boolean |
postWallItemToWall(String userUuid,
org.sakaiproject.profile2.model.WallItem wallItem) |
boolean |
removeWallItemFromWall(org.sakaiproject.profile2.model.WallItem wallItem) |
public ProfileWallLogicImpl()
ProfileWallLogicImpl.public boolean addNewCommentToWallItem(org.sakaiproject.profile2.model.WallItemComment wallItemComment)
addNewCommentToWallItem in interface org.sakaiproject.profile2.logic.ProfileWallLogicpublic void addNewEventToWall(String event, String userUuid)
addNewEventToWall in interface org.sakaiproject.profile2.logic.ProfileWallLogicpublic void addNewStatusToWall(String status, String userUuid)
addNewStatusToWall in interface org.sakaiproject.profile2.logic.ProfileWallLogicpublic boolean postWallItemToWall(String userUuid, org.sakaiproject.profile2.model.WallItem wallItem)
postWallItemToWall in interface org.sakaiproject.profile2.logic.ProfileWallLogicpublic boolean removeWallItemFromWall(org.sakaiproject.profile2.model.WallItem wallItem)
removeWallItemFromWall in interface org.sakaiproject.profile2.logic.ProfileWallLogicpublic List<org.sakaiproject.profile2.model.WallItem> getWallItemsForUser(String userUuid, org.sakaiproject.profile2.model.ProfilePrivacy privacy)
getWallItemsForUser in interface org.sakaiproject.profile2.logic.ProfileWallLogicpublic List<org.sakaiproject.profile2.model.WallItem> getWallItemsForUser(String userUuid)
getWallItemsForUser in interface org.sakaiproject.profile2.logic.ProfileWallLogicpublic int getWallItemsCount(String userUuid)
getWallItemsCount in interface org.sakaiproject.profile2.logic.ProfileWallLogicpublic int getWallItemsCount(String userUuid, org.sakaiproject.profile2.model.ProfilePrivacy privacy)
getWallItemsCount in interface org.sakaiproject.profile2.logic.ProfileWallLogicCopyright © 2008-2014 The Sakai Foundation. All Rights Reserved.