Interface ACMEAccountService

    • Method Detail

      • save

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

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

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

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