lumis.portal.serviceinterface.style
Interface IServiceInterfaceStyleDao

Package class diagram package IServiceInterfaceStyleDao
All Known Implementing Classes:
ServiceInterfaceStyleDaoJdbc

public interface IServiceInterfaceStyleDao


Method Summary
 void addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction transaction)
          Add or update the style of the service's interface.
 void delete(String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction transaction)
          Delete the style of the service's interface.
 ServiceInterfaceStyleConfig get(String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction transaction)
          Get the style of the service's interface.
 Collection<String> getIdsByServiceInterfaceId(String serviceInterfaceId, ITransaction transaction)
          Get a list of ids given the id of the service's interface.
 

Method Detail

addOrUpdate

void addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig,
                 ITransaction transaction)
                 throws DaoException,
                        PortalException
Add or update the style of the service's interface. Add the style if it don't exist.

Parameters:
serviceInterfaceStyleConfig -
transaction -
Throws:
DaoException
PortalException

delete

void delete(String serviceInterfaceStyleId,
            String serviceInterfaceId,
            ITransaction transaction)
            throws DaoException,
                   PortalException
Delete the style of the service's interface.

Parameters:
serviceInterfaceStyleId -
serviceInterfaceId -
transaction -
Throws:
DaoException
PortalException

get

ServiceInterfaceStyleConfig get(String serviceInterfaceStyleId,
                                String serviceInterfaceId,
                                ITransaction transaction)
                                throws DaoException,
                                       PortalException
Get the style of the service's interface.

Parameters:
serviceInterfaceStyleId -
serviceInterfaceId -
transaction -
Returns:
Throws:
DaoException
PortalException

getIdsByServiceInterfaceId

Collection<String> getIdsByServiceInterfaceId(String serviceInterfaceId,
                                              ITransaction transaction)
                                              throws DaoException,
                                                     PortalException
Get a list of ids given the id of the service's interface.

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


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