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 cardBoardType) BoardEndpoint.getCardBoard(Long cardBoardId) -
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 CardBoardstatic CardBoardCardBoardDAO.loadByReferenceId(Long referenceId) static CardBoardCardBoardDAO.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 TypeMethodDescriptionvoidFullBoard.setCardBoards(List<CardBoard> cardBoards) voidFullBoardProperty.setCardBoards(List<CardBoard> cardBoards) Constructor parameters in com.maplander.backend.model.manage.board.complex with type arguments of type CardBoard