Uses of Class
com.maplander.backend.model.manage.board.Board
Packages that use Board
Package
Description
-
Uses of Board in com.maplander.backend.controller.businessrule.board
Methods in com.maplander.backend.controller.businessrule.board with parameters of type BoardModifier and TypeMethodDescriptionstatic String
BRBoard.validateBoard
(Board board) static String
BRBoard.validateUpdateBoard
(Board board) -
Uses of Board in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type BoardModifier and TypeMethodDescriptionBoardEndpoint.createBoard
(Board board) BoardEndpoint.listBoards
(Long userId) BoardEndpoint.updateBoard
(Board board) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type BoardModifier and TypeMethodDescriptionBoardEndpoint.createBoard
(Board board) BoardEndpoint.updateBoard
(Board board) -
Uses of Board in com.maplander.backend.dao.manage.board
Fields in com.maplander.backend.dao.manage.board with type parameters of type BoardMethods in com.maplander.backend.dao.manage.board that return BoardModifier and TypeMethodDescriptionstatic Board
static Board
BoardDAO.loadUserIdAndType
(Long userId, CardBoardTypeEnum type) Methods in com.maplander.backend.dao.manage.board that return types with arguments of type Board -
Uses of Board in com.maplander.backend.model.manage.board
Constructors in com.maplander.backend.model.manage.board with parameters of type Board