com.atlassian.jira.bulkedit.operation
Class BulkDeleteOperation

java.lang.Object
  extended bycom.atlassian.jira.bulkedit.operation.AbstractBulkOperation
      extended bycom.atlassian.jira.bulkedit.operation.BulkDeleteOperation
All Implemented Interfaces:
BulkOperation

public class BulkDeleteOperation
extends AbstractBulkOperation
implements BulkOperation


Field Summary
protected static org.apache.log4j.Category log
           
static java.lang.String NAME
           
static java.lang.String NAME_KEY
           
 
Constructor Summary
BulkDeleteOperation()
           
 
Method Summary
 boolean canPerform(BulkEditBean bulkEditBean, com.opensymphony.user.User remoteUser)
          Determines whether the operation can be performed with the given set of issues
 boolean equals(java.lang.Object o)
           
 java.lang.String getCannotPerformMessageKey()
           
 java.lang.String getDescriptionKey()
           
 java.lang.String getNameKey()
           
 java.lang.String getOperationName()
           
 void perform(BulkEditBean bulkEditBean, com.opensymphony.user.User remoteUser)
          Performs the operation on the given set of issues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Category log

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

NAME_KEY

public static final java.lang.String NAME_KEY
See Also:
Constant Field Values
Constructor Detail

BulkDeleteOperation

public BulkDeleteOperation()
Method Detail

canPerform

public boolean canPerform(BulkEditBean bulkEditBean,
                          com.opensymphony.user.User remoteUser)
                   throws org.ofbiz.core.entity.GenericEntityException
Description copied from interface: BulkOperation
Determines whether the operation can be performed with the given set of issues

Specified by:
canPerform in interface BulkOperation
Returns:
Throws:
org.ofbiz.core.entity.GenericEntityException

perform

public void perform(BulkEditBean bulkEditBean,
                    com.opensymphony.user.User remoteUser)
             throws java.lang.Exception
Description copied from interface: BulkOperation
Performs the operation on the given set of issues

Specified by:
perform in interface BulkOperation
Throws:
java.lang.Exception

getNameKey

public java.lang.String getNameKey()
Specified by:
getNameKey in interface BulkOperation

getDescriptionKey

public java.lang.String getDescriptionKey()
Specified by:
getDescriptionKey in interface BulkOperation

equals

public boolean equals(java.lang.Object o)

getOperationName

public java.lang.String getOperationName()
Specified by:
getOperationName in interface BulkOperation

getCannotPerformMessageKey

public java.lang.String getCannotPerformMessageKey()
Specified by:
getCannotPerformMessageKey in interface BulkOperation


Copyright © 2002-2005 Atlassian. All Rights Reserved.