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.
 
 
 
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject | 
GetName | 
 
 
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