public static class Delete.DeleteWhereContext extends Delete.WhereClauseAwareDeleteContext
| Modifier and Type | Method and Description |
|---|---|
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) |
andCondition, andEqual, andEqual, andLike, whereLikepublic Delete.DeleteWhereContext whereEqual(String fieldName, String value)
whereEqual in class Delete.WhereClauseAwareDeleteContextpublic Delete.DeleteWhereContext whereEqual(String fieldName, Long value)
whereEqual in class Delete.WhereClauseAwareDeleteContextpublic Delete.DeleteWhereContext whereCondition(org.ofbiz.core.entity.EntityCondition condition)
whereCondition in class Delete.WhereClauseAwareDeleteContextpublic int execute(EntityEngine entityEngine)
public int execute(OfBizDelegator ofBizDelegator)
Copyright © 2002-2015 Atlassian. All Rights Reserved.