Uses of Class
org.codelibs.fess.es.config.exentity.FileAuthentication
Packages that use FileAuthentication
Package
Description
-
Uses of FileAuthentication in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type FileAuthenticationModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<FileAuthentication>FileAuthenticationService.getFileAuthentication(String id) FileAuthenticationService.getFileAuthenticationList(String fileConfigId) FileAuthenticationService.getFileAuthenticationList(FileAuthPager fileAuthenticationPager) Methods in org.codelibs.fess.app.service with parameters of type FileAuthenticationModifier and TypeMethodDescriptionvoidFileAuthenticationService.delete(FileAuthentication fileAuthentication) voidFileAuthenticationService.store(FileAuthentication fileAuthentication) -
Uses of FileAuthentication in org.codelibs.fess.app.web.admin.fileauth
Methods in org.codelibs.fess.app.web.admin.fileauth that return types with arguments of type FileAuthenticationModifier and TypeMethodDescriptionstatic org.dbflute.optional.OptionalEntity<FileAuthentication>AdminFileauthAction.getEntity(CreateForm form, String username, long currentTime) static org.dbflute.optional.OptionalEntity<FileAuthentication>AdminFileauthAction.getFileAuthentication(CreateForm form) -
Uses of FileAuthentication in org.codelibs.fess.app.web.api.admin.fileauth
Methods in org.codelibs.fess.app.web.api.admin.fileauth with parameters of type FileAuthenticationModifier and TypeMethodDescriptionprotected EditBodyApiAdminFileauthAction.createEditBody(FileAuthentication entity) -
Uses of FileAuthentication in org.codelibs.fess.es.config.bsbhv
Methods in org.codelibs.fess.es.config.bsbhv with type parameters of type FileAuthenticationModifier and TypeMethodDescriptionprotected <RESULT extends FileAuthentication>
RESULTBsFileAuthenticationBhv.createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) protected <ENTITY extends FileAuthentication>
ENTITYBsFileAuthenticationBhv.doSelectByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends FileAuthentication>
org.dbflute.optional.OptionalEntity<ENTITY>BsFileAuthenticationBhv.doSelectOptionalByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends FileAuthentication>
org.dbflute.optional.OptionalEntity<ENTITY>BsFileAuthenticationBhv.doSelectOptionalEntity(FileAuthenticationCB cb, Class<? extends ENTITY> tp) protected <RESULT extends FileAuthentication>
RESULTBsFileAuthenticationBhv.updateEntity(Map<String, Object> source, RESULT result) Methods in org.codelibs.fess.es.config.bsbhv that return FileAuthenticationModifier and TypeMethodDescriptionBsFileAuthenticationBhv.selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda) Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type FileAuthenticationModifier and TypeMethodDescriptionprotected org.dbflute.optional.OptionalEntity<FileAuthentication>BsFileAuthenticationBhv.facadeSelectByPK(String id) protected org.dbflute.optional.OptionalEntity<FileAuthentication>BsFileAuthenticationBhv.facadeSelectEntity(FileAuthenticationCB cb) org.dbflute.optional.OptionalEntity<FileAuthentication>BsFileAuthenticationBhv.selectByPK(String id) org.dbflute.optional.OptionalEntity<FileAuthentication>BsFileAuthenticationBhv.selectEntity(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda) org.dbflute.cbean.result.ListResultBean<FileAuthentication>BsFileAuthenticationBhv.selectList(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda) org.dbflute.cbean.result.PagingResultBean<FileAuthentication>BsFileAuthenticationBhv.selectPage(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda) protected Class<FileAuthentication>BsFileAuthenticationBhv.typeOfHandlingEntity()protected Class<? extends FileAuthentication>BsFileAuthenticationBhv.typeOfSelectedEntity()Methods in org.codelibs.fess.es.config.bsbhv with parameters of type FileAuthenticationModifier and TypeMethodDescriptionvoidBsFileAuthenticationBhv.delete(FileAuthentication entity) voidBsFileAuthenticationBhv.delete(FileAuthentication entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.delete.DeleteRequestBuilder> opLambda) voidBsFileAuthenticationBhv.insert(FileAuthentication entity) voidBsFileAuthenticationBhv.insert(FileAuthentication entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsFileAuthenticationBhv.insertOrUpdate(FileAuthentication entity) voidBsFileAuthenticationBhv.insertOrUpdate(FileAuthentication entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsFileAuthenticationBhv.update(FileAuthentication entity) voidBsFileAuthenticationBhv.update(FileAuthentication entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type FileAuthenticationModifier and TypeMethodDescriptionint[]BsFileAuthenticationBhv.batchDelete(List<FileAuthentication> list) int[]BsFileAuthenticationBhv.batchDelete(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsFileAuthenticationBhv.batchDelete(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsFileAuthenticationBhv.batchInsert(List<FileAuthentication> list) int[]BsFileAuthenticationBhv.batchInsert(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsFileAuthenticationBhv.batchInsert(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsFileAuthenticationBhv.batchUpdate(List<FileAuthentication> list) int[]BsFileAuthenticationBhv.batchUpdate(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsFileAuthenticationBhv.batchUpdate(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) voidBsFileAuthenticationBhv.selectBulk(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<FileAuthentication>> entityLambda) voidBsFileAuthenticationBhv.selectCursor(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<FileAuthentication> entityLambda)