public abstract class ProtocolOnlineReviewDocumentBase extends ResearchDocumentBase implements org.kuali.rice.krad.document.Copyable, org.kuali.rice.krad.document.SessionDocument
| Constructor and Description |
|---|
ProtocolOnlineReviewDocumentBase()
Constructs a ProtocolDocumentBase object
|
| Modifier and Type | Method and Description |
|---|---|
void |
doActionTaken(org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent event) |
void |
doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange statusChangeEvent) |
protected List<RolePersons> |
getAllRolePersons()
Get the list of roles for the document along with each of the individuals in those roles.
|
String |
getDocumentTypeCode() |
abstract ProtocolOnlineReviewBase |
getProtocolOnlineReview()
This method is a convenience method for facilitating a 1:1 relationship between ProtocolDocumentBase
and ProtocolBase to the outside world - aka a single ProtocolBase field associated with ProtocolDocumentBase
|
void |
initialize() |
boolean |
isProcessComplete()
Returns whether the post-processing is considered complete for this document.
|
void |
prepareForSave() |
abstract void |
setProtocolOnlineReview(ProtocolOnlineReviewBase protocolOnlineReview)
This method is a convenience method for facilitating a 1:1 relationship between ProtocolDocumentBase
and ProtocolBase to the outside world - aka a single ProtocolBase field associated with ProtocolDocumentBase
|
answerSplitNodeQuestion, getCustomAttributeDocument, getCustomAttributeDocuments, getDocumentCustomData, getDocumentNextValue, getDocumentNextvalueBo, getDocumentNextvalues, getService, getUpdateTimestamp, getUpdateUser, isViewOnly, populateAdditionalQualifiedRoleAttributes, processAfterRetrieve, setCustomAttributeDocuments, setDocumentNextvalues, setUpdateTimestamp, setUpdateUser, setViewOnly, toCopy, updateDocumentDescriptions, validateBusinessRules, wrapDocumentWithMetadataForXmlSerializationgetAllowsCopy, isSessionDocumentaddCopyErrorDocumentNote, addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAttachmentService, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getNote, getNotes, getNoteService, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postLoad, postProcessSave, prepareForSave, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNewDocumentHeader, setNotes, setPessimisticLocks, useCustomLockDescriptorsafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refreshNonUpdateableReferences, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNotes, useCustomLockDescriptorspublic ProtocolOnlineReviewDocumentBase()
public void initialize()
initialize in class ResearchDocumentBasepublic abstract ProtocolOnlineReviewBase getProtocolOnlineReview()
public abstract void setProtocolOnlineReview(ProtocolOnlineReviewBase protocolOnlineReview)
protocol - protected List<RolePersons> getAllRolePersons()
ResearchDocumentBasegetAllRolePersons in class ResearchDocumentBaseResearchDocumentBase.getAllRolePersons()public String getDocumentTypeCode()
getDocumentTypeCode in class ResearchDocumentBasepublic void doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange statusChangeEvent)
doRouteStatusChange in interface org.kuali.rice.krad.document.DocumentdoRouteStatusChange in class org.kuali.rice.krad.document.DocumentBaseDocumentBase.doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange)public void doActionTaken(org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent event)
doActionTaken in interface org.kuali.rice.krad.document.DocumentdoActionTaken in class org.kuali.rice.krad.document.DocumentBaseDocumentBase.doActionTaken(org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent)public void prepareForSave()
prepareForSave in interface org.kuali.rice.krad.document.DocumentprepareForSave in class ResearchDocumentBasepublic boolean isProcessComplete()
ResearchDocumentBaseisProcessComplete in class ResearchDocumentBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.