Uses of Interface
at.letto.tools.rest.FunctionInterfaces.SixParameterFunction
Packages that use FunctionInterfaces.SixParameterFunction
-
Uses of FunctionInterfaces.SixParameterFunction in at.letto.tools.rest
Methods in at.letto.tools.rest with parameters of type FunctionInterfaces.SixParameterFunctionModifier and TypeMethodDescriptionstatic <T,
S, D1, D2, D3, D4, D5>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseTools.getErrResponse
(FunctionInterfaces.SixParameterFunction<S, D1, D2, D3, D4, D5, T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4, D5 dto5) Aufruf einer Service-Funktion mit fünf Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall.<T,
S, D1, D2, D3, D4, D5>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getErrResponse
(FunctionInterfaces.SixParameterFunction<S, D1, D2, D3, D4, D5, T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4, D5 dto5) Aufruf einer Service-Funktion mit fünf Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall.<T,
S, D1, D2, D3, D4, D5>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getResponse
(FunctionInterfaces.SixParameterFunction<S, D1, D2, D3, D4, D5, T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4, D5 dto5) Aufruf einer Service-Funktion mit fünf Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall