Package net.bluemind.core.container.api
Interface ICrudByIdSupport<T>
- All Superinterfaces:
IReadByIdSupport<T>
- All Known Subinterfaces:
IAddressBook
,ICalendar
,IInternalCalendar
,IMailboxItems
,IMapiFolder
,INote
,ITodoList
-
Method Summary
Modifier and TypeMethodDescriptioncreateById
(long id, T value) void
deleteById
(long id) void
multipleDeleteById
(List<Long> ids) updateById
(long id, T value) Methods inherited from interface net.bluemind.core.container.api.IReadByIdSupport
getCompleteById, multipleGetById
-
Method Details
-
updateById
-
createById
-
deleteById
@DELETE @Path("id/{id}") void deleteById(@PathParam("id") long id) -
multipleDeleteById
- Throws:
ServerFault
-