com.atlassian.jira.issue.util
Class DefaultIssueUpdater

java.lang.Object
  extended by com.atlassian.jira.issue.util.DefaultIssueUpdater
All Implemented Interfaces:
IssueUpdater

public class DefaultIssueUpdater
extends Object
implements IssueUpdater


Constructor Summary
DefaultIssueUpdater(OfBizDelegator ofBizDelegator, IssueEventManager issueEventManager)
           
 
Method Summary
 void doUpdate(IssueUpdateBean iub, boolean generateChangeItems)
          Stores any changes to the issue optionally including a changelog and conditionally dispatches an IssueUpdate event if the changes were real and made to significant fields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIssueUpdater

public DefaultIssueUpdater(OfBizDelegator ofBizDelegator,
                           IssueEventManager issueEventManager)
Method Detail

doUpdate

public void doUpdate(IssueUpdateBean iub,
                     boolean generateChangeItems)
Description copied from interface: IssueUpdater
Stores any changes to the issue optionally including a changelog and conditionally dispatches an IssueUpdate event if the changes were real and made to significant fields.

Specified by:
doUpdate in interface IssueUpdater
Parameters:
iub - the description of the change.
generateChangeItems - if true, a changelog group is created.


Copyright © 2002-2014 Atlassian. All Rights Reserved.