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

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

com.zhuozhengsoft.pageoffice.zoomsealSeal 的使用
 

返回 Sealcom.zhuozhengsoft.pageoffice.zoomseal 中的方法
 Seal SealManager.getModel(int sealID)
          获取指定的印章对象实体。
 

返回变量类型为 Seal 的类型的 com.zhuozhengsoft.pageoffice.zoomseal 中的方法
 java.util.List<Seal> SealManager.getQueryCollection(java.lang.String strWhereSql)
          获取指定where查询条件的印章对象集合。
 java.util.List<Seal> HtmlSignSaver.getSignCollection()
          获取当前页面的签章对象集合。
 

参数类型为 Sealcom.zhuozhengsoft.pageoffice.zoomseal 中的方法
 int SealManager.add_access(Seal model)
           
 int SealManager.add_oracle(Seal model)
           
 int SealManager.add(Seal model)
          添加一个新的印章,并返回新印章ID。
 boolean SealManager.update(Seal model)
          更新指定印章。