|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.serviceinterface.style.ServiceInterfaceStyleDaoJdbc
public class ServiceInterfaceStyleDaoJdbc
DAO JDBC implementation for service interface style related data operations
Constructor Summary | |
---|---|
ServiceInterfaceStyleDaoJdbc()
|
Method Summary | |
---|---|
void |
addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig,
ITransaction daoTransaction)
Add or update the style of the service's interface. |
void |
delete(java.lang.String serviceInterfaceStyleId,
java.lang.String serviceInterfaceId,
ITransaction daoTransaction)
Delete the style of the service's interface. |
ServiceInterfaceStyleConfig |
get(java.lang.String serviceInterfaceStyleId,
java.lang.String serviceInterfaceId,
ITransaction daoTransaction)
Get the style of the service's interface. |
java.util.Collection<java.lang.String> |
getIdsByServiceInterfaceId(java.lang.String serviceInterfaceId,
ITransaction daoTransaction)
Get a list of ids given the id of the service's interface. |
ServiceInterfaceStyleConfig |
getWidgetStyle(java.lang.String serviceInterfaceId,
ITransaction transaction)
Get the widget style of the service's interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInterfaceStyleDaoJdbc()
Method Detail |
---|
public void addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction daoTransaction) throws DaoException, PortalException
IServiceInterfaceStyleDao
addOrUpdate
in interface IServiceInterfaceStyleDao
DaoException
PortalException
public void delete(java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction daoTransaction) throws DaoException, PortalException
IServiceInterfaceStyleDao
delete
in interface IServiceInterfaceStyleDao
DaoException
PortalException
public ServiceInterfaceStyleConfig get(java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction daoTransaction) throws DaoException, PortalException
IServiceInterfaceStyleDao
get
in interface IServiceInterfaceStyleDao
DaoException
PortalException
public java.util.Collection<java.lang.String> getIdsByServiceInterfaceId(java.lang.String serviceInterfaceId, ITransaction daoTransaction) throws DaoException, PortalException
IServiceInterfaceStyleDao
getIdsByServiceInterfaceId
in interface IServiceInterfaceStyleDao
DaoException
PortalException
public ServiceInterfaceStyleConfig getWidgetStyle(java.lang.String serviceInterfaceId, ITransaction transaction) throws DaoException, PortalException
IServiceInterfaceStyleDao
getWidgetStyle
in interface IServiceInterfaceStyleDao
serviceInterfaceId
- id of interface.transaction
- transaction used to get information from database.
DaoException
- if any error occurs during the process on database.
PortalException
- if any error occurs during the process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |