public class PathMappingService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FessConfig |
fessConfig |
protected PathMappingBhv |
pathMappingBhv |
| Constructor and Description |
|---|
PathMappingService() |
| Modifier and Type | Method and 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) |
protected PathMappingBhv pathMappingBhv
protected FessConfig fessConfig
public List<PathMapping> getPathMappingList(PathMapPager pathMappingPager)
public org.dbflute.optional.OptionalEntity<PathMapping> getPathMapping(String id)
public void store(PathMapping pathMapping)
public void delete(PathMapping pathMapping)
public List<PathMapping> getPathMappingList(Collection<String> processTypeList)
protected void setupListCondition(PathMappingCB cb, PathMapPager pathMappingPager)
Copyright © 2009–2017 CodeLibs. All rights reserved.