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