クラス FileAuthenticationService
java.lang.Object
org.codelibs.fess.app.service.FileAuthenticationService
public class FileAuthenticationService
extends java.lang.Object
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected FessConfig
fessConfig
protected FileAuthenticationBhv
fileAuthenticationBhv
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FileAuthenticationService()
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
delete(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 void
setupListCondition(FileAuthenticationCB cb, FileAuthPager fileAuthenticationPager)
void
store(FileAuthentication fileAuthentication)
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
フィールド詳細
-
fileAuthenticationBhv
-
fessConfig
-
-
コンストラクタの詳細
-
FileAuthenticationService
public FileAuthenticationService()
-
-
メソッドの詳細
-
getFileAuthenticationList
public java.util.List<FileAuthentication> getFileAuthenticationList(FileAuthPager fileAuthenticationPager) -
getFileAuthentication
public org.dbflute.optional.OptionalEntity<FileAuthentication> getFileAuthentication(java.lang.String id) -
store
-
delete
-
setupListCondition
-
getFileAuthenticationList
-