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