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