Interface AlgorithmRestrictionService

    • Method Detail

      • partialUpdate

        Optional<AlgorithmRestriction> partialUpdate​(AlgorithmRestriction algorithmRestriction)
        Partially updates a algorithmRestriction.
        Parameters:
        algorithmRestriction - the entity to update partially.
        Returns:
        the persisted entity.
      • delete

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