Class EventdServiceManagerHibernate

  • All Implemented Interfaces:
    EventdServiceManager, org.springframework.beans.factory.InitializingBean

    @Transactional
    public class EventdServiceManagerHibernate
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean, EventdServiceManager

    EventdServiceManagerHibernate class.

    Version:
    $Id: $
    Author:
    ranger
    • Constructor Detail

      • EventdServiceManagerHibernate

        public EventdServiceManagerHibernate()

        Constructor for EventdServiceManagerHibernate.

    • Method Detail

      • getServiceId

        public int getServiceId​(java.lang.String serviceName)
                         throws org.springframework.dao.DataAccessException
        Lookup the service ID for a specific service by name.
        Specified by:
        getServiceId in interface EventdServiceManager
        Parameters:
        serviceName - a String object.
        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
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception

        afterPropertiesSet

        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception - if any.
      • setServiceTypeDao

        public void setServiceTypeDao​(ServiceTypeDao serviceTypeDao)

        setServiceTypeDao

        Parameters:
        serviceTypeDao - a ServiceTypeDao object.