com.plumtree.portalpages.rest.user
Interface IUserRestModelRO

All Known Subinterfaces:
IUserRestModel
All Known Implementing Classes:
UserRESTModel

public interface IUserRestModelRO

This interface describes the read only methods for the user REST API model.


Method Summary
 IRESTError GetError()
           
 int GetJoinedCommunityID()
           
 int GetLeftCommunityID()
           
 

Method Detail

GetJoinedCommunityID

int GetJoinedCommunityID()
Returns:
the ID of the community that was joined. -1 if no community was joined.

GetLeftCommunityID

int GetLeftCommunityID()
Returns:
the ID of the community that was left. -1 if no community was left.

GetError

IRESTError GetError()
Returns:
the error. Null if there is no error.



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