Uses of Class
at.letto.tools.rest.DtoAndMsg

Packages that use DtoAndMsg
Package
Description
 
  • Uses of DtoAndMsg in at.letto.tools.rest

    Methods in at.letto.tools.rest that return DtoAndMsg
    Modifier and Type
    Method
    Description
    private DtoAndMsg
    ResponseToolsObject.createServiceError(Exception e)
     
    Methods in at.letto.tools.rest that return types with arguments of type DtoAndMsg
    Modifier and Type
    Method
    Description
    static <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.
    static <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getErrResponse(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,T> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall.
    static <T, S, D1, D2, D3, D4, D5, D6>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getErrResponse(FunctionInterfaces.SevenParameterFunction<S,D1,D2,D3,D4,D5,D6,T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4, D5 dto5, D6 dto6)
     
    static <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.
    static <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.
    static <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getErrResponse(BiFunction<S,D,T> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem 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.
    <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getErrResponse(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,T> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall.
    <T, S, D1, D2, D3, D4, D5, D6>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getErrResponse(FunctionInterfaces.SevenParameterFunction<S,D1,D2,D3,D4,D5,D6,T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4, D5 dto5, D6 dto6)
     
    <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>
    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.
    <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getErrResponse(BiFunction<S,D,T> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem 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
    static <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespData(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    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
    static <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespData(BiFunction<S,D,DtoAndMsg<T>> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <T, S> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespData(Function<S,DtoAndMsg<T>> function, S service)
    Aufruf einer Service-Funktion ohne 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 Fehlerfall
    <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespData(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei 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 Fehlerfall
    <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespData(BiFunction<S,D,DtoAndMsg<T>> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    <T, S> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespData(Function<S,DtoAndMsg<T>> function, S service)
    Aufruf einer Service-Funktion ohne Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <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
    static <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespErrData(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <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
    static <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespErrData(BiFunction<S,D,DtoAndMsg<T>> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <T, S> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespErrData(Function<S,DtoAndMsg<T>> function, S service)
    Aufruf einer Service-Funktion ohne 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 Fehlerfall
    <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespErrData(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei 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 Fehlerfall
    <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespErrData(BiFunction<S,D,DtoAndMsg<T>> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    <T, S> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespErrData(Function<S,DtoAndMsg<T>> function, S service)
    Aufruf einer Service-Funktion ohne Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <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
    static <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getResponse(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,T> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <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
    static <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getResponse(BiFunction<S,D,T> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <T, S> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getResponse(Function<S,T> function, S service)
    Aufruf einer Service-Funktion ohne 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
    <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getResponse(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,T> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei 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
    <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
    <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getResponse(BiFunction<S,D,T> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    <T, S> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getResponse(Function<S,T> function, S service)
    Aufruf einer Service-Funktion ohne Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    Methods in at.letto.tools.rest with parameters of type DtoAndMsg
    Modifier and Type
    Method
    Description
    static boolean
    DtoAndMsg.check(DtoAndMsg res)
    Fehlerhandling von DtoAndMsg-Objekten, FEHLERWEITERLEITUNG an übergeordnetes Service, der komplette ursprüngliche StackTrace wird weitergeleitet
    static <T> T
    DtoAndMsg.get(DtoAndMsg<T> res)
    Fehlerhandling von DtoAndMsg-Objekten, das Ergebnis wird uas DTO bezogen FEHLERWEITERLEITUNG an übergeordnetes Service, der komplette ursprüngliche StackTrace wird weitergeleitet
    Method parameters in at.letto.tools.rest with type arguments of type DtoAndMsg
    Modifier and Type
    Method
    Description
    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
    static <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespData(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    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
    static <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespData(BiFunction<S,D,DtoAndMsg<T>> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <T, S> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespData(Function<S,DtoAndMsg<T>> function, S service)
    Aufruf einer Service-Funktion ohne 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 Fehlerfall
    <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespData(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei 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 Fehlerfall
    <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespData(BiFunction<S,D,DtoAndMsg<T>> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    <T, S> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespData(Function<S,DtoAndMsg<T>> function, S service)
    Aufruf einer Service-Funktion ohne Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <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
    static <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespErrData(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <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
    static <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespErrData(BiFunction<S,D,DtoAndMsg<T>> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    static <T, S> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseTools.getRespErrData(Function<S,DtoAndMsg<T>> function, S service)
    Aufruf einer Service-Funktion ohne 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 Fehlerfall
    <T, S, D1, D2, D3>
    org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespErrData(FunctionInterfaces.FourParameterFunction<S,D1,D2,D3,DtoAndMsg<T>> function, S service, D1 dto1, D2 dto2, D3 dto3)
    Aufruf einer Service-Funktion mit drei 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 Fehlerfall
    <T, S, D> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespErrData(BiFunction<S,D,DtoAndMsg<T>> function, S service, D dto)
    Aufruf einer Service-Funktion mit einem Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall
    <T, S> org.springframework.http.ResponseEntity<DtoAndMsg<T>>
    ResponseToolsObject.getRespErrData(Function<S,DtoAndMsg<T>> function, S service)
    Aufruf einer Service-Funktion ohne Parameter, try-catch-Stacktrace in DtoAndMsg im Fehlerfall