Package com.atlassian.jira.board.store
Class QueryDslBoardStore
java.lang.Object
com.atlassian.jira.board.store.QueryDslBoardStore
- All Implemented Interfaces:
BoardStore
-
Constructor Summary
ConstructorsConstructorDescriptionQueryDslBoardStore(OfBizDelegator ofBizDelegator, QueryDslAccessor queryDslAccessor) -
Method Summary
Modifier and TypeMethodDescriptioncreateBoard(BoardCreationData boardCreationData) booleandeleteBoard(BoardId boardId) getBoardDataChangedTime(BoardId boardId) getBoardsForProject(long projectId) booleanhasBoardForProject(long projectId)
-
Constructor Details
-
QueryDslBoardStore
-
-
Method Details
-
createBoard
- Specified by:
createBoardin interfaceBoardStore
-
getBoard
- Specified by:
getBoardin interfaceBoardStore
-
deleteBoard
- Specified by:
deleteBoardin interfaceBoardStore
-
getBoardsForProject
- Specified by:
getBoardsForProjectin interfaceBoardStore
-
hasBoardForProject
public boolean hasBoardForProject(long projectId) - Specified by:
hasBoardForProjectin interfaceBoardStore
-
getBoardDataChangedTime
- Specified by:
getBoardDataChangedTimein interfaceBoardStore
-