qa-prevention-gwj/src/main/java/com/zcloud/service/bus/HiddenService.java

447 lines
10 KiB
Java
Raw Normal View History

2023-11-07 09:32:12 +08:00
package com.zcloud.service.bus;
import java.util.List;
import com.zcloud.entity.Page;
import com.zcloud.entity.PageData;
/**
*
* luoxiaobao
* 2021-01-04
* www.zcloudchina.com
*/
public interface HiddenService{
/**
* @param pd
* @throws Exception
*/
public void save(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void delete(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void edit(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void editInfo(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void editInformation(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void editSafetyInfo(PageData pd)throws Exception;
public void editISCONFIRM(PageData pd)throws Exception;
public void editHIDDENLEVEL(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void editDeadline(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void editDeferredDeadline(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void rectify(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void review(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void check(PageData pd)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void finalcheck(PageData pd)throws Exception;
/**
* @param page
* @throws Exception
*/
public List<PageData> list(Page page)throws Exception;
/**()
* @param pd
* @throws Exception
*/
public List<PageData> listAll(PageData pd)throws Exception;
/**(使)
* @param pd
* @throws Exception
*/
public List<PageData> listAllToPrint(PageData pd)throws Exception;
public List<PageData> listHiddenAll(PageData pd)throws Exception;
/**id
* @param pd
* @throws Exception
*/
public PageData findById(PageData pd)throws Exception;
/**id
* @param pd
* @throws Exception
*/
public PageData findByEmisId(PageData pd)throws Exception;
/**
* @param ArrayDATA_IDS
* @throws Exception
*/
public void deleteAll(String[] ArrayDATA_IDS)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void deleteArray(PageData pd)throws Exception;
/**
* @param ArrayDATA_IDS
* @throws Exception
*/
public void updateAll(PageData hiddens)throws Exception;
/**
* @param ArrayDATA_IDS
* @throws Exception
*/
public List<PageData> hiddenStatisticsByDay(PageData pd)throws Exception;
/**
* @param ArrayDATA_IDS
* @throws Exception
*/
public List<PageData> hiddenStatisticsAll(PageData pd)throws Exception;
/**ID
* @param pd
* @throws Exception
*/
public List<PageData> getCountByCheckorId(PageData pd) throws Exception;
/**ID
* @param pd
* @throws Exception
*/
public List<PageData> getCountByConfirmId(PageData pd) throws Exception;
/**ID
* @param pd
* @throws Exception
*/
public List<PageData> getCountSpecialByhId(PageData pd) throws Exception;
/**
* app ID
* @param pd CREATOR
* @return
* @throws Exception
*/
public List<PageData> getCountByCreatorId(PageData pd) throws Exception;
/**
* app ID
* @param pd CREATOR
* @return
* @throws Exception
*/
public List<PageData> getCountByRectifiCationorId(PageData pd)throws Exception;
void changeState(PageData pd) throws Exception;
List<PageData> getBICount(PageData pd) throws Exception;
void submit(PageData pd) throws Exception;
/**
* ()
* @param pd
* @throws Exception
*/
void submitList(PageData pd) throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
public List<PageData> getOtherHidden(PageData pd) throws Exception;
public List<PageData> getCountByHiddenType(PageData pd) throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
public List<PageData> getHiddenNum(PageData pd) throws Exception;
/**
*
* @param pd
* @throws Exception
*/
public void confirmHidden (PageData pd) throws Exception;
/**
*
* @param pd
* @throws Exception
*/
public void confirmUpdate(PageData pd) throws Exception;
/**
*
*/
public void updteStateBySpecialExamine(PageData pageData)throws Exception;
/**
* --
* @param page
* @return
* @throws Exception
*/
public List<PageData> listGwj(Page page) throws Exception;
/**
* --
* @param page
* @return
* @throws Exception
*/
public List<PageData> listIgnore(Page page) throws Exception;
/**
* --
* @param page
* @return
* @throws Exception
*/
public List<PageData> majorlist(Page page) throws Exception;
/**
*
* @param pd
* @throws Exception
*/
public void updateHiddenRectificationDeadline ( PageData hiddenExa) throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
public List<PageData> statisticsGroupMonthByState (PageData pd) throws Exception;
/**
*
* @param type
* @param hiddenId
* @throws Exception
*/
public void updateStateByHidden(String type,String hiddenId) throws Exception;
/**
*
* @param userId
* @param deptId
* @throws Exception
*/
public void updateRectificationUserId (String userId,String deptId ,String hiddenId ,String rectificationDeadline) throws Exception;
/**
* COUNTFOUNDCOUNTCONFIRMCOUNTCONFIRMEDCOUNTACCEPTCOUNTACCEPTEDCOUNTDEFERRED
* @param pd
* @return
* @throws Exception
*/
PageData statisticsHiddenByState(PageData pd) throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
List<PageData> statisticsGroupLevelByRegion(PageData pd) throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
List<PageData> statisticsGroupTypeByLevel(PageData pd) throws Exception;
/**
* 2
* @param pd
* @return
* @throws Exception
*/
List<PageData> statisticsGroupType2(PageData pd) throws Exception;
/**
*
* @param pd
* @return
*/
List<PageData> findHiddenSourceChartData(PageData pd) throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
List<PageData> listAllHiddenLocation(PageData pd) throws Exception;
void editstate(PageData hiddenExa);
/**
* --
* @param page
* @return
* @throws Exception
*/
List<PageData> verifylist(Page page) throws Exception;
/**
* --
* @param page
* @return
* @throws Exception
*/
List<PageData> majormanage(Page page) throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
public List<PageData> listAllInspection(PageData pd)throws Exception;
/**
*
* @param pd
*/
void editStateInspection(PageData pd)throws Exception;
/**
* @param page
* @throws Exception
*/
public List<PageData> listForSafetyEnvironmental(Page page)throws Exception;
/**
*
* @param pd
* @throws Exception
*/
void assign(PageData pd)throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
List<PageData> listOtherNotAssign(PageData pd)throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
List<PageData> listOtherNotAccept(PageData pd)throws Exception;
List<PageData> listOtherNotAccept4pc(PageData pd)throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
List<PageData> checkRecordList(PageData pd)throws Exception;
/**
* ID
* @param pd
* @return
* @throws Exception
*/
List<PageData> findByInspectionId(PageData pd)throws Exception;
void deleteByKey(PageData pd) throws Exception;
List<PageData> findByKey(PageData condition) throws Exception;
List<PageData> findByQue(PageData condition) throws Exception;
List<PageData> findByYin(PageData condition) throws Exception;
List<PageData> findByTs(PageData condition) throws Exception;
/**
*
* @param pd
* @return
* @throws Exception
*/
List<PageData> statisticsHiddenCountByLevel(PageData pd) throws Exception;
/**
* @param page
* @throws Exception
*/
public List<PageData> getListForTianzhang(Page page)throws Exception;
public List<PageData> getListForemis(Page page)throws Exception;
public void saveForEmis(String hiddenId,String resXML)throws Exception;
/**
* @param pd
* @throws Exception
*/
public void deleteForEmis(String hiddenId)throws Exception;
public String goEmis (PageData pd) throws Exception;
/**
* ,,使
* @param hiddens
* @throws Exception
*/
public void updateGoConfirm(PageData hiddens)throws Exception;
}