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