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