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(java.lang.String id)java.util.List<PathMapping>PathMappingService. getPathMappingList(java.util.Collection<java.lang.String> processTypeList)java.util.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(java.util.Map<java.lang.String,java.lang.Object> source, java.lang.Class<? extends RESULT> entityType)protected <ENTITY extends PathMapping>
ENTITYBsPathMappingBhv. doSelectByPK(java.lang.String id, java.lang.Class<? extends ENTITY> tp)protected <ENTITY extends PathMapping>
org.dbflute.optional.OptionalEntity<ENTITY>BsPathMappingBhv. doSelectOptionalByPK(java.lang.String id, java.lang.Class<? extends ENTITY> tp)protected <ENTITY extends PathMapping>
org.dbflute.optional.OptionalEntity<ENTITY>BsPathMappingBhv. doSelectOptionalEntity(PathMappingCB cb, java.lang.Class<? extends ENTITY> tp)protected <RESULT extends PathMapping>
RESULTBsPathMappingBhv. updateEntity(java.util.Map<java.lang.String,java.lang.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(java.lang.String id)protected org.dbflute.optional.OptionalEntity<PathMapping>BsPathMappingBhv. facadeSelectEntity(PathMappingCB cb)org.dbflute.optional.OptionalEntity<PathMapping>BsPathMappingBhv. selectByPK(java.lang.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 java.lang.Class<PathMapping>BsPathMappingBhv. typeOfHandlingEntity()protected java.lang.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(java.util.List<PathMapping> list)int[]BsPathMappingBhv. batchDelete(java.util.List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsPathMappingBhv. batchDelete(java.util.List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsPathMappingBhv. batchInsert(java.util.List<PathMapping> list)int[]BsPathMappingBhv. batchInsert(java.util.List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsPathMappingBhv. batchInsert(java.util.List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)int[]BsPathMappingBhv. batchUpdate(java.util.List<PathMapping> list)int[]BsPathMappingBhv. batchUpdate(java.util.List<PathMapping> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)int[]BsPathMappingBhv. batchUpdate(java.util.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<java.util.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 java.util.List<PathMapping>PathMappingHelper. cachedPathMappingListprotected java.util.Map<java.lang.String,java.util.List<PathMapping>>PathMappingHelper. pathMappingMapMethods in org.codelibs.fess.helper that return types with arguments of type PathMapping Modifier and Type Method Description java.util.List<PathMapping>PathMappingHelper. getPathMappingList(java.lang.String sessionId)Method parameters in org.codelibs.fess.helper with type arguments of type PathMapping Modifier and Type Method Description voidPathMappingHelper. setPathMappingList(java.lang.String sessionId, java.util.List<PathMapping> pathMappingList)
-