public class CreateBibAction extends Object implements org.kuali.rice.krms.framework.engine.Action
Constructor and Description |
---|
CreateBibAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
This method takes the initial request when creating the BibAction.
|
void |
executeForMarc(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment) |
void |
executeForMarcEdi(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment) |
void |
executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
This method simulate the executionEnvironment.
|
DiscoveryHelperService |
getDiscoveryHelperService()
Gets the discoveryHelperService attribute.
|
DocstoreClientLocator |
getDocstoreClientLocator() |
OLEBatchProcessProfileBo |
getOleBatchProcessProfileBo() |
Item |
getOleItem(BibMarcRecord bibliographicRecord) |
Item |
getOleItem(LineItemOrder lineItemOrder,
BibMarcRecord bibliographicRecord) |
OleOrderRecordService |
getOleOrderRecordService() |
OleOverlayActionService |
getOleOverlayActionService() |
void |
setDiscoveryHelperService(DiscoveryHelperService discoveryHelperService)
Sets the discoveryHelperService attribute value.
|
void |
setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
setOleOrderRecordService(OleOrderRecordService oleOrderRecordService) |
void |
setOleOverlayActionService(OleOverlayActionService oleOverlayActionService) |
public CreateBibAction()
public DocstoreClientLocator getDocstoreClientLocator()
public OLEBatchProcessProfileBo getOleBatchProcessProfileBo()
public void setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo)
public void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
execute
in interface org.kuali.rice.krms.framework.engine.Action
executionEnvironment
- public void executeForMarcEdi(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
public void executeForMarc(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
public void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
executeSimulation
in interface org.kuali.rice.krms.framework.engine.Action
executionEnvironment
- public void setDiscoveryHelperService(DiscoveryHelperService discoveryHelperService)
discoveryHelperService
- .The discoveryHelperService to set.public DiscoveryHelperService getDiscoveryHelperService()
public OleOrderRecordService getOleOrderRecordService()
public void setOleOrderRecordService(OleOrderRecordService oleOrderRecordService)
public OleOverlayActionService getOleOverlayActionService()
public void setOleOverlayActionService(OleOverlayActionService oleOverlayActionService)
public Item getOleItem(LineItemOrder lineItemOrder, BibMarcRecord bibliographicRecord)
public Item getOleItem(BibMarcRecord bibliographicRecord)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.