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(org.ofbiz.core.entity.GenericDelegator genericDelegator)
           
 
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(org.ofbiz.core.entity.GenericDelegator genericDelegator)
Method Detail

doUpdate

public void doUpdate(IssueUpdateBean iub,
                     boolean generateChangeItems)
              throws JiraException
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.
Throws:
JiraException - if there's a problem storing the issue.


Copyright © 2002-2010 Atlassian. All Rights Reserved.