Uses of Class
com.jamasoftware.contour.domain.View

Packages that use View
com.jamasoftware.contour.dao   
com.jamasoftware.contour.domain Classes for domain objects. 
 

Uses of View in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return View
 View ViewDao.getView(int viewId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type View
 java.util.List<View> ViewDao.getViewByXtype(java.lang.String xtype)
           
 java.util.List<View> ViewDao.getViewList(int scope, int refId, boolean activeOnly)
           
 java.util.List<View> ViewDao.getViewListByType(int viewTypeId, int scope, int refId, boolean activeOnly)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type View
 void ViewDao.deleteView(View view)
           
 void ViewDao.saveView(View view)
           
 

Uses of View in com.jamasoftware.contour.domain
 

Methods in com.jamasoftware.contour.domain that return View
 View View.getStereotype()
           
 View View_ItemType.getView()
           
 View ViewConfig.getView()
           
 View Perspective_View.getView()
           
 View FieldLayout.getViewDEPRECATED()
           
 

Methods in com.jamasoftware.contour.domain with parameters of type View
 void View.setStereotype(View stereotype)
           
 void View_ItemType.setView(View view)
           
 void ViewConfig.setView(View view)
           
 void Perspective_View.setView(View view)
           
 void FieldLayout.setViewDEPRECATED(View viewDEPRECATED)
           
 



Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.