Uses of Class
org.codelibs.fess.es.user.exentity.Role
-
-
Uses of Role in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type Role Modifier and Type Method Description java.util.List<Role>RoleService. getAvailableRoleList()org.dbflute.optional.OptionalEntity<Role>RoleService. getRole(java.lang.String id)java.util.List<Role>RoleService. getRoleList(RolePager rolePager)Methods in org.codelibs.fess.app.service with parameters of type Role Modifier and Type Method Description voidRoleService. delete(Role role)voidRoleService. store(Role 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 Role Modifier and Type Method Description static 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 Role Modifier and Type Method Description protected 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 Role Modifier and Type Method Description protected <RESULT extends Role>
RESULTBsRoleBhv. createEntity(java.util.Map<java.lang.String,java.lang.Object> source, java.lang.Class<? extends RESULT> entityType)protected <ENTITY extends Role>
ENTITYBsRoleBhv. doSelectByPK(java.lang.String id, java.lang.Class<? extends ENTITY> tp)protected <ENTITY extends Role>
org.dbflute.optional.OptionalEntity<ENTITY>BsRoleBhv. doSelectOptionalByPK(java.lang.String id, java.lang.Class<? extends ENTITY> tp)protected <ENTITY extends Role>
org.dbflute.optional.OptionalEntity<ENTITY>BsRoleBhv. doSelectOptionalEntity(RoleCB cb, java.lang.Class<? extends ENTITY> tp)protected <RESULT extends Role>
RESULTBsRoleBhv. updateEntity(java.util.Map<java.lang.String,java.lang.Object> source, RESULT result)Methods in org.codelibs.fess.es.user.bsbhv that return Role Modifier and Type Method Description RoleBsRoleBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda)Methods in org.codelibs.fess.es.user.bsbhv that return types with arguments of type Role Modifier and Type Method Description protected org.dbflute.optional.OptionalEntity<Role>BsRoleBhv. facadeSelectByPK(java.lang.String id)protected org.dbflute.optional.OptionalEntity<Role>BsRoleBhv. facadeSelectEntity(RoleCB cb)org.dbflute.optional.OptionalEntity<Role>BsRoleBhv. selectByPK(java.lang.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 java.lang.Class<Role>BsRoleBhv. typeOfHandlingEntity()protected java.lang.Class<? extends Role>BsRoleBhv. typeOfSelectedEntity()Methods in org.codelibs.fess.es.user.bsbhv with parameters of type Role Modifier and Type Method Description voidBsRoleBhv. delete(Role entity)voidBsRoleBhv. delete(Role entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda)voidBsRoleBhv. insert(Role entity)voidBsRoleBhv. insert(Role entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsRoleBhv. insertOrUpdate(Role entity)voidBsRoleBhv. insertOrUpdate(Role entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsRoleBhv. update(Role entity)voidBsRoleBhv. update(Role entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.user.bsbhv with type arguments of type Role Modifier and Type Method Description int[]BsRoleBhv. batchDelete(java.util.List<Role> list)int[]BsRoleBhv. batchDelete(java.util.List<Role> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsRoleBhv. batchDelete(java.util.List<Role> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsRoleBhv. batchInsert(java.util.List<Role> list)int[]BsRoleBhv. batchInsert(java.util.List<Role> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsRoleBhv. batchInsert(java.util.List<Role> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsRoleBhv. batchUpdate(java.util.List<Role> list)int[]BsRoleBhv. batchUpdate(java.util.List<Role> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsRoleBhv. batchUpdate(java.util.List<Role> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)voidBsRoleBhv. selectBulk(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<java.util.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 Modifier and Type Method Description protected <RESULT extends Role>
RESULTRoleBhv. createEntity(java.util.Map<java.lang.String,java.lang.Object> source, java.lang.Class<? extends RESULT> entityType) -
Uses of Role in org.codelibs.fess.ldap
Methods in org.codelibs.fess.ldap with parameters of type Role Modifier and Type Method Description protected voidLdapManager. addRoleAttributes(javax.naming.directory.BasicAttributes entry, Role user)voidLdapManager. delete(Role role)voidLdapManager. insert(Role role)
-