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, whereLike
public 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.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
Copyright © 2002-2018 Atlassian. All Rights Reserved.