|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldConfigSchemePersister
| Method Summary | |
|---|---|
FieldConfigScheme |
create(FieldConfigScheme configScheme,
ConfigurableField field)
|
FieldConfigScheme |
createWithDefaultValues(ConfigurableField field,
Map configs)
|
FieldConfigScheme |
getConfigSchemeForFieldConfig(FieldConfig fieldConfig)
Finds the FieldConfigScheme that contains
the FieldConfig |
List<Long> |
getConfigSchemeIdsForCustomFieldId(String customFieldId)
Retrieves the ids of the field config schemes for the specified customfield id. |
List |
getConfigSchemesForCustomField(ConfigurableField field)
|
FieldConfigScheme |
getFieldConfigScheme(Long configSchemeId)
|
Collection |
getInvalidFieldConfigSchemeAfterIssueTypeRemoval(IssueType issueType)
Returns a collection of the FieldConfigSchemes that will be made invalid if the issueType is
removed (that is the FieldConfigScheme would no longer be bound to ANY issue types). |
void |
init()
|
void |
remove(Long fieldConfigSchemeId)
|
void |
removeByIssueType(IssueType issueType)
Removes FieldConfigScheme associations for the given issue type. |
FieldConfigScheme |
update(FieldConfigScheme configScheme)
|
| Method Detail |
|---|
FieldConfigScheme create(FieldConfigScheme configScheme,
ConfigurableField field)
FieldConfigScheme update(FieldConfigScheme configScheme)
void remove(Long fieldConfigSchemeId)
FieldConfigScheme getFieldConfigScheme(Long configSchemeId)
List getConfigSchemesForCustomField(ConfigurableField field)
FieldConfigScheme getConfigSchemeForFieldConfig(FieldConfig fieldConfig)
FieldConfigScheme that contains
the FieldConfig
fieldConfig - the config to find the containing FieldConfigScheme of; cannot be null.
FieldConfig. Not Null.
{@link - com.atlassian.jira.exception.DataAccessException} if the FieldConfigScheme is not foundList<Long> getConfigSchemeIdsForCustomFieldId(String customFieldId)
FieldConfigScheme domain objects are not required, for
example when removing them from the system.
customFieldId - the id of the customfield
FieldConfigScheme objects associated with this customfield. Should not be
null.
FieldConfigScheme createWithDefaultValues(ConfigurableField field,
Map configs)
Collection getInvalidFieldConfigSchemeAfterIssueTypeRemoval(IssueType issueType)
FieldConfigSchemes that will be made invalid if the issueType is
removed (that is the FieldConfigScheme would no longer be bound to ANY issue types).
If there are still any other issue types that a FieldConfigScheme will be bound to after
the removal then it will not be included in the collection returned.
issueType - to be removed
FieldConfigSchemes or an empty collection.void removeByIssueType(IssueType issueType)
FieldConfigScheme associations for the given issue type. Please note that this method call
on it's own is NOT safe. it removes rows from a many-to-many table without considering other entities in
the many-to-many relationship. What this means is that if there's only one row left in the table, this
method may remove it, and you'll end up with orphaned values. Only use this in conjunction with
getInvalidFieldConfigSchemeAfterIssueTypeRemoval(com.atlassian.jira.issue.issuetype.IssueType).
Also see FieldConfigSchemeManagerImpl.removeInvalidFieldConfigSchemesForIssueType(com.atlassian.jira.issue.issuetype.IssueType)
for correct usage.
issueType - the issue type to remove the assocations forvoid init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||