Package com.atlassian.jira.entity
Class Delete.DeleteFromContext
java.lang.Object
com.atlassian.jira.entity.Delete.WhereClauseAwareDeleteContext
com.atlassian.jira.entity.Delete.DeleteFromContext
- Enclosing class:
- Delete
-
Method Summary
Modifier and TypeMethodDescriptionall()
whereCondition
(org.ofbiz.core.entity.EntityCondition condition) whereEqual
(String fieldName, Long value) whereEqual
(String fieldName, String value) whereIdEquals
(Long id) Methods inherited from class com.atlassian.jira.entity.Delete.WhereClauseAwareDeleteContext
andCondition, andEqual, andEqual, andLike, whereLike
-
Method Details
-
all
-
byAnd
-
whereIdEquals
-
whereEqual
- Specified by:
whereEqual
in classDelete.WhereClauseAwareDeleteContext
-
whereEqual
- Specified by:
whereEqual
in classDelete.WhereClauseAwareDeleteContext
-
whereCondition
- Specified by:
whereCondition
in classDelete.WhereClauseAwareDeleteContext
-