qa-prevention-gwj/src/main/java/com/zcloud/service/system/UsersService.java

386 lines
8.5 KiB
Java
Raw Normal View History

2024-02-06 11:02:25 +08:00
package com.zcloud.service.system;
import java.util.List;
import java.util.Map;
import com.zcloud.entity.Page;
import com.zcloud.entity.PageData;
import com.zcloud.entity.system.Role;
import com.zcloud.entity.system.User;
import org.apache.xmlbeans.impl.xb.xsdschema.Public;
/**
*
* luoxiaobao
* www.qdkjchina.com
*/
public interface UsersService {
PageData findLevelByUserId(PageData pd);
/**ID
* @param arryROLE_ID
* @throws Exception
*/
public List<Role> getRoleByArryROLE_ID(String[] arryROLE_ID)throws Exception;
/**
* @param pd
* @return
* @throws Exception
*/
public PageData findByUsername(PageData pd)throws Exception;
/**
*
* @return
* @throws Exception
*/
Object getAllUserList()throws Exception;
/**ID
* @param pd
* @return
* @throws Exception
*/
public List<Role> listAllRolesByPId(PageData pd) throws Exception;
/**ID1
* @param pd
* @return
* @throws Exception
*/
public PageData findById(PageData pd)throws Exception;
/**ID1
* @param pd
* @return
* @throws Exception
*/
public PageData findPolice(PageData pd)throws Exception;
/**
* @param pd
* @return
* @throws Exception
*/
public List<PageData> listUserbyDep(PageData pd)throws Exception;
public List<PageData> listUserAndDept(PageData pd) throws Exception;
/**
* @param pd
* @return
* @throws Exception
*/
public PageData findByName(PageData pd)throws Exception;
/**
* @param page
* @return
* @throws Exception
*/
public List<PageData> userlistPage(Page page)throws Exception;
/**
* @param page
* @return
* @throws Exception
*/
public List<PageData> userConfirmPage(Page page)throws Exception;
/**
* @param page
* @return
* @throws Exception
*/
public List<PageData> userExaminePage(Page page)throws Exception;
/**
* @param page
* @return
* @throws Exception
*/
public List<PageData> userApprovePage(Page page)throws Exception;
/**
* @param page
* @return
* @throws Exception
*/
public List<PageData> userSelectlistPage(Page page)throws Exception;
/**ID
* @param DEPARTMENT_ID
* @return
* @throws Exception
*/
public List<PageData> getDepartmentId(String DEPARTMENT_ID) throws Exception;
/**ID
* @param CORPINFO_ID
* @return
* @throws Exception
*/
public User getCorpInfoId(String CORPINFO_ID) throws Exception;
/**ID
* @param USER_ID
* @return
* @throws Exception
*/
public User getUserAndRoleById(String USER_ID) throws Exception;
/**IP
* @param pd
* @throws Exception
*/
public void saveIP(PageData pd)throws Exception;
/**
* @param pd
* @return
* @throws Exception
*/
public PageData findByEmail(PageData pd)throws Exception;
/**
* @param pd
* @return
* @throws Exception
*/
public PageData findByNumbe(PageData pd) throws Exception;
/**
* @param pd
* @return
* @throws Exception
*/
public List<PageData> listAllUserByRoldId(PageData pd) throws Exception;
/**()
* @param pd
* @return
* @throws Exception
*/
public List<PageData> listAllUser(PageData pd)throws Exception;
public List<PageData> listAllForHotWork(PageData pd)throws Exception;
2024-02-06 11:02:25 +08:00
/**()
* @param page
* @return
* @throws Exception
*/
public List<PageData> listUsersBystaff(Page page)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void saveUser(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void saveSkin(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void editUser(PageData pd)throws Exception;
public void editPassword(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void deleteUser(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void deleteAllUser(String[] USER_IDS)throws Exception;
public List<PageData> listUserBYids(String[] USER_IDS)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void editUserFuns(PageData pd);
/**
* @param pd
* @return
* @throws Exception
*/
public PageData findAppUserById(PageData pd) throws Exception;
/**
* @param pd
* @throws Exception
*/
public void agreeProtocol(PageData pd) throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
public List<PageData> findUserNameAll (PageData pd)throws Exception;
/**Cascader(IDID)
* @param pd
* @return
* @throws Exception
*/
public List<PageData> listCascader(PageData pd)throws Exception;
/**线
* @param pd
* @return
* @throws Exception
*/
void clearLearnerCategory(PageData pd)throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
public List<PageData> findAllUser (PageData pd)throws Exception;
/**
* @param pd
* @return
* @throws Exception
*/
public List<PageData> listUserDepPos(PageData pd) throws Exception;
/**
*
* @param pd
* @return
*/
public int getUserCount(PageData pd) throws Exception;
/**
*
* @param pd
* @return
*/
public int getWorkedUserCount(PageData pd) throws Exception;
/**
*
* @param pd
* @return
*/
void editUserScheduling(PageData pd) throws Exception;
/**
*
* @param pd
* @return
*/
List<PageData> statisticsByCorp(PageData pd) throws Exception;
/**USERID
* @param USER_ID
* @throws Exception
*/
public PageData findByDeptName(String USER_ID) throws Exception;
/**USERID
* @param pd
* @throws Exception
*/
PageData findByRegulatoryId(PageData pd) throws Exception;
/**ID
* @param pd
* @throws Exception
*/
List<PageData> userlistAll(PageData pd) throws Exception;
/**
* (+)
* @param pd
* @return
* @throws Exception
*/
List<PageData> listAllManageAndCorp(PageData pd)throws Exception;
void lockUser(PageData pd);
public List<PageData> findByPostId(PageData pd)throws Exception;
/**ID1
* @param pd
* @return
* @throws Exception
*/
public PageData findByIdForEmis(PageData pd)throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
public Map<String,String> getUserMapFroExcel (PageData pd) throws Exception;
/**
*pushcid
* @param pd
* @throws Exception
*/
public void updatePushCid(PageData pd)throws Exception;
/**Excel
* @param page
* @return
* @throws Exception
*/
public List<PageData> userlistAllToExcel(PageData pd)throws Exception;
PageData findByCorpInfoId(PageData pd);
List<PageData> selectUserListByUserIds(PageData selectPageData);
void resetCardNo(PageData pd);
PageData getUserInfo(PageData pd);
Object getCurrentLocation(PageData pd);
2024-02-06 11:05:20 +08:00
Object getCurrentPersonnelData(PageData pd) throws Exception;
2024-02-06 11:02:25 +08:00
2024-02-06 11:05:20 +08:00
Object getPersonPositioningStatistics(PageData pd) throws Exception;
2024-02-06 11:02:25 +08:00
Object getCurrentLocationCount(PageData pd);
List<PageData> getRegUserInfo(PageData pd);
PageData countAllByArea(PageData pd) throws Exception;
PageData getPersonByCardNo(PageData pd) throws Exception;
PageData findByCardNo(PageData pd) throws Exception;
List<PageData> findEightsByUserId(PageData pd);
void updateCardNoByPhone(String phone, String cardId);
2024-04-15 09:22:18 +08:00
/**()
* @param pd
* @return
* @throws Exception
*/
public List<PageData> listAllUserNew(PageData pd)throws Exception;
2024-02-06 11:02:25 +08:00
}