com.atlassian.jira.entity
Class Delete.DeleteWhereContext

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

public static class Delete.DeleteWhereContext
extends Object


Method Summary
 Delete.DeleteWhereContext andEqual(String fieldName, Long value)
           
 Delete.DeleteWhereContext andEqual(String fieldName, String value)
           
 int execute(EntityEngine entityEngine)
           
 int execute(OfBizDelegator ofBizDelegator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

andEqual

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

andEqual

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

execute

public int execute(EntityEngine entityEngine)

execute

public int execute(OfBizDelegator ofBizDelegator)


Copyright © 2002-2012 Atlassian. All Rights Reserved.