⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 purviewmanageejb.java

📁 公司自己开发的工作流引擎
💻 JAVA
字号:
package cn.com.iaspec.workflow.manage.ejb;
import java.rmi.*;
import java.util.*;
import javax.ejb.*;
import cn.com.iaspec.workflow.vo.db.*;
import cn.com.iaspec.workflow.vo.workflow.*;
import cn.com.iaspec.workflow.manage.RoleManageException;

public interface PurviewManageEJB
    extends EJBObject{
  public int addUserInfo(UserInfo userinfo,cn.com.iaspec.workflow.vo.workflow.WfOrgUserRole la_org_user)
      throws Exception,RemoteException;

  public int updateUserInfo(UserInfo userinfo)
      throws Exception,RemoteException;

  public UserInfo queryUserInfo(String user_id)
      throws Exception,RemoteException;

  public int deleteUserInfo(String user_id,String org_id)
      throws Exception,RemoteException;

  public int deleteOrganize(String org_id)
      throws Exception,RemoteException;

  public Organiztion queryOrganition(String org_id)
      throws Exception,RemoteException;

  public int update(Organiztion organiztion)
      throws Exception,RemoteException;

  public int intertOrganiztion(Organiztion organiztion)
      throws Exception,RemoteException;

  public ArrayList queryOrganization(UserInfo userinfo,String area_id,
      String up_org)
      throws Exception,RemoteException;

  public ArrayList getCollectionInfo(String area_id)
      throws Exception,RemoteException;

  public int insertRole(RoleInfo roleinfo)
      throws Exception,RemoteException;

  public int updateRoleInfo(RoleInfo roleinfo)
      throws Exception,RemoteException;

  public RoleInfo getRoleInfo(String role_id)
      throws Exception,RemoteException;

  public int updateLa_user_role(String user_id,String role_id,String role_value)
      throws Exception,RemoteException;

  public int deleteRole(String role_id)
      throws Exception,RemoteException;

  public int addwf_role_user(String role_id,String userinfo)
      throws Exception,RemoteException;

  public ArrayList queryUserInfo_area_id(String username,String area_id)
      throws Exception,RemoteException;

  public int deleteUserInfo(String[] userarray)
      throws Exception,RemoteException;

  public int inserRelatingOrganiztion(String m_ID,String[] userarray)
      throws Exception,RemoteException;

  public ArrayList getMenuInfo(String up_func_id)
      throws Exception,RemoteException;

  public int addMenuInfo(WfMenu la_menu)
      throws Exception,RemoteException;

  public int updateMenuInfo(WfMenu la_menu)
      throws Exception,RemoteException;

  public WfMenu queryMenuInfo(String func_id)
      throws Exception,RemoteException;

  public int deleteMenuInfo(String func_id)
      throws Exception,RemoteException;

  public ArrayList getRole_func_info()
      throws Exception,RemoteException;

  public int add_Role_func(String role_id,String menuinfo)
      throws Exception,RemoteException;

  public int delete_Role_func(WfRoleFunc wf_role_func)
      throws Exception,RemoteException;

  public ArrayList getRoleActivityInfo()
      throws Exception,RemoteException;

  public int deleteRoleActivityInfo(String role_id,String atd_uid)
      throws Exception,RemoteException;

  public int addRoleActivityInfo(String role_id,String[] roleactivity)
      throws Exception,RemoteException;

  public ArrayList getActivityInfo()
      throws Exception,RemoteException;

  public ArrayList getProcdefInfo()
      throws Exception,RemoteException;

  public int deleteRoleProcessInfo(WfRoleProcess wf_role_Process)
      throws Exception,RemoteException;

  public ArrayList getProcessDefInfo()
      throws Exception,RemoteException;

  public int addRoleProcessInfo(String role_id,String[] roleprocess)
      throws Exception,RemoteException;

  public ArrayList queryActivityInfo(String select1,String select2,
      String queryname)
      throws Exception,RemoteException;

  public ArrayList queryUserInfo(String select1,String select2,String queryname)
      throws Exception,RemoteException;

  public int updatePassword(String loginName,String old_password,
      String new_password)
      throws Exception,RemoteException;

  public ArrayList query(int rownum,int RowsPerPage,String type)
      throws Exception,RemoteException;

  public WfCalendar query(String calendar_date)
      throws Exception,RemoteException;

  public ArrayList query(String calendar_type,String begin_time,String end_time)
      throws Exception,RemoteException;

  public int update(WfCalendar la_calendar)
      throws Exception,RemoteException;

  public List getAllAreaInfo()
      throws Exception,RemoteException;

  public List getAreaInfo(UserInfo user)
      throws Exception,RemoteException;

  public void addArea(WfArea area)
      throws Exception,RemoteException;

  public void deleteArea(WfArea area)
      throws Exception,RemoteException;

  public void modifyArea(WfArea area)
      throws Exception,RemoteException;

  public ArrayList getCollectionInfo(String area_id,String userId)
      throws Exception,RemoteException,RoleManageException;

  public Hashtable getManagedRoleOperationAuthorization(String managedRoleId,
      String userId)
      throws Exception,RemoteException;

  public boolean isLoginUserCreateRole(String userId,String roleId)
      throws Exception,RemoteException;

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -