Uses of Class
org.codelibs.fess.opensearch.log.exentity.UserInfo
Packages that use UserInfo
Package
Description
-
Uses of UserInfo in org.codelibs.fess.app.service
Method parameters in org.codelibs.fess.app.service with type arguments of type UserInfoModifier and TypeMethodDescriptionbooleanFavoriteLogService.addUrl(String userCode, BiConsumer<UserInfo, FavoriteLog> favoriteLogLambda) -
Uses of UserInfo in org.codelibs.fess.helper
Fields in org.codelibs.fess.helper with type parameters of type UserInfoModifier and TypeFieldDescriptionSearchLogHelper.userInfoCacheCache for storing user information.Methods in org.codelibs.fess.helper that return UserInfoModifier and TypeMethodDescriptionprotected UserInfoSearchLogHelper.storeUserInfo(String userCode) Stores user information.Methods in org.codelibs.fess.helper that return types with arguments of type UserInfoModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<UserInfo> SearchLogHelper.getUserInfo(String userCode) Gets user information.Method parameters in org.codelibs.fess.helper with type arguments of type UserInfo -
Uses of UserInfo in org.codelibs.fess.opensearch.log.bsbhv
Methods in org.codelibs.fess.opensearch.log.bsbhv with type parameters of type UserInfoModifier and TypeMethodDescriptionprotected <RESULT extends UserInfo>
RESULTBsUserInfoBhv.createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) protected <ENTITY extends UserInfo>
ENTITYBsUserInfoBhv.doSelectByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends UserInfo>
org.dbflute.optional.OptionalEntity<ENTITY> BsUserInfoBhv.doSelectOptionalByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends UserInfo>
org.dbflute.optional.OptionalEntity<ENTITY> BsUserInfoBhv.doSelectOptionalEntity(UserInfoCB cb, Class<? extends ENTITY> tp) protected <RESULT extends UserInfo>
RESULTBsUserInfoBhv.updateEntity(Map<String, Object> source, RESULT result) Methods in org.codelibs.fess.opensearch.log.bsbhv that return UserInfoModifier and TypeMethodDescriptionBsUserInfoBhv.selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<UserInfoCB> cbLambda) Methods in org.codelibs.fess.opensearch.log.bsbhv that return types with arguments of type UserInfoModifier and TypeMethodDescriptionprotected org.dbflute.optional.OptionalEntity<UserInfo> BsUserInfoBhv.facadeSelectByPK(String id) protected org.dbflute.optional.OptionalEntity<UserInfo> BsUserInfoBhv.facadeSelectEntity(UserInfoCB cb) org.dbflute.optional.OptionalEntity<UserInfo> BsUserInfoBhv.selectByPK(String id) org.dbflute.optional.OptionalEntity<UserInfo> BsUserInfoBhv.selectEntity(org.dbflute.bhv.readable.CBCall<UserInfoCB> cbLambda) org.dbflute.cbean.result.ListResultBean<UserInfo> BsUserInfoBhv.selectList(org.dbflute.bhv.readable.CBCall<UserInfoCB> cbLambda) org.dbflute.cbean.result.PagingResultBean<UserInfo> BsUserInfoBhv.selectPage(org.dbflute.bhv.readable.CBCall<UserInfoCB> cbLambda) BsUserInfoBhv.typeOfHandlingEntity()BsUserInfoBhv.typeOfSelectedEntity()Methods in org.codelibs.fess.opensearch.log.bsbhv with parameters of type UserInfoModifier and TypeMethodDescriptionvoidvoidBsUserInfoBhv.delete(UserInfo entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.delete.DeleteRequestBuilder> opLambda) voidvoidBsUserInfoBhv.insert(UserInfo entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsUserInfoBhv.insertOrUpdate(UserInfo entity) voidBsUserInfoBhv.insertOrUpdate(UserInfo entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidvoidBsUserInfoBhv.update(UserInfo entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) Method parameters in org.codelibs.fess.opensearch.log.bsbhv with type arguments of type UserInfoModifier and TypeMethodDescriptionint[]BsUserInfoBhv.batchDelete(List<UserInfo> list) int[]BsUserInfoBhv.batchDelete(List<UserInfo> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsUserInfoBhv.batchDelete(List<UserInfo> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsUserInfoBhv.batchInsert(List<UserInfo> list) int[]BsUserInfoBhv.batchInsert(List<UserInfo> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsUserInfoBhv.batchInsert(List<UserInfo> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsUserInfoBhv.batchUpdate(List<UserInfo> list) int[]BsUserInfoBhv.batchUpdate(List<UserInfo> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsUserInfoBhv.batchUpdate(List<UserInfo> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) voidBsUserInfoBhv.selectBulk(org.dbflute.bhv.readable.CBCall<UserInfoCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<UserInfo>> entityLambda) voidBsUserInfoBhv.selectCursor(org.dbflute.bhv.readable.CBCall<UserInfoCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<UserInfo> entityLambda) -
Uses of UserInfo in org.codelibs.fess.opensearch.log.exentity
Methods in org.codelibs.fess.opensearch.log.exentity that return types with arguments of type UserInfoModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<UserInfo> SearchLog.getUserInfo()Method parameters in org.codelibs.fess.opensearch.log.exentity with type arguments of type UserInfoModifier and TypeMethodDescriptionvoidSearchLog.setUserInfo(org.dbflute.optional.OptionalEntity<UserInfo> userInfo)