| Package | Description |
|---|---|
| org.codelibs.fess.app.service | |
| org.codelibs.fess.app.web.admin.fileauth | |
| org.codelibs.fess.app.web.api.admin.fileauth | |
| org.codelibs.fess.es.config.bsbhv |
| Modifier and Type | Method and Description |
|---|---|
org.dbflute.optional.OptionalEntity<FileAuthentication> |
FileAuthenticationService.getFileAuthentication(String id) |
List<FileAuthentication> |
FileAuthenticationService.getFileAuthenticationList(FileAuthPager fileAuthenticationPager) |
List<FileAuthentication> |
FileAuthenticationService.getFileAuthenticationList(String fileConfigId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileAuthenticationService.delete(FileAuthentication fileAuthentication) |
void |
FileAuthenticationService.store(FileAuthentication fileAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
static org.dbflute.optional.OptionalEntity<FileAuthentication> |
AdminFileauthAction.getEntity(CreateForm form,
String username,
long currentTime) |
static org.dbflute.optional.OptionalEntity<FileAuthentication> |
AdminFileauthAction.getFileAuthentication(CreateForm form) |
| Modifier and Type | Method and Description |
|---|---|
protected EditBody |
ApiAdminFileauthAction.createEditBody(FileAuthentication entity) |
| Modifier and Type | Method and Description |
|---|---|
protected <RESULT extends FileAuthentication> |
BsFileAuthenticationBhv.createEntity(Map<String,Object> source,
Class<? extends RESULT> entityType) |
protected <ENTITY extends FileAuthentication> |
BsFileAuthenticationBhv.doSelectByPK(String id,
Class<? extends ENTITY> tp) |
protected <ENTITY extends FileAuthentication> |
BsFileAuthenticationBhv.doSelectOptionalByPK(String id,
Class<? extends ENTITY> tp) |
protected <ENTITY extends FileAuthentication> |
BsFileAuthenticationBhv.doSelectOptionalEntity(FileAuthenticationCB cb,
Class<? extends ENTITY> tp) |
protected <RESULT extends FileAuthentication> |
BsFileAuthenticationBhv.updateEntity(Map<String,Object> source,
RESULT result) |
| Modifier and Type | Method and Description |
|---|---|
FileAuthentication |
BsFileAuthenticationBhv.selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda) |
| Modifier and Type | Method and Description |
|---|---|
protected org.dbflute.optional.OptionalEntity<FileAuthentication> |
BsFileAuthenticationBhv.facadeSelectByPK(String id) |
protected org.dbflute.optional.OptionalEntity<FileAuthentication> |
BsFileAuthenticationBhv.facadeSelectEntity(FileAuthenticationCB cb) |
org.dbflute.optional.OptionalEntity<FileAuthentication> |
BsFileAuthenticationBhv.selectByPK(String id) |
org.dbflute.optional.OptionalEntity<FileAuthentication> |
BsFileAuthenticationBhv.selectEntity(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda) |
org.dbflute.cbean.result.ListResultBean<FileAuthentication> |
BsFileAuthenticationBhv.selectList(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda) |
org.dbflute.cbean.result.PagingResultBean<FileAuthentication> |
BsFileAuthenticationBhv.selectPage(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda) |
protected Class<FileAuthentication> |
BsFileAuthenticationBhv.typeOfHandlingEntity() |
protected Class<? extends FileAuthentication> |
BsFileAuthenticationBhv.typeOfSelectedEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
BsFileAuthenticationBhv.delete(FileAuthentication entity) |
void |
BsFileAuthenticationBhv.delete(FileAuthentication entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda) |
void |
BsFileAuthenticationBhv.insert(FileAuthentication entity) |
void |
BsFileAuthenticationBhv.insert(FileAuthentication entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
void |
BsFileAuthenticationBhv.insertOrUpdate(FileAuthentication entity) |
void |
BsFileAuthenticationBhv.insertOrUpdate(FileAuthentication entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
void |
BsFileAuthenticationBhv.update(FileAuthentication entity) |
void |
BsFileAuthenticationBhv.update(FileAuthentication entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
BsFileAuthenticationBhv.batchDelete(List<FileAuthentication> list) |
int[] |
BsFileAuthenticationBhv.batchDelete(List<FileAuthentication> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
BsFileAuthenticationBhv.batchDelete(List<FileAuthentication> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
int[] |
BsFileAuthenticationBhv.batchInsert(List<FileAuthentication> list) |
int[] |
BsFileAuthenticationBhv.batchInsert(List<FileAuthentication> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
BsFileAuthenticationBhv.batchInsert(List<FileAuthentication> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
int[] |
BsFileAuthenticationBhv.batchUpdate(List<FileAuthentication> list) |
int[] |
BsFileAuthenticationBhv.batchUpdate(List<FileAuthentication> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
BsFileAuthenticationBhv.batchUpdate(List<FileAuthentication> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
void |
BsFileAuthenticationBhv.selectBulk(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda,
org.dbflute.bhv.readable.EntityRowHandler<List<FileAuthentication>> entityLambda) |
void |
BsFileAuthenticationBhv.selectCursor(org.dbflute.bhv.readable.CBCall<FileAuthenticationCB> cbLambda,
org.dbflute.bhv.readable.EntityRowHandler<FileAuthentication> entityLambda) |
Copyright © 2009–2017 CodeLibs. All rights reserved.