| Package | Description |
|---|---|
| org.molgenis.omx.auth | |
| org.molgenis.omx.auth.db | |
| org.molgenis.security.permission | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
UserAuthority |
UserAuthority.create(Entity entity) |
static UserAuthority |
UserAuthority.findById(Database db,
Integer id) |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends UserAuthority> |
UserAuthority.find(Database db,
QueryRule... rules)
Shorthand for db.find(UserAuthority.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends UserAuthority> |
UserAuthority.query(Database db)
Shorthand for db.query(UserAuthority.class).
|
| Constructor and Description |
|---|
UserAuthority(UserAuthority copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthoritySecurityDecorator<E extends UserAuthority>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
UserAuthority |
UserAuthorityJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<UserAuthority> |
UserAuthorityJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserAuthorityJpaMapper.create(UserAuthority 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 |
UserAuthorityJpaMapper.destroy(UserAuthority userAuthority) |
void |
UserAuthorityJpaMapper.edit(UserAuthority userAuthority) |
| Modifier and Type | Method and Description |
|---|---|
int |
UserAuthorityJpaMapper.executeAdd(List<? extends UserAuthority> entities) |
int |
UserAuthorityJpaMapper.executeRemove(List<? extends UserAuthority> entities) |
int |
UserAuthorityJpaMapper.executeUpdate(List<? extends UserAuthority> entities) |
void |
UserAuthorityJpaMapper.prepareFileAttachements(List<UserAuthority> entities,
File baseDir) |
void |
UserAuthorityJpaMapper.resolveForeignKeys(List<UserAuthority> entities) |
boolean |
UserAuthorityJpaMapper.saveFileAttachements(List<UserAuthority> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionManagerServiceImpl.replaceUserEntityClassPermissions(List<UserAuthority> pluginAuthorities,
Integer userId) |
void |
PermissionManagerService.replaceUserEntityClassPermissions(List<UserAuthority> entityAuthorities,
Integer userId) |
void |
PermissionManagerServiceImpl.replaceUserPluginPermissions(List<UserAuthority> pluginAuthorities,
Integer userId) |
void |
PermissionManagerService.replaceUserPluginPermissions(List<UserAuthority> pluginAuthorities,
Integer userId) |
| Modifier and Type | Method and Description |
|---|---|
UserAuthority |
UserAuthorityService.create(UserAuthority userAuthority) |
UserAuthority |
UserAuthorityService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<UserAuthority> |
UserAuthorityService.readAll() |
EntityPager<UserAuthority> |
UserAuthorityService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
UserAuthority |
UserAuthorityService.create(UserAuthority userAuthority) |
void |
UserAuthorityService.update(UserAuthority userAuthority) |
Copyright © 2013. All Rights Reserved.