Uses of Interface
at.letto.tools.rest.FunctionInterfaces.ThreeParameterFunction
Packages that use FunctionInterfaces.ThreeParameterFunction
-
Uses of FunctionInterfaces.ThreeParameterFunction in at.letto.tools.rest
Methods in at.letto.tools.rest with parameters of type FunctionInterfaces.ThreeParameterFunctionModifier and TypeMethodDescriptionstatic <T,S, D1, D2, D3>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseTools.getErrResponse(FunctionInterfaces.ThreeParameterFunction<S, D1, D2, T> function, S service, D1 dto1, D2 dto2) Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall Wenn der Rückgabetyp ein String ist, wird dieser als Fehlermedung interpretiert, das DtoAndMsg enthält kein Rückgabe-Objket und die Fehlermeldung wird gesetzt.<T,S, D1, D2, D3>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getErrResponse(FunctionInterfaces.ThreeParameterFunction<S, D1, D2, T> function, S service, D1 dto1, D2 dto2) Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall Wenn der Rückgabetyp ein String ist, wird dieser als Fehlermedung interpretiert, das DtoAndMsg enthält kein Rückgabe-Objket und die Fehlermeldung wird gesetzt.static <T,S, D1, D2, D3>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseTools.getRespData(FunctionInterfaces.ThreeParameterFunction<S, D1, D2, DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2) Aufruf einer Service-Funktion mit zwei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall<T,S, D1, D2, D3>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getRespData(FunctionInterfaces.ThreeParameterFunction<S, D1, D2, DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2) Aufruf einer Service-Funktion mit zwei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfallstatic <T,S, D1, D2, D3>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseTools.getRespErrData(FunctionInterfaces.ThreeParameterFunction<S, D1, D2, DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2) Aufruf einer Service-Funktion mit zwei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall<T,S, D1, D2, D3>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getRespErrData(FunctionInterfaces.ThreeParameterFunction<S, D1, D2, DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2) Aufruf einer Service-Funktion mit zwei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfallstatic <T,S, D1, D2, D3>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseTools.getResponse(FunctionInterfaces.ThreeParameterFunction<S, D1, D2, T> function, S service, D1 dto1, D2 dto2) Aufruf einer Service-Funktion mit zwei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall<T,S, D1, D2, D3>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getResponse(FunctionInterfaces.ThreeParameterFunction<S, D1, D2, T> function, S service, D1 dto1, D2 dto2) Aufruf einer Service-Funktion mit zwei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall