public abstract class ProtocolGenericActionServiceImplBase extends Object implements ProtocolGenericActionService
| Constructor and Description |
|---|
ProtocolGenericActionServiceImplBase() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisapprove, expire, returnForSMR, returnForSRR, returnToPI, suspend, terminatepublic ProtocolGenericActionServiceImplBase()
protected void performGenericAction(ProtocolBase protocol, ProtocolGenericActionBean actionBean, String protocolActionType, String newProtocolStatus) throws Exception
protocol - actionBean - protocolActionType - newProtocolStatus - Exceptionprotected ProtocolActionBase createProtocolActionAndAttach(ProtocolBase protocol, ProtocolGenericActionBean actionBean, String protocolActionType)
protected abstract ProtocolActionBase getNewProtocolActionInstanceHook(ProtocolBase protocol, ProtocolSubmissionBase submission, String protocolActionType)
protected abstract ProtocolActionsCorrespondenceBase getNewProtocolActionsCorrespondenceHook(String protocolActionType)
protected void createCorrespondenceAndAttach(ProtocolBase protocol, String protocolActionType) throws PrintingException
PrintingExceptionprotected void performDisapprove(ProtocolBase protocol) throws Exception
Exceptionprotected ProtocolDocumentBase getReturnedVersionedDocument(ProtocolBase protocol) throws Exception
Exceptionpublic void recordDisapprovedInRoutingActionAndUpdateStatuses(ProtocolBase protocol, org.kuali.rice.kew.actiontaken.ActionTakenValue latestCurrentActionTakenVal)
ProtocolGenericActionServicerecordDisapprovedInRoutingActionAndUpdateStatuses in interface ProtocolGenericActionServiceprotected abstract String getProtocolSubmissionStatusRejectedInRoutingCodeHook()
protected abstract String getDisapprovedProtocolStatusCodeHook()
protected abstract ProtocolActionBase getNewDisapprovedInRoutingProtocolActionInstanceHook(ProtocolBase protocol)
public ProtocolDocumentBase versionAfterDisapprovalInRouting(ProtocolBase oldProtocol) throws Exception
ProtocolGenericActionServiceversionAfterDisapprovalInRouting in interface ProtocolGenericActionServiceoldProtocol - ProtocolBase objectException - if there was a general problem performing the actionprotected abstract String getProtocolPendingInProgressStatusCodeHook()
protected ProtocolDocumentBase getVersionedDocument(ProtocolBase protocol) throws Exception
Exceptionprotected abstract String getRecallProtocolActionTypeCodeHook()
public void recall(ProtocolBase protocol)
ProtocolGenericActionServicerecall in interface ProtocolGenericActionServicepublic void setProtocolActionService(ProtocolActionService protocolActionService)
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
public void setProtocolActionCorrespondenceGenerationService(ProtocolActionCorrespondenceGenerationService protocolActionCorrespondenceGenerationService)
public void setProtocolOnlineReviewService(ProtocolOnlineReviewService protocolOnlineReviewService)
public void setProtocolVersionService(ProtocolVersionService protocolVersionService)
public void setProtocolAssignToAgendaService(ProtocolAssignToAgendaService protocolAssignToAgendaService)
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public void setKcNotificationService(KcNotificationService kcNotificationService)
protected ProtocolActionService getProtocolActionService()
protected org.kuali.rice.krad.service.DocumentService getDocumentService()
protected ProtocolActionCorrespondenceGenerationService getProtocolActionCorrespondenceGenerationService()
protected ProtocolOnlineReviewService getProtocolOnlineReviewService()
protected ProtocolVersionService getProtocolVersionService()
protected ProtocolAssignToAgendaService getProtocolAssignToAgendaService()
protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
protected KcNotificationService getKcNotificationService()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.