Package it.ovunque.rest.operazioni
Interface Operazione<TU,TA>
- All Known Implementing Classes:
OperazioneAstratta
,OperazioneAutenticata
public interface Operazione<TU,TA>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
collezione
(int length) gestisciErrori
(Throwable t, Richiesta smartdata, javax.servlet.http.HttpServletResponse risposta)
-
Method Details
-
prendi
- Throws:
ErroreRestOvunque
-
ricerca
- Throws:
ErroreRestOvunque
-
aggiungi
- Throws:
ErroreRestOvunque
-
aggiungi
List<TU> aggiungi(int[] chiavi, Map<String, Object> mappaParametri, List<TA> oggetto) throws ErroreRestOvunque- Throws:
ErroreRestOvunque
-
imposta
- Throws:
ErroreRestOvunque
-
imposta
List<TU> imposta(int[] chiavi, Map<String, Object> mappaParametri, List<TA> oggetto) throws ErroreRestOvunque- Throws:
ErroreRestOvunque
-
cancella
- Throws:
ErroreRestOvunque
-
collezione
boolean collezione(int length) -
gestisciErrori
-
getClasseJson
-