Exemplo n.º 1
0
 public List <SIPRateHistoryDetails> GetSIPModifiedRateHistoryDetails(Int64 PaymentMemoId, Int64 SchemeID, Int64 SIPRowId)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetSIPModifiedRateHistoryDetails(PaymentMemoId, SchemeID, SIPRowId));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 2
0
 public ViewAction GetViewAction(Int32 PaymentMemoID, Int32 MemoTypeID)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetViewAction(PaymentMemoID, MemoTypeID));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 3
0
 public List <string> GetSchemeForArnCategory(string Arn, string Dist_category)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetSchemeForArnCategory(Arn, Dist_category));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 4
0
 public List <string> getmailinglist(string SearchText)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.getmailinglist(SearchText));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 5
0
 public string getrackrateinfo(int Paymentmemoid, int Schemeid)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.getrackrateinfo(Paymentmemoid, Schemeid));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 6
0
 public PaymentList GetPaymentListForTieupOnCreate(Int64 SchemeID, string ARN, string DistributorCategory, string DateFrom, string DateTo)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetPaymentListForTieupOnCreate(SchemeID, ARN, DistributorCategory, DateFrom, DateTo));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 7
0
 public List <PaymentDetails> GetPaymentDetailsByScheme(Int64 SchemeID, Int64 PaymentMemoID)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetPaymentDetailsByScheme(SchemeID, PaymentMemoID));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 8
0
 public bool SaveBaseRackRateInformation(PaymentMemo[] Memo, PaymentList[] list, PaymentDetails[] details)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.SaveBaseRackRate(Memo.ToList().First(), list.ToList(), details.ToList()));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 9
0
 public bool SaveRejectedMemo(PaymentMemo[] Memo, PaymentList[] list, PaymentDetails[] details, string updateStatus)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.SaveRejectedMemo(Memo.ToList().First(), list.ToList(), details.ToList(), updateStatus));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 10
0
 public List <RackRateSearchResult> GetCreateBaseRackRate(string ArnNo, string Channel, string DistributorCategory, string Status, string MasterQueueStatus, string ARNName, string SearchFilter, string MemoLevel)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetCreateBaseRackRate(ArnNo, Channel, DistributorCategory, Status, MasterQueueStatus, ARNName, SearchFilter, MemoLevel));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 11
0
 public bool ViewAction(string MemoId, string currentScreen)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.ViewAction(MemoId, currentScreen));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 12
0
 public List <ModifiedRateHistory> GetSIPModifiedRateHistory(string PaymentMemoId)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetSIPModifiedRateHistory(PaymentMemoId));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 13
0
 public List <AssignToUser> GetUserBasedOnRole(Int64 RoleID, string ChannelId)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetUserBasedOnRole(RoleID, ChannelId));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 14
0
 public List <SchemeCategory> GetSchemeCategory(string SearchText, Int64 MemoTypeId, Int64 IsCloseEnded)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetSchemeCategory(SearchText, MemoTypeId, IsCloseEnded));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 15
0
 public List <PaymentList> GetPaymentListForModifyValidity(Int64 PaymentMemoID)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetPaymentListForModifyValidity(PaymentMemoID));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 16
0
 public string SIPMemoExists(string ArnNo, string DistributorCategory, string schemeid, string schemeCategoryid, string DateFrom, string DateTo, string MemoId, string TransactionType)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.SIPMemoExists(ArnNo, DistributorCategory, schemeid, schemeCategoryid, DateFrom, DateTo, MemoId, TransactionType));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 17
0
 public PaymentList GetPaymentListByScheme(Int64 SchemeID, string ARN, string DistributorCategory)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetPaymentListByScheme(SchemeID, ARN, DistributorCategory));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 18
0
 public bool UpdateBatchStatus(string MemoNumber, string Status, string Remarks, string MemoTypeId)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.UpdateBatchStatus(MemoNumber, Status, Remarks, MemoTypeId));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 19
0
 public List <PaymentList> GetPaymentListByARN(string ARN, string DistributorCategory, string DateFrom, string DateTo)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetPaymentListByARN(ARN, DistributorCategory, DateFrom, DateTo));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 20
0
 public bool UpdateAssignToRole(string MemoNumber, string AssignTo, string AssignToBH)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.UpdateAssignToRole(MemoNumber, AssignTo, AssignToBH));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 21
0
 public List <SchemeAndCategory> GetSchemeWithSchemeCategory(string Scheme, string SchemeCategory)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetSchemeWithSchemeCategory(Scheme.Split(','), SchemeCategory.Split(',')));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 22
0
 public List <PaymentDetails> GetAuditPaymentDetails(Int64 PaymentMemoID, Int64 SchemeId)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetAuditPaymentDetails(PaymentMemoID, SchemeId));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 23
0
 public List <Exit_Load> GetExitLoad(Int64 ID)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetExitLoad(ID));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 24
0
 public List <PaymentDetails> GetTieUpAuditPaymentDetails(Int64 PaymentMemoID, string Scheme, string Category, string ARN, string DateFrom, string DateTo)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetTieUpAuditPaymentDetails(PaymentMemoID, Scheme, Category, ARN, DateFrom, DateTo));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 25
0
 public List <Channel_DistibutorCategory> GetChannelCategory(string Channel, string category)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetChannelCategory(Channel, category));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 26
0
 public List <PaymentList> GetPaymentListTieUp(Int64 PaymentMemoID)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetPaymentListTieUp(PaymentMemoID));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 27
0
 public List <Distributor> GetDistributor(string SearchText, int SubregionID)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetDistributor(SearchText, SubregionID));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 28
0
 public List <SchemeDropdown> GetSchemeAndCategory(string SearchText, Int64 MemoTypeId)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetSchemeAndCategory(SearchText, MemoTypeId));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 29
0
 public void ModifyValidity(List <PaymentList> list)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         bl.ModifyValidity(list);
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 30
0
 public List <RemarksHistory> GetRemarksHistory(string PaymentMemoId)
 {
     try
     {
         BaseRackRateBL bl = new BaseRackRateBL();
         return(bl.GetRemarksHistory(PaymentMemoId));
     }
     catch (Exception)
     {
         throw;
     }
 }