Uses of Class
org.codelibs.fess.es.config.exentity.PathMapping
-
-
Uses of PathMapping in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type PathMapping Modifier and Type Method Description org.dbflute.optional.OptionalEntity<PathMapping>PathMappingService. getPathMapping(String id)List<PathMapping>PathMappingService. getPathMappingList(Collection<String> processTypeList)List<PathMapping>PathMappingService. getPathMappingList(PathMapPager pathMappingPager)Methods in org.codelibs.fess.app.service with parameters of type PathMapping Modifier and Type Method Description voidPathMappingService. 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 PathMapping Modifier and Type Method Description static 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 PathMapping Modifier and Type Method Description protected 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 PathMapping Modifier and Type Method Description protected <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 PathMapping Modifier and Type Method Description PathMappingBsPathMappingBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda)Methods in org.codelibs.fess.es.config.bsbhv that return types with arguments of type PathMapping Modifier and Type Method Description protected 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 PathMapping Modifier and Type Method Description voidBsPathMappingBhv. delete(PathMapping entity)voidBsPathMappingBhv. delete(PathMapping entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda)voidBsPathMappingBhv. insert(PathMapping entity)voidBsPathMappingBhv. insert(PathMapping entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsPathMappingBhv. insertOrUpdate(PathMapping entity)voidBsPathMappingBhv. insertOrUpdate(PathMapping entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)voidBsPathMappingBhv. update(PathMapping entity)voidBsPathMappingBhv. update(PathMapping entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.config.bsbhv with type arguments of type PathMapping Modifier and Type Method Description int[]BsPathMappingBhv. batchDelete(List<PathMapping> list)int[]BsPathMappingBhv. batchDelete(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsPathMappingBhv. batchDelete(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsPathMappingBhv. batchInsert(List<PathMapping> list)int[]BsPathMappingBhv. batchInsert(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsPathMappingBhv. batchInsert(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsPathMappingBhv. batchUpdate(List<PathMapping> list)int[]BsPathMappingBhv. batchUpdate(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsPathMappingBhv. batchUpdate(List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.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 PathMapping Modifier and Type Field Description protected List<PathMapping>PathMappingHelper. cachedPathMappingListprotected Map<String,List<PathMapping>>PathMappingHelper. pathMappingMapMethods in org.codelibs.fess.helper that return types with arguments of type PathMapping Modifier and Type Method Description List<PathMapping>PathMappingHelper. getPathMappingList(String sessionId)Method parameters in org.codelibs.fess.helper with type arguments of type PathMapping Modifier and Type Method Description voidPathMappingHelper. setPathMappingList(String sessionId, List<PathMapping> pathMappingList)
-