Uses of Class
org.sakaiproject.profile2.model.WallItem
-
Packages that use WallItem Package Description org.sakaiproject.profile2.logic org.sakaiproject.profile2.model -
-
Uses of WallItem in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic that return WallItem Modifier and Type Method Description WallItemProfileWallLogic. getWallItem(long wallItemId)Deprecated.Returns the specified wall item.Methods in org.sakaiproject.profile2.logic that return types with arguments of type WallItem Modifier and Type Method Description List<WallItem>ProfileWallLogic. getWallItemsForUser(String userUuid)Deprecated.Returns the wall for the specified user.List<WallItem>ProfileWallLogic. getWallItemsForUser(String userUuid, ProfilePrivacy privacy)Deprecated.Returns the wall for the specified user.Methods in org.sakaiproject.profile2.logic with parameters of type WallItem Modifier and Type Method Description booleanProfileWallLogic. postWallItemToWall(String userUuid, WallItem wallItem)Deprecated.Posts the specified wall item to the specified user's wall and the walls of their connections.booleanProfileWallLogic. removeWallItemFromWall(WallItem wallItem)Deprecated.Removes the specified wall item. -
Uses of WallItem in org.sakaiproject.profile2.model
Methods in org.sakaiproject.profile2.model with parameters of type WallItem Modifier and Type Method Description intWallItem. compareTo(WallItem wallItem)
-