com.plumtree.portalpages.browsing.gateway
Interface IGatewayModel

All Superinterfaces:
IManagedObject, IModel, IModelRO, IMVCObject
All Known Implementing Classes:
GatewayModel

public interface IGatewayModel
extends IModel

Author:
daniilk To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Method Summary
 void SetCommunityID(int iCommunityID)
           
 void SetControlCalled()
           
 void SetDisplayElement(HTMLElement displayElement)
          Set the HTMLElement tree to be displayed.
 void SetError(int iErrorCode, java.lang.String strErrorMessage, java.lang.String strErrorHTMLComment)
           
 void SetFileName(java.lang.String strFileName)
          DCA - for documents in the knowledge directory
 void SetIPTContent(IPTContent ptContent)
           
 void SetRefreshMode(int iRefreshMode)
           
 void SetReturnURIContent(int iStatusCode, java.lang.String strHeaders, java.lang.String strBody)
           
 void SetSubtitle(java.lang.String strSubtitle)
           
 void SetTitle(java.lang.String strTitle)
           
 void SetUIMode(java.lang.String strUIMode)
           
 void SetUserURL(java.lang.String strUserURL)
           
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IModel
CleanupAllData, CleanupTempData, Init
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IManagedObject
Create
 

Method Detail

SetError

void SetError(int iErrorCode,
              java.lang.String strErrorMessage,
              java.lang.String strErrorHTMLComment)

SetIPTContent

void SetIPTContent(IPTContent ptContent)
Parameters:
ptContent -

SetReturnURIContent

void SetReturnURIContent(int iStatusCode,
                         java.lang.String strHeaders,
                         java.lang.String strBody)
Parameters:
iStatusCode -
strHeaders -
strBody -

SetUserURL

void SetUserURL(java.lang.String strUserURL)

SetControlCalled

void SetControlCalled()

SetCommunityID

void SetCommunityID(int iCommunityID)

SetUIMode

void SetUIMode(java.lang.String strUIMode)

SetDisplayElement

void SetDisplayElement(HTMLElement displayElement)
Set the HTMLElement tree to be displayed. NOTE: We do this instead of the display string so that other portlets can add JavaScript/Styles to it later (before it is converted into a string).

Parameters:
displayElement -

SetTitle

void SetTitle(java.lang.String strTitle)

SetSubtitle

void SetSubtitle(java.lang.String strSubtitle)

SetRefreshMode

void SetRefreshMode(int iRefreshMode)

SetFileName

void SetFileName(java.lang.String strFileName)
DCA - for documents in the knowledge directory




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