Package com.atlassian.jira.project.util
Class ProjectKeyStoreImpl
java.lang.Object
com.atlassian.jira.project.util.ProjectKeyStoreImpl
- All Implemented Interfaces:
ProjectKeyStore
- Since:
- v6.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProjectKey(Long projectId, String projectKey) voiddeleteProjectKeys(Long projectId) getProjectId(String key) getProjectIdByKeyIgnoreCase(String projectKey) getProjectKeys(Long projectId) voidrefresh()
-
Field Details
-
PROJECT_KEY
- See Also:
-
PROJECT_ID
- See Also:
-
ENTITY_NAME
-
-
Constructor Details
-
ProjectKeyStoreImpl
-
-
Method Details
-
getProjectId
- Specified by:
getProjectIdin interfaceProjectKeyStore
-
addProjectKey
- Specified by:
addProjectKeyin interfaceProjectKeyStore
-
deleteProjectKeys
- Specified by:
deleteProjectKeysin interfaceProjectKeyStore
-
getAllProjectKeys
- Specified by:
getAllProjectKeysin interfaceProjectKeyStore
-
getProjectIdByKeyIgnoreCase
- Specified by:
getProjectIdByKeyIgnoreCasein interfaceProjectKeyStore
-
getProjectKeys
- Specified by:
getProjectKeysin interfaceProjectKeyStore
-
refresh
public void refresh()- Specified by:
refreshin interfaceProjectKeyStore
-