Interface UtenteInterface

All Known Implementing Classes:
Utente, UtenteProxy

public interface UtenteInterface
  • Method Details

    • getSegnalazioni

      java.util.List<Segnalazione> getSegnalazioni()
      Returns:
      lista delle segnalazioni effettuate.
    • getDonazioni

      java.util.List<Donazione> getDonazioni()
      Returns:
      lista delle donazioni effettuate.
    • getCampagne

      java.util.List<Campagna> getCampagne()
      Returns:
      lista delle campagne create.