lumis.portal.serviceinterface.menu
Class ServiceInterfaceMenuItemTypeDaoJdbc

Package class diagram package ServiceInterfaceMenuItemTypeDaoJdbc
java.lang.Object
  extended by lumis.portal.serviceinterface.menu.ServiceInterfaceMenuItemTypeDaoJdbc
All Implemented Interfaces:
IServiceInterfaceMenuItemTypeDao

public class ServiceInterfaceMenuItemTypeDaoJdbc
extends Object
implements IServiceInterfaceMenuItemTypeDao


Constructor Summary
ServiceInterfaceMenuItemTypeDaoJdbc()
           
 
Method Summary
 void addOrUpdate(ServiceInterfaceMenuItemTypeConfig config, ITransaction transaction)
           
 boolean delete(String menuItemTypeId, ITransaction transaction)
           
 ServiceInterfaceMenuItemTypeConfig get(String menuItemTypeId, ITransaction transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInterfaceMenuItemTypeDaoJdbc

public ServiceInterfaceMenuItemTypeDaoJdbc()
Method Detail

addOrUpdate

public void addOrUpdate(ServiceInterfaceMenuItemTypeConfig config,
                        ITransaction transaction)
                 throws DaoException,
                        PortalException
Specified by:
addOrUpdate in interface IServiceInterfaceMenuItemTypeDao
Throws:
DaoException
PortalException

delete

public boolean delete(String menuItemTypeId,
                      ITransaction transaction)
               throws DaoException,
                      PortalException
Specified by:
delete in interface IServiceInterfaceMenuItemTypeDao
Throws:
DaoException
PortalException

get

public ServiceInterfaceMenuItemTypeConfig get(String menuItemTypeId,
                                              ITransaction transaction)
                                       throws DaoException,
                                              PortalException
Specified by:
get in interface IServiceInterfaceMenuItemTypeDao
Throws:
DaoException
PortalException


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