hoplugins.transfers.dao
Class TransferTypeDAO

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

public final class TransferTypeDAO
extends java.lang.Object

DB Access Manager for Transfer type manual override

Author:
Massimiliano Amato

Method Summary
static int getType(int playerId)
          Returns the transfer type
static void setType(int playerId, int type)
          Set the transfer type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setType

public static void setType(int playerId,
                           int type)
Set the transfer type

Parameters:
playerId - the transfer id
type - TODO Missing Constructuor Parameter Documentation

getType

public static int getType(int playerId)
Returns the transfer type

Parameters:
playerId - the playerId to know the transfer type
Returns:
true if transferId has been already uploaded


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