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

浙公网安备 33010602011771号