コード例 #1
0
 public void SaveCampaign(Campaign campaign, List <CampaignTargetFileProvider> campaignTFPL, List <CampaignLocation> campaignLocList)
 {
     try
     {
         campaignProxy.SaveCampaign(campaign, campaignTFPL, campaignLocList);
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "SaveCampaign");
         throw new Exception(exp.ToString());
     }
 }
コード例 #2
0
 public Campaign CampaignInq(Campaign request)
 {
     try
     {
         return(campaignProxy.CampaignInq(request));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CampaignInq");
         throw new Exception(exp.ToString());
     }
 }
コード例 #3
0
 public Model.CustomModel.CampaignDetail CampaignDetials(int CampaignId)
 {
     try
     {
         return(campaignProxy.CampaignDetials(CampaignId));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, System.Reflection.MethodInfo.GetCurrentMethod().Name);
         throw new Exception(exp.ToString());
     }
 }
コード例 #4
0
 public void CancelCampaign(int CampaignId)
 {
     try
     {
         campaignProxy.CancelCampaign(CampaignId);
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CancelCampaign");
         throw new Exception(exp.ToString());
     }
 }
コード例 #5
0
 public List <Model.CustomModel.GetDataForDropDownList> GetMasterDropDownDataforMasterTables(string MasterTableID, string MasterTableDescription, string MasterTableName)
 {
     try
     {
         return(campaignProxy.GetMasterDropDownDataforMasterTables(MasterTableID, MasterTableDescription, MasterTableName));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "GetMasterDropDownDataforMasterTables");
         throw new Exception(exp.ToString());
     }
 }
コード例 #6
0
 public List <ACM.Model.SubCategory> GetSubCategoryById(int CategoryId)
 {
     try
     {
         return(campaignProxy.GetSubCategoryById(CategoryId));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "GetSubCategoryById");
         throw new Exception(exp.ToString());
     }
 }
コード例 #7
0
 public List <Campaign> GetCampaignDashboard(string AcmUserId, string CampaignStatus)
 {
     try
     {
         return(campaignProxy.GetCampaignDashboard(AcmUserId, CampaignStatus));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "GetCampaignDashboard");
         throw new Exception(exp.ToString());
     }
 }
コード例 #8
0
 public string CampaigTargetFileDel(CampaignTargetFileProvider request)
 {
     try
     {
         return(campaignProxy.CampaigTargetFileDel(request));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CampaigTargetFileDel");
         throw new Exception(exp.ToString());
     }
 }
コード例 #9
0
 public string CampaignFollowUpDel(CampaignFollowUp request)
 {
     try
     {
         return(campaignProxy.CampaignFollowUpDel(request));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CampaignFollowUpDel");
         throw new Exception(exp.ToString());
     }
 }
コード例 #10
0
 public List <CampaignFollowUp> CampaignFollowUpInfo(CampaignFollowUp request)
 {
     try
     {
         return(campaignProxy.CampaignFollowUpInfo(request));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CampaignFollowUpInfo");
         throw new Exception(exp.ToString());
     }
 }
コード例 #11
0
 public string CampaignMainFrameMod(CampaignMainFrame request)
 {
     try
     {
         return(campaignProxy.CampaignMainFrameMod(request));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CampaignMainFrameMod");
         throw new Exception(exp.ToString());
     }
 }