com.stratelia.silverpeas.portlet
Class Portlet

java.lang.Object
  extended by com.stratelia.silverpeas.portlet.Portlet

public class Portlet
extends Object

Title: portlets Description: Enable portlet management in Silverpeas Copyright: Copyright (c) 2001 Company: Stratelia

Version:
1.0
Author:
Eric BURGEL

Field Summary
static int MAXIMIZED
           
static int MINIMIZED
           
static int NORMAL
           
 
Constructor Summary
Portlet()
          Constructor declaration
Portlet(int aId, int aRowId, String aRequestRooter, String aComponentName, String aComponentInstanceId, String aName, String aDescription, String aTitlebarUrl, String aIconUrl, String aContentUrl, String aMaxContentUrl, String aHeaderUrl, String aFooterUrl, String aHelpUrl, boolean aMaximizable, boolean aMinimizable, int aState)
          Constructor declaration
 
Method Summary
 int getColumnNumber()
          Method declaration
 String getComponentInstanceId()
          Method declaration
 String getComponentName()
          Method declaration
 String getContentUrl()
          Method declaration
 String getDescription()
          Method declaration
 String getFooterUrl()
          Method declaration
 String getHeaderUrl()
          Method declaration
 String getHelpUrl()
          Method declaration
 String getIconUrl()
          Method declaration
 int getId()
          Method declaration
 int getIndex()
          Method declaration
 String getMaxContentUrl()
          Method declaration
 boolean getMaximizable()
          Method declaration
 boolean getMinimizable()
          Method declaration
 String getName()
          Method declaration
 String getRequestRooter()
          Method declaration
 int getRow()
          Method declaration
 int getRowId()
          Method declaration
 int getState()
          Method declaration
 String getStateAsString()
          Method declaration
 String getTitlebarUrl()
          Method declaration
 void setColumnNumber(int aColumnNumber)
          Method declaration
 void setComponentInstanceId(String aComponentInstanceId)
          Method declaration
 void setComponentName(String aComponentName)
          Method declaration
 void setContentUrl(String aContentUrl)
          Method declaration
 void setDescription(String aDescription)
          Method declaration
 void setFooterUrl(String aFooterUrl)
          Method declaration
 void setHeaderUrl(String aHeaderUrl)
          Method declaration
 void setHelpUrl(String aHelpUrl)
          Method declaration
 void setIconUrl(String aIconUrl)
          Method declaration
 void setIndex(int aIndex)
          Method declaration
 void setMaxContentUrl(String aMaxContentUrl)
          Method declaration
 void setMaximizable(boolean aMaximizable)
          Method declaration
 void setMinimizable(boolean aMinimizable)
          Method declaration
 void setName(String aName)
          Method declaration
 void setRequestRooter(String aRequestRooter)
          Method declaration
 void setRow(int aRow)
          Method declaration
 void setState(int aState)
          Method declaration
 void setState(String aState)
          Method declaration
 void setTitlebarUrl(String aTitlebarUrl)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final int NORMAL
See Also:
Constant Field Values

MINIMIZED

public static final int MINIMIZED
See Also:
Constant Field Values

MAXIMIZED

public static final int MAXIMIZED
See Also:
Constant Field Values
Constructor Detail

Portlet

public Portlet()
        throws PortletException
Constructor declaration

Throws:
PortletException
See Also:

Portlet

public Portlet(int aId,
               int aRowId,
               String aRequestRooter,
               String aComponentName,
               String aComponentInstanceId,
               String aName,
               String aDescription,
               String aTitlebarUrl,
               String aIconUrl,
               String aContentUrl,
               String aMaxContentUrl,
               String aHeaderUrl,
               String aFooterUrl,
               String aHelpUrl,
               boolean aMaximizable,
               boolean aMinimizable,
               int aState)
Constructor declaration

Parameters:
aId -
aRowId -
aRequestRooter -
aComponentName -
aComponentInstanceId -
aName -
aDescription -
aTitlebarUrl -
aIconUrl -
aContentUrl -
aMaxContentUrl -
aHeaderUrl -
aFooterUrl -
aHelpUrl -
aMaximizable -
aMinimizable -
aState -
See Also:
Method Detail

