org.rivetlogic.scar.action
Class BulkAction

java.lang.Object
  extended by org.rivetlogic.scar.action.BaseAction
      extended by org.rivetlogic.scar.action.BulkAction
All Implemented Interfaces:
java.io.Serializable

@Name(value="action.bulkaction")
public class BulkAction
extends BaseAction

Backing bean handling all bulk operations (e.g. delete all selected files/folders).

Author:
Rivet Logic Corporation
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.rivetlogic.scar.action.BaseAction
raarServices, user
 
Constructor Summary
BulkAction()
           
 
Method Summary
 void bulkCopy()
          Copy all selected items and place them into shelf.
 void bulkCut()
          Cut all selected items and place them into shelf.
 void bulkDelete()
          Delete all selected items and update tree structure where necessary.
 
Methods inherited from class org.rivetlogic.scar.action.BaseAction
getUser, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkAction

public BulkAction()
Method Detail

bulkDelete

public void bulkDelete()
Delete all selected items and update tree structure where necessary.


bulkCopy

public void bulkCopy()
Copy all selected items and place them into shelf.


bulkCut

public void bulkCut()
Cut all selected items and place them into shelf.



Copyright 2008, Rivet Logic Corporation.