Uses of Class
org.sakaiproject.profile2.model.WallItem

Packages that use WallItem
org.sakaiproject.profile2.logic   
org.sakaiproject.profile2.model   
 

Uses of WallItem in org.sakaiproject.profile2.logic
 

Methods in org.sakaiproject.profile2.logic that return types with arguments of type WallItem
 List<WallItem> ProfileWallLogic.getWallItemsForUser(String userUuid)
          Returns the wall for the specified user.
 List<WallItem> ProfileWallLogic.getWallItemsForUser(String userUuid, ProfilePrivacy privacy)
          Returns the wall for the specified user.
 

Methods in org.sakaiproject.profile2.logic with parameters of type WallItem
 boolean ProfileWallLogic.postWallItemToWall(String userUuid, WallItem wallItem)
          Posts the specified wall item to the specified user's wall and the walls of their connections.
 boolean ProfileWallLogic.removeWallItemFromWall(WallItem wallItem)
          Removes the specified wall item.
 

Uses of WallItem in org.sakaiproject.profile2.model
 

Methods in org.sakaiproject.profile2.model with parameters of type WallItem
 int WallItem.compareTo(WallItem wallItem)
           
 



Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.