105106107108109110111112
bc.delete(ids); } private void checkId(Bookmark entity) { if (entity.getId() != null) { throw new BadRequestException(); } }
bc.delete(ids); } private void checkId(Bookmark entity) throws Exception { if (entity.getId() != null) { throw new BadRequestException(); } }