public class WebConfigService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FessConfig |
fessConfig |
protected RequestHeaderBhv |
requestHeaderBhv |
protected WebAuthenticationBhv |
webAuthenticationBhv |
protected WebConfigBhv |
webConfigBhv |
protected WebConfigToLabelBhv |
webConfigToLabelBhv |
| Constructor and Description |
|---|
WebConfigService() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(WebConfig webConfig) |
List<WebConfig> |
getAllWebConfigList() |
List<WebConfig> |
getAllWebConfigList(boolean withLabelType,
boolean withRoleType,
boolean available,
List<String> idList) |
org.dbflute.optional.OptionalEntity<WebConfig> |
getWebConfig(String id) |
List<WebConfig> |
getWebConfigList(WebConfigPager webConfigPager) |
List<WebConfig> |
getWebConfigListByIds(List<String> idList) |
protected void |
setupListCondition(WebConfigCB cb,
WebConfigPager webConfigPager) |
void |
store(WebConfig webConfig) |
protected WebConfigToLabelBhv webConfigToLabelBhv
protected WebConfigBhv webConfigBhv
protected WebAuthenticationBhv webAuthenticationBhv
protected RequestHeaderBhv requestHeaderBhv
protected FessConfig fessConfig
public List<WebConfig> getWebConfigList(WebConfigPager webConfigPager)
public void delete(WebConfig webConfig)
public List<WebConfig> getAllWebConfigList(boolean withLabelType, boolean withRoleType, boolean available, List<String> idList)
public void store(WebConfig webConfig)
protected void setupListCondition(WebConfigCB cb, WebConfigPager webConfigPager)
Copyright © 2009–2017 CodeLibs. All rights reserved.