|
||||||||||
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.endow.document.EndowmentTransactionalDocumentBase
org.kuali.kfs.module.endow.document.EndowmentTransactionLinesDocumentBase
org.kuali.kfs.module.endow.document.EndowmentSecurityDetailsDocumentBase
public abstract class EndowmentSecurityDetailsDocumentBase
Field Summary | |
---|---|
protected List<EndowmentTransactionSecurity> |
sourceTransactionSecurities
|
protected EndowmentSourceTransactionSecurity |
sourceTransactionSecurity
|
protected List<EndowmentTransactionSecurity> |
targetTransactionSecurities
|
protected EndowmentTargetTransactionSecurity |
targetTransactionSecurity
|
Fields inherited from class org.kuali.kfs.module.endow.document.EndowmentTransactionLinesDocumentBase |
---|
nextSourceLineNumber, nextTargetLineNumber, sourceTransactionLines, targetTransactionLines |
Fields inherited from class org.kuali.kfs.module.endow.document.EndowmentTransactionalDocumentBase |
---|
businessObjectService, CHECK_IF_ROUTE_SPLIT, dateTimeService, noRouteIndicator, transactionPosted, transactionSourceType, transactionSourceTypeCode, transactionSubType, transactionSubTypeCode |
Fields inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
---|
documentHeader, LOG |
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 | |
---|---|
EndowmentSecurityDetailsDocumentBase()
|
Method Summary | |
---|---|
List |
buildListOfDeletionAwareLists()
|
List<EndowmentTransactionSecurity> |
getSourceTransactionSecurities()
Gets the sourceTransactionSecurities. |
EndowmentTransactionSecurity |
getSourceTransactionSecurity()
Here when the document is being read from the DB, the security object to be returned must be the object from the DB and not the new object created. |
List<EndowmentTransactionSecurity> |
getTargetTransactionSecurities()
Gets the targetTransactionSecurities. |
EndowmentTransactionSecurity |
getTargetTransactionSecurity()
Here when the document is being read from the DB, the security object to be returned must be the object from the DB and not the new object created. |
void |
prepareForSave()
If the document has a total amount, call method on document to get the total and set in doc header. |
void |
setSourceTransactionSecurities(List<EndowmentTransactionSecurity> sourceTransactionSecurities)
Sets the sourceTransactionSecurities. |
void |
setSourceTransactionSecurity(EndowmentTransactionSecurity sourceTransactionSecurity)
Sets the sourceTransactionSecurity attribute value. |
void |
setTargetTransactionSecurities(List<EndowmentTransactionSecurity> targetTransactionSecurities)
Sets the targetTransactionSecurities. |
void |
setTargetTransactionSecurity(EndowmentTransactionSecurity targetTransactionSecurity)
Sets the targetTransactionSecurity attribute value. |
Methods inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
---|
getDocumentHeader, processAfterRetrieve, setDocumentHeader |
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, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postProcessSave, prepareForSave, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNewDocumentHeader, setPessimisticLocks, 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, 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.kfs.module.endow.document.EndowmentTransactionalDocument |
---|
getTransactionSourceTypeCode, getTransactionSubTypeCode, isErrorCorrectedDocument, isTransactionPosted, setNoRouteIndicator, setTransactionPosted, setTransactionSourceTypeCode, setTransactionSubTypeCode |
Methods inherited from interface org.kuali.kfs.sys.document.FinancialSystemTransactionalDocument |
---|
answerSplitNodeQuestion, getDocumentHeader |
Methods inherited from interface org.kuali.rice.kns.document.Document |
---|
addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, 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 List<EndowmentTransactionSecurity> sourceTransactionSecurities
protected List<EndowmentTransactionSecurity> targetTransactionSecurities
protected EndowmentSourceTransactionSecurity sourceTransactionSecurity
protected EndowmentTargetTransactionSecurity targetTransactionSecurity
Constructor Detail |
---|
public EndowmentSecurityDetailsDocumentBase()
Method Detail |
---|
public void prepareForSave()
FinancialSystemTransactionalDocumentBase
prepareForSave
in interface org.kuali.rice.kns.document.Document
prepareForSave
in class FinancialSystemTransactionalDocumentBase
FinancialSystemTransactionalDocumentBase.prepareForSave()
public List<EndowmentTransactionSecurity> getSourceTransactionSecurities()
public void setSourceTransactionSecurities(List<EndowmentTransactionSecurity> sourceTransactionSecurities)
sourceTransactionSecurities
- public List<EndowmentTransactionSecurity> getTargetTransactionSecurities()
public void setTargetTransactionSecurities(List<EndowmentTransactionSecurity> targetTransactionSecurities)
targetTransactionSecurities
- public EndowmentTransactionSecurity getSourceTransactionSecurity()
getSourceTransactionSecurity
in interface EndowmentSecurityDetailsDocument
EndowmentSecurityDetailsDocument.getSourceTransactionSecurity()
public EndowmentTransactionSecurity getTargetTransactionSecurity()
getTargetTransactionSecurity
in interface EndowmentSecurityDetailsDocument
EndowmentSecurityDetailsDocument.getTargetTransactionSecurity()
public void setSourceTransactionSecurity(EndowmentTransactionSecurity sourceTransactionSecurity)
EndowmentSecurityDetailsDocument
setSourceTransactionSecurity
in interface EndowmentSecurityDetailsDocument
sourceTransactionSecurity
- The sourceTransactionSecurity to set.EndowmentSecurityDetailsDocument.setSourceTransactionSecurity(org.kuali.kfs.module.endow.businessobject.EndowmentTransactionSecurity)
public void setTargetTransactionSecurity(EndowmentTransactionSecurity targetTransactionSecurity)
EndowmentSecurityDetailsDocument
setTargetTransactionSecurity
in interface EndowmentSecurityDetailsDocument
targetTransactionSecurity
- The targetTransactionSecurity to set.EndowmentSecurityDetailsDocument.setTargetTransactionSecurity(org.kuali.kfs.module.endow.businessobject.EndowmentTransactionSecurity)
public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists
in interface org.kuali.rice.kns.bo.PersistableBusinessObject
buildListOfDeletionAwareLists
in class EndowmentTransactionLinesDocumentBase
EndowmentTransactionLinesDocumentBase.buildListOfDeletionAwareLists()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |