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