|
@@ -16,7 +16,8 @@ import com.goafanti.portal.bo.DemandSearchDetailBo;
|
|
|
import com.goafanti.portal.bo.DemandSearchListBo;
|
|
import com.goafanti.portal.bo.DemandSearchListBo;
|
|
|
|
|
|
|
|
public interface DemandService {
|
|
public interface DemandService {
|
|
|
- Pagination<DemandListBo> listMyDemand(String name,String startDate,String endDate,Integer pageNo, Integer pageSize);
|
|
|
|
|
|
|
+ Pagination<DemandListBo> listMyDemand(String name,String startDate,String endDate,
|
|
|
|
|
+ String createStartDate,String createEndDate,Integer auditStatus,Integer pageNo, Integer pageSize);
|
|
|
|
|
|
|
|
Pagination<DemandListBo> listDemand(String name,String employerName,Integer demandType,
|
|
Pagination<DemandListBo> listDemand(String name,String employerName,Integer demandType,
|
|
|
Integer auditStatus,Integer status,String startDate, String endDate,Integer pageNo, Integer pageSize);
|
|
Integer auditStatus,Integer status,String startDate, String endDate,Integer pageNo, Integer pageSize);
|
|
@@ -53,8 +54,8 @@ public interface DemandService {
|
|
|
|
|
|
|
|
Pagination<ObjectInterestListBo> selectinterest(Integer type,Integer pageNo, Integer pageSize);
|
|
Pagination<ObjectInterestListBo> selectinterest(Integer type,Integer pageNo, Integer pageSize);
|
|
|
|
|
|
|
|
- Pagination<AppDemandBo> listMyDemand(Integer pNo, Integer pSize);
|
|
|
|
|
|
|
|
|
|
|
|
+ Pagination<AppDemandBo> listMyDemand(Integer pNo, Integer pSize);
|
|
|
int saveAppUserDemand(Demand d, String validityPeriodFormattedDate, String[] keywords);
|
|
int saveAppUserDemand(Demand d, String validityPeriodFormattedDate, String[] keywords);
|
|
|
|
|
|
|
|
Demand DemandFollowDetails(String id);
|
|
Demand DemandFollowDetails(String id);
|