类 com.zhuozhengsoft.pageoffice.zoomseal.User
的使用

使用 User 的软件包
com.zhuozhengsoft.pageoffice.zoomseal   
 

com.zhuozhengsoft.pageoffice.zoomsealUser 的使用
 

返回 Usercom.zhuozhengsoft.pageoffice.zoomseal 中的方法
 User UserManager.getModel(int userId)
          获取指定的印章用户对象实体。
 

返回变量类型为 User 的类型的 com.zhuozhengsoft.pageoffice.zoomseal 中的方法
 java.util.List<User> UserManager.getQueryCollection(java.lang.String strWhereSql)
          获取指定where查询条件的用户对象集合。
 

参数类型为 Usercom.zhuozhengsoft.pageoffice.zoomseal 中的方法
 int UserManager.add(User model)
          添加一个新的印章用户,并返回新用户ID。
 boolean UserManager.update(User model)
          更新指定印章用户。