|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceDao
Interface for service DAO
Method Summary | |
---|---|
void |
add(ServiceConfig serviceConfig,
ITransaction transaction)
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 transaction)
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 transaction)
Update the service. |
Method Detail |
---|
ServiceConfig get(String serviceId, ITransaction transaction) throws DaoException, PortalException
serviceId
- transaction
-
DaoException
PortalException
void add(ServiceConfig serviceConfig, ITransaction transaction) throws DaoException, PortalException
serviceConfig
- transaction
-
DaoException
PortalException
void update(ServiceConfig serviceConfig, ITransaction transaction) throws DaoException, PortalException
serviceConfig
- transaction
-
DaoException
PortalException
boolean delete(String serviceId, ITransaction transaction) throws DaoException, PortalException
serviceId
- transaction
-
DaoException
PortalException
Collection<String> getServicesIds(boolean getInstantiableServicesOnly, ITransaction transaction) throws PortalException
transaction
-
ManagerException
PortalException
ServiceConfig getByBaseUrl(String baseUrl, ITransaction daoTransaction) throws DaoException, PortalException
baseUrl
- daoTransaction
-
DaoException
PortalException
void clearCache() throws PortalException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |