类 UserDeptApiServiceImpl

java.lang.Object
com.walker.jdbc.service.BaseServiceImpl
com.iplatform.base.service.UserDeptApiServiceImpl
所有已实现的接口:
UserAndDeptServiceApi, com.walker.jdbc.BaseDao, com.walker.jdbc.service.BaseService

@Service public class UserDeptApiServiceImpl extends com.walker.jdbc.service.BaseServiceImpl implements UserAndDeptServiceApi
  • 嵌套类概要

    从接口继承的嵌套类/接口 com.walker.jdbc.BaseDao

    com.walker.jdbc.BaseDao.RowExecution<T extends Object>
  • 字段概要

    从类继承的字段 com.walker.jdbc.service.BaseServiceImpl

    dao, log
  • 构造器概要

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

    修饰符和类型
    方法
    说明
     
    com.walker.web.ResponseValue
    添加新的顶级机构和机构默认管理员。
    com.walker.web.ResponseValue
     
    int
    获得下一个可用的最大ID。

    从类继承的方法 com.walker.jdbc.service.BaseServiceImpl

    delete, delete, delete, delete, execBatchUpdate, execCall, execCall, execute, execute, execute, execute, get, get, get, get, get, get, get, get, get, getDao, getMaxOrder, insert, insert, insertBatch, queryForInt, queryForInt, queryForObject, queryForObject, queryListObjectWhereIn, save, save, saveOrder, select, select, select, select, select, select, select, select, select, select, selectAll, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, setDao, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlListObjectWhereIn, sqlMathQuery, sqlQuery, sqlQuery, sqlQueryListMap, update, update, update, update, update, update, updateBatch

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

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

    • UserDeptApiServiceImpl

      public UserDeptApiServiceImpl()
  • 方法详细资料

    • execInsertMobileUserRegister

      public Object execInsertMobileUserRegister(String phone)
    • execInsertTopOrgAndAdmin

      public com.walker.web.ResponseValue execInsertTopOrgAndAdmin(UserAndDeptTo userAndDeptTo)
      从接口复制的说明: UserAndDeptServiceApi
      添加新的顶级机构和机构默认管理员。

      目前在电商系统中,商户模块调用该接口实现。

      指定者:
      execInsertTopOrgAndAdmin 在接口中 UserAndDeptServiceApi
      参数:
      userAndDeptTo - 提交的机构人员对象 // * @param createId 创建人ID字符串
      返回:
    • execUpdateTopOrgAndAdmin

      public com.walker.web.ResponseValue execUpdateTopOrgAndAdmin(UserAndDeptTo userAndDeptTo)
      指定者:
      execUpdateTopOrgAndAdmin 在接口中 UserAndDeptServiceApi
    • queryNextDeptId

      public int queryNextDeptId()
      获得下一个可用的最大ID。
      返回: