Class BoardEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.fiabci.BoardEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangeCardBoardPhase
(Long phaseId, Long referenceId, int position) contactProperty
(Long referenceId) createBoard
(Board board) createCardBoard
(Long phaseId, Long referenceId, CardBoardTypeEnum boardCardType) createCardBoardLead
(Lead lead, Long userId, boolean isFirst) static DefaultResponse
createCardBoardLeadStatic
(Lead lead, Long userId, boolean isFirst) createDefaultPhases
(Long boardId) createPhase
(String name, Long boardId) deleteBoardProperty
(Long propertyId) deleteFullBoard
(Long boardId) deleteFullPhase
(Long phaseId) deletePhase
(Long phaseId) getFullBoard
(Long boardId, Long userId) getFullBoardProperty
(Long boardId, Long userId) listBoards
(Long userId) updateBoard
(Board board) updatePhase
(Phase phase)
-
Constructor Details
-
BoardEndpoint
public BoardEndpoint()
-
-
Method Details
-
createBoard
-
updateBoard
-
getBoard
-
listBoards
-
getFullBoard
-
getFullBoardProperty
-
deleteFullBoard
-
createPhase
-
createDefaultPhases
-
updatePhase
-
movePhase
-
deletePhase
-
deleteFullPhase
-
createCardBoard
public EntityResponse<CardBoard> createCardBoard(Long phaseId, Long referenceId, CardBoardTypeEnum boardCardType) -
changeCardBoardPhase
-
contactProperty
-
deleteBoardProperty
-
createCardBoardLead
-
createCardBoardLeadStatic
-