com.atlassian.jira.entity
Class Delete.DeleteFromContext

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

public static class Delete.DeleteFromContext
extends Delete.WhereClauseAwareDeleteContext


Method Summary
 Delete.DeleteWhereContext all()
           
 Delete.DeleteWhereContext byAnd(FieldMap fieldMap)
           
 Delete.DeleteWhereContext whereCondition(org.ofbiz.core.entity.EntityCondition condition)
           
 Delete.DeleteWhereContext whereEqual(String fieldName, Long value)
           
 Delete.DeleteWhereContext whereEqual(String fieldName, String value)
           
 Delete.DeleteWhereContext whereIdEquals(Long id)
           
 
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

all

public Delete.DeleteWhereContext all()

byAnd

public Delete.DeleteWhereContext byAnd(FieldMap fieldMap)

whereIdEquals

public Delete.DeleteWhereContext whereIdEquals(Long id)

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.