public static class

Delete.DeleteWhereContext

extends Delete.WhereClauseAwareDeleteContext
java.lang.Object
   ↳ com.atlassian.jira.entity.Delete.WhereClauseAwareDeleteContext
     ↳ com.atlassian.jira.entity.Delete.DeleteWhereContext

Summary

Public Methods
boolean equals(Object o)
int execute(OfBizDelegator ofBizDelegator)
int execute(EntityEngine entityEngine)
int hashCode()
String toString()
Delete.DeleteWhereContext whereCondition(EntityCondition condition)
Delete.DeleteWhereContext whereEqual(String fieldName, Long value)
Delete.DeleteWhereContext whereEqual(String fieldName, String value)
[Expand]
Inherited Methods
From class com.atlassian.jira.entity.Delete.WhereClauseAwareDeleteContext
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public int execute (OfBizDelegator ofBizDelegator)

public int execute (EntityEngine entityEngine)

public int hashCode ()

public String toString ()

public Delete.DeleteWhereContext whereCondition (EntityCondition condition)

public Delete.DeleteWhereContext whereEqual (String fieldName, Long value)

public Delete.DeleteWhereContext whereEqual (String fieldName, String value)