com.plumtree.portalpages.browsing.myportal.communities
Interface IUnsubscribeCommunityModel

All Known Implementing Classes:
MyPortalModel

public interface IUnsubscribeCommunityModel


Method Summary
 boolean CommunityUnsubscribeFailed()
          Was the unsubscribe succesful?
 int GetCommunityID()
          Get the ID of the community to unsubscribe
 java.lang.String GetCommunityName()
          Get the Name of the community
 java.lang.String GetCommunityURL()
          Get the URL to the Community
 java.lang.String GetDefaultCommunityURL()
          Get the URL to the default Community
 

Method Detail

CommunityUnsubscribeFailed

boolean CommunityUnsubscribeFailed()
Was the unsubscribe succesful?

Returns:
boolean

GetCommunityID

int GetCommunityID()
Get the ID of the community to unsubscribe

Returns:
int

GetCommunityURL

java.lang.String GetCommunityURL()
Get the URL to the Community

Returns:
String

GetDefaultCommunityURL

java.lang.String GetDefaultCommunityURL()
Get the URL to the default Community

Returns:
String

GetCommunityName

java.lang.String GetCommunityName()
Get the Name of the community

Returns:
String



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