com.atlassian.jira.issue.index
Class DefaultIssueBatcherFactory

java.lang.Object
  extended by com.atlassian.jira.issue.index.DefaultIssueBatcherFactory
All Implemented Interfaces:
IssueBatcherFactory

public class DefaultIssueBatcherFactory
extends Object
implements IssueBatcherFactory

Since:
v6.1

Constructor Summary
DefaultIssueBatcherFactory(OfBizDelegator delegator, IssueFactory issueFactory, BarrierFactory barrierFactory, ApplicationProperties applicationProperties)
           
 
Method Summary
 IssuesBatcher getBatcher()
           
 IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIssueBatcherFactory

public DefaultIssueBatcherFactory(OfBizDelegator delegator,
                                  IssueFactory issueFactory,
                                  BarrierFactory barrierFactory,
                                  ApplicationProperties applicationProperties)
Method Detail

getBatcher

public IssuesBatcher getBatcher()
Specified by:
getBatcher in interface IssueBatcherFactory

getBatcher

public IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition)
Specified by:
getBatcher in interface IssueBatcherFactory


Copyright © 2002-2013 Atlassian. All Rights Reserved.