Interface IStatusHandler

    • Method Detail

      • getFolgeStatus

        List<Status> getFolgeStatus​(UserContext uc,
                                    Benutzer currentUser,
                                    Projekt projekt,
                                    Status currentStatus)
        Deprecated.
        Gets the folge status.
        Parameters:
        uc - the uc
        currentUser -
        projekt - the projekt
        currentStatus - the current status
        Returns:
        list of status
      • getByUUID

        Status getByUUID​(UserContext uc,
                         Projekt project,
                         String uuid)
        Deprecated.
        Returns the state with the given UUID
        Parameters:
        uc - UserContext to use
        project - Projekt context in which to look for the state
        uuid - String UUID of the state
        Returns:
        Status for the given UUID and project
        Since:
        6.x.x
      • getByUUID

        Status getByUUID​(UserContext uc,
                         Projekt project,
                         UUID uuid)
        Deprecated.
        Returns the state with the given UUID
        Parameters:
        uc - UserContext to use
        project - Projekt context in which to look for the state
        uuid - UUID UUID of the state
        Returns:
        Status for the given UUID and project
        Since:
        6.x.x