Package org.codelibs.fess.app.service
Class PathMappingService
java.lang.Object
org.codelibs.fess.app.service.FessAppService
org.codelibs.fess.app.service.PathMappingService
Service for path mapping operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.codelibs.fess.mylasta.direction.FessConfigFess configuration.protected org.codelibs.fess.opensearch.config.exbhv.PathMappingBhvPath mapping behavior. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(org.codelibs.fess.opensearch.config.exentity.PathMapping pathMapping) Deletes a path mapping.org.dbflute.optional.OptionalEntity<org.codelibs.fess.opensearch.config.exentity.PathMapping> getPathMapping(String id) Gets a path mapping by ID.List<org.codelibs.fess.opensearch.config.exentity.PathMapping> getPathMappingList(Collection<String> processTypeList) Gets the path mapping list by process types.List<org.codelibs.fess.opensearch.config.exentity.PathMapping> getPathMappingList(PathMapPager pathMappingPager) Gets the path mapping list with paging.protected voidsetupListCondition(org.codelibs.fess.opensearch.config.cbean.PathMappingCB cb, PathMapPager pathMappingPager) Sets up list condition for path mapping search.voidstore(org.codelibs.fess.opensearch.config.exentity.PathMapping pathMapping) Stores a path mapping.Methods inherited from class org.codelibs.fess.app.service.FessAppService
wrapQuery
-
Field Details
-
pathMappingBhv
protected org.codelibs.fess.opensearch.config.exbhv.PathMappingBhv pathMappingBhvPath mapping behavior. -
fessConfig
protected org.codelibs.fess.mylasta.direction.FessConfig fessConfigFess configuration.
-
-
Constructor Details
-
PathMappingService
public PathMappingService()Default constructor.
-
-
Method Details
-
getPathMappingList
public List<org.codelibs.fess.opensearch.config.exentity.PathMapping> getPathMappingList(PathMapPager pathMappingPager) Gets the path mapping list with paging.- Parameters:
pathMappingPager- the path mapping pager- Returns:
- the path mapping list
-
getPathMapping
public org.dbflute.optional.OptionalEntity<org.codelibs.fess.opensearch.config.exentity.PathMapping> getPathMapping(String id) Gets a path mapping by ID.- Parameters:
id- the path mapping ID- Returns:
- the path mapping
-
store
public void store(org.codelibs.fess.opensearch.config.exentity.PathMapping pathMapping) Stores a path mapping.- Parameters:
pathMapping- the path mapping to store
-
delete
public void delete(org.codelibs.fess.opensearch.config.exentity.PathMapping pathMapping) Deletes a path mapping.- Parameters:
pathMapping- the path mapping to delete
-
getPathMappingList
public List<org.codelibs.fess.opensearch.config.exentity.PathMapping> getPathMappingList(Collection<String> processTypeList) Gets the path mapping list by process types.- Parameters:
processTypeList- the process type list- Returns:
- the path mapping list
-
setupListCondition
protected void setupListCondition(org.codelibs.fess.opensearch.config.cbean.PathMappingCB cb, PathMapPager pathMappingPager) Sets up list condition for path mapping search.- Parameters:
cb- the condition beanpathMappingPager- the path mapping pager
-