Uses of Class
org.codelibs.fess.es.config.exentity.WebConfig
-
-
Uses of WebConfig in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type WebConfig Modifier and Type Method Description org.dbflute.optional.OptionalEntity<WebConfig>WebConfigService. getWebConfig(String id)org.dbflute.optional.OptionalEntity<WebConfig>WebConfigService. getWebConfigByName(String name)List<WebConfig>WebConfigService. getWebConfigList(WebConfigPager webConfigPager)Methods in org.codelibs.fess.app.service with parameters of type WebConfig Modifier and Type Method Description voidWebConfigService. delete(WebConfig webConfig)voidWebConfigService. store(WebConfig webConfig) -
Uses of WebConfig in org.codelibs.fess.app.web.admin.webconfig
Methods in org.codelibs.fess.app.web.admin.webconfig that return types with arguments of type WebConfig Modifier and Type Method Description static org.dbflute.optional.OptionalEntity<WebConfig>AdminWebconfigAction. getEntity(CreateForm form, String username, long currentTime)static org.dbflute.optional.OptionalEntity<WebConfig>AdminWebconfigAction. getWebConfig(CreateForm form) -
Uses of WebConfig in org.codelibs.fess.app.web.api.admin.webconfig
Methods in org.codelibs.fess.app.web.api.admin.webconfig with parameters of type WebConfig Modifier and Type Method Description protected EditBodyApiAdminWebconfigAction. createEditBody(WebConfig entity) -
Uses of WebConfig in org.codelibs.fess.es.config.bsbhv
Methods in org.codelibs.fess.es.config.bsbhv with type parameters of type WebConfig Modifier and Type Method Description protected <RESULT extends WebConfig>
RESULTBsWebConfigBhv. createEntity(Map<String,Object> source, Class<? extends RESULT> entityType)protected <ENTITY extends WebConfig>
ENTITYBsWebConfigBhv. doSelectByPK(String id, Class<? extends ENTITY> tp)protected <ENTITY extends WebConfig>
org.dbflute.optional.OptionalEntity<ENTITY>BsWebConfigBhv. doSelectOptionalByPK(String id, Class<? extends ENTITY> tp)protected <ENTITY extends WebConfig>
org.dbflute.optional.OptionalEntity<ENTITY>BsWebConfigBhv. doSelectOptionalEntity(WebConfigCB cb, Class<? extends ENTITY> tp)protected <RESULT extends WebConfig>
RESULTBsWebConfigBhv. updateEntity(Map<String,Object> source, RESULT result)Methods in org.codelibs.fess.es.config.bsbhv that return WebConfig Modifier and Type Method Description WebConfigBsWebConfigBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<WebConfigCB> cbLambda)Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type WebConfig Modifier and Type Method Description protected org.dbflute.optional.OptionalEntity<WebConfig>BsWebConfigBhv. facadeSelectByPK(String id)protected org.dbflute.optional.OptionalEntity<WebConfig>BsWebConfigBhv. facadeSelectEntity(WebConfigCB cb)org.dbflute.optional.OptionalEntity<WebConfig>BsWebConfigBhv. selectByPK(String id)org.dbflute.optional.OptionalEntity<WebConfig>BsWebConfigBhv. selectEntity(org.dbflute.bhv.readable.CBCall<WebConfigCB> cbLambda)org.dbflute.cbean.result.ListResultBean<WebConfig>BsWebConfigBhv. selectList(org.dbflute.bhv.readable.CBCall<WebConfigCB> cbLambda)org.dbflute.cbean.result.PagingResultBean<WebConfig>BsWebConfigBhv. selectPage(org.dbflute.bhv.readable.CBCall<WebConfigCB> cbLambda)protected Class<WebConfig>BsWebConfigBhv. typeOfHandlingEntity()protected Class<? extends WebConfig>BsWebConfigBhv. typeOfSelectedEntity()Methods in org.codelibs.fess.es.config.bsbhv with parameters of type WebConfig Modifier and Type Method Description voidBsWebConfigBhv. delete(WebConfig entity)voidBsWebConfigBhv. delete(WebConfig entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.delete.DeleteRequestBuilder> opLambda)voidBsWebConfigBhv. insert(WebConfig entity)voidBsWebConfigBhv. insert(WebConfig entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)voidBsWebConfigBhv. insertOrUpdate(WebConfig entity)voidBsWebConfigBhv. insertOrUpdate(WebConfig entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)voidBsWebConfigBhv. update(WebConfig entity)voidBsWebConfigBhv. update(WebConfig entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type WebConfig Modifier and Type Method Description int[]BsWebConfigBhv. batchDelete(List<WebConfig> list)int[]BsWebConfigBhv. batchDelete(List<WebConfig> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsWebConfigBhv. batchDelete(List<WebConfig> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> entityCall)int[]BsWebConfigBhv. batchInsert(List<WebConfig> list)int[]BsWebConfigBhv. batchInsert(List<WebConfig> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsWebConfigBhv. batchInsert(List<WebConfig> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> entityCall)int[]BsWebConfigBhv. batchUpdate(List<WebConfig> list)int[]BsWebConfigBhv. batchUpdate(List<WebConfig> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsWebConfigBhv. batchUpdate(List<WebConfig> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> entityCall)voidBsWebConfigBhv. selectBulk(org.dbflute.bhv.readable.CBCall<WebConfigCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<WebConfig>> entityLambda)voidBsWebConfigBhv. selectCursor(org.dbflute.bhv.readable.CBCall<WebConfigCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<WebConfig> entityLambda) -
Uses of WebConfig in org.codelibs.fess.es.config.exentity
Methods in org.codelibs.fess.es.config.exentity that return WebConfig Modifier and Type Method Description WebConfigRequestHeader. getWebConfig()WebConfigWebAuthentication. getWebConfig() -
Uses of WebConfig in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper that return types with arguments of type WebConfig Modifier and Type Method Description List<WebConfig>CrawlingConfigHelper. getAllWebConfigList()List<WebConfig>CrawlingConfigHelper. getAllWebConfigList(boolean withLabelType, boolean withRoleType, boolean available, List<String> idList)List<WebConfig>CrawlingConfigHelper. getWebConfigListByIds(List<String> idList)Method parameters in org.codelibs.fess.helper with type arguments of type WebConfig Modifier and Type Method Description protected voidWebFsIndexHelper. doCrawl(String sessionId, List<WebConfig> webConfigList, List<FileConfig> fileConfigList) -
Uses of WebConfig in org.codelibs.fess.util
Fields in org.codelibs.fess.util declared as WebConfig Modifier and Type Field Description protected WebConfigGsaConfigParser. webConfigMethods in org.codelibs.fess.util that return types with arguments of type WebConfig Modifier and Type Method Description org.dbflute.optional.OptionalEntity<WebConfig>GsaConfigParser. getWebConfig()
-