04 2015 档案

摘要:isCommonQueryFilterisCommonQuerySorterisUsingF7f7WindowTitle 阅读全文
posted @ 2015-04-21 17:37 LJ9197 阅读(188) 评论(0) 推荐(0)
摘要:t_pm_user t_pm_mainmenuitem 阅读全文
posted @ 2015-04-21 17:32 LJ9197 阅读(95) 评论(0) 推荐(0)
摘要:1 IPermission iPer = PermissionFactory.getRemoteInstance();2 UserInfo user = SysContext.getSysContext().getCurrentUserInfo();3 FullOrgUnitInfo... 阅读全文
posted @ 2015-04-21 17:30 LJ9197 阅读(185) 评论(0) 推荐(0)
摘要:1 KDBizPromptBox prmtentry = new KDBizPromptBox(); 2 prmtentry.setQueryInfo("com.kingdee.eas.basedata.org.app.FullOrgUnitQuery"); 3 prmtentry... 阅读全文
posted @ 2015-04-21 17:29 LJ9197 阅读(646) 评论(0) 推荐(0)
摘要:1 public static int getSelectedRowIndex(KDTable table) 2 { 3 int[] selectRows = KDTableUtil.getSelectedRows(table); 4 int selectIndex = -1... 阅读全文
posted @ 2015-04-21 17:27 LJ9197 阅读(227) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-04-21 17:22 LJ9197 阅读(403) 评论(0) 推荐(0)
摘要:1 UIContext uiContext = new UIContext(this);2 uiContext.put("ID", getSelectedKeyValue());3 uiContext.put("isCollec... 阅读全文
posted @ 2015-04-21 17:17 LJ9197 阅读(174) 评论(0) 推荐(0)
摘要:BOSUuid.read(id)BOSUuid.create(setingInfo.getBOSType());ObjectUuidPK pk = new ObjectUuidPK(BOSUuid.read(id));//建立逻辑键 阅读全文
posted @ 2015-04-21 17:11 LJ9197 阅读(503) 评论(0) 推荐(0)
摘要:1 Context ctx = SysContext.getSysContext();//获得当前用户的环境变量2 SysContext.getSysContext().getCurrentUserInfo() //取得用户信息3 SysContext.getSysContext().getCurr... 阅读全文
posted @ 2015-04-21 17:04 LJ9197 阅读(233) 评论(0) 推荐(0)
摘要:1、导出excel 1 public void actionExportExcel_actionPerformed(ActionEvent e) 2 throws Exception { 3 // TODO Auto-generated method ... 阅读全文
posted @ 2015-04-21 16:50 LJ9197 阅读(428) 评论(0) 推荐(0)
摘要:1.重写initCommonQueryDialog1 @Override2 protected CommonQueryDialog initCommonQueryDialog() {3 CommonQueryDialog queryDlg = super.initCo... 阅读全文
posted @ 2015-04-21 16:46 LJ9197 阅读(367) 评论(0) 推荐(0)
摘要:1 EntityViewInfo viewInfo = super.getDialog().getEntityViewInfoResult();//获取queryDialog对应的视图信息 2 FilterInfo filter=null; 3 if(viewInfo==nul... 阅读全文
posted @ 2015-04-21 16:40 LJ9197 阅读(383) 评论(0) 推荐(0)
摘要:1 @Override 2 protected IQueryExecutor getQueryExecutor(IMetaDataPK queryPK, 3 EntityViewInfo viewInfo) { 4 if(viewInfo ==nul... 阅读全文
posted @ 2015-04-21 16:27 LJ9197 阅读(320) 评论(0) 推荐(0)
摘要:1.客户端执行sql IRowSet rs = SQLExecutorFactory.getRemoteInstance(sql).executeSQL();2.服务端执行sql IRowSet row =DbUtil.executeQuery(ctx, sql); 阅读全文
posted @ 2015-04-21 16:15 LJ9197 阅读(544) 评论(0) 推荐(0)
摘要:protected void initListener() { super.initListener(); beforeListener = new BeforeActionListener(){ @Override public void befo... 阅读全文
posted @ 2015-04-21 16:04 LJ9197 阅读(1039) 评论(0) 推荐(0)
摘要:protected void verifyInput(ActionEvent e) throws Exception //Oveeride该方法 校验代码例子: for (int rowIndex = 0, n = kdtEntrys.getRowCount(); rowIndex < n;row... 阅读全文
posted @ 2015-04-21 15:51 LJ9197 阅读(185) 评论(0) 推荐(0)
摘要://根据映射名称,获取映射关系对应的主键public static IObjectPK getBotmpID(Context ctx){ String sql = "select fid from T_BOT_Mapping t where t.fname = ?"; IRowSet ... 阅读全文
posted @ 2015-04-20 10:01 LJ9197 阅读(519) 评论(0) 推荐(0)