com.atlassian.jira.entity
Class Delete.DeleteWhereContext

java.lang.Object
  extended by com.atlassian.jira.entity.Delete.WhereClauseAwareDeleteContext
      extended by com.atlassian.jira.entity.Delete.DeleteWhereContext
Enclosing class:
Delete

public static class Delete.DeleteWhereContext
extends Delete.WhereClauseAwareDeleteContext


Method Summary
 boolean equals(Object o)
           
 int execute(EntityEngine entityEngine)
           
 int execute(OfBizDelegator ofBizDelegator)
           
 int hashCode()
           
 String toString()
           
 Delete.DeleteWhereContext whereCondition(org.ofbiz.core.entity.EntityCondition condition)
           
 Delete.DeleteWhereContext whereEqual(String fieldName, Long value)
           
 Delete.DeleteWhereContext whereEqual(String fieldName, String value)
           
 
Methods inherited from class com.atlassian.jira.entity.Delete.WhereClauseAwareDeleteContext
andCondition, andEqual, andEqual, andLike, whereLike
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

whereEqual

public Delete.DeleteWhereContext whereEqual(String fieldName,
                                            String value)
Specified by:
whereEqual in class Delete.WhereClauseAwareDeleteContext

whereEqual

public Delete.DeleteWhereContext whereEqual(String fieldName,
                                            Long value)
Specified by:
whereEqual in class Delete.WhereClauseAwareDeleteContext

whereCondition

public Delete.DeleteWhereContext whereCondition(org.ofbiz.core.entity.EntityCondition condition)
Specified by:
whereCondition in class Delete.WhereClauseAwareDeleteContext

execute

public int execute(EntityEngine entityEngine)

execute

public int execute(OfBizDelegator ofBizDelegator)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.