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

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

Uses of Perspective in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return Perspective
 Perspective PerspectiveDao.getPerspective(int id)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type Perspective
 java.util.List<Perspective> PerspectiveDao.getPerspectiveList(int scope, int refId, int perspectiveTypeId, boolean activeOnly)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type Perspective
 void PerspectiveDao.savePerspective(Perspective perspective)
           
 

Uses of Perspective in com.jamasoftware.contour.domain
 

Methods in com.jamasoftware.contour.domain that return Perspective
 Perspective Perspective_Role.getPerspective()
           
 Perspective PerspectiveConfig.getPerspective()
           
 Perspective Perspective_View.getPerspective()
           
 Perspective Perspective.getStereotype()
           
 

Methods in com.jamasoftware.contour.domain with parameters of type Perspective
 void Perspective_Role.setPerspective(Perspective perspective)
           
 void PerspectiveConfig.setPerspective(Perspective perspective)
           
 void Perspective_View.setPerspective(Perspective perspective)
           
 void Perspective.setStereotype(Perspective stereotype)
           
 

Constructors in com.jamasoftware.contour.domain with parameters of type Perspective
Perspective(Perspective src)
           
 



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