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