lumis.portal.serviceinterface.menu
Interface IServiceInterfaceMenuItemTypeDao

Package class diagram package IServiceInterfaceMenuItemTypeDao
All Known Implementing Classes:
ServiceInterfaceMenuItemTypeDaoHib, ServiceInterfaceMenuItemTypeDaoJdbc

public interface IServiceInterfaceMenuItemTypeDao


Method Summary
 void addOrUpdate(ServiceInterfaceMenuItemTypeConfig config, ITransaction transaction)
           
 boolean delete(String menuItemTypeId, ITransaction transaction)
           
 ServiceInterfaceMenuItemTypeConfig get(String menuItemTypeId, ITransaction transaction)
           
 

Method Detail

addOrUpdate

void addOrUpdate(ServiceInterfaceMenuItemTypeConfig config,
                 ITransaction transaction)
                 throws DaoException,
                        PortalException
Throws:
DaoException
PortalException

delete

boolean delete(String menuItemTypeId,
               ITransaction transaction)
               throws DaoException,
                      PortalException
Throws:
DaoException
PortalException

get

ServiceInterfaceMenuItemTypeConfig get(String menuItemTypeId,
                                       ITransaction transaction)
                                       throws DaoException,
                                              PortalException
Throws:
DaoException
PortalException


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