getId

public int getId()
Method declaration

Returns:
See Also:

getRowId

public int getRowId()
Method declaration

Returns:
See Also:

getIndex

public int getIndex()
Method declaration

Returns:
See Also:

setIndex

public void setIndex(int aIndex)
Method declaration

Parameters:
aIndex -
See Also:

getRow

public int getRow()
Method declaration

Returns:
See Also:

setRow

public void setRow(int aRow)
Method declaration

Parameters:
aRow -
See Also:

getColumnNumber

public int getColumnNumber()
Method declaration

Returns:
See Also:

setColumnNumber

public void setColumnNumber(int aColumnNumber)
Method declaration

Parameters:
aColumnNumber -
See Also:

getRequestRooter

public String getRequestRooter()
Method declaration

Returns:
See Also:

setRequestRooter

public void setRequestRooter(String aRequestRooter)
Method declaration

Parameters:
aRequestRooter -
See Also:

getComponentName

public String getComponentName()
Method declaration

Returns:
See Also:

setComponentName

public void setComponentName(String aComponentName)
Method declaration

Parameters:
aComponentName -
See Also:

getComponentInstanceId

public String getComponentInstanceId()
Method declaration

Returns:
See Also:

setComponentInstanceId

public void setComponentInstanceId(String aComponentInstanceId)
Method declaration

Parameters:
aComponentInstanceId -
See Also:

getName

public String getName()
Method declaration

Returns:
See Also:

setName

public void setName(String aName)
Method declaration

Parameters:
aName -
See Also:

getDescription

public String getDescription()
Method declaration

Returns:
See Also:

setDescription

public void setDescription(String aDescription)
Method declaration

Parameters:
aDescription -
See Also:

getTitlebarUrl

public String getTitlebarUrl()
Method declaration

Returns:
See Also:

setTitlebarUrl

public void setTitlebarUrl(String aTitlebarUrl)
Method declaration

Parameters:
aTitlebarUrl -
See Also:

getIconUrl

public String getIconUrl()
Method declaration

Returns:
See Also:

setIconUrl

public void setIconUrl(String aIconUrl)
Method declaration

Parameters:
aIconUrl -
See Also:

getContentUrl

public String getContentUrl()
Method declaration

Returns:
See Also:

setContentUrl

public void setContentUrl(String aContentUrl)
Method declaration

Parameters:
aContentUrl -
See Also:

getMaxContentUrl

public String getMaxContentUrl()
Method declaration

Returns:
See Also:

setMaxContentUrl

public void setMaxContentUrl(String aMaxContentUrl)
Method declaration

Parameters:
aMaxContentUrl -
See Also:

getHeaderUrl

public String getHeaderUrl()
Method declaration

Returns:
See Also:

setHeaderUrl

public void setHeaderUrl(String aHeaderUrl)
Method declaration

Parameters:
aHeaderUrl -
See Also:

getFooterUrl

public String getFooterUrl()
Method declaration

Returns:
See Also:

setFooterUrl

public void setFooterUrl(String aFooterUrl)
Method declaration

Parameters:
aFooterUrl -
See Also:

getHelpUrl

public String getHelpUrl()
Method declaration

Returns:
See Also:

setHelpUrl

public void setHelpUrl(String aHelpUrl)
Method declaration

Parameters:
aHelpUrl -
See Also:

getMaximizable

public boolean getMaximizable()
Method declaration

Returns:
See Also:

setMaximizable

public void setMaximizable(boolean aMaximizable)
Method declaration

Parameters:
aMaximizable -
See Also:

getMinimizable

public boolean getMinimizable()
Method declaration

Returns:
See Also:

setMinimizable

public void setMinimizable(boolean aMinimizable)
Method declaration

Parameters:
aMinimizable -
See Also:

getState

public int getState()
Method declaration

Returns:
See Also:

getStateAsString

public String getStateAsString()
Method declaration

Returns:
See Also:

setState

public void setState(int aState)
Method declaration

Parameters:
aState -
See Also:

setState

public void setState(String aState)
Method declaration

Parameters:
aState -
See Also:


Copyright © 2016 Silverpeas. All Rights Reserved.