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