com.plumtree.portalpages.rest.user
Interface IUserRestModel

All Superinterfaces:
IUserRestModelRO
All Known Implementing Classes:
UserRESTModel

public interface IUserRestModel
extends IUserRestModelRO

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

JoinCommunity

void JoinCommunity(int _nCommunityID)
Join the specified community.

Parameters:
_nCommunityID - the community to join.

LeaveCommunity

void LeaveCommunity(int _nCommunityID)
Leave the specified community.

Parameters:
_nCommunityID - the community to leave.

SetError

void SetError(IRESTError _error)
Sets an error for later display.

Parameters:
_error - the current error.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.