Uses of Class
org.codelibs.fess.es.user.exentity.Role
Packages that use Role
Package
Description
-
Uses of Role in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleService.getAvailableRoleList()org.dbflute.optional.OptionalEntity<Role>RoleService.getRoleList(RolePager rolePager) Methods in org.codelibs.fess.app.service with parameters of type Role -
Uses of Role in org.codelibs.fess.app.web.admin.role
Methods in org.codelibs.fess.app.web.admin.role that return types with arguments of type RoleModifier and TypeMethodDescriptionstatic org.dbflute.optional.OptionalEntity<Role>AdminRoleAction.getRole(CreateForm form) -
Uses of Role in org.codelibs.fess.app.web.api.admin.role
Methods in org.codelibs.fess.app.web.api.admin.role with parameters of type RoleModifier and TypeMethodDescriptionprotected EditBodyApiAdminRoleAction.createEditBody(Role entity) -
Uses of Role in org.codelibs.fess.es.user.bsbhv
Methods in org.codelibs.fess.es.user.bsbhv with type parameters of type RoleModifier and TypeMethodDescriptionprotected <RESULT extends Role>
RESULTBsRoleBhv.createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) protected <ENTITY extends Role>
ENTITYBsRoleBhv.doSelectByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends Role>
org.dbflute.optional.OptionalEntity<ENTITY>BsRoleBhv.doSelectOptionalByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends Role>
org.dbflute.optional.OptionalEntity<ENTITY>BsRoleBhv.doSelectOptionalEntity(RoleCB cb, Class<? extends ENTITY> tp) protected <RESULT extends Role>
RESULTBsRoleBhv.updateEntity(Map<String, Object> source, RESULT result) Methods in org.codelibs.fess.es.user.bsbhv that return RoleModifier and TypeMethodDescriptionBsRoleBhv.selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda) Methods in org.codelibs.fess.es.user.bsbhv that return types with arguments of type RoleModifier and TypeMethodDescriptionprotected 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) BsRoleBhv.typeOfHandlingEntity()BsRoleBhv.typeOfSelectedEntity()Methods in org.codelibs.fess.es.user.bsbhv with parameters of type RoleModifier and TypeMethodDescriptionvoidvoidBsRoleBhv.delete(Role entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.delete.DeleteRequestBuilder> opLambda) voidvoidBsRoleBhv.insert(Role entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsRoleBhv.insertOrUpdate(Role entity) voidBsRoleBhv.insertOrUpdate(Role entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidvoidBsRoleBhv.update(Role entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) Method parameters in org.codelibs.fess.es.user.bsbhv with type arguments of type RoleModifier and TypeMethodDescriptionint[]BsRoleBhv.batchDelete(List<Role> list) int[]BsRoleBhv.batchDelete(List<Role> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsRoleBhv.batchDelete(List<Role> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsRoleBhv.batchInsert(List<Role> list) int[]BsRoleBhv.batchInsert(List<Role> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsRoleBhv.batchInsert(List<Role> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsRoleBhv.batchUpdate(List<Role> list) int[]BsRoleBhv.batchUpdate(List<Role> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsRoleBhv.batchUpdate(List<Role> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) voidBsRoleBhv.selectBulk(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<Role>> entityLambda) voidBsRoleBhv.selectCursor(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<Role> entityLambda) -
Uses of Role in org.codelibs.fess.es.user.exbhv
Methods in org.codelibs.fess.es.user.exbhv with type parameters of type Role -
Uses of Role in org.codelibs.fess.ldap
Methods in org.codelibs.fess.ldap with parameters of type RoleModifier and TypeMethodDescriptionprotected voidLdapManager.addRoleAttributes(BasicAttributes entry, Role user) voidvoid