public class CoiDisclosureDocument extends ResearchDocumentBase implements org.kuali.rice.krad.document.Copyable, org.kuali.rice.krad.document.SessionDocument, KrmsRulesContext
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCUMENT_TYPE_CODE |
| Constructor and Description |
|---|
CoiDisclosureDocument()
Constructs a CoiDisclosureDocument object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFacts(org.kuali.rice.krms.api.engine.Facts.Builder factsBuilder) |
List |
buildListOfDeletionAwareLists() |
CoiDisclosure |
getCoiDisclosure()
This method is a convenience method for facilitating a 1:1 relationship between CoiDisclosureDocument
and CoiDisclosure to the outside world - aka a single CoiDisclosure field associated with CoiDocument
|
List<CoiDisclosure> |
getCoiDisclosureList() |
String |
getCustomLockDescriptor(org.kuali.rice.kim.api.identity.Person user) |
List<? extends DocumentCustomData> |
getDocumentCustomData() |
String |
getDocumentTypeCode() |
boolean |
isProcessComplete()
Returns whether the post-processing is considered complete for this document.
|
void |
populateAgendaQualifiers(Map<String,String> qualifiers) |
void |
populateContextQualifiers(Map<String,String> qualifiers) |
void |
setCoiDisclosure(CoiDisclosure coiDisclosure)
This method is a convenience method for facilitating a 1:1 relationship between CoiDocument
and CoiDisclosure to the outside world - aka a single CoiDisclosure field associated with CoiDocument
|
void |
setCoiDisclosureList(List<CoiDisclosure> coiDisclosureList) |
boolean |
useCustomLockDescriptors() |
answerSplitNodeQuestion, getAllRolePersons, getCustomAttributeDocument, getCustomAttributeDocuments, getDocumentNextValue, getDocumentNextvalueBo, getDocumentNextvalues, getService, getUpdateTimestamp, getUpdateUser, initialize, isViewOnly, populateAdditionalQualifiedRoleAttributes, prepareForSave, processAfterRetrieve, setCustomAttributeDocuments, setDocumentNextvalues, setUpdateTimestamp, setUpdateUser, setViewOnly, toCopy, updateDocumentDescriptions, validateBusinessRules, wrapDocumentWithMetadataForXmlSerializationgetAllowsCopy, isSessionDocumentaddCopyErrorDocumentNote, addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAttachmentService, getBasePathToDocumentDuringSerialization, 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, setPessimisticLocksafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, 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, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNotespublic static final String DOCUMENT_TYPE_CODE
public CoiDisclosureDocument()
public List<CoiDisclosure> getCoiDisclosureList()
public void setCoiDisclosureList(List<CoiDisclosure> coiDisclosureList)
public String getDocumentTypeCode()
getDocumentTypeCode in class ResearchDocumentBasepublic CoiDisclosure getCoiDisclosure()
public void setCoiDisclosure(CoiDisclosure coiDisclosure)
coiDisclosure - public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists in interface org.kuali.rice.krad.bo.PersistableBusinessObjectbuildListOfDeletionAwareLists in class org.kuali.rice.krad.bo.PersistableBusinessObjectBaseorg.kuali.core.bo.PersistableBusinessObjectBase#buildListOfDeletionAwareLists()public boolean isProcessComplete()
ResearchDocumentBaseisProcessComplete in class ResearchDocumentBasepublic void populateContextQualifiers(Map<String,String> qualifiers)
populateContextQualifiers in interface KrmsRulesContextpublic void addFacts(org.kuali.rice.krms.api.engine.Facts.Builder factsBuilder)
addFacts in interface KrmsRulesContextpublic void populateAgendaQualifiers(Map<String,String> qualifiers)
populateAgendaQualifiers in interface KrmsRulesContextpublic List<? extends DocumentCustomData> getDocumentCustomData()
getDocumentCustomData in class ResearchDocumentBasepublic String getCustomLockDescriptor(org.kuali.rice.kim.api.identity.Person user)
getCustomLockDescriptor in interface org.kuali.rice.krad.document.DocumentgetCustomLockDescriptor in class org.kuali.rice.krad.document.DocumentBasepublic boolean useCustomLockDescriptors()
useCustomLockDescriptors in interface org.kuali.rice.krad.document.DocumentuseCustomLockDescriptors in class org.kuali.rice.krad.document.DocumentBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.