|
|
@@ -5,6 +5,7 @@ import java.util.Map;
|
|
|
import com.jpsoft.employment.modules.job.entity.RecruitmentCollection;
|
|
|
import com.github.pagehelper.Page;
|
|
|
import com.jpsoft.employment.modules.common.dto.Sort;
|
|
|
+import com.jpsoft.employment.modules.job.entity.ResumeVO;
|
|
|
|
|
|
public interface RecruitmentCollectionService {
|
|
|
RecruitmentCollection get(String id);
|
|
|
@@ -14,4 +15,6 @@ public interface RecruitmentCollectionService {
|
|
|
int delete(String id);
|
|
|
List<RecruitmentCollection> list();
|
|
|
Page<RecruitmentCollection> pageSearch(Map<String, Object> searchParams, int pageNum, int pageSize, boolean count, List<Sort> sortList);
|
|
|
+
|
|
|
+ Page<ResumeVO> pagedLoad(Map<String, Object> searchParams, int pageNumber, int pageSize, boolean count, List<Sort> sortList);
|
|
|
}
|