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