Class EventInboxDao


public class EventInboxDao extends AbstractDao
Provides a DAO for the EventInbox entity.
Since:
24.4.0
  • Constructor Details

    • EventInboxDao

      public EventInboxDao()
  • Method Details

    • getEventInboxForId

      public EventInbox getEventInboxForId(Long id)
      Return the EventInbox entity for the given EventInbox id.
      Parameters:
      id - the EventInbox id (required)
      Returns:
      the EventInbox entity for the given EventInbox id