org.jtheque.films.services.impl
Class PublicationService

java.lang.Object
  extended by org.jtheque.films.services.impl.PublicationService
All Implemented Interfaces:
IPublicationService

public final class PublicationService
extends Object
implements IPublicationService

Author:
Baptiste Wicht

Constructor Summary
PublicationService()
           
 
Method Summary
 void uploadListOfFilms(FTPConnectionInfos infos)
          Upload the list of films using the ftp connection infos.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicationService

public PublicationService()
Method Detail

uploadListOfFilms

public void uploadListOfFilms(FTPConnectionInfos infos)
Description copied from interface: IPublicationService
Upload the list of films using the ftp connection infos.

Specified by:
uploadListOfFilms in interface IPublicationService
Parameters:
infos - The connection infos.


Copyright © 2010 JTheque. All Rights Reserved.