public class WGPortletDefaultBean extends java.lang.Object implements WGPortlet
WGUserProfile| Constructor and Description |
|---|
WGPortletDefaultBean(java.lang.String appDb,
java.lang.String parentPortletId) |
WGPortletDefaultBean(java.lang.String appDb,
java.lang.String id,
java.lang.String parentPortletId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationDb()
Returns the database key of the application using this portlet registration
|
java.lang.String |
getDesign()
Returns the name of the WebTML module used as portlet design
|
java.lang.String |
getDesignDb()
Returns the database key of the application containing the portlet design
|
java.lang.String |
getKey()
Returns the registration key of the portlet
|
java.lang.String |
getName()
Returns the registration name of the portlet
|
java.lang.String |
getParentPortletKey()
Returns the registration key of the parent portlet
|
boolean |
isRoot()
Determines if this is the root portlet
|
void |
setDesign(java.lang.String design)
Sets the name of the WebTML module used as portlet design
|
void |
setDesignDb(java.lang.String db)
Sets the database key of the application containing the portlet design
|
void |
setKey(java.lang.String key)
Sets the portlet key
|
void |
setName(java.lang.String title)
Sets the registration name of the portlet
|
public WGPortletDefaultBean(java.lang.String appDb,
java.lang.String id,
java.lang.String parentPortletId)
public WGPortletDefaultBean(java.lang.String appDb,
java.lang.String parentPortletId)
public java.lang.String getDesignDb()
WGPortletgetDesignDb in interface WGPortletpublic void setDesignDb(java.lang.String db)
WGPortletsetDesignDb in interface WGPortletpublic java.lang.String getDesign()
WGPortletpublic void setDesign(java.lang.String design)
WGPortletpublic java.lang.String getName()
WGPortletpublic void setName(java.lang.String title)
WGPortletpublic java.lang.String getKey()
WGPortletpublic java.lang.String getParentPortletKey()
WGPortletgetParentPortletKey in interface WGPortletpublic void setKey(java.lang.String key)
key - public boolean isRoot()
WGPortletpublic java.lang.String getApplicationDb()
WGPortletgetApplicationDb in interface WGPortlet