public IList <MD_Menu> GetMenuDefineOfNode(string NodeCode) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetMenuDefineOfNode(NodeCode)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public List <MD_RightDefine> GetRightData(string SystemID) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetRightData(SystemID)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool ImportTableDefine(MD_Table TableDefine) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.ImportTableDefine(TableDefine)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public MD_GuideLine GetGuideLineDefine(string GuideLineID) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetGuideLineDefine(GuideLineID)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool IsExistGuideLineID(string GuideLineID) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.IsExistGuideLineID(GuideLineID)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool IsExistConceptTag(string TagName) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.IsExistConceptTag(TagName)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool SaveConceptTag(MD_ConceptItem ConceptItem) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.SaveConceptTag(ConceptItem)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool DelSystemMenu(string MenuID) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.DelSystemMenu(MenuID)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public IList <MD_GuideLineGroup> GetGuideLineGroup(string NodeCode, string GuideLineGroupType) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetGuideLineGroup(NodeCode, GuideLineGroupType)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool AddSystemMenu(string NodeCode) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.AddSystemMenu(NodeCode)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool AddSystemSubMenu(string FatherMenuID, string NodeID) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.AddSystemSubMenu(FatherMenuID, NodeID)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool SaveMenuDefine(MD_Menu Menu) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.SaveMenuDefine(Menu)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public MD_RefTable GetRefTable(string RefTableName) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetRefTable(RefTableName)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public IList <MD_Menu> GetSubMenuDefine(string FatherMenuID) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetSubMenuDefine(FatherMenuID)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public IList <MD_Namespace> GetNameSpaceAtNode(string NodeDWDM) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetNameSpaceAtNode(NodeDWDM)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public IList <MD_GuideLine> GetGuideLineOfGroup(string GroupName) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetGuideLineOfGroup(GroupName)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool IsExistChildOfConceptGroup(string GroupName) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.IsExistChildOfConceptGroup(GroupName)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public IList <MD_GuideLine> GetChildGuideLines(string FatherGuildLineID) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetChildGuideLines(FatherGuildLineID)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool AddNewConceptTag(string TagName, string Description, string GroupName) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.AddNewConceptTag(TagName, Description, GroupName)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool DelGuideLineGroup(string GuideLineGroupName) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.DelGuideLineGroup(GuideLineGroupName)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool DelConceptTag(string CTag) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.DelConceptTag(CTag)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public IList <MD_Nodes> GetNodeList() { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetNodeList()); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool SaveNewGuideLine(MD_GuideLine GuideLine) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.SaveNewGuideLine(GuideLine)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool InsertNewGuideLineItem(string GuideLineName, decimal FatherID, string GuideLineGroupName) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.SaveNewGuideLine(GuideLineName, FatherID, GuideLineGroupName)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool SaveNewNameSapce(MD_Namespace Namespace) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.SaveNewNameSapce(Namespace)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public IList <MD_ConceptGroup> GetConceptGroups() { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetConceptGroups()); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public bool SaveRightDefine(List <MD_RightDefine> RightList) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.SaveRightDefine(RightList)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public List <MD_ConceptItem> GetSubConceptTagDefine(string GroupName) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.GetSubConceptTagDefine(GroupName)); } catch (Exception ex) { throw new FaultException(ex.Message); } }
public MD_QueryModel GetMDQueryModelDefine(string QueryModelName) { if (!QueryModelCache.ContainsKey(QueryModelName)) { OraMetaDataFactroy _OMDFactroy = new OraMetaDataFactroy(); MD_QueryModel _qv = _OMDFactroy.GetQueryModelByName(QueryModelName); _qv.MainTable = _OMDFactroy.GetMainTableOfQueryModel(_qv); _qv.ChildTables = _OMDFactroy.GetChildTableOfQueryModel(_qv); QueryModelCache.Add(QueryModelName, _qv); } return(QueryModelCache[QueryModelName]); }
public bool SaveRefTable(MD_RefTable RefTable, System.Data.DataTable RefData) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.SaveRefTable(RefTable, RefData)); } catch (Exception ex) { throw new FaultException(ex.Message); } }