public class WebAuthenticationService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FessConfig |
fessConfig |
protected WebAuthenticationBhv |
webAuthenticationBhv |
| Constructor and Description |
|---|
WebAuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(WebAuthentication webAuthentication) |
org.dbflute.optional.OptionalEntity<WebAuthentication> |
getWebAuthentication(String id) |
List<WebAuthentication> |
getWebAuthenticationList(String webConfigId) |
List<WebAuthentication> |
getWebAuthenticationList(WebAuthPager webAuthenticationPager) |
protected void |
setupListCondition(WebAuthenticationCB cb,
WebAuthPager webAuthenticationPager) |
void |
store(WebAuthentication webAuthentication) |
protected WebAuthenticationBhv webAuthenticationBhv
protected FessConfig fessConfig
public List<WebAuthentication> getWebAuthenticationList(WebAuthPager webAuthenticationPager)
public org.dbflute.optional.OptionalEntity<WebAuthentication> getWebAuthentication(String id)
public void store(WebAuthentication webAuthentication)
public void delete(WebAuthentication webAuthentication)
protected void setupListCondition(WebAuthenticationCB cb, WebAuthPager webAuthenticationPager)
public List<WebAuthentication> getWebAuthenticationList(String webConfigId)
Copyright © 2009–2017 CodeLibs. All rights reserved.