is.idega.idegaweb.golf.handicap.cba.business
Class CBARecalculationDB

java.lang.Object
  extended by is.idega.idegaweb.golf.handicap.cba.business.CBARecalculationDB

public class CBARecalculationDB
extends java.lang.Object

Utility class to recalculate CBA and store it into DB (overwrite old CSA in DB table TOURNAMENT_ROUND column EXTRA_POINTS)

Author:
zygimantas

Constructor Summary
CBARecalculationDB()
           
 
Method Summary
protected static TournamentHome getTournamentHome()
           
static void recalculateCBA(Tournament tournament, com.idega.presentation.IWContext iwc)
           
static void recalculateCBAAllTournaments()
           
static void recalculateCBAAllTournamentsSeparatedIntoParts(com.idega.presentation.IWContext iwc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CBARecalculationDB

public CBARecalculationDB()
Method Detail

recalculateCBAAllTournaments

public static void recalculateCBAAllTournaments()

recalculateCBAAllTournamentsSeparatedIntoParts

public static void recalculateCBAAllTournamentsSeparatedIntoParts(com.idega.presentation.IWContext iwc)

recalculateCBA

public static void recalculateCBA(Tournament tournament,
                                  com.idega.presentation.IWContext iwc)

getTournamentHome

protected static TournamentHome getTournamentHome()


Copyright © 2000-2014 idega software. All Rights Reserved.