Interface RDNAttributeService

    • Method Detail

      • save

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

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

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

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