public static class Delete.DeleteFromContext extends Delete.WhereClauseAwareDeleteContext
| Modifier and Type | Method and Description |
|---|---|
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) |
andCondition, andEqual, andEqual, andLike, whereLikepublic Delete.DeleteWhereContext all()
public Delete.DeleteWhereContext byAnd(FieldMap fieldMap)
public Delete.DeleteWhereContext whereIdEquals(Long id)
public 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.WhereClauseAwareDeleteContextCopyright © 2002-2024 Atlassian. All Rights Reserved.