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