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