Interface ProtectedContentService

    • Method Detail

      • save

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

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

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

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