public class PlanDependencyHibernateDao extends BambooHibernateObjectDao implements PlanDependencyDao
| Constructor and Description |
|---|
PlanDependencyHibernateDao() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PlanDependency> |
findAllDependencies() |
Collection<PlanDependency> |
getChildNonEditableDependencies(PlanIdentifier plan) |
Collection<PlanDependency> |
getChildPlanDependencies(PlanIdentifier plan)
Retrievs all plan dependencies in which the given plan features as a parent
|
Collection<PlanDependency> |
getParentNonEditableDependencies(PlanIdentifier plan) |
Collection<PlanDependency> |
getParentPlanDependencies(PlanIdentifier plan)
Retrievs all plan dependencies in which the given plan features as a child
|
Class |
getPersistentClass() |
void |
removeDependenciesForPlan(PlanIdentifier plan)
Deletes any existing dependency featuring the given plan.
|
findAll, findAllSorted, findById, findById, refresh, remove, replicate, save, saveRaw, setIndexer, updateModificationDatacheckDaoConfig, createHibernateTemplate, currentSession, getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindByIdpublic Class getPersistentClass()
getPersistentClass in interface bucket.core.persistence.ObjectDao@NotNull public Collection<PlanDependency> findAllDependencies()
findAllDependencies in interface PlanDependencyDao@NotNull public Collection<PlanDependency> getChildPlanDependencies(@NotNull PlanIdentifier plan)
PlanDependencyDaogetChildPlanDependencies in interface PlanDependencyDaoplan - - the parent@NotNull public Collection<PlanDependency> getParentPlanDependencies(@NotNull PlanIdentifier plan)
PlanDependencyDaogetParentPlanDependencies in interface PlanDependencyDaoplan - - the child@Nullable public Collection<PlanDependency> getChildNonEditableDependencies(@NotNull PlanIdentifier plan)
getChildNonEditableDependencies in interface PlanDependencyDaoplan - to find children of@Nullable public Collection<PlanDependency> getParentNonEditableDependencies(@NotNull PlanIdentifier plan)
getParentNonEditableDependencies in interface PlanDependencyDaoplan - to find parents ofpublic void removeDependenciesForPlan(@NotNull
PlanIdentifier plan)
PlanDependencyDaoremoveDependenciesForPlan in interface PlanDependencyDaoplan - to be removedCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.