Uses of Class
org.codelibs.fess.es.config.exentity.FileAuthentication
-
Packages that use FileAuthentication Package Description org.codelibs.fess.app.service org.codelibs.fess.app.web.admin.fileauth org.codelibs.fess.app.web.api.admin.fileauth org.codelibs.fess.es.config.bsbhv -
-
Uses of FileAuthentication in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type FileAuthentication Modifier and Type Method Description org.dbflute.optional.OptionalEntity<FileAuthentication>FileAuthenticationService. getFileAuthentication(String id)List<FileAuthentication>FileAuthenticationService. getFileAuthenticationList(String fileConfigId)List<FileAuthentication>FileAuthenticationService. getFileAuthenticationList(FileAuthPager fileAuthenticationPager)Methods in org.codelibs.fess.app.service with parameters of type FileAuthentication Modifier and Type Method Description voidFileAuthenticationService. 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 FileAuthentication Modifier and Type Method Description static 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 FileAuthentication Modifier and Type Method Description protected 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 FileAuthentication Modifier and Type Method Description protected <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 FileAuthentication Modifier and Type Method Description FileAuthenticationBsFileAuthenticationBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda)Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type FileAuthentication Modifier and Type Method Description protected 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 FileAuthentication Modifier and Type Method Description voidBsFileAuthenticationBhv. delete(FileAuthentication entity)voidBsFileAuthenticationBhv. delete(FileAuthentication entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.delete.DeleteRequestBuilder> opLambda)voidBsFileAuthenticationBhv. insert(FileAuthentication entity)voidBsFileAuthenticationBhv. insert(FileAuthentication entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)voidBsFileAuthenticationBhv. insertOrUpdate(FileAuthentication entity)voidBsFileAuthenticationBhv. insertOrUpdate(FileAuthentication entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)voidBsFileAuthenticationBhv. update(FileAuthentication entity)voidBsFileAuthenticationBhv. update(FileAuthentication entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type FileAuthentication Modifier and Type Method Description int[]BsFileAuthenticationBhv. batchDelete(List<FileAuthentication> list)int[]BsFileAuthenticationBhv. batchDelete(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsFileAuthenticationBhv. batchDelete(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> entityCall)int[]BsFileAuthenticationBhv. batchInsert(List<FileAuthentication> list)int[]BsFileAuthenticationBhv. batchInsert(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsFileAuthenticationBhv. batchInsert(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> entityCall)int[]BsFileAuthenticationBhv. batchUpdate(List<FileAuthentication> list)int[]BsFileAuthenticationBhv. batchUpdate(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsFileAuthenticationBhv. batchUpdate(List<FileAuthentication> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.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)
-