Uses of Class
com.sap.netweaver.bc.uwl.config.UWLView

Packages that use UWLView
com.sap.netweaver.bc.uwl Contains API for main classes and interfaces used with UWL. 
com.sap.netweaver.bc.uwl.admin Provides API for administering the UWL.  
com.sap.netweaver.bc.uwl.config Contains UWL Configuration related classes. 
 

Uses of UWLView in com.sap.netweaver.bc.uwl
 

Methods in com.sap.netweaver.bc.uwl that return UWLView
 UWLView IUWLViewManager.getView(String id, UWLContext context)
          This is used to get a view by its ID name which is defined in the system or custom XML files (See example) or the name of the personalized view.
 UWLView IUWLViewManager.addView(UWLView viewData, UWLContext context)
          Deprecated. use the updateView
 UWLView IUWLViewManager.updateView(UWLView viewData, UWLContext context)
          Use this method to add the passed in view to the users list of personalized views.
 UWLView IUWLViewManager.getViewForItemType(String itemType, UWLContext context)
          Method getViewForItemType.
 

Methods in com.sap.netweaver.bc.uwl with parameters of type UWLView
 UWLView IUWLViewManager.addView(UWLView viewData, UWLContext context)
          Deprecated. use the updateView
 UWLView IUWLViewManager.updateView(UWLView viewData, UWLContext context)
          Use this method to add the passed in view to the users list of personalized views.
 void IUWLViewManager.deleteView(UWLView viewName, UWLContext context)
          This method will remove the specified view name from the list of personalized views for the specified user.
 NavigationNode IUWLViewManager.addToPersonalNode(UWLContext context, UWLView view)
          Deprecated. use updateNavigationNode
 QueryResult IUWLItemManager.getItemsForView(UWLContext context, UWLView view, QueryProperties queryProps, CompoundExpression filter)
          Method to retrieve Items for a particular View.If returned items are not fully uptodate, isPossiblyOutDated() on the result return true.
 QueryResult IUWLItemManager.refreshCacheAndGetItems(UWLContext context, UWLView view, QueryProperties queryProps, CompoundExpression viewFilter)
          Connects to all providerConnectors and gets items from them.
 QueryResult IUWLItemManager.search(UWLContext context, String textToSearch, UWLView view, QueryProperties queryProps, CompoundExpression filter)
          Search in the cache for items matching the text.
 int[] IUWLItemManager.getTotalAndEmphasizedItemCountForView(UWLContext context, UWLView view, String configurationGroup, String substitutedUser)
          Returns items that need to be emphasized and total items in a particular View.
 

Uses of UWLView in com.sap.netweaver.bc.uwl.admin
 

Methods in com.sap.netweaver.bc.uwl.admin that return UWLView
 UWLView IUWLConfigurationManager.getView(String viewname)
           
 UWLView IUWLConfigurationManager.getViewForItemType(String itemType)
          For the given item type finds the associated View.
 UWLView IUWLConfigurationManager.getPersonalizedView(String userId, String viewName)
          Returns personalized view specified by viewName for the user specified by userId.
 UWLView IUWLConfigurationAdmin.getOriginalView(String viewName, UWLContext context)
          Returns the UWL View object for the specified view name.
 

Methods in com.sap.netweaver.bc.uwl.admin with parameters of type UWLView
 void IUWLConfigurationAdmin.addPersonalized(UWLContext context, UWLView view)
          Adds view as personalized object
 

Uses of UWLView in com.sap.netweaver.bc.uwl.config
 

Methods in com.sap.netweaver.bc.uwl.config that return UWLView
 UWLView ConfigurationRoot.getView(String name)
           
 



Copyright 2006 SAP AG Complete Copyright Notice