Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/services/impl
In directory 
james.mmbase.org:/tmp/cvs-serv12453/java/com/finalist/newsletter/services/impl

Modified Files:
        NewsletterPublicationServiceImpl.java 
        NewsletterServiceImpl.java 
        NewsletterSubscriptionServicesImpl.java 
        StatisticServiceImpl.java 
Log Message:
CMSC-1085 Newsletter publication should be emailed from Live environment


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/services/impl
See also: http://www.mmbase.org/jira/browse/CMSC-1085


Index: NewsletterPublicationServiceImpl.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/services/impl/NewsletterPublicationServiceImpl.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- NewsletterPublicationServiceImpl.java       27 Oct 2008 05:56:30 -0000      
1.26
+++ NewsletterPublicationServiceImpl.java       28 Oct 2008 11:13:36 -0000      
1.27
@@ -151,9 +151,4 @@
       return publicationCAO.getPublications(title, subject, description, 
intro, paging);
    }
 
-   public void useLocalCloud() {
-      publicationCAO.setLocal();
-      subscriptionCAO.setLocal();
-      statisticCAO.setLocal();
-   }
 }
\ No newline at end of file


Index: NewsletterServiceImpl.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/services/impl/NewsletterServiceImpl.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- NewsletterServiceImpl.java  27 Oct 2008 05:56:30 -0000      1.14
+++ NewsletterServiceImpl.java  28 Oct 2008 11:13:36 -0000      1.15
@@ -125,10 +125,4 @@
    public void processBouncesOfPublication(String publicationId, String 
userId, String bounceContent) {
       newsletterCAO.processBouncesOfPublication(publicationId, userId, 
bounceContent);
    }
-
-   public void useLocalCloud() {
-      publicationCAO.setLocal();
-      subscriptionCAO.setLocal();
-      statisticCAO.setLocal(); 
-   }
 }


Index: NewsletterSubscriptionServicesImpl.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/services/impl/NewsletterSubscriptionServicesImpl.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- NewsletterSubscriptionServicesImpl.java     27 Oct 2008 05:56:30 -0000      
1.30
+++ NewsletterSubscriptionServicesImpl.java     28 Oct 2008 11:13:36 -0000      
1.31
@@ -400,10 +400,5 @@
       return subscriberIds;
    }
    
-   public void useLocalCloud() {
-      subscriptionCAO.setLocal();
-      subscriptionCAO.setLocal();
-      statisticCAO.setLocal();
-      newsletterService.useLocalCloud();
-   }
+
 }


Index: StatisticServiceImpl.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/services/impl/StatisticServiceImpl.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- StatisticServiceImpl.java   27 Oct 2008 05:56:30 -0000      1.7
+++ StatisticServiceImpl.java   28 Oct 2008 11:13:36 -0000      1.8
@@ -149,8 +149,4 @@
       return statisticCAO.insertSumedLogs(listRecorder);
    }
    
-   public void useLocalCloud() {
-      newsletterCAO.setLocal();
-      statisticCAO.setLocal();
-   }
 }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to