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