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()
WGPortlet
getDesignDb
in interface WGPortlet
public void setDesignDb(java.lang.String db)
WGPortlet
setDesignDb
in interface WGPortlet
public java.lang.String getDesign()
WGPortlet
public void setDesign(java.lang.String design)
WGPortlet
public java.lang.String getName()
WGPortlet
public void setName(java.lang.String title)
WGPortlet
public java.lang.String getKey()
WGPortlet
public java.lang.String getParentPortletKey()
WGPortlet
getParentPortletKey
in interface WGPortlet
public void setKey(java.lang.String key)
key
- public boolean isRoot()
WGPortlet
public java.lang.String getApplicationDb()
WGPortlet
getApplicationDb
in interface WGPortlet