| Package | Description |
|---|---|
| org.sakaiproject.profile2.logic | |
| org.sakaiproject.profile2.model |
| Modifier and Type | Method and Description |
|---|---|
WallItem |
ProfileWallLogic.getWallItem(long wallItemId)
Deprecated.
Returns the specified wall item.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProfileWallLogic.postWallItemToWall(String userUuid,
WallItem wallItem)
Deprecated.
Posts the specified wall item to the specified user's wall and the
walls of their connections.
|
boolean |
ProfileWallLogic.removeWallItemFromWall(WallItem wallItem)
Deprecated.
Removes the specified wall item.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WallItem.compareTo(WallItem wallItem) |
Copyright © 2003–2021 Sakai Project. All rights reserved.