Package org.opennms.netmgt.dao.hibernate
Class EventdServiceManagerHibernate
- java.lang.Object
-
- org.opennms.netmgt.dao.hibernate.EventdServiceManagerHibernate
-
- All Implemented Interfaces:
EventdServiceManager,org.springframework.beans.factory.InitializingBean
@Transactional public class EventdServiceManagerHibernate extends Object implements org.springframework.beans.factory.InitializingBean, EventdServiceManager
EventdServiceManagerHibernate class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description EventdServiceManagerHibernate()Constructor for EventdServiceManagerHibernate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()afterPropertiesSetvoiddataSourceSync()dataSourceSyncintgetServiceId(String serviceName)Lookup the service ID for a specific service by name.ServiceTypeDaogetServiceTypeDao()getServiceTypeDaovoidsetServiceTypeDao(ServiceTypeDao serviceTypeDao)setServiceTypeDao
-
-
-
Method Detail
-
getServiceId
public int getServiceId(String serviceName) throws org.springframework.dao.DataAccessException
Lookup the service ID for a specific service by name.- Specified by:
getServiceIdin interfaceEventdServiceManager- Parameters:
serviceName- aStringobject.- Returns:
- service ID for the given service name or -1 if not found
- Throws:
org.springframework.dao.DataAccessException- if there is an error accessing the database
-
dataSourceSync
public void dataSourceSync()
dataSourceSync
- Specified by:
dataSourceSyncin interfaceEventdServiceManager
-
afterPropertiesSet
public void afterPropertiesSet() throws ExceptionafterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception- if any.
-
getServiceTypeDao
public ServiceTypeDao getServiceTypeDao()
getServiceTypeDao
- Returns:
- a
ServiceTypeDaoobject.
-
setServiceTypeDao
public void setServiceTypeDao(ServiceTypeDao serviceTypeDao)
setServiceTypeDao
- Parameters:
serviceTypeDao- aServiceTypeDaoobject.
-
-