Class RemoteEventDAO

  • All Implemented Interfaces:
    org.exoplatform.commons.api.persistence.GenericDAO<RemoteEventEntity,​Long>

    public class RemoteEventDAO
    extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<RemoteEventEntity,​Long>
    • Constructor Detail

      • RemoteEventDAO

        public RemoteEventDAO()
    • Method Detail

      • deleteCalendarRemoteEvents

        public void deleteCalendarRemoteEvents​(long calendarId)
      • deleteRemoteEvents

        public void deleteRemoteEvents​(long eventId)
      • findRemoteEvent

        public RemoteEventEntity findRemoteEvent​(long eventId,
                                                 long identityId)