| Package | Description |
|---|---|
| org.molgenis.omx.auth | |
| org.molgenis.omx.auth.db | |
| org.molgenis.security.permission | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
GroupAuthority |
GroupAuthority.create(Entity entity) |
static GroupAuthority |
GroupAuthority.findById(Database db,
Integer id) |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends GroupAuthority> |
GroupAuthority.find(Database db,
QueryRule... rules)
Shorthand for db.find(GroupAuthority.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends GroupAuthority> |
GroupAuthority.query(Database db)
Shorthand for db.query(GroupAuthority.class).
|
| Constructor and Description |
|---|
GroupAuthority(GroupAuthority copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupAuthoritySecurityDecorator<E extends GroupAuthority>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
GroupAuthority |
GroupAuthorityJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<GroupAuthority> |
GroupAuthorityJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupAuthorityJpaMapper.create(GroupAuthority entity)
This method first saves the objects that are being refered to by entity,
then the entity itself and
finally the objects that refer to this object
|
void |
GroupAuthorityJpaMapper.destroy(GroupAuthority groupAuthority) |
void |
GroupAuthorityJpaMapper.edit(GroupAuthority groupAuthority) |
| Modifier and Type | Method and Description |
|---|---|
int |
GroupAuthorityJpaMapper.executeAdd(List<? extends GroupAuthority> entities) |
int |
GroupAuthorityJpaMapper.executeRemove(List<? extends GroupAuthority> entities) |
int |
GroupAuthorityJpaMapper.executeUpdate(List<? extends GroupAuthority> entities) |
void |
GroupAuthorityJpaMapper.prepareFileAttachements(List<GroupAuthority> entities,
File baseDir) |
void |
GroupAuthorityJpaMapper.resolveForeignKeys(List<GroupAuthority> entities) |
boolean |
GroupAuthorityJpaMapper.saveFileAttachements(List<GroupAuthority> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionManagerServiceImpl.replaceGroupEntityClassPermissions(List<GroupAuthority> entityAuthorities,
Integer groupId) |
void |
PermissionManagerService.replaceGroupEntityClassPermissions(List<GroupAuthority> entityAuthorities,
Integer groupId) |
void |
PermissionManagerServiceImpl.replaceGroupPluginPermissions(List<GroupAuthority> pluginAuthorities,
Integer groupId) |
void |
PermissionManagerService.replaceGroupPluginPermissions(List<GroupAuthority> pluginAuthorities,
Integer groupId) |
| Modifier and Type | Method and Description |
|---|---|
GroupAuthority |
GroupAuthorityService.create(GroupAuthority groupAuthority) |
GroupAuthority |
GroupAuthorityService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<GroupAuthority> |
GroupAuthorityService.readAll() |
EntityPager<GroupAuthority> |
GroupAuthorityService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
GroupAuthority |
GroupAuthorityService.create(GroupAuthority groupAuthority) |
void |
GroupAuthorityService.update(GroupAuthority groupAuthority) |
Copyright © 2013. All Rights Reserved.