@Lazy @Service public class MolgenisUserService extends Object
| Constructor and Description |
|---|
MolgenisUserService() |
| Modifier and Type | Method and Description |
|---|---|
MolgenisUser |
create(MolgenisUser molgenisUser) |
boolean |
deleteById(Integer id) |
Entity |
getEntity() |
MolgenisUser |
read(Integer id) |
Iterable<MolgenisUser> |
readAll() |
EntityPager<MolgenisUser> |
readAll(int start,
int num,
List<QueryRule> queryRules) |
void |
update(MolgenisUser molgenisUser) |
@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public MolgenisUser create(MolgenisUser molgenisUser) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public MolgenisUser read(Integer id) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public void update(MolgenisUser molgenisUser) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public boolean deleteById(Integer id) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public Iterable<MolgenisUser> readAll() throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU\')") public EntityPager<MolgenisUser> 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.