org.jiucai.appframework.base.util
类 PerformanceLogUtil

java.lang.Object
  继承者 org.jiucai.appframework.base.util.PerformanceLogUtil

public class PerformanceLogUtil
extends Object

版本:
1.0
作者:
wangbo

构造方法摘要
PerformanceLogUtil()
           
 
方法摘要
static String formatPerformanceLog(String moduleName, String timeType, Long projectId, List<Long> accountList, String start_time, String end_time, Long all_time)
           
static void main(String[] args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PerformanceLogUtil

public PerformanceLogUtil()
方法详细信息

formatPerformanceLog

public static String formatPerformanceLog(String moduleName,
                                          String timeType,
                                          Long projectId,
                                          List<Long> accountList,
                                          String start_time,
                                          String end_time,
                                          Long all_time)
参数:
moduleName - 值:关键词竞价, 关键词报表
timeType - 计时分类:数据库, 应用, 页面
projectId -
accountList -
start_time -
end_time -
all_time -
返回:

main

public static void main(String[] args)
参数:
args -


Copyright © 2013. All Rights Reserved.