Interface IPushRepository<DS extends tigase.db.DataSource>

    • Method Detail

      • registerDevice

        IPushSettings registerDevice​(tigase.xmpp.jid.BareJID serviceJid,
                                     tigase.xmpp.jid.BareJID userJid,
                                     String provider,
                                     String deviceId)
                              throws tigase.component.exceptions.RepositoryException
        Throws:
        tigase.component.exceptions.RepositoryException
      • unregisterDevice

        IPushSettings unregisterDevice​(tigase.xmpp.jid.BareJID serviceJid,
                                       tigase.xmpp.jid.BareJID userJid,
                                       String provider,
                                       String deviceId)
                                throws tigase.component.exceptions.RepositoryException,
                                       tigase.component.exceptions.ComponentException
        Throws:
        tigase.component.exceptions.RepositoryException
        tigase.component.exceptions.ComponentException
      • getNodeSettings

        IPushSettings getNodeSettings​(tigase.xmpp.jid.BareJID serviceJid,
                                      String node)
                               throws tigase.component.exceptions.RepositoryException
        Throws:
        tigase.component.exceptions.RepositoryException
      • getNodeSettings

        Stream<IPushSettings> getNodeSettings​(tigase.xmpp.jid.BareJID userJid,
                                              String provider,
                                              String deviceId)
                                       throws tigase.component.exceptions.RepositoryException
        Throws:
        tigase.component.exceptions.RepositoryException
      • getNodeSettings

        Stream<IPushSettings> getNodeSettings​(String provider,
                                              String deviceId)
                                       throws tigase.component.exceptions.RepositoryException
        Throws:
        tigase.component.exceptions.RepositoryException
      • getNodeSettings

        default IPushSettings getNodeSettings​(tigase.xmpp.jid.BareJID serviceJid,
                                              String node,
                                              IPushRepository.ElseHandler elseHandler)
                                       throws tigase.component.exceptions.RepositoryException,
                                              tigase.component.exceptions.ComponentException
        Throws:
        tigase.component.exceptions.RepositoryException
        tigase.component.exceptions.ComponentException