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, whereLike
public Delete.DeleteWhereContext whereEqual(String fieldName, String value)
whereEqual
in class Delete.WhereClauseAwareDeleteContext
public Delete.DeleteWhereContext whereEqual(String fieldName, Long value)
whereEqual
in class Delete.WhereClauseAwareDeleteContext
public Delete.DeleteWhereContext whereCondition(org.ofbiz.core.entity.EntityCondition condition)
whereCondition
in class Delete.WhereClauseAwareDeleteContext
public int execute(EntityEngine entityEngine)
public int execute(OfBizDelegator ofBizDelegator)
Copyright © 2002-2019 Atlassian. All Rights Reserved.