Package org.codelibs.fess.app.service
Class PathMappingService
java.lang.Object
org.codelibs.fess.app.service.FessAppService
org.codelibs.fess.app.service.PathMappingService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(PathMapping pathMapping) org.dbflute.optional.OptionalEntity<PathMapping>getPathMapping(String id) getPathMappingList(Collection<String> processTypeList) getPathMappingList(PathMapPager pathMappingPager) protected voidsetupListCondition(PathMappingCB cb, PathMapPager pathMappingPager) voidstore(PathMapping pathMapping) Methods inherited from class org.codelibs.fess.app.service.FessAppService
wrapQuery
-
Field Details
-
pathMappingBhv
-
fessConfig
-
-
Constructor Details
-
PathMappingService
public PathMappingService()
-
-
Method Details
-
getPathMappingList
-
getPathMapping
-
store
-
delete
-
getPathMappingList
-
setupListCondition
-