|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUserRestModel
This interface describes the setter and action methods for the user REST API model.
| Method Summary | |
|---|---|
void |
JoinCommunity(int _nCommunityID)
Join the specified community. |
void |
LeaveCommunity(int _nCommunityID)
Leave the specified community. |
void |
SetError(IRESTError _error)
Sets an error for later display. |
| Methods inherited from interface com.plumtree.portalpages.rest.user.IUserRestModelRO |
|---|
GetError, GetJoinedCommunityID, GetLeftCommunityID |
| Method Detail |
|---|
void JoinCommunity(int _nCommunityID)
_nCommunityID - the community to join.void LeaveCommunity(int _nCommunityID)
_nCommunityID - the community to leave.void SetError(IRESTError _error)
_error - the current error.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||