lumis.portal.service.type
Class ServiceTypeDaoJdbc

Package class diagram package ServiceTypeDaoJdbc
java.lang.Object
  extended by lumis.portal.service.type.ServiceTypeDaoJdbc
All Implemented Interfaces:
IServiceTypeDao

public class ServiceTypeDaoJdbc
extends Object
implements IServiceTypeDao

Implements database operations for the ServiceType entity.

Since:
4.0.0

Constructor Summary
ServiceTypeDaoJdbc()
           
 
Method Summary
 void addOrUpdate(ServiceTypeConfig definition, ITransaction transaction)
          Add or update the service's type.
 void delete(String serviceType, ITransaction transaction)
          Delete the service's type.
 ServiceTypeConfig get(String serviceType, ITransaction transaction)
          Get the service's type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceTypeDaoJdbc

public ServiceTypeDaoJdbc()
Method Detail

addOrUpdate

public void addOrUpdate(ServiceTypeConfig definition,
                        ITransaction transaction)
                 throws DaoException,
                        PortalException
Description copied from interface: IServiceTypeDao
Add or update the service's type. Add the service's type if it don't exist.

Specified by:
addOrUpdate in interface IServiceTypeDao
Throws:
DaoException
PortalException

delete

public void delete(String serviceType,
                   ITransaction transaction)
            throws DaoException,
                   PortalException
Description copied from interface: IServiceTypeDao
Delete the service's type.

Specified by:
delete in interface IServiceTypeDao
Throws:
DaoException
PortalException

get

public ServiceTypeConfig get(String serviceType,
                             ITransaction transaction)
                      throws DaoException,
                             PortalException
Description copied from interface: IServiceTypeDao
Get the service's type.

Specified by:
get in interface IServiceTypeDao
Returns:
Throws:
DaoException
PortalException


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