@Lazy @Service public class MolgenisGroupService extends Object
| Constructor and Description |
|---|
MolgenisGroupService() |
| Modifier and Type | Method and Description |
|---|---|
MolgenisGroup |
create(MolgenisGroup molgenisGroup) |
boolean |
deleteById(Integer id) |
Entity |
getEntity() |
MolgenisGroup |
read(Integer id) |
Iterable<MolgenisGroup> |
readAll() |
EntityPager<MolgenisGroup> |
readAll(int start,
int num,
List<QueryRule> queryRules) |
void |
update(MolgenisGroup molgenisGroup) |
@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public MolgenisGroup create(MolgenisGroup molgenisGroup) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public MolgenisGroup read(Integer id) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public void update(MolgenisGroup molgenisGroup) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public boolean deleteById(Integer id) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public Iterable<MolgenisGroup> readAll() throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public EntityPager<MolgenisGroup> readAll(int start, int num, List<QueryRule> queryRules) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public Entity getEntity() throws DatabaseException
DatabaseExceptionCopyright © 2013. All Rights Reserved.