Uses of Class
org.codelibs.fess.es.config.exentity.PathMapping
Packages that use PathMapping
Package
Description
-
Uses of PathMapping in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type PathMappingModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<PathMapping>PathMappingService.getPathMapping(String id) PathMappingService.getPathMappingList(Collection<String> processTypeList) PathMappingService.getPathMappingList(PathMapPager pathMappingPager) Methods in org.codelibs.fess.app.service with parameters of type PathMappingModifier and TypeMethodDescriptionvoidPathMappingService.delete(PathMapping pathMapping) voidPathMappingService.store(PathMapping pathMapping) -
Uses of PathMapping in org.codelibs.fess.app.web.admin.pathmap
Methods in org.codelibs.fess.app.web.admin.pathmap that return types with arguments of type PathMappingModifier and TypeMethodDescriptionstatic org.dbflute.optional.OptionalEntity<PathMapping>AdminPathmapAction.getPathMapping(CreateForm form) -
Uses of PathMapping in org.codelibs.fess.app.web.api.admin.pathmap
Methods in org.codelibs.fess.app.web.api.admin.pathmap with parameters of type PathMappingModifier and TypeMethodDescriptionprotected EditBodyApiAdminPathmapAction.createEditBody(PathMapping entity) -
Uses of PathMapping in org.codelibs.fess.es.config.bsbhv
Methods in org.codelibs.fess.es.config.bsbhv with type parameters of type PathMappingModifier and TypeMethodDescriptionprotected <RESULT extends PathMapping>
RESULTBsPathMappingBhv.createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) protected <ENTITY extends PathMapping>
ENTITYBsPathMappingBhv.doSelectByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends PathMapping>
org.dbflute.optional.OptionalEntity<ENTITY>BsPathMappingBhv.doSelectOptionalByPK(String id, Class<? extends ENTITY> tp) protected <ENTITY extends PathMapping>
org.dbflute.optional.OptionalEntity<ENTITY>BsPathMappingBhv.doSelectOptionalEntity(PathMappingCB cb, Class<? extends ENTITY> tp) protected <RESULT extends PathMapping>
RESULTBsPathMappingBhv.updateEntity(Map<String, Object> source, RESULT result) Methods in org.codelibs.fess.es.config.bsbhv that return PathMappingModifier and TypeMethodDescriptionBsPathMappingBhv.selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda) Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type PathMappingModifier and TypeMethodDescriptionprotected org.dbflute.optional.OptionalEntity<PathMapping>BsPathMappingBhv.facadeSelectByPK(String id) protected org.dbflute.optional.OptionalEntity<PathMapping>BsPathMappingBhv.facadeSelectEntity(PathMappingCB cb) org.dbflute.optional.OptionalEntity<PathMapping>BsPathMappingBhv.selectByPK(String id) org.dbflute.optional.OptionalEntity<PathMapping>BsPathMappingBhv.selectEntity(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda) org.dbflute.cbean.result.ListResultBean<PathMapping>BsPathMappingBhv.selectList(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda) org.dbflute.cbean.result.PagingResultBean<PathMapping>BsPathMappingBhv.selectPage(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda) protected Class<PathMapping>BsPathMappingBhv.typeOfHandlingEntity()protected Class<? extends PathMapping>BsPathMappingBhv.typeOfSelectedEntity()Methods in org.codelibs.fess.es.config.bsbhv with parameters of type PathMappingModifier and TypeMethodDescriptionvoidBsPathMappingBhv.delete(PathMapping entity) voidBsPathMappingBhv.delete(PathMapping entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.delete.DeleteRequestBuilder> opLambda) voidBsPathMappingBhv.insert(PathMapping entity) voidBsPathMappingBhv.insert(PathMapping entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsPathMappingBhv.insertOrUpdate(PathMapping entity) voidBsPathMappingBhv.insertOrUpdate(PathMapping entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) voidBsPathMappingBhv.update(PathMapping entity) voidBsPathMappingBhv.update(PathMapping entity, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> opLambda) Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type PathMappingModifier and TypeMethodDescriptionint[]BsPathMappingBhv.batchDelete(List<PathMapping> list) int[]BsPathMappingBhv.batchDelete(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsPathMappingBhv.batchDelete(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsPathMappingBhv.batchInsert(List<PathMapping> list) int[]BsPathMappingBhv.batchInsert(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsPathMappingBhv.batchInsert(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) int[]BsPathMappingBhv.batchUpdate(List<PathMapping> list) int[]BsPathMappingBhv.batchUpdate(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call) int[]BsPathMappingBhv.batchUpdate(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.opensearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.opensearch.action.index.IndexRequestBuilder> entityCall) voidBsPathMappingBhv.selectBulk(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<PathMapping>> entityLambda) voidBsPathMappingBhv.selectCursor(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<PathMapping> entityLambda) -
Uses of PathMapping in org.codelibs.fess.helper
Fields in org.codelibs.fess.helper with type parameters of type PathMappingModifier and TypeFieldDescriptionprotected List<PathMapping>PathMappingHelper.cachedPathMappingListprotected final Map<String,List<PathMapping>> PathMappingHelper.pathMappingMapMethods in org.codelibs.fess.helper that return types with arguments of type PathMappingMethods in org.codelibs.fess.helper with parameters of type PathMappingModifier and TypeMethodDescriptionprotected booleanPathMappingHelper.matchUserAgent(PathMapping pathMapping) Method parameters in org.codelibs.fess.helper with type arguments of type PathMappingModifier and TypeMethodDescriptionprotected StringPathMappingHelper.replaceUrl(List<PathMapping> pathMappingList, String url) voidPathMappingHelper.setPathMappingList(String sessionId, List<PathMapping> pathMappingList)