public class DynamicUtil extends Object
| 构造器和说明 |
|---|
DynamicUtil() |
public static Map<String,Object> getArticleListParam(Long startAt, Long endAt, Integer type, String createBy, String title, Integer status)
public static Map<String,Object> getVideoList(Integer type, String title, Integer grade, Integer subject)
public static Map<String,Object> getMessageList(Integer grade, String name, Integer messageType, String nick, Long timeLow, Long timeHigh, String mail, Integer type, Long userId)
public static Map<String,Object> getUserMessageList(Long targetId, Long userId, Integer userRead)
public static Map<String,Object> getSubjectList(String subjectName, Integer gradeDept, Integer status)
public static Map<String,Object> getLessonList(String lessonName, String subjectIds, Integer status)
public static Map<String,Object> getTaskListByPeriodIdAndStatus(Long periodId, Integer status)
public static Map<String,Object> getTaskListByPeriodIdsAndStatus(List<Long> periodIds, Integer status)
public static Map<String,Object> getUserFavoriteList(List<Long> targetIds, Long userId, Integer collectType, Long targetId)
public static Map<String,Object> getSignIdsByUidAndSignDateAreaOrderBySignDateAsc(Long userId, Long monthBegin, Long monthEnd)
public static Map<String,Object> getPageStatisticsList(List<Long> targetIds, Integer targetType, Integer os, Integer isMember, Long startAt, Long endAt)
public static Map<String,Object> getContentBySearchWords(String searchWords, Integer searchType)
Copyright © 2018. All rights reserved.