Package org.codelibs.fess.app.service
Class WebAuthenticationService
- java.lang.Object
-
- org.codelibs.fess.app.service.WebAuthenticationService
-
public class WebAuthenticationService extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FessConfigfessConfigprotected WebAuthenticationBhvwebAuthenticationBhv
-
Constructor Summary
Constructors Constructor Description WebAuthenticationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(WebAuthentication webAuthentication)org.dbflute.optional.OptionalEntity<WebAuthentication>getWebAuthentication(java.lang.String id)java.util.List<WebAuthentication>getWebAuthenticationList(java.lang.String webConfigId)java.util.List<WebAuthentication>getWebAuthenticationList(WebAuthPager webAuthenticationPager)protected voidsetupListCondition(WebAuthenticationCB cb, WebAuthPager webAuthenticationPager)voidstore(WebAuthentication webAuthentication)
-
-
-
Field Detail
-
webAuthenticationBhv
protected WebAuthenticationBhv webAuthenticationBhv
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getWebAuthenticationList
public java.util.List<WebAuthentication> getWebAuthenticationList(WebAuthPager webAuthenticationPager)
-
getWebAuthentication
public org.dbflute.optional.OptionalEntity<WebAuthentication> getWebAuthentication(java.lang.String id)
-
store
public void store(WebAuthentication webAuthentication)
-
delete
public void delete(WebAuthentication webAuthentication)
-
setupListCondition
protected void setupListCondition(WebAuthenticationCB cb, WebAuthPager webAuthenticationPager)
-
getWebAuthenticationList
public java.util.List<WebAuthentication> getWebAuthenticationList(java.lang.String webConfigId)
-
-