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

Modified Files:
        NewsletterSubscriptionServices.java 
Removed Files:
        SubscriptionHibernateService.java 
Log Message:
CMSC-1139 - Check if the dependencies in newsletter are correct and all needed


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


Index: NewsletterSubscriptionServices.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/services/NewsletterSubscriptionServices.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- NewsletterSubscriptionServices.java 3 Apr 2009 09:36:23 -0000       1.23
+++ NewsletterSubscriptionServices.java 13 Apr 2009 08:19:54 -0000      1.24
@@ -78,4 +78,9 @@
    public List<Subscription>  getSubscriptions(String[] allowedLetters, int 
userId) ;
 
    public void deleteSubscriptionsByAuthId(Long anthId) ;
+   
+   public List<Object[]> getSubscribersRelatedInfo(Set<Long> 
authenticationIds, String fullName, String userName, String email, boolean 
paging);
+   
+   public int getSubscribersRelatedInfoCount(Set<Long> authenticationIds, 
String fullName, String userName, String email, boolean paging);
+
 }


_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to