|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
"Views" are deep copy immutable objects. Unlike "Definitions" and "Instances" Views cannot be modified by the developer. A Instance or a Definition however can always be obtained from the view. The persistence APIs provides course grain and fine grain getters but only fine grain setters. If you are interested in an object and all its children then retrieve the View, if you are only interested in the immediate object and don't care about its children then retrieve the Definition.
View class for a portlet category.
View| Method Summary | |
PortletCategoryDefinitionId |
getId()
Returns the PortletCategoryDefinitionId associated with this
view. |
PortletCategoryDefinitionId |
getParentId()
Returns the PortletCategoryDefinitionId associated with this
category's parent. |
PortletCategoryView[] |
getPortletCategoryViews()
Returns an array of PortletCategoryViews contained in this
PortletCategoryView. |
PortletView[] |
getPortletViews()
Returns an array of PortletViews contained in this
PortletCategoryView. |
String |
getWebAppName()
Return the name of the webapp that this portlet category is associated with. |
| Methods inherited from interface com.bea.netuix.application.view.CategoryView |
getLocalizationResourceView |
| Methods inherited from interface com.bea.netuix.application.view.View |
getDescription, getTitle |
| Method Detail |
public PortletCategoryDefinitionId getId()
PortletCategoryDefinitionId associated with this
view.
PortletCategoryDefinitionIdpublic PortletCategoryDefinitionId getParentId()
PortletCategoryDefinitionId associated with this
category's parent.
public PortletCategoryView[] getPortletCategoryViews()
PortletCategoryViews contained in this
PortletCategoryView. Returns an empty array if there are
no portlet categories.
PortletCategoryViewspublic PortletView[] getPortletViews()
PortletViews contained in this
PortletCategoryView. Returns an empty array if there are
no portlets.
PortletViewspublic String getWebAppName()
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||