|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseLine | |
|---|---|
| com.jamasoftware.contour.dao | |
| com.jamasoftware.contour.domain | Classes for domain objects. |
| com.jamasoftware.contour.review.domain | Classes for review center domain objects. |
| Uses of BaseLine in com.jamasoftware.contour.dao |
|---|
| Methods in com.jamasoftware.contour.dao that return BaseLine | |
|---|---|
BaseLine |
BaseLineDao.getBaseLine(java.lang.Integer baseLineId)
|
| Methods in com.jamasoftware.contour.dao that return types with arguments of type BaseLine | |
|---|---|
java.util.List<BaseLine> |
BaseLineDao.getBaseLineListForProject(java.lang.Integer projectId)
Gets a list of active BaseLines. |
java.util.List<BaseLine> |
BaseLineDao.getBaseListListByFilter(java.lang.Integer filterId)
Gets all baselines associated with a filter |
java.util.List<BaseLine> |
BaseLineDao.getFullBaseLineListForProject(java.lang.Integer projectId)
Gets a full list of BaseLines, including active AND inactive ones. |
| Methods in com.jamasoftware.contour.dao with parameters of type BaseLine | |
|---|---|
void |
BaseLineDao.deleteBaseLine(BaseLine baseLine)
Logically deletes a BaseLine. |
void |
BaseLineDao.physicallyDeleteBaseLine(BaseLine baseLine)
Physically deletes this BaseLine from the database. |
void |
BaseLineDao.saveBaseLine(BaseLine baseLine)
|
| Uses of BaseLine in com.jamasoftware.contour.domain |
|---|
| Methods in com.jamasoftware.contour.domain that return BaseLine | |
|---|---|
BaseLine |
DocumentNode.getBaseLine()
|
BaseLine |
Signature.getBaseLineDEPRECATED()
Deprecated. |
| Methods in com.jamasoftware.contour.domain that return types with arguments of type BaseLine | |
|---|---|
java.util.Set<BaseLine> |
Version.getBaseLines()
|
| Methods in com.jamasoftware.contour.domain with parameters of type BaseLine | |
|---|---|
void |
DocumentNode.setBaseLine(BaseLine baseLine)
|
| Method parameters in com.jamasoftware.contour.domain with type arguments of type BaseLine | |
|---|---|
void |
Version.setBaseLines(java.util.Set<BaseLine> baseLines)
|
| Uses of BaseLine in com.jamasoftware.contour.review.domain |
|---|
| Methods in com.jamasoftware.contour.review.domain that return BaseLine | |
|---|---|
BaseLine |
Revision.getBaseline()
|
| Methods in com.jamasoftware.contour.review.domain with parameters of type BaseLine | |
|---|---|
void |
Revision.setBaseline(BaseLine baseline)
|
| Constructors in com.jamasoftware.contour.review.domain with parameters of type BaseLine | |
|---|---|
Revision(java.lang.String overview,
Review review,
BaseLine baseline)
|
|
Revision(java.lang.String overview,
Review review,
BaseLine baseline,
java.util.Date startDate,
java.util.Date endDate,
RevisionStatus status,
java.lang.Boolean allowVoting,
java.lang.Boolean requireSignature,
java.lang.Integer numVotesPerUser,
java.lang.String votingText,
java.lang.Integer sequenceNumber)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||