Uses of Interface
ru.slie.luna.agile.board.Board
Packages that use Board
Package
Description
-
Uses of Board in ru.slie.luna.agile.board
Subinterfaces of Board in ru.slie.luna.agile.boardMethods in ru.slie.luna.agile.board that return types with arguments of type BoardModifier and TypeMethodDescriptionBoardManager.getByIdIgnorePerms(Long boardId) BoardManager.getByIds(User user, Collection<Long> boardIds) BoardManager.getByIdsIgnorePerms(Collection<Long> boardIds) BoardManager.search(User user, BoardSearchParams searchParams) BoardManager.searchIgnorePerms(BoardSearchParams searchParams) Methods in ru.slie.luna.agile.board with parameters of type Board -
Uses of Board in ru.slie.luna.agile.sprint
Methods in ru.slie.luna.agile.sprint with parameters of type BoardModifier and TypeMethodDescriptionSprintManager.create(User author, Board board, String name, String goal, LocalDateTime startDate, LocalDateTime finishDate) SprintManager.getForBoard(Board board) -
Uses of Board in ru.slie.luna.report
Methods in ru.slie.luna.report with parameters of type Board -
Uses of Board in ru.slie.luna.user
Methods in ru.slie.luna.user that return types with arguments of type BoardMethods in ru.slie.luna.user with parameters of type BoardModifier and TypeMethodDescriptionvoidUserActivityManager.addFavoriteBoard(User user, Board board) voidUserActivityManager.visitBoard(User user, Board board)