Package org.codelibs.fess.app.service
Class FileAuthenticationService
- java.lang.Object
-
- org.codelibs.fess.app.service.FileAuthenticationService
-
public class FileAuthenticationService extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FessConfigfessConfigprotected FileAuthenticationBhvfileAuthenticationBhv
-
Constructor Summary
Constructors Constructor Description FileAuthenticationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(FileAuthentication fileAuthentication)org.dbflute.optional.OptionalEntity<FileAuthentication>getFileAuthentication(java.lang.String id)java.util.List<FileAuthentication>getFileAuthenticationList(java.lang.String fileConfigId)java.util.List<FileAuthentication>getFileAuthenticationList(FileAuthPager fileAuthenticationPager)protected voidsetupListCondition(FileAuthenticationCB cb, FileAuthPager fileAuthenticationPager)voidstore(FileAuthentication fileAuthentication)
-
-
-
Field Detail
-
fileAuthenticationBhv
protected FileAuthenticationBhv fileAuthenticationBhv
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getFileAuthenticationList
public java.util.List<FileAuthentication> getFileAuthenticationList(FileAuthPager fileAuthenticationPager)
-
getFileAuthentication
public org.dbflute.optional.OptionalEntity<FileAuthentication> getFileAuthentication(java.lang.String id)
-
store
public void store(FileAuthentication fileAuthentication)
-
delete
public void delete(FileAuthentication fileAuthentication)
-
setupListCondition
protected void setupListCondition(FileAuthenticationCB cb, FileAuthPager fileAuthenticationPager)
-
getFileAuthenticationList
public java.util.List<FileAuthentication> getFileAuthenticationList(java.lang.String fileConfigId)
-
-