|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.service.ServiceDaoJdbc
public class ServiceDaoJdbc
IServiceDao
JDBC implementation
Constructor Summary | |
---|---|
ServiceDaoJdbc()
|
Method Summary | |
---|---|
void |
add(ServiceConfig serviceConfig,
ITransaction daoTransaction)
Add the service. |
void |
clearCache()
Clears the caches in this DAO. |
boolean |
delete(String serviceId,
ITransaction transaction)
Delete the service. |
ServiceConfig |
get(String serviceId,
ITransaction daoTransaction)
Get the service. |
ServiceConfig |
getByBaseUrl(String baseUrl,
ITransaction daoTransaction)
Returns a ServiceConfig by it's baseUrl. |
Collection<String> |
getServicesIds(boolean getInstantiableServicesOnly,
ITransaction transaction)
Get the ids of services. |
void |
update(ServiceConfig serviceConfig,
ITransaction daoTransaction)
Update the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceDaoJdbc()
Method Detail |
---|
public void add(ServiceConfig serviceConfig, ITransaction daoTransaction) throws DaoException, PortalException
IServiceDao
add
in interface IServiceDao
DaoException
PortalException
public void update(ServiceConfig serviceConfig, ITransaction daoTransaction) throws DaoException, PortalException
IServiceDao
update
in interface IServiceDao
DaoException
PortalException
public ServiceConfig get(String serviceId, ITransaction daoTransaction) throws DaoException, PortalException
IServiceDao
get
in interface IServiceDao
DaoException
PortalException
public boolean delete(String serviceId, ITransaction transaction) throws DaoException, PortalException
IServiceDao
delete
in interface IServiceDao
DaoException
PortalException
public Collection<String> getServicesIds(boolean getInstantiableServicesOnly, ITransaction transaction) throws DaoException, PortalException
IServiceDao
getServicesIds
in interface IServiceDao
ManagerException
PortalException
DaoException
public ServiceConfig getByBaseUrl(String baseUrl, ITransaction daoTransaction) throws DaoException, PortalException
IServiceDao
getByBaseUrl
in interface IServiceDao
DaoException
PortalException
public void clearCache() throws PortalException
IServiceDao
clearCache
in interface IServiceDao
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |