CategoryView Interface
- public interface CategoryView
extends View
"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 category.
Related Topics
View
-
All Superinterfaces
-
Serializable
, View
-
All Known Subinterfaces
-
PortalView
, PortletCategoryView
getLocalizationResourceView() Method
public LocalizationResourceView
getLocalizationResourceView()
Returns the LocalizationResourceView
associated with this view.
Returns
LocalizationResourceView