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