Interface AcmeAuthorizationService

    • Method Detail

      • save

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

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

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

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