Uses of Class
org.codelibs.fess.es.log.exentity.FavoriteLog
-
Packages that use FavoriteLog Package Description org.codelibs.fess.app.service org.codelibs.fess.es.log.bsbhv -
-
Uses of FavoriteLog in org.codelibs.fess.app.service
Method parameters in org.codelibs.fess.app.service with type arguments of type FavoriteLog Modifier and Type Method Description booleanFavoriteLogService. addUrl(String userCode, BiConsumer<UserInfo,FavoriteLog> favoriteLogLambda) -
Uses of FavoriteLog in org.codelibs.fess.es.log.bsbhv
Methods in org.codelibs.fess.es.log.bsbhv with type parameters of type FavoriteLog Modifier and Type Method Description protected <RESULT extends FavoriteLog>
RESULTBsFavoriteLogBhv. createEntity(Map<String,Object> source, Class<? extends RESULT> entityType)protected <ENTITY extends FavoriteLog>
ENTITYBsFavoriteLogBhv. doSelectByPK(String id, Class<? extends ENTITY> tp)protected <ENTITY extends FavoriteLog>
org.dbflute.optional.OptionalEntity<ENTITY>BsFavoriteLogBhv. doSelectOptionalByPK(String id, Class<? extends ENTITY> tp)protected <ENTITY extends FavoriteLog>
org.dbflute.optional.OptionalEntity<ENTITY>BsFavoriteLogBhv. doSelectOptionalEntity(FavoriteLogCB cb, Class<? extends ENTITY> tp)protected <RESULT extends FavoriteLog>
RESULTBsFavoriteLogBhv. updateEntity(Map<String,Object> source, RESULT result)Methods in org.codelibs.fess.es.log.bsbhv that return FavoriteLog Modifier and Type Method Description FavoriteLogBsFavoriteLogBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<FavoriteLogCB> cbLambda)Methods in org.codelibs.fess.es.log.bsbhv that return types with arguments of type FavoriteLog Modifier and Type Method Description protected org.dbflute.optional.OptionalEntity<FavoriteLog>BsFavoriteLogBhv. facadeSelectByPK(String id)protected org.dbflute.optional.OptionalEntity<FavoriteLog>BsFavoriteLogBhv. facadeSelectEntity(FavoriteLogCB cb)org.dbflute.optional.OptionalEntity<FavoriteLog>BsFavoriteLogBhv. selectByPK(String id)org.dbflute.optional.OptionalEntity<FavoriteLog>BsFavoriteLogBhv. selectEntity(org.dbflute.bhv.readable.CBCall<FavoriteLogCB> cbLambda)org.dbflute.cbean.result.ListResultBean<FavoriteLog>BsFavoriteLogBhv. selectList(org.dbflute.bhv.readable.CBCall<FavoriteLogCB> cbLambda)org.dbflute.cbean.result.PagingResultBean<FavoriteLog>BsFavoriteLogBhv. selectPage(org.dbflute.bhv.readable.CBCall<FavoriteLogCB> cbLambda)protected Class<FavoriteLog>BsFavoriteLogBhv. typeOfHandlingEntity()protected Class<? extends FavoriteLog>BsFavoriteLogBhv. typeOfSelectedEntity()Methods in org.codelibs.fess.es.log.bsbhv with parameters of type FavoriteLog Modifier and Type Method Description voidBsFavoriteLogBhv. delete(FavoriteLog entity)voidBsFavoriteLogBhv. delete(FavoriteLog entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.delete.DeleteRequestBuilder> opLambda)voidBsFavoriteLogBhv. insert(FavoriteLog entity)voidBsFavoriteLogBhv. insert(FavoriteLog entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)voidBsFavoriteLogBhv. insertOrUpdate(FavoriteLog entity)voidBsFavoriteLogBhv. insertOrUpdate(FavoriteLog entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)voidBsFavoriteLogBhv. update(FavoriteLog entity)voidBsFavoriteLogBhv. update(FavoriteLog entity, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> opLambda)Method parameters in org.codelibs.fess.es.log.bsbhv with type arguments of type FavoriteLog Modifier and Type Method Description int[]BsFavoriteLogBhv. batchDelete(List<FavoriteLog> list)int[]BsFavoriteLogBhv. batchDelete(List<FavoriteLog> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsFavoriteLogBhv. batchDelete(List<FavoriteLog> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> entityCall)int[]BsFavoriteLogBhv. batchInsert(List<FavoriteLog> list)int[]BsFavoriteLogBhv. batchInsert(List<FavoriteLog> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsFavoriteLogBhv. batchInsert(List<FavoriteLog> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> entityCall)int[]BsFavoriteLogBhv. batchUpdate(List<FavoriteLog> list)int[]BsFavoriteLogBhv. batchUpdate(List<FavoriteLog> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call)int[]BsFavoriteLogBhv. batchUpdate(List<FavoriteLog> list, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.codelibs.fesen.action.index.IndexRequestBuilder> entityCall)voidBsFavoriteLogBhv. selectBulk(org.dbflute.bhv.readable.CBCall<FavoriteLogCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<FavoriteLog>> entityLambda)voidBsFavoriteLogBhv. selectCursor(org.dbflute.bhv.readable.CBCall<FavoriteLogCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<FavoriteLog> entityLambda)
-