hoplugins.transfers.dao
Class PlayerMatchesDAO

java.lang.Object
  extended byhoplugins.transfers.dao.PlayerMatchesDAO

public final class PlayerMatchesDAO
extends java.lang.Object

DAO to load from HO Database number of matches played by a player

Author:
Massimiliano Amato

Method Summary
static int getAppearance(int playerId, boolean official)
          Method to load the number of matches player
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAppearance

public static int getAppearance(int playerId,
                                boolean official)
Method to load the number of matches player

Parameters:
playerId - Id of the Player to consider
official - true for official matches, false for friendly
Returns:
number of matches


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.