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