|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.document.DocumentBase
org.kuali.rice.kns.document.TransactionalDocumentBase
org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase
org.kuali.kfs.module.purap.document.ContractManagerAssignmentDocument
public class ContractManagerAssignmentDocument
Field Summary | |
---|---|
protected List<ContractManagerAssignmentDetail> |
contractManagerAssignmentDetails
|
protected String |
deliveryCampusCode
|
protected String |
firstItemCommodityCode
|
protected String |
firstItemDescription
|
protected String |
firstObjectCode
|
protected String |
generalDescription
|
protected static org.apache.log4j.Logger |
LOG
|
protected String |
requisitionCreateDate
|
protected String |
requisitionNumber
|
protected String |
requisitionTotalAmount
|
protected String |
universityFiscalYear
|
protected String |
vendorName
|
Fields inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
---|
documentHeader |
Fields inherited from class org.kuali.rice.kns.document.DocumentBase |
---|
documentBusinessObject, documentNumber |
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
ContractManagerAssignmentDocument()
Default constructor. |
Method Summary | |
---|---|
void |
doRouteStatusChange(org.kuali.rice.kew.dto.DocumentRouteStatusChangeDTO statusChangeEvent)
This is the default implementation which checks for a different workflow statuses, and updates the Kuali status accordingly. |
ContractManagerAssignmentDetail |
getContractManagerAssignmentDetail(int index)
|
List |
getContractManagerAssignmentDetails()
|
protected String |
getCurrentRouteNodeName(org.kuali.rice.kns.workflow.service.KualiWorkflowDocument wd)
|
String |
getDeliveryCampusCode()
Gets the deliveryCampusCode attribute. |
String |
getDocumentTitle()
|
String |
getFirstItemCommodityCode()
Gets the firstItemCommodityCode attribute. |
String |
getFirstItemDescription()
Gets the firstItemDescription attribute. |
String |
getFirstObjectCode()
Gets the firstObjectCode attribute. |
String |
getGeneralDescription()
Gets the generalDescription attribute. |
String |
getRequisitionCreateDate()
Gets the requisitionCreateDate attribute. |
String |
getRequisitionNumber()
Gets the requisitionNumber attribute. |
String |
getRequisitionTotalAmount()
Gets the requisitionTotalAmount attribute. |
String |
getUniversityFiscalYear()
|
String |
getVendorName()
Gets the vendorName attribute. |
void |
populateDocumentWithRequisitions()
Perform logic needed to populate the Assign Contract Manager Document with requisitions in status of Awaiting Contract Manager Assignment. |
void |
setContractManagerAssignmentDetailss(List contractManagerAssignmentDetails)
|
Methods inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
---|
answerSplitNodeQuestion, getDocumentHeader, prepareForSave, processAfterRetrieve, setDocumentHeader, toErrorCorrection |
Methods inherited from class org.kuali.rice.kns.document.TransactionalDocumentBase |
---|
getAllowsCopy, isSessionDocument |
Methods inherited from class org.kuali.rice.kns.document.DocumentBase |
---|
addCopyErrorDocumentNote, addPessimisticLock, afterLookup, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getLockClearningMethodNames, getNonLockingActionTakenCodes, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postProcessSave, prepareForSave, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNewDocumentHeader, setPessimisticLocks, toCopy, toString, toStringBuilder, toStringMapper, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.document.Document |
---|
addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getLockClearningMethodNames, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, refreshPessimisticLocks, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Field Detail |
---|
protected static org.apache.log4j.Logger LOG
protected List<ContractManagerAssignmentDetail> contractManagerAssignmentDetails
protected String requisitionNumber
protected String deliveryCampusCode
protected String vendorName
protected String generalDescription
protected String requisitionTotalAmount
protected String requisitionCreateDate
protected String firstItemDescription
protected String firstItemCommodityCode
protected String firstObjectCode
protected String universityFiscalYear
Constructor Detail |
---|
public ContractManagerAssignmentDocument()
Method Detail |
---|
public ContractManagerAssignmentDetail getContractManagerAssignmentDetail(int index)
public void populateDocumentWithRequisitions()
public void doRouteStatusChange(org.kuali.rice.kew.dto.DocumentRouteStatusChangeDTO statusChangeEvent)
FinancialSystemTransactionalDocumentBase
doRouteStatusChange
in interface org.kuali.rice.kns.document.Document
doRouteStatusChange
in class FinancialSystemTransactionalDocumentBase
org.kuali.rice.kns.document.Document#doRouteStatusChange()
protected String getCurrentRouteNodeName(org.kuali.rice.kns.workflow.service.KualiWorkflowDocument wd) throws org.kuali.rice.kew.exception.WorkflowException
org.kuali.rice.kew.exception.WorkflowException
public String getDocumentTitle()
getDocumentTitle
in interface org.kuali.rice.kns.document.Document
getDocumentTitle
in class org.kuali.rice.kns.document.DocumentBase
Document.getDocumentTitle()
public List getContractManagerAssignmentDetails()
public void setContractManagerAssignmentDetailss(List contractManagerAssignmentDetails)
public String getFirstObjectCode()
public String getDeliveryCampusCode()
public String getFirstItemDescription()
public String getFirstItemCommodityCode()
public String getGeneralDescription()
public String getRequisitionCreateDate()
public String getRequisitionNumber()
public String getRequisitionTotalAmount()
public String getVendorName()
public String getUniversityFiscalYear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |