- 浏览: 45265 次
- 性别:
- 来自: 深圳
最新评论
文章列表
package com.huawei.nebula.webservice.ehcache.impl;
import net.sf.ehcache.Cache;
import net.sf.ehcache.Element;
import com.huawei.nebula.webservice.ehcache.IEhcache;
/**
* ehcache 取/存
*
* @author lKF22533
*
*/
public class EhcacheImpl implements IEhcache {
protected Cache cache;
@Override ...
// 绑定高度并获得隐藏keys
/**
* 显示状态和模块
*
* @return
*/
/**
* 隐藏状态和模块
*
* @return
*/
/**
* 动态创建层并添加显示内容 改分页
*
* @param data
* @return
*/
/**
* DWR 提交
*
* @param keys
* @return
*/
/**
* 分页函数
*
* @param curentPage
* @param size
* @return
*/
/**
* 验证keys keys=null 就不用查了
*
...
/**
* 创建chart
*
* @return
*/
public JFreeChart createChart(String Ytitle, String title,
CategoryDataset lineData, CategoryDataset barData) {
//参考附件
return chart;
}
//struts 部分
<!--begin 维优特例 -->
<action name="maintainReportAction" class="maintainReportAc ...
/**
* 构造非模块趋势图数据
*
* @throws Exception
*/
private String notComponentTrend(JiraReportQuery query) throws Exception {
mainTainIssueReports = maintainIssueService.get(query, true);
List<String> lineAbscissa = new ArrayList<String>();
List<String> lineAxis = new ArrayLi ...
//DWR从后台拿值给select
DWRUtil.removeAllOptions("PP");DWREngine.setAsync(false);
// 加载页面时执行以下动作
//DWRUtil.removeAllOptions("PP");
addOption("PI", "", "请选择");
addOption("PP", "", "请选择");
addOption("PR", ...