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