public class DynamicUtil extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static org.apache.commons.logging.Log |
log |
static String |
Period_Day |
static String |
Period_Month |
static String |
Period_Week |
| 构造器和说明 |
|---|
DynamicUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
convertTable(Set<String> tables) |
static Map<String,Object> |
getAllRefundsListParam(String name,
String mobile,
String orderNo,
Long startAt,
Long endAt,
Boolean count) |
static Map<String,Object> |
getBankList(String bankName,
String createName,
Long startAt,
Long endAt,
String minSingleQuota,
String maxSingleQuota,
String minDailyQuota,
String maxDailyQuota,
boolean count) |
static Map<String,Object> |
getCreditApplyListParam(String mobile,
String orgName,
Long applyStart,
Long applyEnd,
Integer status,
Boolean count) |
static Map<String,Object> |
getDebtListParam(String name,
String mobile,
String orderNo,
Long startAt,
Long endAt,
Integer status,
Boolean count) |
static Map<String,Object> |
getListParam(Long startAt,
Long endAt,
String type,
String createBy,
String source,
String status,
Boolean count) |
static Map<String,Object> |
getLoanListParam(String name,
String mobile,
String orderNo,
Long startAt,
Long endAt,
Integer status,
Boolean count) |
static Map<String,Object> |
getManagerListParam(Integer status,
Long roleId,
String name,
String nick,
boolean count) |
static Map<String,Object> |
getNoRefundsListParam(String name,
String mobile,
String orderNo,
Long startAt,
Long endAt,
Integer status,
Boolean count) |
static Map<String,Object> |
getOrderListParam(Integer type,
Integer account,
Long startAt,
Long endAt,
String name,
String mobile,
String orderNo,
Integer status,
boolean count) |
static Map<String,Object> |
getProductDailyStatistcsList(String productNo,
String name,
Long startAt,
Long endAt,
Long productId,
Boolean count) |
static Map<String,Object> |
getProductList(String productNo,
String name,
Integer status,
Integer productType,
Integer buyStatus,
Integer fixedInvestmentSatus,
Boolean count) |
static List<ProductStatistics> |
getProductStatisticsListByMore(String productNo,
String name,
Long startAt,
Long endAt,
Integer start,
Integer size) |
static Map<String,Object> |
getRecordsListParam(Long managerID,
String managerName,
Long moduleID,
String moduleName,
Long roleID,
String roleName,
String operate,
Long operateStart,
Long operateEnd,
boolean count) |
static Map<String,Object> |
getRefundsListParam(String name,
String mobile,
String orderNo,
Long startAt,
Long endAt,
Integer status,
Boolean count) |
static Map<String,Object> |
getStatisticsGroupParam(String period,
String productNo,
String name,
Long startAt,
Long endAt) |
static Map<String,Object> |
getTransactionListParam(Integer flag,
Integer type,
Long startAt,
Long endAt,
String name,
String mobile,
boolean count) |
static List<com.ptteng.wealth.user.model.User> |
getUserList(Integer status,
Integer type,
Integer risk,
Long registerStartAt,
Long registerEndAt,
String name,
String mobile,
Integer start,
Integer size) |
static Map<String,Object> |
getUserListParam(Integer status,
Integer type,
Integer risk,
Long registerStartAt,
Long registerEndAt,
String name,
String mobile,
boolean count) |
static List<ProductStatistics> |
getWeekOrMonthProductStatistics(String productNo,
String name,
Long startAt,
Long endAt,
Integer start,
Integer size,
String period) |
public static Map<String,Object> getStatisticsGroupParam(String period, String productNo, String name, Long startAt, Long endAt)
public static Map<String,Object> getProductDailyStatistcsList(String productNo, String name, Long startAt, Long endAt, Long productId, Boolean count)
public static Map<String,Object> getProductList(String productNo, String name, Integer status, Integer productType, Integer buyStatus, Integer fixedInvestmentSatus, Boolean count)
public static Map<String,Object> getListParam(Long startAt, Long endAt, String type, String createBy, String source, String status, Boolean count)
public static Map<String,Object> getRecordsListParam(Long managerID, String managerName, Long moduleID, String moduleName, Long roleID, String roleName, String operate, Long operateStart, Long operateEnd, boolean count)
public static Map<String,Object> getCreditApplyListParam(String mobile, String orgName, Long applyStart, Long applyEnd, Integer status, Boolean count)
public static Map<String,Object> getUserListParam(Integer status, Integer type, Integer risk, Long registerStartAt, Long registerEndAt, String name, String mobile, boolean count)
public static List<com.ptteng.wealth.user.model.User> getUserList(Integer status, Integer type, Integer risk, Long registerStartAt, Long registerEndAt, String name, String mobile, Integer start, Integer size)
public static Map<String,Object> getOrderListParam(Integer type, Integer account, Long startAt, Long endAt, String name, String mobile, String orderNo, Integer status, boolean count)
public static Map<String,Object> getDebtListParam(String name, String mobile, String orderNo, Long startAt, Long endAt, Integer status, Boolean count)
public static Map<String,Object> getLoanListParam(String name, String mobile, String orderNo, Long startAt, Long endAt, Integer status, Boolean count)
public static Map<String,Object> getAllRefundsListParam(String name, String mobile, String orderNo, Long startAt, Long endAt, Boolean count)
public static Map<String,Object> getNoRefundsListParam(String name, String mobile, String orderNo, Long startAt, Long endAt, Integer status, Boolean count)
public static Map<String,Object> getRefundsListParam(String name, String mobile, String orderNo, Long startAt, Long endAt, Integer status, Boolean count)
public static List<ProductStatistics> getProductStatisticsListByMore(String productNo, String name, Long startAt, Long endAt, Integer start, Integer size)
public static List<ProductStatistics> getWeekOrMonthProductStatistics(String productNo, String name, Long startAt, Long endAt, Integer start, Integer size, String period)
public static Map<String,Object> getManagerListParam(Integer status, Long roleId, String name, String nick, boolean count)
public static Map<String,Object> getTransactionListParam(Integer flag, Integer type, Long startAt, Long endAt, String name, String mobile, boolean count)
Copyright © 2017. All rights reserved.