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
 int execute(EntityEngine entityEngine)
           
 int execute(OfBizDelegator ofBizDelegator)
           
 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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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)


Copyright © 2002-2013 Atlassian. All Rights Reserved.