lumis.upgrade
Class UpgradeDaoJdbc

Package class diagram package UpgradeDaoJdbc
java.lang.Object
  extended by lumis.upgrade.UpgradeDaoJdbc
All Implemented Interfaces:
IUpgradeDao

public class UpgradeDaoJdbc
extends Object
implements IUpgradeDao

Upgrade DAO jdbc-based implementation.

Since:
4.0.0

Constructor Summary
UpgradeDaoJdbc()
           
 
Method Summary
 BuildConfig getCurrentBuildInfo(ITransaction transaction)
           
 void runSql(String sql, ITransaction transaction)
           
 void setBuildStatus(BuildConfig currentBuild, String buildStatus, String userResponse, String userId, ITransaction transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeDaoJdbc

public UpgradeDaoJdbc()
Method Detail

getCurrentBuildInfo

public BuildConfig getCurrentBuildInfo(ITransaction transaction)
                                throws DaoException,
                                       PortalException
Specified by:
getCurrentBuildInfo in interface IUpgradeDao
Throws:
DaoException
PortalException

runSql

public void runSql(String sql,
                   ITransaction transaction)
            throws DaoException,
                   PortalException
Specified by:
runSql in interface IUpgradeDao
Throws:
DaoException
PortalException

setBuildStatus

public void setBuildStatus(BuildConfig currentBuild,
                           String buildStatus,
                           String userResponse,
                           String userId,
                           ITransaction transaction)
                    throws DaoException,
                           PortalException
Specified by:
setBuildStatus in interface IUpgradeDao
Throws:
DaoException
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.