public class DefaultArchivingDao extends Object implements ArchivingDao
| Constructor and Description |
|---|
DefaultArchivingDao(QueryDslAccessor queryDslAccessor,
OfBizDelegator ofBizDelegator) |
| Modifier and Type | Method and Description |
|---|---|
long |
archiveIssuesInProject(Project project)
Marks all issues in the specified project as archived in the jiraissue table
|
long |
getActiveIssueCount()
Counts all active (not archived) issues
.
|
static org.ofbiz.core.entity.EntityCondition |
getIsNotArchivedIssueExpression() |
long |
restoreIssuesInProject(Project project)
Marks all issues in the specified project as active, except the ones that had been individually marked
as archived (the ones that have archivedby and archiveddate set).
|
public DefaultArchivingDao(QueryDslAccessor queryDslAccessor, OfBizDelegator ofBizDelegator)
public long getActiveIssueCount()
ArchivingDaogetActiveIssueCount in interface ArchivingDaopublic long archiveIssuesInProject(Project project)
ArchivingDaoarchiveIssuesInProject in interface ArchivingDaopublic long restoreIssuesInProject(Project project)
ArchivingDaorestoreIssuesInProject in interface ArchivingDaopublic static org.ofbiz.core.entity.EntityCondition getIsNotArchivedIssueExpression()
Copyright © 2002-2024 Atlassian. All Rights Reserved.