Interface AcmeChallengeService

    • Method Detail

      • save

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

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

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

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