Interface AcmeNonceService

    • Method Detail

      • save

        AcmeNonce save​(AcmeNonce acmeNonce)
        Save a acmeNonce.
        Parameters:
        acmeNonce - the entity to save.
        Returns:
        the persisted entity.
      • findAll

        List<AcmeNonce> findAll()
        Get all the acmeNonces.
        Returns:
        the list of entities.
      • findOne

        Optional<AcmeNonce> findOne​(Long id)
        Get the "id" acmeNonce.
        Parameters:
        id - the id of the entity.
        Returns:
        the entity.
      • delete

        void delete​(Long id)
        Delete the "id" acmeNonce.
        Parameters:
        id - the id of the entity.