public class DynamicUtil extends Object
| 构造器和说明 |
|---|
DynamicUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,Object> |
getArticleListParam(Long startAt,
Long endAt,
Integer type,
String createBy,
String title,
String status) |
static Map<String,Object> |
getCouponList(Integer status,
String number,
String minPeriod,
String maxPeriod,
Long effectBegin,
Long effectEnd,
Long invalidBegin,
Long invalidEnd,
Long memberId,
boolean count) |
static Map<String,Object> |
getDocumentList(Integer type,
String title,
String author,
Integer status,
Integer minLike,
Integer maxLike,
Integer minCollection,
Integer maxCollection) |
static Map<String,Object> |
getDocumentMaxOrderBy() |
static Map<String,Object> |
getDocumentRank(Long documentId) |
static Map<String,Object> |
getHollowList(Long minAt,
Long maxAt,
Integer minHotLevel,
Integer maxHotLevel,
Integer minBumpCount,
Integer maxBumpCount,
Integer minDownCount,
Integer maxDownCount,
Integer status) |
static Map<String,Object> |
getMemberList(String name,
String minPeriod,
String maxPeriod,
String minPrice,
String maxPrice,
Integer status,
boolean count) |
static Map<String,Object> |
getMessageList(Integer grade,
String name,
Integer messageType,
String nick,
Long timeLow,
Long timeHigh,
String mail,
Integer type) |
static Map<String,Object> |
getNoticeList(String title,
Integer status,
boolean count) |
static Map<String,Object> |
getPostList(Integer type,
String title,
String author,
Integer grade,
Long minAt,
Long maxAt,
Integer sort) |
static Map<String,Object> |
getUserList(String alias,
String mail,
String mobile,
Integer grade,
Integer status,
Integer scoreStart,
Integer scoreEnd,
String location) |
static Map<String,Object> |
getVideoGradeIds(Long id) |
static Map<String,Object> |
getVideoGradeIdsTotal(Long id) |
static Map<String,Object> |
getVideoGradeRelationIds(Long videoId) |
static Map<String,Object> |
getVideoList(Integer type,
String title,
String grade,
Integer status,
Integer subject,
Integer minLike,
Integer maxLike,
Integer minCollection,
Integer maxCollection,
String teacherName) |
static Map<String,Object> |
getVideoMaxOrderBy() |
static Map<String,Object> |
getVideotRank(Long videoId) |
public static Map<String,Object> getArticleListParam(Long startAt, Long endAt, Integer type, String createBy, String title, String status)
public static Map<String,Object> getDocumentList(Integer type, String title, String author, Integer status, Integer minLike, Integer maxLike, Integer minCollection, Integer maxCollection)
public static Map<String,Object> getVideoList(Integer type, String title, String grade, Integer status, Integer subject, Integer minLike, Integer maxLike, Integer minCollection, Integer maxCollection, String teacherName)
public static Map<String,Object> getMessageList(Integer grade, String name, Integer messageType, String nick, Long timeLow, Long timeHigh, String mail, Integer type)
public static Map<String,Object> getUserList(String alias, String mail, String mobile, Integer grade, Integer status, Integer scoreStart, Integer scoreEnd, String location)
public static Map<String,Object> getPostList(Integer type, String title, String author, Integer grade, Long minAt, Long maxAt, Integer sort)
public static Map<String,Object> getHollowList(Long minAt, Long maxAt, Integer minHotLevel, Integer maxHotLevel, Integer minBumpCount, Integer maxBumpCount, Integer minDownCount, Integer maxDownCount, Integer status)
public static Map<String,Object> getCouponList(Integer status, String number, String minPeriod, String maxPeriod, Long effectBegin, Long effectEnd, Long invalidBegin, Long invalidEnd, Long memberId, boolean count)
public static Map<String,Object> getMemberList(String name, String minPeriod, String maxPeriod, String minPrice, String maxPrice, Integer status, boolean count)
public static Map<String,Object> getNoticeList(String title, Integer status, boolean count)
Copyright © 2017. All rights reserved.