com.atlassian.jira.issue.context.persistence
Interface FieldConfigContextPersister
- All Superinterfaces:
- com.atlassian.bandana.BandanaPersister
- All Known Implementing Classes:
- FieldConfigContextPersisterImpl
public interface FieldConfigContextPersister
- extends com.atlassian.bandana.BandanaPersister
Methods inherited from interface com.atlassian.bandana.BandanaPersister |
flushCaches, remove, remove, retrieve, store |
getAllContextsForCustomField
List<JiraContextNode> getAllContextsForCustomField(String key)
getAllContextsForConfigScheme
List<JiraContextNode> getAllContextsForConfigScheme(FieldConfigScheme fieldConfigScheme)
removeContextsForConfigScheme
void removeContextsForConfigScheme(Long fieldConfigSchemeId)
removeContextsForProject
void removeContextsForProject(org.ofbiz.core.entity.GenericValue project)
removeContextsForProjectCategory
void removeContextsForProjectCategory(ProjectCategory projectCategory)
Copyright © 2002-2011 Atlassian. All Rights Reserved.