org.promotego.services
Class ExpirationService

java.lang.Object
  extended by org.promotego.services.ExpirationService

public class ExpirationService
extends java.lang.Object

Author:
alf

Constructor Summary
ExpirationService()
           
 
Method Summary
 void expireGameOffers()
           
 void setBaseUrl(java.lang.String baseUrl)
           
 void setMailSender(org.springframework.mail.MailSender mailSender)
           
 void setOfferedGameDao(OfferedGameDao offeredGameDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpirationService

public ExpirationService()
Method Detail

expireGameOffers

@Transactional
public void expireGameOffers()

setMailSender

public void setMailSender(org.springframework.mail.MailSender mailSender)

setOfferedGameDao

public void setOfferedGameDao(OfferedGameDao offeredGameDao)

setBaseUrl

public void setBaseUrl(java.lang.String baseUrl)


Copyright © 2007. All Rights Reserved.