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  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.