de.hattrickorganizer.logik.exporter
Class MatchExporter

java.lang.Object
  extended by de.hattrickorganizer.logik.exporter.MatchExporter

public class MatchExporter
extends java.lang.Object


Constructor Summary
MatchExporter()
           
 
Method Summary
static java.util.List getDataUsefullMatches(java.util.Date startingDate)
          List of useful data for export
static java.util.List getDataUsefullMatches(java.util.Date startingDate, java.util.Date startingDateForFriendlies)
          List of useful data for export
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchExporter

public MatchExporter()
Method Detail

getDataUsefullMatches

public static java.util.List getDataUsefullMatches(java.util.Date startingDate)
List of useful data for export

Parameters:
startingDate - starting data to export from (for all matchTypes)
Returns:
List of ExportMatchData objects

getDataUsefullMatches

public static java.util.List getDataUsefullMatches(java.util.Date startingDate,
                                                   java.util.Date startingDateForFriendlies)
List of useful data for export

Parameters:
startingDate - starting data to export from (for non friendlies)
startingDateForFriendlies - starting data to export from (for friendlies)
Returns:
List of ExportMatchData objects