com.silverpeas.portlets.portal
Class PortletWindowDataImpl
java.lang.Object
com.silverpeas.portlets.portal.PortletWindowDataImpl
- All Implemented Interfaces:
- PortletWindowData, Serializable, Comparable
public class PortletWindowDataImpl
- extends Object
- implements PortletWindowData, Comparable, Serializable
PortletWindowDataImpl provides concrete implementation of PortletWindowData interface
- See Also:
- Serialized Form
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
PortletWindowDataImpl
public PortletWindowDataImpl()
init
public void init(javax.servlet.http.HttpServletRequest request,
PortletRegistryContext portletRegistryContext,
String portletWindowName)
throws PortletRegistryException
- Specified by:
init in interface PortletWindowData
- Throws:
PortletRegistryException
setPortletName
public void setPortletName(String portletName)
getPortletName
public String getPortletName()
- Specified by:
getPortletName in interface PortletWindowData
setPortletWindowName
public void setPortletWindowName(String portletWindowName)
setRequestURL
public void setRequestURL(StringBuffer requestURL)
getRequestURL
public String getRequestURL()
getPortletWindowName
public String getPortletWindowName()
- Specified by:
getPortletWindowName in interface PortletWindowData
getTitle
public String getTitle()
- Specified by:
getTitle in interface PortletWindowData
setTitle
public void setTitle(String title)
getContent
public CharSequence getContent()
- Specified by:
getContent in interface PortletWindowData
setContent
public void setContent(CharSequence content)
isView
public boolean isView()
- Specified by:
isView in interface PortletWindowData
setView
public void setView(boolean view)
getViewURL
public String getViewURL()
- Specified by:
getViewURL in interface PortletWindowData
isEdit
public boolean isEdit()
- Specified by:
isEdit in interface PortletWindowData
setEdit
public void setEdit(boolean edit)
isRemove
public boolean isRemove()
- Specified by:
isRemove in interface PortletWindowData
setRemove
public void setRemove(boolean remove)
getEditURL
public String getEditURL()
- Specified by:
getEditURL in interface PortletWindowData
isHelp
public boolean isHelp()
- Specified by:
isHelp in interface PortletWindowData
setHelp
public void setHelp(boolean help)
getHelpURL
public String getHelpURL()
- Specified by:
getHelpURL in interface PortletWindowData
isNormalized
public boolean isNormalized()
- Specified by:
isNormalized in interface PortletWindowData
getNormalizedURL
public String getNormalizedURL()
- Specified by:
getNormalizedURL in interface PortletWindowData
isMaximized
public boolean isMaximized()
- Specified by:
isMaximized in interface PortletWindowData
getMaximizedURL
public String getMaximizedURL()
- Specified by:
getMaximizedURL in interface PortletWindowData
isMinimized
public boolean isMinimized()
- Specified by:
isMinimized in interface PortletWindowData
getMinimizedURL
public String getMinimizedURL()
- Specified by:
getMinimizedURL in interface PortletWindowData
getCurrentMode
public String getCurrentMode()
- Specified by:
getCurrentMode in interface PortletWindowData
setCurrentMode
public void setCurrentMode(com.sun.portal.container.ChannelMode currentMode)
getCurrentWindowState
public String getCurrentWindowState()
- Specified by:
getCurrentWindowState in interface PortletWindowData
setCurrentWindowState
public void setCurrentWindowState(com.sun.portal.container.ChannelState currentWindowState)
getRemoveURL
public String getRemoveURL()
- Specified by:
getRemoveURL in interface PortletWindowData
setRowNumber
public void setRowNumber(Integer rowNumber)
getRowNumber
public Integer getRowNumber()
- Specified by:
getRowNumber in interface PortletWindowData
setWidth
public void setWidth(String width)
getWidth
public String getWidth()
- Specified by:
getWidth in interface PortletWindowData
isThin
public boolean isThin()
- Specified by:
isThin in interface PortletWindowData
isThick
public boolean isThick()
- Specified by:
isThick in interface PortletWindowData
getSpaceId
public String getSpaceId()
- Specified by:
getSpaceId in interface PortletWindowData
setSpaceId
public void setSpaceId(String context)
- Specified by:
setSpaceId in interface PortletWindowData
getRole
public String getRole()
setRole
public void setRole(String role)
compareTo
public int compareTo(Object o)
- Specified by:
compareTo in interface Comparable
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2016 Silverpeas. All Rights Reserved.