Package org.codelibs.fess.app.service
Class WebConfigService
- java.lang.Object
-
- org.codelibs.fess.app.service.WebConfigService
-
public class WebConfigService extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FessConfigfessConfigprotected RequestHeaderBhvrequestHeaderBhvprotected WebAuthenticationBhvwebAuthenticationBhvprotected WebConfigBhvwebConfigBhv
-
Constructor Summary
Constructors Constructor Description WebConfigService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(WebConfig webConfig)org.dbflute.optional.OptionalEntity<WebConfig>getWebConfig(java.lang.String id)java.util.List<WebConfig>getWebConfigList(WebConfigPager webConfigPager)protected voidsetupListCondition(WebConfigCB cb, WebConfigPager webConfigPager)voidstore(WebConfig webConfig)
-
-
-
Field Detail
-
webConfigBhv
protected WebConfigBhv webConfigBhv
-
webAuthenticationBhv
protected WebAuthenticationBhv webAuthenticationBhv
-
requestHeaderBhv
protected RequestHeaderBhv requestHeaderBhv
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getWebConfigList
public java.util.List<WebConfig> getWebConfigList(WebConfigPager webConfigPager)
-
delete
public void delete(WebConfig webConfig)
-
getWebConfig
public org.dbflute.optional.OptionalEntity<WebConfig> getWebConfig(java.lang.String id)
-
store
public void store(WebConfig webConfig)
-
setupListCondition
protected void setupListCondition(WebConfigCB cb, WebConfigPager webConfigPager)
-
-