public interface ICrudByIdSupport<T> extends IReadByIdSupport<T>
Modifier and Type | Method and Description |
---|---|
Ack |
createById(long id,
T value) |
void |
deleteById(long id) |
void |
multipleDeleteById(java.util.List<java.lang.Long> ids) |
Ack |
updateById(long id,
T value) |
getCompleteById, multipleGetById
@DELETE @Path(value="id/{id}") void deleteById(@PathParam(value="id") long id)
@DELETE @Path(value="_multipleDelete") void multipleDeleteById(java.util.List<java.lang.Long> ids) throws ServerFault
ServerFault
Copyright © 2023. All Rights Reserved.