コード例 #1
0
 public DataSet GetNetworkExpandDetailsForLocationAndIndustryForUserId(string qry)
 {
     this.sql = "OFunnel_NetworkExpandDetails_GetNetworkExpandDetailsForLocationAndIndustryForUserId " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #2
0
 public DataSet GetAllOFunnelUsersForAccessTokenExpired()
 {
     this.sql = "OFunnel_TargetAccount_GetAllOFunnelUserForAccessTokenExpired ";
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #3
0
 public DataSet GetAllUsersForTrialPeriodExpired()
 {
     this.sql = "OFunnel_SubscriptionDetails_GetOFunnelUsersForSbscriptionTrialPeriodExpiryEmailAlert ";
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #4
0
 public DataSet GetBlacklistedWords()
 {
     this.sql = "OFunnel_BlacklistedWords_GetBlacklistedWords ";
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #5
0
 public DataSet GetOFunnelUsersForFollowUpNetworkUpdate()
 {
     this.sql = "OFunnel_UpdatedNetworkConnections_GetOFunnelUsersForFollowUpNetworkUpdate ";
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #6
0
 public DataSet SetLastEmailSentTime(string qry)
 {
     this.sql = "OFunnel_EmailPreferences_SetLastEmailSentTime " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #7
0
 public DataSet GetFollowupTwitterLeadsDetailForUserId(string qry)
 {
     this.sql = "OFunnel_TwitterProfilesDisplayedList_GetFollowUpTwitterLeadsDetailForUserId " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #8
0
        ////////////////////////////////Send Push Notification ///////////////////////

        public DataSet GetAllUserWhoHasNotificationChannelUrl()
        {
            this.sql = "OFunnel_UserMaster_GetAllUserWhoHasNotificationChannelUrl ";
            return(BusinessLogic.Exec_Dataset_string(sql));
        }
コード例 #9
0
 public DataSet GetAllOFunnelUsers()
 {
     this.sql = "OFunnel_UserMaster_GetAllOFunnelUsers ";
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #10
0
        /*************** EmailScheduler ****************/

        public DataSet GetRequestsGotForUserId(string qry)
        {
            this.sql = "OFunnel_RequestMaster_GetWeeklyRequestsGotForUserId " + qry;
            return(BusinessLogic.Exec_Dataset_string(sql));
        }
コード例 #11
0
 public DataSet UpdateCompanyDetails(string qry)
 {
     this.sql = "OFunnel_CompanyMaster_UpdateCompanyDetails " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #12
0
 public DataSet GetCompaniesName(string qry)
 {
     this.sql = "OFunnel_CompanyMaster_GetAllCompanies " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #13
0
        /////// Company Update //////////////////

        public DataSet GetAllActiveUsers(string qry)
        {
            this.sql = "OFunnel_AccountsLogin_GetAllTokenNotExpiredUsers " + qry;
            return(BusinessLogic.Exec_Dataset_string(sql));
        }
コード例 #14
0
 public DataSet SetIsMailSentForTwitterLeadsForUserId(string qry)
 {
     this.sql = "OFunnel_TwitterProfilesDisplayedList_SetIsMailSentForTwitterLeadsForUserId " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #15
0
 public DataSet GetFollowUpNetworkUpdateDetailForUserId(string qry)
 {
     this.sql = "OFunnel_UpdatedNetworkConnections_GetFollowUpNetworkUpdateDetailForUserId " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #16
0
 public DataSet GetLinkedInAccessTokenFromUserId(string qry)
 {
     this.sql = "OFunnel_UserMaster_GetLinkedInAccessToken " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #17
0
 public DataSet GetRecipientsEmail(string qry)
 {
     this.sql = "OFunnel_RecipientEmail_GetRecipientEmail " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #18
0
 public DataSet GetArticaleDetails(string qry)
 {
     this.sql = "OFunnel_ArticleDetails_GetArticleDetails " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #19
0
 public DataSet SetIsMailSentForFollowupsNetworkUpdatesForUserId(string qry)
 {
     this.sql = "OFunnel_NetworkUpdatesFollowUp_SetIsMailSentForFollowupsNetworkUpdatesForUserId " + qry;
     return(BusinessLogic.Exec_Dataset_string(sql));
 }
コード例 #20
0
 public DataSet GetAllOFunnelUsersForTwitterLeads()
 {
     this.sql = "OFunnel_TwitterProfilesDisplayedList_GetAllOFunnelUsersForTwitterLeads ";
     return(BusinessLogic.Exec_Dataset_string(sql));
 }