类 BaseAccountService<T extends BaseAccount>

java.lang.Object
cool.scx.core.base.BasicService<Entity>
cool.scx.core.base.BaseModelService<M>
cool.scx.ext.organization.base.UserInfoModelService<T>
cool.scx.ext.organization.base.BaseAccountService<T>
直接已知子类:
AccountService

public abstract class BaseAccountService<T extends BaseAccount> extends UserInfoModelService<T>

AccountService class.

版本:
1.11.8
作者:
scx567888
  • 字段概要

    从类继承的字段 cool.scx.ext.organization.base.UserInfoModelService

    userService

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

    countResultHandler, entityBeanListHandler, entityClass, scxDaoTableInfo
  • 构造器概要

    构造器
    限定符
    构造器
    说明
    protected
    Constructor for AccountService.
  • 方法概要

    从类继承的方法 cool.scx.ext.organization.base.UserInfoModelService

    fillUserField, getByUser, getByUserWithoutUserField, list, listByUser

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

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

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

    _buildSelectSQL, _buildSelectSQLWithAlias, _count, _delete, _insert, _insertBatch, _scxDaoTableInfo, _select, _truncate, _update, autoTransaction, autoTransaction

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

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

    • BaseAccountService

      protected BaseAccountService(BaseUserService<?> userService)

      Constructor for AccountService.

      参数:
      userService - a BaseUserService object