com.atlassian.bamboo.project
Class ProjectHibernateDao
java.lang.Object
HibernateObjectDao
com.atlassian.bamboo.persistence.BambooHibernateObjectDao
com.atlassian.bamboo.project.ProjectHibernateDao
- All Implemented Interfaces:
- BambooObjectDao, ProjectDao
public class ProjectHibernateDao
- extends BambooHibernateObjectDao
- implements ProjectDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectHibernateDao
public ProjectHibernateDao()
getPersistentClass
public Class getPersistentClass()
saveProject
public void saveProject(Project project)
- Specified by:
saveProject
in interface ProjectDao
isExistingProjectName
public boolean isExistingProjectName(String projectName)
- Specified by:
isExistingProjectName
in interface ProjectDao
isExistingProjectKey
public boolean isExistingProjectKey(String projectKey)
- Specified by:
isExistingProjectKey
in interface ProjectDao
getProjectByKey
public Project getProjectByKey(String key)
- Specified by:
getProjectByKey
in interface ProjectDao
getProjectByName
public Project getProjectByName(String projectName)
- Specified by:
getProjectByName
in interface ProjectDao
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.