| Modifier and Type | Method and Description |
|---|---|
org.dbflute.optional.OptionalEntity<PathMapping> |
PathMappingService.getPathMapping(String id) |
List<PathMapping> |
PathMappingService.getPathMappingList(Collection<String> processTypeList) |
List<PathMapping> |
PathMappingService.getPathMappingList(PathMapPager pathMappingPager) |
| Modifier and Type | Method and Description |
|---|---|
void |
PathMappingService.delete(PathMapping pathMapping) |
void |
PathMappingService.store(PathMapping pathMapping) |
| Modifier and Type | Method and Description |
|---|---|
static org.dbflute.optional.OptionalEntity<PathMapping> |
AdminPathmapAction.getPathMapping(CreateForm form) |
| Modifier and Type | Method and Description |
|---|---|
protected EditBody |
ApiAdminPathmapAction.createEditBody(PathMapping entity) |
| Modifier and Type | Method and Description |
|---|---|
protected <RESULT extends PathMapping> |
BsPathMappingBhv.createEntity(Map<String,Object> source,
Class<? extends RESULT> entityType) |
protected <ENTITY extends PathMapping> |
BsPathMappingBhv.doSelectByPK(String id,
Class<? extends ENTITY> tp) |
protected <ENTITY extends PathMapping> |
BsPathMappingBhv.doSelectOptionalByPK(String id,
Class<? extends ENTITY> tp) |
protected <ENTITY extends PathMapping> |
BsPathMappingBhv.doSelectOptionalEntity(PathMappingCB cb,
Class<? extends ENTITY> tp) |
protected <RESULT extends PathMapping> |
BsPathMappingBhv.updateEntity(Map<String,Object> source,
RESULT result) |
| Modifier and Type | Method and Description |
|---|---|
PathMapping |
BsPathMappingBhv.selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda) |
| Modifier and Type | Method and Description |
|---|---|
protected org.dbflute.optional.OptionalEntity<PathMapping> |
BsPathMappingBhv.facadeSelectByPK(String id) |
protected org.dbflute.optional.OptionalEntity<PathMapping> |
BsPathMappingBhv.facadeSelectEntity(PathMappingCB cb) |
org.dbflute.optional.OptionalEntity<PathMapping> |
BsPathMappingBhv.selectByPK(String id) |
org.dbflute.optional.OptionalEntity<PathMapping> |
BsPathMappingBhv.selectEntity(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda) |
org.dbflute.cbean.result.ListResultBean<PathMapping> |
BsPathMappingBhv.selectList(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda) |
org.dbflute.cbean.result.PagingResultBean<PathMapping> |
BsPathMappingBhv.selectPage(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda) |
protected Class<PathMapping> |
BsPathMappingBhv.typeOfHandlingEntity() |
protected Class<? extends PathMapping> |
BsPathMappingBhv.typeOfSelectedEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
BsPathMappingBhv.delete(PathMapping entity) |
void |
BsPathMappingBhv.delete(PathMapping entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda) |
void |
BsPathMappingBhv.insert(PathMapping entity) |
void |
BsPathMappingBhv.insert(PathMapping entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
void |
BsPathMappingBhv.insertOrUpdate(PathMapping entity) |
void |
BsPathMappingBhv.insertOrUpdate(PathMapping entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
void |
BsPathMappingBhv.update(PathMapping entity) |
void |
BsPathMappingBhv.update(PathMapping entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
BsPathMappingBhv.batchDelete(List<PathMapping> list) |
int[] |
BsPathMappingBhv.batchDelete(List<PathMapping> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
BsPathMappingBhv.batchDelete(List<PathMapping> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
int[] |
BsPathMappingBhv.batchInsert(List<PathMapping> list) |
int[] |
BsPathMappingBhv.batchInsert(List<PathMapping> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
BsPathMappingBhv.batchInsert(List<PathMapping> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
int[] |
BsPathMappingBhv.batchUpdate(List<PathMapping> list) |
int[] |
BsPathMappingBhv.batchUpdate(List<PathMapping> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
BsPathMappingBhv.batchUpdate(List<PathMapping> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
void |
BsPathMappingBhv.selectBulk(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda,
org.dbflute.bhv.readable.EntityRowHandler<List<PathMapping>> entityLambda) |
void |
BsPathMappingBhv.selectCursor(org.dbflute.bhv.readable.CBCall<PathMappingCB> cbLambda,
org.dbflute.bhv.readable.EntityRowHandler<PathMapping> entityLambda) |
| Modifier and Type | Method and Description |
|---|---|
List<PathMapping> |
PathMappingHelper.getPathMappingList(String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PathMappingHelper.setPathMappingList(String sessionId,
List<PathMapping> pathMappingList) |
Copyright © 2009–2017 CodeLibs. All rights reserved.