|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReleaseType | |
|---|---|
| com.jamasoftware.contour.dao | |
| com.jamasoftware.contour.domain | Classes for domain objects. |
| Uses of ReleaseType in com.jamasoftware.contour.dao |
|---|
| Methods in com.jamasoftware.contour.dao that return ReleaseType | |
|---|---|
ReleaseType |
ReleaseDao.getReleaseType(java.lang.Integer releaseTypeId)
|
ReleaseType |
ReleaseDao.getReleaseTypeByCategory(java.lang.Integer category,
java.lang.Integer scope,
java.lang.Integer refId)
|
| Methods in com.jamasoftware.contour.dao that return types with arguments of type ReleaseType | |
|---|---|
java.util.List<ReleaseType> |
ReleaseDao.getReleaseTypeList(java.lang.Integer scope,
java.lang.Integer refId)
|
| Methods in com.jamasoftware.contour.dao with parameters of type ReleaseType | |
|---|---|
void |
ReleaseDao.deleteReleaseType(ReleaseType releaseType)
|
void |
ReleaseDao.saveReleaseType(ReleaseType releaseType)
|
| Uses of ReleaseType in com.jamasoftware.contour.domain |
|---|
| Methods in com.jamasoftware.contour.domain that return ReleaseType | |
|---|---|
ReleaseType |
Release.getReleaseType()
|
| Methods in com.jamasoftware.contour.domain with parameters of type ReleaseType | |
|---|---|
void |
Release.setReleaseType(ReleaseType lookupType)
|
| Constructors in com.jamasoftware.contour.domain with parameters of type ReleaseType | |
|---|---|
Release(java.lang.String name,
java.lang.String description,
ReleaseType type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||