Uses of Class
com.maplander.backend.model.manage.board.BoardProperty
Packages that use BoardProperty
Package
Description
-
Uses of BoardProperty in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type BoardPropertyModifier and TypeMethodDescriptionBoardEndpoint.changePropertyPhase
(Long phaseId, Long boardId, Long propertyId) BoardEndpoint.contactProperty
(Long propertyId) BoardEndpoint.createBoardProperty
(Long phaseId, Long propertyId) -
Uses of BoardProperty in com.maplander.backend.dao.manage.board
Fields in com.maplander.backend.dao.manage.board with type parameters of type BoardPropertyMethods in com.maplander.backend.dao.manage.board that return BoardPropertyModifier and TypeMethodDescriptionstatic BoardProperty
static BoardProperty
BoardPropertyDAO.loadByPropertyIdAndBoardId
(Long propertyId, Long phaseId) Methods in com.maplander.backend.dao.manage.board that return types with arguments of type BoardPropertyModifier and TypeMethodDescriptionstatic List
<BoardProperty> BoardPropertyDAO.listAllPropertiesByBoardId
(Long boardId) static List
<BoardProperty> BoardPropertyDAO.listAllPropertiesByPhaseId
(Long phaseId) -
Uses of BoardProperty in com.maplander.backend.model.manage.board.complex
Methods in com.maplander.backend.model.manage.board.complex that return types with arguments of type BoardPropertyMethod parameters in com.maplander.backend.model.manage.board.complex with type arguments of type BoardProperty