org.kuali.ole.ingest.action
Class DeleteReplaceAction

java.lang.Object
  extended by org.kuali.ole.ingest.action.DeleteReplaceAction
All Implemented Interfaces:
org.kuali.rice.krms.framework.engine.Action

public class DeleteReplaceAction
extends Object
implements org.kuali.rice.krms.framework.engine.Action

CreateBibAction is the action class for BatchIngest(Staff upload screen) which creates a bibliographic record in Docstore.


Constructor Summary
DeleteReplaceAction()
           
 
Method Summary
 void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
          This method will delete the existing bib and instance record and replace with the new record.
 void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
          This method simulate the executionEnvironment.
protected  DataCarrierService getDataCarrierService()
          Gets the dataCarrierService attribute.
 DiscoveryHelperService getDiscoveryHelperService()
          Gets the discoveryHelperService attribute.
 DocstoreHelperService getDocstoreHelperService()
          Gets the docstoreHelperService attribute.
 OverlayHelperService getOverlayHelperService()
           
 void setDiscoveryHelperService(DiscoveryHelperService discoveryHelperService)
          Sets the discoveryHelperService attribute value.
 void setDocstoreHelperService(DocstoreHelperService docstoreHelperService)
          Sets the docstoreHelperService attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteReplaceAction

public DeleteReplaceAction()
Method Detail

execute

public void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
This method will delete the existing bib and instance record and replace with the new record.

Specified by:
execute in interface org.kuali.rice.krms.framework.engine.Action
Parameters:
executionEnvironment -

executeSimulation

public void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
This method simulate the executionEnvironment.

Specified by:
executeSimulation in interface org.kuali.rice.krms.framework.engine.Action
Parameters:
executionEnvironment -

getDocstoreHelperService

public DocstoreHelperService getDocstoreHelperService()
Gets the docstoreHelperService attribute.

Returns:
Returns the docstoreHelperService.

setDocstoreHelperService

public void setDocstoreHelperService(DocstoreHelperService docstoreHelperService)
Sets the docstoreHelperService attribute value.

Parameters:
docstoreHelperService - .The docstoreHelperService to set.

setDiscoveryHelperService

public void setDiscoveryHelperService(DiscoveryHelperService discoveryHelperService)
Sets the discoveryHelperService attribute value.

Parameters:
discoveryHelperService - .The discoveryHelperService to set.

getDiscoveryHelperService

public DiscoveryHelperService getDiscoveryHelperService()
Gets the discoveryHelperService attribute.

Returns:
Returns discoveryHelperService.

getDataCarrierService

protected DataCarrierService getDataCarrierService()
Gets the dataCarrierService attribute.

Returns:
Returns dataCarrierService.

getOverlayHelperService

public OverlayHelperService getOverlayHelperService()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.