|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||