Package org.codelibs.fess.app.service
Class PathMappingService
- java.lang.Object
-
- org.codelibs.fess.app.service.FessAppService
-
- org.codelibs.fess.app.service.PathMappingService
-
public class PathMappingService extends FessAppService
-
-
Field Summary
Fields Modifier and Type Field Description protected FessConfigfessConfigprotected PathMappingBhvpathMappingBhv
-
Constructor Summary
Constructors Constructor Description PathMappingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(PathMapping pathMapping)org.dbflute.optional.OptionalEntity<PathMapping>getPathMapping(String id)List<PathMapping>getPathMappingList(Collection<String> processTypeList)List<PathMapping>getPathMappingList(PathMapPager pathMappingPager)protected voidsetupListCondition(PathMappingCB cb, PathMapPager pathMappingPager)voidstore(PathMapping pathMapping)-
Methods inherited from class org.codelibs.fess.app.service.FessAppService
wrapQuery
-
-
-
-
Field Detail
-
pathMappingBhv
protected PathMappingBhv pathMappingBhv
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getPathMappingList
public List<PathMapping> getPathMappingList(PathMapPager pathMappingPager)
-
getPathMapping
public org.dbflute.optional.OptionalEntity<PathMapping> getPathMapping(String id)
-
store
public void store(PathMapping pathMapping)
-
delete
public void delete(PathMapping pathMapping)
-
getPathMappingList
public List<PathMapping> getPathMappingList(Collection<String> processTypeList)
-
setupListCondition
protected void setupListCondition(PathMappingCB cb, PathMapPager pathMappingPager)
-
-