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