com.arsdigita.acs.ug
Class GroupSpam

java.lang.Object
  |
  +--com.arsdigita.acs.ug.GroupSpam

public class GroupSpam
extends Object

Utility class for sending out a spam for a group id.


Constructor Summary
GroupSpam()
           
 
Method Summary
static int sendSpam(Integer spam_id)
          Sends a spam message out of the group_spam_history table to a set of users specified in that same table.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupSpam

public GroupSpam()
Method Detail

sendSpam

public static int sendSpam(Integer spam_id)
                    throws Exception
Sends a spam message out of the group_spam_history table to a set of users specified in that same table.
Parameters:
spam_id - the id of the spam to send