com.atlassian.jira.issue.util
Class DefaultIssueUpdater

java.lang.Object
  extended bycom.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, IssueEventDispatcher issueEventDispatcher, ChangeLogUtils changeLogUtils)
           
 
Method Summary
 void doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems)
           
 
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,
                           IssueEventDispatcher issueEventDispatcher,
                           ChangeLogUtils changeLogUtils)
Method Detail

doUpdate

public void doUpdate(IssueUpdateBean issueUpdateBean,
                     boolean generateChangeItems)
              throws Exception
Specified by:
doUpdate in interface IssueUpdater
Throws:
Exception


Copyright © 2002-2006 Atlassian. All Rights Reserved.