Class CertificateServiceImpl

    • Constructor Detail

    • Method Detail

      • findAll

        @Transactional(readOnly=true)
        public org.springframework.data.domain.Page<Certificate> findAll​(org.springframework.data.domain.Pageable pageable)
        Get all the certificates.
        Specified by:
        findAll in interface CertificateService
        Parameters:
        pageable - the pagination information.
        Returns:
        the list of entities.
      • delete

        public void delete​(Long id)
        Delete the certificate by id.
        Specified by:
        delete in interface CertificateService
        Parameters:
        id - the id of the entity.