public class FileAuthenticationService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FessConfig |
fessConfig |
protected FileAuthenticationBhv |
fileAuthenticationBhv |
| Constructor and Description |
|---|
FileAuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(FileAuthentication fileAuthentication) |
org.dbflute.optional.OptionalEntity<FileAuthentication> |
getFileAuthentication(String id) |
List<FileAuthentication> |
getFileAuthenticationList(FileAuthPager fileAuthenticationPager) |
List<FileAuthentication> |
getFileAuthenticationList(String fileConfigId) |
protected void |
setupListCondition(FileAuthenticationCB cb,
FileAuthPager fileAuthenticationPager) |
void |
store(FileAuthentication fileAuthentication) |
protected FileAuthenticationBhv fileAuthenticationBhv
protected FessConfig fessConfig
public List<FileAuthentication> getFileAuthenticationList(FileAuthPager fileAuthenticationPager)
public org.dbflute.optional.OptionalEntity<FileAuthentication> getFileAuthentication(String id)
public void store(FileAuthentication fileAuthentication)
public void delete(FileAuthentication fileAuthentication)
protected void setupListCondition(FileAuthenticationCB cb, FileAuthPager fileAuthenticationPager)
public List<FileAuthentication> getFileAuthenticationList(String fileConfigId)
Copyright © 2009–2017 CodeLibs. All rights reserved.