Uses of Class
com.maplander.backend.model.manage.board.CardBoard
Packages that use CardBoard
Package
Description
-
Uses of CardBoard in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type CardBoardModifier and TypeMethodDescriptionBoardEndpoint.changeCardBoardPhase
(Long phaseId, Long referenceId, int position) BoardEndpoint.contactProperty
(Long referenceId) BoardEndpoint.createCardBoard
(Long phaseId, Long referenceId, CardBoardTypeEnum boardCardType) -
Uses of CardBoard in com.maplander.backend.dao.manage.board
Fields in com.maplander.backend.dao.manage.board with type parameters of type CardBoardMethods in com.maplander.backend.dao.manage.board that return CardBoardModifier and TypeMethodDescriptionstatic CardBoard
static CardBoard
CardBoardDAO.loadByReferenceId
(Long referenceId) static CardBoard
CardBoardDAO.loadByReferenceIdAndBoardId
(Long propertyId, Long phaseId, CardBoardTypeEnum cardBoardType) Methods in com.maplander.backend.dao.manage.board that return types with arguments of type CardBoardModifier and TypeMethodDescriptionCardBoardDAO.getByPhaseId
(Long phaseId) CardBoardDAO.listAllPropertiesByBoardId
(Long boardId) CardBoardDAO.listAllPropertiesByPhaseId
(Long phaseId) -
Uses of CardBoard in com.maplander.backend.model.manage.board.complex
Methods in com.maplander.backend.model.manage.board.complex that return types with arguments of type CardBoardMethod parameters in com.maplander.backend.model.manage.board.complex with type arguments of type CardBoardModifier and TypeMethodDescriptionvoid
FullBoard.setCardBoards
(List<CardBoard> cardBoards) void
FullBoardProperty.setCardBoards
(List<CardBoard> cardBoards) Constructor parameters in com.maplander.backend.model.manage.board.complex with type arguments of type CardBoard