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