Uses of Class
com.maplander.backend.model.manage.board.Phase
Packages that use Phase
Package
Description
-
Uses of Phase in com.maplander.backend.controller.businessrule.board
Methods in com.maplander.backend.controller.businessrule.board with parameters of type Phase -
Uses of Phase in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type PhaseModifier and TypeMethodDescriptionBoardEndpoint.createDefaultPhases
(Long boardId) BoardEndpoint.createPhase
(String name, Long boardId) BoardEndpoint.updatePhase
(Phase phase) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type Phase -
Uses of Phase in com.maplander.backend.dao.manage.board
Fields in com.maplander.backend.dao.manage.board with type parameters of type PhaseMethods in com.maplander.backend.dao.manage.board that return PhaseModifier and TypeMethodDescriptionstatic Phase
PhaseDAO.getFirstPhase
(Long boardId) static Phase
static Phase
PhaseDAO.loadByBoardId
(Long boardId, Long phaseId) static Phase
PhaseDAO.loadByType
(PhaseTypeEnum type, Long boardId) Methods in com.maplander.backend.dao.manage.board that return types with arguments of type Phase -
Uses of Phase in com.maplander.backend.model.manage.board
Methods in com.maplander.backend.model.manage.board that return types with arguments of type PhaseModifier and TypeMethodDescriptionPhase.createDefaults
(Long boardId) Phase.createDefaultsLeads
(Long boardId) Constructors in com.maplander.backend.model.manage.board with parameters of type Phase -
Uses of Phase in com.maplander.backend.model.manage.board.complex
Methods in com.maplander.backend.model.manage.board.complex that return PhaseMethods in com.maplander.backend.model.manage.board.complex that return types with arguments of type PhaseMethods in com.maplander.backend.model.manage.board.complex with parameters of type PhaseMethod parameters in com.maplander.backend.model.manage.board.complex with type arguments of type PhaseConstructors in com.maplander.backend.model.manage.board.complex with parameters of type Phase