类 UserRoleService

java.lang.Object
cool.scx.core.base.BaseModelService<UserRole>
cool.scx.ext.organization.base.UserRoleService

public final class UserRoleService extends cool.scx.core.base.BaseModelService<UserRole>
用户 角色 关联表 service 一般不单独使用
版本:
0.3.6
作者:
scx567888
  • 字段概要

    从类继承的字段 cool.scx.core.base.BaseModelService

    baseDao
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    addRoleListWithUserID(Long userID, List<Long> roleIDs)
    saveRoleListWithUserID
    void

    从类继承的方法 cool.scx.core.base.BaseModelService

    _baseDao, add, add, add, add, buildGetSQL, buildGetSQLWithAlias, buildListSQL, buildListSQLWithAlias, count, count, delete, delete, get, get, get, get, list, list, list, list, list, revokeDelete, revokeDelete, update, update, update, update

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • UserRoleService

      public UserRoleService()
  • 方法详细资料

    • deleteByUserID

      public void deleteByUserID(Long id)
      参数:
      id - a Long object
    • addRoleListWithUserID

      public void addRoleListWithUserID(Long userID, List<Long> roleIDs)
      saveRoleListWithUserID
      参数:
      userID - a Long object
      roleIDs - a String object