Uses of Interface
com.ibm.pim.view.View

Packages that use View
com.ibm.pim.catalog   
com.ibm.pim.hierarchy   
com.ibm.pim.view   
 

Uses of View in com.ibm.pim.catalog
 

Methods in com.ibm.pim.catalog that return View
 View Catalog.createView(java.lang.String viewName)
          create a new empty View for this catalog
 View Catalog.getView(java.lang.String name)
          retrieve a View on this catalog by name
 

Methods in com.ibm.pim.catalog that return types with arguments of type View
 java.util.Collection<View> Catalog.getViews()
          Retrieve all Views on this catalog.
 

Methods in com.ibm.pim.catalog with parameters of type View
 Catalog CatalogManager.getCatalog(View view)
          Get the Catalog by which a particular view is owned
 

Uses of View in com.ibm.pim.hierarchy
 

Methods in com.ibm.pim.hierarchy that return View
 View Hierarchy.createView(java.lang.String viewName)
          create a new empty View for this hierarchy
 View Hierarchy.getView(java.lang.String name)
          retrieve a View on this hierarchy by name
 

Methods in com.ibm.pim.hierarchy that return types with arguments of type View
 java.util.Collection<View> Hierarchy.getViews()
          Retrieve all Views on this hierarchy.
 

Methods in com.ibm.pim.hierarchy with parameters of type View
 Hierarchy HierarchyManager.getHierarchy(View view)
          Get the Hierarchy by which a particular view is owned
 

Uses of View in com.ibm.pim.view
 

Methods in com.ibm.pim.view that return View
 View ScreenView.getView()
          Get the View to which this ScreenView belongs