Interface QuickFilterRuleDao
-
- All Superinterfaces:
BambooObjectDao<QuickFilterRule>
- All Known Implementing Classes:
QuickFilterRuleHibernateDao
@Internal public interface QuickFilterRuleDao extends BambooObjectDao<QuickFilterRule>
DAO for operating onquick filter rules
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable QuickFilterRule
findById(long id)
-
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
-
-
-
-
Method Detail
-
findById
@Nullable @Nullable QuickFilterRule findById(long id)
-
-