public class DynamicUtil extends Object
| 构造器和说明 |
|---|
DynamicUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,Object> |
getArticleList(String title,
Long createBy,
Long startAt,
Long endAt,
Integer status,
Integer type)
后台按条件搜索Article列表
|
static Map<String,Object> |
getCompanyList(String name,
Integer province,
Integer city,
Integer county,
String productName,
Integer industry,
Integer financing,
Integer approved,
Integer freezed)
公司列表
|
static Map<String,Object> |
getCompanyTagList() |
static Map<String,Object> |
getManagerList(String name) |
static Map<String,Object> |
getPosition()
前台最新职位
|
static Map<String,Object> |
getPositionSearch(String name,
Integer city,
Integer industry,
Integer county,
Integer workExperience,
Integer salary,
Integer province,
Integer recommend,
Integer releaseAt,
Integer education) |
static Map<String,Object> |
getProductList(Long cId) |
static Map<String,Object> |
getProfessionIds(Long cid,
Boolean count)
通过公司id查询在招职位
|
static Map<String,Object> |
getProfessionList(String pName,
String cName,
Integer workExperience,
Integer education,
Integer salary,
Integer type,
Integer status,
Integer recommend,
Long startAt,
Long endAt,
Integer subType,
Integer grade,
Long cid,
Integer city,
Integer county,
Integer province)
通过cid得到产品
|
static Map<String,Object> |
getProfessionTagIds(Long id,
boolean count)
根据职位id查询职位标签ids
|
static Map<String,Object> |
getpTagIdsByPId(Long pId) |
static Map<String,Object> |
getTagList(Long CId)
根据cid得到标签
|
public static Map<String,Object> getArticleList(String title, Long createBy, Long startAt, Long endAt, Integer status, Integer type)
title - createBy - startAt - endAt - status - type - public static Map<String,Object> getProfessionList(String pName, String cName, Integer workExperience, Integer education, Integer salary, Integer type, Integer status, Integer recommend, Long startAt, Long endAt, Integer subType, Integer grade, Long cid, Integer city, Integer county, Integer province)
pName - cName - education - salary - type - status - recommend - startAt - endAt - @returnsubType - public static Map<String,Object> getProfessionIds(Long cid, Boolean count)
cid - public static Map<String,Object> getProfessionTagIds(Long id, boolean count)
id - count - public static Map<String,Object> getCompanyList(String name, Integer province, Integer city, Integer county, String productName, Integer industry, Integer financing, Integer approved, Integer freezed)
name - province - city - county - productName - industry - financing - approved - freezed - public static Map<String,Object> getPositionSearch(String name, Integer city, Integer industry, Integer county, Integer workExperience, Integer salary, Integer province, Integer recommend, Integer releaseAt, Integer education)
Copyright © 2017. All rights reserved.