|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.ingest.action.DeleteReplaceAction
public class DeleteReplaceAction
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 |
---|
public DeleteReplaceAction()
Method Detail |
---|
public void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
execute
in interface org.kuali.rice.krms.framework.engine.Action
executionEnvironment
- public void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment executionEnvironment)
executeSimulation
in interface org.kuali.rice.krms.framework.engine.Action
executionEnvironment
- public DocstoreHelperService getDocstoreHelperService()
public void setDocstoreHelperService(DocstoreHelperService docstoreHelperService)
docstoreHelperService
- .The docstoreHelperService to set.public void setDiscoveryHelperService(DiscoveryHelperService discoveryHelperService)
discoveryHelperService
- .The discoveryHelperService to set.public DiscoveryHelperService getDiscoveryHelperService()
protected DataCarrierService getDataCarrierService()
public OverlayHelperService getOverlayHelperService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |