org.kuali.ole.ingest.action
Class CreateBibAction

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

public class CreateBibAction
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
CreateBibAction()
           
 
Method Summary
 void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
          This method takes the initial request when creating the BibAction.
 void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
          This method simulate the executionEnvironment.
 DiscoveryHelperService getDiscoveryHelperService()
          Gets the discoveryHelperService attribute.
 DocstoreHelperService getDocstoreHelperService()
          Gets the docstoreHelperService attribute.
 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

CreateBibAction

public CreateBibAction()
Method Detail

execute

public void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
This method takes the initial request when creating the BibAction.

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.


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