Ejemplo n.º 1
0
 public IList <MD_Menu> GetMenuDefineOfNode(string NodeCode)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetMenuDefineOfNode(NodeCode));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 2
0
 public List <MD_RightDefine> GetRightData(string SystemID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetRightData(SystemID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 3
0
 public bool ImportTableDefine(MD_Table TableDefine)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.ImportTableDefine(TableDefine));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 4
0
 public MD_GuideLine GetGuideLineDefine(string GuideLineID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetGuideLineDefine(GuideLineID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 5
0
 public bool IsExistGuideLineID(string GuideLineID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.IsExistGuideLineID(GuideLineID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 6
0
 public bool IsExistConceptTag(string TagName)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.IsExistConceptTag(TagName));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 7
0
 public bool SaveConceptTag(MD_ConceptItem ConceptItem)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.SaveConceptTag(ConceptItem));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 8
0
 public bool DelSystemMenu(string MenuID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.DelSystemMenu(MenuID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 9
0
 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);
     }
 }
Ejemplo n.º 10
0
 public bool AddSystemMenu(string NodeCode)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.AddSystemMenu(NodeCode));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 11
0
 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);
     }
 }
Ejemplo n.º 12
0
 public bool SaveMenuDefine(MD_Menu Menu)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.SaveMenuDefine(Menu));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 13
0
 public MD_RefTable GetRefTable(string RefTableName)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetRefTable(RefTableName));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 14
0
 public IList <MD_Menu> GetSubMenuDefine(string FatherMenuID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetSubMenuDefine(FatherMenuID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 15
0
 public IList <MD_Namespace> GetNameSpaceAtNode(string NodeDWDM)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetNameSpaceAtNode(NodeDWDM));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 16
0
 public IList <MD_GuideLine> GetGuideLineOfGroup(string GroupName)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetGuideLineOfGroup(GroupName));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 17
0
 public bool IsExistChildOfConceptGroup(string GroupName)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.IsExistChildOfConceptGroup(GroupName));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 18
0
 public IList <MD_GuideLine> GetChildGuideLines(string FatherGuildLineID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetChildGuideLines(FatherGuildLineID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 19
0
 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);
     }
 }
Ejemplo n.º 20
0
 public bool DelGuideLineGroup(string GuideLineGroupName)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.DelGuideLineGroup(GuideLineGroupName));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 21
0
 public bool DelConceptTag(string CTag)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.DelConceptTag(CTag));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 22
0
 public IList <MD_Nodes> GetNodeList()
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetNodeList());
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 23
0
 public bool SaveNewGuideLine(MD_GuideLine GuideLine)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.SaveNewGuideLine(GuideLine));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 24
0
 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);
     }
 }
Ejemplo n.º 25
0
 public bool SaveNewNameSapce(MD_Namespace Namespace)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.SaveNewNameSapce(Namespace));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 26
0
 public IList <MD_ConceptGroup> GetConceptGroups()
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetConceptGroups());
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 27
0
 public bool SaveRightDefine(List <MD_RightDefine> RightList)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.SaveRightDefine(RightList));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 28
0
 public List <MD_ConceptItem> GetSubConceptTagDefine(string GroupName)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.GetSubConceptTagDefine(GroupName));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Ejemplo n.º 29
0
 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]);
 }
Ejemplo n.º 30
0
 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);
     }
 }