|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.beasys.commerce.axiom.jsp.JspBeanBase
|
+--com.beasys.commerce.portal.admin.jspbeans.PortalJspBean
|
+--com.beasys.commerce.portal.admin.jspbeans.PortletJspBean
The <jsp:usebean> for several Portal Admin tools such as portlet_new.jsp. This class represents the Portlet Definition entity.
| Field Summary | |
protected java.lang.String |
alternateFooterURL
An HTTP request mapping attribute. |
protected java.lang.String |
alternateHeaderURL
An HTTP request mapping attribute. |
protected java.lang.String |
bannerURL
An HTTP request mapping attribute. |
protected long |
categoryId
An HTTP request mapping attribute. |
protected int |
column
An HTTP request mapping attribute. |
protected java.lang.String |
editURL
An HTTP request mapping attribute. |
protected boolean |
floatable
An HTTP request mapping attribute. |
protected boolean |
hasHelp
An HTTP request mapping attribute. |
protected java.lang.String |
helpURL
An HTTP request mapping attribute. |
protected java.lang.String |
iconURL
An HTTP request mapping attribute. |
protected boolean |
isEditable
An HTTP request mapping attribute. |
protected boolean |
isMandatory
An HTTP request mapping attribute. |
protected boolean |
isMinimized
An HTTP request mapping attribute. |
protected boolean |
loginRequired
An HTTP request mapping attribute. |
protected boolean |
maximizeable
An HTTP request mapping attribute. |
protected java.lang.String |
maximizedURL
An HTTP request mapping attribute. |
protected boolean |
minimizeable
An HTTP request mapping attribute. |
protected boolean |
moveable
An HTTP request mapping attribute. |
protected int |
row
An HTTP request mapping attribute. |
protected java.lang.String |
titlebarURL
An HTTP request mapping attribute. |
protected boolean |
visible
An HTTP request mapping attribute. |
| Fields inherited from class com.beasys.commerce.portal.admin.jspbeans.PortalJspBean |
contentColumnCount, contentColumnCountStr, contentURL, footerURL, headerURL, name, suspended, suspendedURL |
| Fields inherited from class com.beasys.commerce.axiom.jsp.JspBeanBase |
DEFAULT_CATEGORY |
| Constructor Summary | |
PortletJspBean()
Creates a new instance of this bean. |
|
| Method Summary | |
java.lang.String |
getAlternateFooterURL()
Gets the alternate footer URL for this portlet. |
java.lang.String |
getAlternateHeaderURL()
Gets the alternate header URL for this portlet. |
java.lang.String |
getBannerURL()
Gets the banner URL for this portlet. |
long |
getCategoryId()
Gets the portal category. |
int |
getColumn()
Gets the column position of this portlet in a portal. |
java.lang.String |
getEditURL()
Gets the edit URL for this portlet. |
java.lang.String |
getHelpURL()
Gets the help URL for this portlet. |
java.lang.String |
getIconURL()
Gets the icon URL for this portlet. |
java.lang.String |
getMaximizedURL()
Gets the maximize URL for this portlet. |
int |
getRow()
Gets the row position of this portlet in a column. |
java.lang.String |
getTitlebarURL()
Gets the titlebar URL for this portlet. |
boolean |
hasHelp()
Gets the has help attribute. |
boolean |
isAvailable()
Gets the available state of this portlet. |
boolean |
isEditable()
Gets the editable state of this portlet. |
boolean |
isFloatable()
Gets the isFloatable attribute of this portlet. |
boolean |
isLoginRequired()
Gets the login required state of this portlet. |
boolean |
isMandatory()
Gets the mandatory state of this portlet. |
boolean |
isMaximizeable()
Gets the is Maximizeable attribute of this portlet. |
boolean |
isMinimizeable()
Gets the isMinimizeable attribute of this portlet. |
boolean |
isMinimized()
Gets the current minimized state of this portlet for a user. |
boolean |
isMoveable()
Gets the moveable state of this portlet. |
boolean |
isVisible()
Gets the isVisible attribute of this portlet. |
void |
setAlternateFooterURL(java.lang.String aURL)
Sets the alternate footer URL. |
void |
setAlternateHeaderURL(java.lang.String aURL)
Sets the alternate header URL. |
void |
setAvailable(boolean ignore)
Sets the available state of this portlet. |
void |
setBannerURL(java.lang.String aURL)
Sets the banner URL. |
void |
setCategoryId(long aCategory)
Sets the portal category for this bean. |
void |
setColumn(int aPos)
Sets the column position of this portlet in a portal. |
void |
setEditable(boolean isEditable)
Sets the editable state of this portlet. |
void |
setEditURL(java.lang.String aURL)
Sets the edit URL. |
void |
setFloatable(boolean aBool)
Sets the isFloatable attribute of this portlet. |
void |
setHelp(boolean aHasHelp)
Sets whether or not this bean has help enabled. |
void |
setHelpURL(java.lang.String aURL)
Sets the help URL. |
void |
setIconURL(java.lang.String aURL)
Sets the icon URL. |
void |
setLoginRequired(boolean aBool)
Sets the login required state of this portlet. |
void |
setMandatory(boolean isMan)
Sets the mandatory state of this portlet. |
void |
setMaximizeable(boolean aBool)
Sets the isMaximizeable attribute of this portlet. |
void |
setMaximizedURL(java.lang.String aURL)
Sets the maximize URL. |
void |
setMinimizeable(boolean aBool)
Sets the isMinimizeable attribute of this portlet. |
void |
setMinimized(boolean isMinimized)
Sets the current minimized state of this portlet for a user. |
void |
setMoveable(boolean ignore)
Sets the moveable state of this portlet. |
void |
setRow(int aPos)
Sets the row position of this portlet in a column. |
void |
setTitlebarURL(java.lang.String aURL)
Sets the titlebar URL. |
void |
setVisible(boolean aBool)
Sets the isVisible attribute of this portlet. |
java.lang.String |
validate()
Validates the attributes of this bean. |
| Methods inherited from class com.beasys.commerce.portal.admin.jspbeans.PortalJspBean |
clone, getContentColumnCount, getContentColumnCountStr, getContentURL, getFooterURL, getHeaderURL, getName, getPK, getSuspendedURL, isSuspended, setContentColumnCount, setContentColumnCountStr, setContentURL, setFooterURL, setHeaderURL, setName, setPK, setSuspended, setSuspendedURL |
| Methods inherited from class com.beasys.commerce.axiom.jsp.JspBeanBase |
findStringInArray, hasSpecialHTMLChars, isStringLetterOrDigit, validateDoubleValue, validateDoubleValue, validateGroupName, validateIntValue, validateIntValue, validateLength, validateUserName |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.beasys.commerce.portal.Portlet |
clone |
| Methods inherited from interface com.beasys.commerce.portal.Portal |
getContentColumnCount, getContentURL, getFooterURL, getHeaderURL, getName, getSuspendedURL, isSuspended, setContentColumnCount, setContentURL, setFooterURL, setHeaderURL, setName, setSuspended, setSuspendedURL |
| Methods inherited from interface com.beasys.commerce.portal.KeyedObject |
getPK, setPK |
| Field Detail |
protected long categoryId
protected java.lang.String maximizedURL
protected boolean moveable
protected boolean isMinimized
protected boolean isMandatory
protected boolean minimizeable
protected boolean maximizeable
protected boolean floatable
protected boolean visible
protected int row
protected int column
protected java.lang.String bannerURL
protected java.lang.String alternateHeaderURL
protected java.lang.String alternateFooterURL
protected boolean hasHelp
protected java.lang.String helpURL
protected java.lang.String iconURL
protected boolean isEditable
protected java.lang.String editURL
protected java.lang.String titlebarURL
protected boolean loginRequired
| Constructor Detail |
public PortletJspBean()
| Method Detail |
public void setCategoryId(long aCategory)
setCategoryId in interface PortletaCategory - The portal category name.public long getCategoryId()
getCategoryId in interface Portletpublic void setHelp(boolean aHasHelp)
setHelp in interface PortletaHasHelp - True if it supports help, false if not.public boolean hasHelp()
hasHelp in interface Portletpublic void setHelpURL(java.lang.String aURL)
setHelpURL in interface PortletaURL - The help URL.public java.lang.String getHelpURL()
getHelpURL in interface Portletpublic java.lang.String getIconURL()
getIconURL in interface Portletpublic void setIconURL(java.lang.String aURL)
setIconURL in interface PortletaURL - The icon URL.public boolean isAvailable()
isAvailable in interface PortletPortalPersonalizationJspBean.isAvailable()public void setAvailable(boolean ignore)
setAvailable in interface Portletignore - This parameter is ignored.PortalPersonalizationJspBean.setAvailable(boolean)public boolean isMoveable()
isMoveable in interface Portletpublic void setMoveable(boolean ignore)
setMoveable in interface Portletignore - This parameter is ignored.public boolean isMinimizeable()
isMinimizeable in interface PortletPortal Developer's Guide for more detail.public void setMinimizeable(boolean aBool)
setMinimizeable in interface PortletaBool - true if the portlet can be minimized, false if not.Portal Developer's Guide for more detail.public boolean isMandatory()
isMandatory in interface Portletpublic void setMandatory(boolean isMan)
setMandatory in interface Portletignore - This parameter is ignored and always set to false.public boolean isLoginRequired()
isLoginRequired in interface PortletPortal Developer's Guide for more detail.public void setLoginRequired(boolean aBool)
setLoginRequired in interface PortletaBool - true if login is required to view this portlet, false if not
which allows anonymous users to view the portlet.Portal Developer's Guide for more detail.public java.lang.String getEditURL()
getEditURL in interface Portletpublic void setEditURL(java.lang.String aURL)
setEditURL in interface PortletaURL - The edit URL.public boolean isEditable()
isEditable in interface PortletPortal Developer's Guide for more detail.public void setEditable(boolean isEditable)
setEditable in interface PortletisEditable - true if this portlet is editiable, false if not.Portal Developer's Guide for more detail.public boolean isMinimized()
isMinimized in interface PortletPortal Developer's Guide for more detail.public void setMinimized(boolean isMinimized)
setMinimized in interface PortletisMinimized - true if this portlet is minimized, false if not.Portal Developer's Guide for more detail.public boolean isMaximizeable()
isMaximizeable in interface PortletPortal Developer's Guide for more detail.public void setMaximizeable(boolean aBool)
setMaximizeable in interface PortletPortal Developer's Guide for more detail.public boolean isFloatable()
isFloatable in interface Portletpublic void setFloatable(boolean aBool)
setFloatable in interface PortletaBool - true if this portlet is floatable (detachable), false if not.public boolean isVisible()
isVisible in interface Portletpublic void setVisible(boolean aBool)
setVisible in interface PortletaBool - true if this portlet is visible, false if not.public java.lang.String getMaximizedURL()
getMaximizedURL in interface Portletpublic void setMaximizedURL(java.lang.String aURL)
setMaximizedURL in interface PortletaURL - The maximize URL.public int getRow()
getRow in interface Portletpublic void setRow(int aPos)
setRow in interface PortletaPos - The zero-based position.public int getColumn()
getColumn in interface Portletpublic void setColumn(int aPos)
setColumn in interface PortletaPos - The zero-based position.public java.lang.String getBannerURL()
getBannerURL in interface Portletpublic void setBannerURL(java.lang.String aURL)
setBannerURL in interface PortletaURL - The banner URL.public java.lang.String getAlternateHeaderURL()
getAlternateHeaderURL in interface Portletpublic void setAlternateHeaderURL(java.lang.String aURL)
setAlternateHeaderURL in interface PortletaURL - The alternate header URL.public java.lang.String getAlternateFooterURL()
getAlternateFooterURL in interface Portletpublic void setAlternateFooterURL(java.lang.String aURL)
setAlternateFooterURL in interface PortletaURL - The alternate footer URL.public java.lang.String getTitlebarURL()
getTitlebarURL in interface Portletpublic void setTitlebarURL(java.lang.String aURL)
setTitlebarURL in interface PortletaURL - The titlebar URL.public java.lang.String validate()
validate in class PortalJspBean
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||