Interface CsrAttributeService

    • Method Detail

      • save

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

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

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

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