|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.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(String serviceInterfaceStyleId,
String serviceInterfaceId,
ITransaction daoTransaction)
Delete the style of the service's interface. |
ServiceInterfaceStyleConfig |
get(String serviceInterfaceStyleId,
String serviceInterfaceId,
ITransaction daoTransaction)
Get the style of the service's interface. |
Collection<String> |
getIdsByServiceInterfaceId(String serviceInterfaceId,
ITransaction daoTransaction)
Get a list of ids given the id 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(String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction daoTransaction) throws DaoException, PortalException
IServiceInterfaceStyleDao
delete
in interface IServiceInterfaceStyleDao
DaoException
PortalException
public ServiceInterfaceStyleConfig get(String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction daoTransaction) throws DaoException, PortalException
IServiceInterfaceStyleDao
get
in interface IServiceInterfaceStyleDao
DaoException
PortalException
public Collection<String> getIdsByServiceInterfaceId(String serviceInterfaceId, ITransaction daoTransaction) throws DaoException, PortalException
IServiceInterfaceStyleDao
getIdsByServiceInterfaceId
in interface IServiceInterfaceStyleDao
DaoException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |