Uses of Interface
at.letto.tools.rest.FunctionInterfaces.FiveParameterFunction
Packages that use FunctionInterfaces.FiveParameterFunction
-
Uses of FunctionInterfaces.FiveParameterFunction in at.letto.tools.rest
Methods in at.letto.tools.rest with parameters of type FunctionInterfaces.FiveParameterFunctionModifier and TypeMethodDescriptionstatic <T,S, D1, D2, D3, D4>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseTools.getErrResponse(FunctionInterfaces.FiveParameterFunction<S, D1, D2, D3, D4, T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4) Aufruf einer Service-Funktion mit vier Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall.<T,S, D1, D2, D3, D4>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getErrResponse(FunctionInterfaces.FiveParameterFunction<S, D1, D2, D3, D4, T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4) Aufruf einer Service-Funktion mit vier Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall.static <T,S, D1, D2, D3, D4>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseTools.getRespData(FunctionInterfaces.FiveParameterFunction<S, D1, D2, D3, D4, DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4) Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall<T,S, D1, D2, D3, D4>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getRespData(FunctionInterfaces.FiveParameterFunction<S, D1, D2, D3, D4, DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4) Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfallstatic <T,S, D1, D2, D3, D4>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseTools.getRespErrData(FunctionInterfaces.FiveParameterFunction<S, D1, D2, D3, D4, DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4) Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall<T,S, D1, D2, D3, D4>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getRespErrData(FunctionInterfaces.FiveParameterFunction<S, D1, D2, D3, D4, DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4) Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfallstatic <T,S, D1, D2, D3, D4>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseTools.getResponse(FunctionInterfaces.FiveParameterFunction<S, D1, D2, D3, D4, T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4) Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall<T,S, D1, D2, D3, D4>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getResponse(FunctionInterfaces.FiveParameterFunction<S, D1, D2, D3, D4, T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4) Aufruf einer Service-Funktion mit vier Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall