lumis.portal.serviceinterface.type
Interface IServiceInterfaceTypeDao

Package class diagram package IServiceInterfaceTypeDao
All Known Implementing Classes:
ServiceInterfaceTypeDaoJdbc

public interface IServiceInterfaceTypeDao


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.
 

Method Detail

addOrUpdate

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

Parameters:
definition -
transaction -
Throws:
DaoException
PortalException

delete

void delete(String interfaceType,
            ITransaction transaction)
            throws DaoException,
                   PortalException
Delete the type of the service's interface.

Parameters:
interfaceType -
transaction -
Throws:
DaoException
PortalException

get

ServiceInterfaceTypeConfig get(String interfaceType,
                               ITransaction transaction)
                               throws DaoException,
                                      PortalException
Get the type of the service's interface.

Parameters:
interfaceType -
transaction -
Returns:
Throws:
DaoException
PortalException


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.