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

Packages that use ViewConfig
com.jamasoftware.contour.dao   
 

Uses of ViewConfig in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return ViewConfig
 ViewConfig ViewDao.getViewConfig(java.lang.Integer viewId, java.lang.Integer projectId, java.lang.Integer scope, java.lang.Integer refId, boolean matchWildcards)
           
 ViewConfig ViewDao.getViewConfigById(java.lang.Integer viewConfigId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type ViewConfig
 java.util.List<ViewConfig> ViewDao.getAllViewConfigsForTypeAndProject(java.lang.Integer viewTypeId, java.lang.Integer projectId)
           
 java.util.List<ViewConfig> ViewDao.getViewConfigsForProject(java.lang.Integer projectId)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type ViewConfig
 void ViewDao.deleteViewConfig(ViewConfig viewConfig)
           
 void ViewDao.saveViewConfig(ViewConfig viewConfig)
           
 



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