Uses of Class
org.codelibs.fess.es.user.cbean.RoleCB
-
Packages that use RoleCB Package Description org.codelibs.fess.app.service org.codelibs.fess.es.user.bsbhv org.codelibs.fess.es.user.cbean.bs -
-
Uses of RoleCB in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service with parameters of type RoleCB Modifier and Type Method Description protected voidRoleService. setupListCondition(RoleCB cb, RolePager rolePager) -
Uses of RoleCB in org.codelibs.fess.es.user.bsbhv
Methods in org.codelibs.fess.es.user.bsbhv that return RoleCB Modifier and Type Method Description RoleCBBsRoleBhv. newConditionBean()protected RoleCBBsRoleBhv. xprepareCBAsPK(String id)Methods in org.codelibs.fess.es.user.bsbhv that return types with arguments of type RoleCB Modifier and Type Method Description protected Class<RoleCB>BsRoleBhv. typeOfHandlingConditionBean()Methods in org.codelibs.fess.es.user.bsbhv with parameters of type RoleCB Modifier and Type Method Description protected <ENTITY extends Role>
org.dbflute.optional.OptionalEntity<ENTITY>BsRoleBhv. doSelectOptionalEntity(RoleCB cb, Class<? extends ENTITY> tp)protected org.dbflute.optional.OptionalEntity<Role>BsRoleBhv. facadeSelectEntity(RoleCB cb)Method parameters in org.codelibs.fess.es.user.bsbhv with type arguments of type RoleCB Modifier and Type Method Description intBsRoleBhv. queryDelete(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda)voidBsRoleBhv. selectBulk(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<Role>> entityLambda)intBsRoleBhv. selectCount(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda)voidBsRoleBhv. selectCursor(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<Role> entityLambda)org.dbflute.optional.OptionalEntity<Role>BsRoleBhv. selectEntity(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda)RoleBsRoleBhv. selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda)org.dbflute.cbean.result.ListResultBean<Role>BsRoleBhv. selectList(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda)org.dbflute.cbean.result.PagingResultBean<Role>BsRoleBhv. selectPage(org.dbflute.bhv.readable.CBCall<RoleCB> cbLambda) -
Uses of RoleCB in org.codelibs.fess.es.user.cbean.bs
Methods in org.codelibs.fess.es.user.cbean.bs that return RoleCB Modifier and Type Method Description RoleCBBsRoleCB. acceptPK(String id)
-