lumis.portal.serviceinterface.type
Class ServiceInterfaceTypeDaoJdbc

Package class diagram package ServiceInterfaceTypeDaoJdbc
java.lang.Object
  extended by lumis.portal.serviceinterface.type.ServiceInterfaceTypeDaoJdbc
All Implemented Interfaces:
IServiceInterfaceTypeDao

public class ServiceInterfaceTypeDaoJdbc
extends Object
implements IServiceInterfaceTypeDao

Implements database operations on the ServiceInterfaceTypeConfig class.

Since:
4.0.0

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

Constructor Detail

ServiceInterfaceTypeDaoJdbc

public ServiceInterfaceTypeDaoJdbc()
Method Detail

addOrUpdate

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

Specified by:
addOrUpdate in interface IServiceInterfaceTypeDao
Throws:
DaoException
PortalException

delete

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

Specified by:
delete in interface IServiceInterfaceTypeDao
Throws:
DaoException
PortalException

get

public ServiceInterfaceTypeConfig get(String interfaceType,
                                      ITransaction transaction)
                               throws DaoException,
                                      PortalException
Description copied from interface: IServiceInterfaceTypeDao
Get the type of the service's interface.

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


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