Uses of Class
org.codelibs.fess.es.user.exentity.Group
-
-
Uses of Group in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type Group Modifier and Type Method Description java.util.List<Group>GroupService. getAvailableGroupList()org.dbflute.optional.OptionalEntity<Group>GroupService. getGroup(java.lang.String id)java.util.List<Group>GroupService. getGroupList(GroupPager groupPager)Methods in org.codelibs.fess.app.service with parameters of type Group Modifier and Type Method Description voidGroupService. delete(Group group)voidGroupService. store(Group group) -
Uses of Group in org.codelibs.fess.app.web.admin.group
Methods in org.codelibs.fess.app.web.admin.group that return types with arguments of type Group Modifier and Type Method Description static org.dbflute.optional.OptionalEntity<Group>AdminGroupAction. getGroup(CreateForm form) -
Uses of Group in org.codelibs.fess.app.web.api.admin.group
Methods in org.codelibs.fess.app.web.api.admin.group with parameters of type Group Modifier and Type Method Description protected EditBodyApiAdminGroupAction. createEditBody(Group entity) -
Uses of Group in org.codelibs.fess.es.user.bsbhv
Methods in org.codelibs.fess.es.user.bsbhv with type parameters of type Group Modifier and Type Method Description protected <RESULT extends Group>
RESULTBsGroupBhv. createEntity(java.util.Map<java.lang.String,java.lang.Object> source, java.lang.Class<? extends RESULT> entityType)protected <ENTITY extends Group>
ENTITYBsGroupBhv. doSelectByPK(java.lang.String id, java.lang.Class<? extends ENTITY> tp)protected <ENTITY extends Group>
org.dbflute.optional.OptionalEntity<ENTITY>BsGroupBhv. doSelectOptionalByPK(java.lang.String id, java.lang.Class<? extends ENTITY> tp)protected <ENTITY extends Group>
org.dbflute.optional.OptionalEntity<ENTITY>BsGroupBhv. doSelectOptionalEntity(GroupCB cb, java.lang.Class<? extends ENTITY> tp)protected <RESULT extends Group>
RESULTBsGroupBhv. updateEntity(java.util.Map<java.lang.String,java.lang.Object> source, RESULT result)Methods in org.codelibs.fess.es.user.bsbhv that return Group Modifier and Type Method Description GroupBsGroupBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<GroupCB> cbLambda)Methods in org.codelibs.fess.es.user.bsbhv that return types with arguments of type Group Modifier and Type Method Description protected org.dbflute.optional.OptionalEntity<Group>BsGroupBhv. facadeSelectByPK(java.lang.String id)protected org.dbflute.optional.OptionalEntity<Group>BsGroupBhv. facadeSelectEntity(GroupCB cb)org.dbflute.optional.OptionalEntity<Group>BsGroupBhv. selectByPK(java.lang.String id)org.dbflute.optional.OptionalEntity<Group>BsGroupBhv. selectEntity(org.dbflute.bhv.readable.CBCall<GroupCB> cbLambda)org.dbflute.cbean.result.ListResultBean<Group>BsGroupBhv. selectList(org.dbflute.bhv.readable.CBCall<GroupCB> cbLambda)org.dbflute.cbean.result.PagingResultBean<Group>BsGroupBhv. selectPage(org.dbflute.bhv.readable.CBCall<GroupCB> cbLambda)protected java.lang.Class<Group>BsGroupBhv. typeOfHandlingEntity()protected java.lang.Class<? extends Group>BsGroupBhv. typeOfSelectedEntity()Methods in org.codelibs.fess.es.user.bsbhv with parameters of type Group Modifier and Type Method Description voidBsGroupBhv. delete(Group entity)voidBsGroupBhv. delete(Group entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda)voidBsGroupBhv. insert(Group entity)voidBsGroupBhv. insert(Group entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsGroupBhv. insertOrUpdate(Group entity)voidBsGroupBhv. insertOrUpdate(Group entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsGroupBhv. update(Group entity)voidBsGroupBhv. update(Group entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.user.bsbhv with type arguments of type Group Modifier and Type Method Description int[]BsGroupBhv. batchDelete(java.util.List<Group> list)int[]BsGroupBhv. batchDelete(java.util.List<Group> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsGroupBhv. batchDelete(java.util.List<Group> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsGroupBhv. batchInsert(java.util.List<Group> list)int[]BsGroupBhv. batchInsert(java.util.List<Group> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsGroupBhv. batchInsert(java.util.List<Group> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsGroupBhv. batchUpdate(java.util.List<Group> list)int[]BsGroupBhv. batchUpdate(java.util.List<Group> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsGroupBhv. batchUpdate(java.util.List<Group> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)voidBsGroupBhv. selectBulk(org.dbflute.bhv.readable.CBCall<GroupCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<java.util.List<Group>> entityLambda)voidBsGroupBhv. selectCursor(org.dbflute.bhv.readable.CBCall<GroupCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<Group> entityLambda) -
Uses of Group in org.codelibs.fess.es.user.exbhv
Methods in org.codelibs.fess.es.user.exbhv with type parameters of type Group Modifier and Type Method Description protected <RESULT extends Group>
RESULTGroupBhv. createEntity(java.util.Map<java.lang.String,java.lang.Object> source, java.lang.Class<? extends RESULT> entityType) -
Uses of Group in org.codelibs.fess.ldap
Methods in org.codelibs.fess.ldap with parameters of type Group Modifier and Type Method Description protected voidLdapManager. addGroupAttributes(javax.naming.directory.BasicAttributes entry, Group group)voidLdapManager. apply(Group group)voidLdapManager. delete(Group group)voidLdapManager. insert(Group group)protected voidLdapManager. modifyGroupAttributes(Group group, java.util.function.Supplier<java.util.Hashtable<java.lang.String,java.lang.String>> adminEnv, java.lang.String entryDN, java.util.List<javax.naming.directory.SearchResult> result)
-