| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleService.getAvailableRoleList() |
org.dbflute.optional.OptionalEntity<Role> |
RoleService.getRole(String id) |
List<Role> |
RoleService.getRoleList(RolePager rolePager) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleService.delete(Role role) |
void |
RoleService.store(Role role) |
| Modifier and Type | Method and Description |
|---|---|
static org.dbflute.optional.OptionalEntity<Role> |
AdminRoleAction.getRole(CreateForm form) |
| Modifier and Type | Method and Description |
|---|---|
protected EditBody |
ApiAdminRoleAction.createEditBody(Role entity) |
| Modifier and Type | Method and Description |
|---|---|
protected <RESULT extends Role> |
BsRoleBhv.createEntity(Map<String,Object> source,
Class<? extends RESULT> entityType) |
protected <ENTITY extends Role> |
BsRoleBhv.doSelectByPK(String id,
Class<? extends ENTITY> tp) |
protected <ENTITY extends Role> |
BsRoleBhv.doSelectOptionalByPK(String id,
Class<? extends ENTITY> tp) |
protected <ENTITY extends Role> |
BsRoleBhv.doSelectOptionalEntity(RoleCB cb,
Class<? extends ENTITY> tp) |
protected <RESULT extends Role> |
BsRoleBhv.updateEntity(Map<String,Object> source,
RESULT result) |
| Modifier and Type | Method and Description |
|---|---|
Role |
BsRoleBhv.selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda) |
| Modifier and Type | Method and Description |
|---|---|
protected org.dbflute.optional.OptionalEntity<Role> |
BsRoleBhv.facadeSelectByPK(String id) |
protected org.dbflute.optional.OptionalEntity<Role> |
BsRoleBhv.facadeSelectEntity(RoleCB cb) |
org.dbflute.optional.OptionalEntity<Role> |
BsRoleBhv.selectByPK(String id) |
org.dbflute.optional.OptionalEntity<Role> |
BsRoleBhv.selectEntity(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda) |
org.dbflute.cbean.result.ListResultBean<Role> |
BsRoleBhv.selectList(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda) |
org.dbflute.cbean.result.PagingResultBean<Role> |
BsRoleBhv.selectPage(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda) |
protected Class<Role> |
BsRoleBhv.typeOfHandlingEntity() |
protected Class<? extends Role> |
BsRoleBhv.typeOfSelectedEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
BsRoleBhv.delete(Role entity) |
void |
BsRoleBhv.delete(Role entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda) |
void |
BsRoleBhv.insert(Role entity) |
void |
BsRoleBhv.insert(Role entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
void |
BsRoleBhv.insertOrUpdate(Role entity) |
void |
BsRoleBhv.insertOrUpdate(Role entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
void |
BsRoleBhv.update(Role entity) |
void |
BsRoleBhv.update(Role entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
BsRoleBhv.batchDelete(List<Role> list) |
int[] |
BsRoleBhv.batchDelete(List<Role> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
BsRoleBhv.batchDelete(List<Role> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
int[] |
BsRoleBhv.batchInsert(List<Role> list) |
int[] |
BsRoleBhv.batchInsert(List<Role> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
BsRoleBhv.batchInsert(List<Role> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
int[] |
BsRoleBhv.batchUpdate(List<Role> list) |
int[] |
BsRoleBhv.batchUpdate(List<Role> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
BsRoleBhv.batchUpdate(List<Role> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
void |
BsRoleBhv.selectBulk(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda,
org.dbflute.bhv.readable.EntityRowHandler<List<Role>> entityLambda) |
void |
BsRoleBhv.selectCursor(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda,
org.dbflute.bhv.readable.EntityRowHandler<Role> entityLambda) |
| Modifier and Type | Method and Description |
|---|---|
protected <RESULT extends Role> |
RoleBhv.createEntity(Map<String,Object> source,
Class<? extends RESULT> entityType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LdapManager.addRoleAttributes(BasicAttributes entry,
Role user,
FessConfig fessConfig) |
void |
LdapManager.delete(Role role) |
void |
LdapManager.insert(Role role) |
Copyright © 2009–2017 CodeLibs. All rights reserved.