Class UtenteService

java.lang.Object
com.gruppox.pissir23.data.service.UtenteService

@Service public class UtenteService extends Object
  • Constructor Details

  • Method Details

    • get

      public Optional<Utente> get(String id)
    • update

      public Utente update(Utente entity)
    • delete

      public void delete(String id)
    • list

      public org.springframework.data.domain.Page<Utente> list(org.springframework.data.domain.Pageable pageable)
    • list

      public org.springframework.data.domain.Page<Utente> list(org.springframework.data.domain.Pageable pageable, org.springframework.data.jpa.domain.Specification<Utente> filter)
    • count

      public int count()
    • findById

      public Optional<Utente> findById(String userId)
    • save

      public void save(Utente newUtente)