lumis.portal.serviceinterface.menu
Interface IServiceInterfaceMenuGroupTypeDao

Package class diagram package IServiceInterfaceMenuGroupTypeDao
All Known Implementing Classes:
ServiceInterfaceMenuGroupTypeDaoHib, ServiceInterfaceMenuGroupTypeDaoJdbc

public interface IServiceInterfaceMenuGroupTypeDao


Method Summary
 void addOrUpdate(ServiceInterfaceMenuGroupTypeConfig config, ITransaction transaction)
           
 boolean delete(String menuGroupType, ITransaction transaction)
           
 ServiceInterfaceMenuGroupTypeConfig get(String menuGroupType, ITransaction transaction)
           
 

Method Detail

addOrUpdate

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

delete

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

get

ServiceInterfaceMenuGroupTypeConfig get(String menuGroupType,
                                        ITransaction transaction)
                                        throws DaoException,
                                               PortalException
Throws:
DaoException
PortalException


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