Class DaoWebEventRepository

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

    public class DaoWebEventRepository
    extends java.lang.Object
    implements WebEventRepository, org.springframework.beans.factory.InitializingBean
    Deprecated.
    Move all of these methods into the EventDao. This class just delegates straight to it anyway.

    DaoWebEventRepository class.

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

      • DaoWebEventRepository

        public DaoWebEventRepository()
        Deprecated.
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Deprecated.
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • acknowledgeAll

        @Transactional
        public void acknowledgeAll​(java.lang.String user,
                                   java.util.Date timestamp)
        Deprecated.

        acknowledgeAll

        Specified by:
        acknowledgeAll in interface WebEventRepository
        Parameters:
        user - a String object.
        timestamp - a java$util$Date object.
      • acknowledgeMatchingEvents

        @Transactional
        public void acknowledgeMatchingEvents​(java.lang.String user,
                                              java.util.Date timestamp,
                                              EventCriteria criteria)
        Deprecated.

        acknowledgeMatchingEvents

        Specified by:
        acknowledgeMatchingEvents in interface WebEventRepository
        Parameters:
        user - a String object.
        timestamp - a java$util$Date object.
        criteria - a EventCriteria object.
      • getEvent

        @Transactional
        public Event getEvent​(int eventId)
        Deprecated.

        getEvent

        Specified by:
        getEvent in interface WebEventRepository
        Parameters:
        eventId - a int.
        Returns:
        a Event object.