|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.rice.krad.document.DocumentBase org.kuali.rice.krad.maintenance.MaintenanceDocumentBase
@Entity public class MaintenanceDocumentBase
Document class for all maintenance documents which wraps the maintenance object in
a Maintainable
that is also used for various callbacks
The maintenance xml structure will be:
Field Summary | |
---|---|
protected DocumentAttachment |
attachment
|
protected String |
attachmentCollectionName
|
protected String |
attachmentListPropertyName
|
protected String |
attachmentPropertyName
|
protected List<MultiDocumentAttachment> |
attachments
|
protected boolean |
displayTopicFieldInNotes
|
protected boolean |
fieldsClearedOnCopy
|
static String |
MAINTAINABLE_IMPL_CLASS
|
static String |
MAINTENANCE_ACTION_TAG_NAME
|
static String |
NEW_MAINTAINABLE_TAG_NAME
|
protected Maintainable |
newMaintainableObject
|
static String |
NOTES_TAG_NAME
|
static String |
OLD_MAINTAINABLE_TAG_NAME
|
protected Maintainable |
oldMaintainableObject
|
protected String |
xmlDocumentContents
|
Fields inherited from class org.kuali.rice.krad.document.DocumentBase |
---|
documentHeader, documentNumber |
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
MaintenanceDocumentBase()
|
|
MaintenanceDocumentBase(String documentTypeName)
Initializies the maintainables. |
Method Summary | |
---|---|
protected boolean |
checkAllowsRecordDeletion()
|
protected boolean |
checkDeletePermission(Object dataObject)
|
protected void |
checkForLockingDocument(boolean throwExceptionIfLocked)
|
protected boolean |
checkMaintenanceAction()
|
void |
deleteDocumentAttachment()
|
void |
deleteDocumentAttachmentList()
|
void |
doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent)
Handle the doRouteStatusChange event from the post processor |
boolean |
getAllowsCopy()
This method returns whether or not this document can be copied. |
DocumentAttachment |
getAttachment()
|
String |
getAttachmentCollectionName()
|
String |
getAttachmentListPropertyName()
|
String |
getAttachmentPropertyName()
|
List<MultiDocumentAttachment> |
getAttachments()
|
String |
getCustomLockDescriptor(Person user)
Returns the custom lock descriptor generated by the new maintainable object, if defined. |
protected Object |
getDataObjectFromXML(String maintainableTagName)
Get data object from XML |
Object |
getDocumentDataObject()
Return the data object that this MaintenanceDocument is maintaining |
protected DocumentDictionaryService |
getDocumentDictionaryService()
|
protected DocumentHeaderService |
getDocumentHeaderService()
|
PropertySerializabilityEvaluator |
getDocumentPropertySerizabilityEvaluator()
If workflowProperties have been defined within the data dictionary for this document, then it returns an instance of BusinessObjectPropertySerializibilityEvaluator initialized with the properties. |
protected DocumentService |
getDocumentService()
|
String |
getDocumentTitle()
Builds out the document title for maintenance documents |
protected String |
getMaintenanceAction(Document xmlDocument,
String oldOrNewElementName)
This method is a lame containment of ugly DOM walking code. |
protected MaintenanceDocumentService |
getMaintenanceDocumentService()
|
Maintainable |
getNewMaintainableObject()
Get the new maintainable object |
PersistableBusinessObject |
getNoteTarget()
The Note target for maintenance documents is determined by whether or not the underlying Maintainable
supports business object notes or not. |
NoteType |
getNoteType()
The NoteType for maintenance documents is determined by whether or not the underlying Maintainable supports business object notes or not. |
Maintainable |
getOldMaintainableObject()
Get the old maintainable object |
List<String> |
getWorkflowEngineDocumentIdsToLock()
The default implementation returns no additional ids for the workflow engine to lock prior to processing. |
String |
getXmlDocumentContents()
Get the XML representation of the maintenance document |
boolean |
isDisplayTopicFieldInNotes()
Check if the topic field should be displayed in the notes section |
boolean |
isEdit()
Check if maintenance document is editing an existing Business Object |
boolean |
isFieldsClearedOnCopy()
Check if fields are cleared on copy |
boolean |
isNew()
Check if maintenance document is creating a new Business Object |
boolean |
isNewWithExisting()
Check if maintenance document is creating a new Business Object out of an existing Business Object |
boolean |
isOldDataObjectInDocument()
Check if maintenance document has old maintenance data |
protected boolean |
isOldMaintainableInDocument(Document xmlDocument)
Check if oldMaintainable is specified in the XML of the maintenance document |
boolean |
isSessionDocument()
This method to check whether the document class implements SessionDocument TODO: move to KNS maintenance document base |
void |
populateAttachmentBeforeSave()
|
void |
populateAttachmentForBO()
|
void |
populateAttachmentListForBO()
|
void |
populateBoAttachmentListBeforeSave()
|
void |
populateDocumentAttachment()
|
void |
populateDocumentAttachmentList()
|
void |
populateMaintainablesFromXmlDocumentContents()
Populates the old and new maintainables from the xml document contents string. |
void |
populateXmlDocumentContentsFromMaintainables()
Build the xml document string from the contents of the old and new maintainables. |
protected void |
postLoad()
This overridden method is used to retrieve the DocumentHeader object due to the system not being able to
manage the DocumentHeader object via mapping files |
void |
postProcessSave(KualiDocumentEvent event)
this needs to happen after the document itself is saved, to preserve consistency of the ver_nbr and in the case of initial save, because this can't be saved until the document is saved initially |
protected void |
postRemove()
This overridden method is used to delete the DocumentHeader object due to the system not being able to
manage the DocumentHeader object via mapping files |
void |
prepareForSave()
This method provides a hook that will be called before the document is saved. |
void |
prepareForSave(KualiDocumentEvent event)
Override this method with implementation specific prepareForSave logic |
protected void |
prePersist()
This overridden method is used to insert the DocumentHeader object due to the system not being able to
manage the DocumentHeader object via mapping files |
protected void |
preUpdate()
This overridden method is used to save the DocumentHeader object due to the system not being able to
manage the DocumentHeader object via mapping files |
void |
processAfterRetrieve()
This method provides a hook that will be called after a document is retrieved, but before it is returned from the DocumentService. |
protected void |
refreshAttachment()
The attachment BO is proxied in OJB. |
protected void |
refreshAttachmentList()
|
String |
serializeDocumentToXml()
Overridden to avoid serializing the xml twice, because of the xmlDocumentContents property of this object |
void |
setAttachment(DocumentAttachment attachment)
|
void |
setAttachmentCollectionName(String attachmentCollectionName)
|
void |
setAttachmentListPropertyName(String attachmentListPropertyName)
|
void |
setAttachmentPropertyName(String attachmentPropertyName)
|
void |
setAttachments(List<MultiDocumentAttachment> attachments)
|
void |
setDisplayTopicFieldInNotes(boolean displayTopicFieldInNotes)
Set the display topic field in notes flag |
void |
setDocumentNumber(String documentNumber)
setter for document header id |
void |
setFieldsClearedOnCopy(boolean fieldsClearedOnCopy)
Set the keys cleared on copy flag |
void |
setNewMaintainableObject(Maintainable newMaintainableObject)
Set the new maintainable object |
void |
setOldMaintainableObject(Maintainable oldMaintainableObject)
Set the old maintainable object |
void |
setXmlDocumentContents(String xmlDocumentContents)
Sets the xml contents of the maintenance document |
boolean |
useCustomLockDescriptors()
Returns whether or not the new maintainable object supports custom lock descriptors. |
void |
validateBusinessRules(KualiDocumentEvent event)
Explicitly NOT calling super here. |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject |
---|
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
---|
refresh |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Field Detail |
---|
public static final String MAINTAINABLE_IMPL_CLASS
public static final String OLD_MAINTAINABLE_TAG_NAME
public static final String NEW_MAINTAINABLE_TAG_NAME
public static final String MAINTENANCE_ACTION_TAG_NAME
public static final String NOTES_TAG_NAME
protected Maintainable oldMaintainableObject
protected Maintainable newMaintainableObject
protected String xmlDocumentContents
protected boolean fieldsClearedOnCopy
protected boolean displayTopicFieldInNotes
protected String attachmentPropertyName
protected String attachmentListPropertyName
protected String attachmentCollectionName
protected DocumentAttachment attachment
protected List<MultiDocumentAttachment> attachments
Constructor Detail |
---|
public MaintenanceDocumentBase()
public MaintenanceDocumentBase(String documentTypeName)
Method Detail |
---|
public String getAttachmentPropertyName()
public void setAttachmentPropertyName(String attachmentPropertyName)
public String getAttachmentListPropertyName()
public void setAttachmentListPropertyName(String attachmentListPropertyName)
public String getAttachmentCollectionName()
public void setAttachmentCollectionName(String attachmentCollectionName)
public String getDocumentTitle()
This will get loaded into the flex doc and passed into workflow. It will be searchable.
getDocumentTitle
in interface Document
getDocumentTitle
in class DocumentBase
Document.getDocumentTitle()
protected boolean isOldMaintainableInDocument(Document xmlDocument)
xmlDocument
- Maintenance document in XML form
public boolean isOldDataObjectInDocument()
MaintenanceDocument
isOldDataObjectInDocument
in interface MaintenanceDocument
Maintainable.isOldDataObjectInDocument()
public boolean isNew()
MaintenanceDocument
isNew
in interface MaintenanceDocument
MaintenanceDocument.isNew()
public boolean isEdit()
MaintenanceDocument
isEdit
in interface MaintenanceDocument
MaintenanceDocument.isEdit()
public boolean isNewWithExisting()
MaintenanceDocument
For example, a new division vendor out of an existing parent vendor.
isNewWithExisting
in interface MaintenanceDocument
MaintenanceDocument.isNewWithExisting()
public void populateMaintainablesFromXmlDocumentContents()
MaintenanceDocument
populateMaintainablesFromXmlDocumentContents
in interface MaintenanceDocument
MaintenanceDocument.populateMaintainablesFromXmlDocumentContents()
protected String getMaintenanceAction(Document xmlDocument, String oldOrNewElementName)
xmlDocument
- oldOrNewElementName
- - String oldMaintainableObject or newMaintainableObject
protected Object getDataObjectFromXML(String maintainableTagName)
Retrieves substring of document contents from maintainable tag name. Then use xml service to translate xml into a business object.
maintainableTagName
- the xml tag name of the maintainable
public void populateXmlDocumentContentsFromMaintainables()
MaintenanceDocument
populateXmlDocumentContentsFromMaintainables
in interface MaintenanceDocument
MaintenanceDocument.populateXmlDocumentContentsFromMaintainables()
public void doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent)
Document
doRouteStatusChange
in interface Document
doRouteStatusChange
in class DocumentBase
DocumentBase.doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange)
public List<String> getWorkflowEngineDocumentIdsToLock()
DocumentBase
getWorkflowEngineDocumentIdsToLock
in interface Document
getWorkflowEngineDocumentIdsToLock
in class DocumentBase
DocumentBase.getWorkflowEngineDocumentIdsToLock()
public void prepareForSave()
Document
prepareForSave
in interface Document
prepareForSave
in class DocumentBase
Document.prepareForSave()
public void processAfterRetrieve()
Document
processAfterRetrieve
in interface Document
processAfterRetrieve
in class DocumentBase
DocumentBase.processAfterRetrieve()
public Maintainable getNewMaintainableObject()
MaintenanceDocument
getNewMaintainableObject
in interface MaintenanceDocument
MaintenanceDocument.getNewMaintainableObject()
public void setNewMaintainableObject(Maintainable newMaintainableObject)
MaintenanceDocument
setNewMaintainableObject
in interface MaintenanceDocument
newMaintainableObject
- maintainable with the new maintenance recordMaintenanceDocument.setNewMaintainableObject(Maintainable)
public Maintainable getOldMaintainableObject()
MaintenanceDocument
getOldMaintainableObject
in interface MaintenanceDocument
MaintenanceDocument.getOldMaintainableObject()
public void setOldMaintainableObject(Maintainable oldMaintainableObject)
MaintenanceDocument
setOldMaintainableObject
in interface MaintenanceDocument
oldMaintainableObject
- maintainable with the old maintenance recordMaintenanceDocument.setOldMaintainableObject(Maintainable)
public void setDocumentNumber(String documentNumber)
Document
setDocumentNumber
in interface Document
setDocumentNumber
in class DocumentBase
DocumentBase.setDocumentNumber(java.lang.String)
public final boolean isFieldsClearedOnCopy()
MaintenanceDocument
For copy action the primary keys need to be cleared. This flag indicates if the clearing has occurred.
isFieldsClearedOnCopy
in interface MaintenanceDocument
MaintenanceDocument.isFieldsClearedOnCopy()
public final void setFieldsClearedOnCopy(boolean fieldsClearedOnCopy)
MaintenanceDocument
setFieldsClearedOnCopy
in interface MaintenanceDocument
MaintenanceDocument.setFieldsClearedOnCopy(boolean)
public String getXmlDocumentContents()
MaintenanceDocument
getXmlDocumentContents
in interface MaintenanceDocument
MaintenanceDocument.getXmlDocumentContents()
public void setXmlDocumentContents(String xmlDocumentContents)
MaintenanceDocument
setXmlDocumentContents
in interface MaintenanceDocument
xmlDocumentContents
- String xmlMaintenanceDocument.setXmlDocumentContents(String)
public boolean getAllowsCopy()
Document
getAllowsCopy
in interface Document
getAllowsCopy
in class DocumentBase
Document.getAllowsCopy()
public boolean isDisplayTopicFieldInNotes()
MaintenanceDocument
isDisplayTopicFieldInNotes
in interface MaintenanceDocument
MaintenanceDocument.isDisplayTopicFieldInNotes()
public void setDisplayTopicFieldInNotes(boolean displayTopicFieldInNotes)
MaintenanceDocument
setDisplayTopicFieldInNotes
in interface MaintenanceDocument
MaintenanceDocument.setDisplayTopicFieldInNotes(boolean)
public String serializeDocumentToXml()
serializeDocumentToXml
in interface Document
serializeDocumentToXml
in class DocumentBase
Document.serializeDocumentToXml()
public void prepareForSave(KualiDocumentEvent event)
DocumentBase
prepareForSave
in interface Document
prepareForSave
in class DocumentBase
event
- - indicates which document event was requestedDocumentBase.prepareForSave(org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent)
protected void refreshAttachment()
protected void refreshAttachmentList()
public void populateAttachmentForBO()
public void populateDocumentAttachment()
public void populateAttachmentListForBO()
public void populateAttachmentBeforeSave()
public void populateDocumentAttachmentList()
public void populateBoAttachmentListBeforeSave()
public void deleteDocumentAttachment()
public void deleteDocumentAttachmentList()
public void validateBusinessRules(KualiDocumentEvent event)
validateBusinessRules
in interface Document
validateBusinessRules
in class DocumentBase
event
- - indicates which document event was requestedDocumentBase.validateBusinessRules(org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent)
protected void checkForLockingDocument(boolean throwExceptionIfLocked)
public void postProcessSave(KualiDocumentEvent event)
postProcessSave
in interface Document
postProcessSave
in class DocumentBase
event
- - indicates which document event was requestedDocumentBase.postProcessSave(org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent)
public Object getDocumentDataObject()
MaintenanceDocument
getDocumentDataObject
in interface MaintenanceDocument
MaintenanceDocument.getDocumentDataObject()
public PersistableBusinessObject getNoteTarget()
The Note target for maintenance documents is determined by whether or not the underlying Maintainable
supports business object notes or not. This is determined via a call to Maintainable#isBoNotesEnabled()
.
The note target is then derived as follows:
Maintainable
supports business object
notes, delegate to getDocumentDataObject()
. DocumentHeader
.
getNoteTarget
in interface Document
getNoteTarget
in class DocumentBase
Document.getNoteTarget()
public NoteType getNoteType()
NoteType
for maintenance documents is determined by whether or not the underlying Maintainable
supports business object notes or not. This is determined via a call to isBoNotesEnabled()
. The NoteType
is then derived as follows: Maintainable
supports business object notes, return NoteType.BUSINESS_OBJECT
. DocumentBase.getNoteType()
getNoteType
in interface Document
getNoteType
in class DocumentBase
Document.getNoteType()
,
Document.getNoteTarget()
public PropertySerializabilityEvaluator getDocumentPropertySerizabilityEvaluator()
DocumentBase
BusinessObjectPropertySerializibilityEvaluator
initialized with the properties. If none have been
defined, then returns
AlwaysTruePropertySerializibilityEvaluator
.
getDocumentPropertySerizabilityEvaluator
in interface Document
getDocumentPropertySerizabilityEvaluator
in class DocumentBase
Document.getDocumentPropertySerizabilityEvaluator()
public DocumentAttachment getAttachment()
public void setAttachment(DocumentAttachment attachment)
public List<MultiDocumentAttachment> getAttachments()
public void setAttachments(List<MultiDocumentAttachment> attachments)
protected void postRemove()
DocumentHeader
object due to the system not being able to
manage the DocumentHeader
object via mapping files
postRemove
in class PersistableBusinessObjectBase
PersistableBusinessObjectBase.postRemove()
protected void postLoad()
DocumentHeader
object due to the system not being able to
manage the DocumentHeader
object via mapping files
postLoad
in class DocumentBase
PersistableBusinessObjectBase.postLoad()
protected void prePersist()
DocumentHeader
object due to the system not being able to
manage the DocumentHeader
object via mapping files
prePersist
in class PersistableBusinessObjectBase
PersistableBusinessObjectBase.prePersist()
protected void preUpdate()
DocumentHeader
object due to the system not being able to
manage the DocumentHeader
object via mapping files
preUpdate
in class PersistableBusinessObjectBase
PersistableBusinessObjectBase.preUpdate()
public boolean isSessionDocument()
public boolean useCustomLockDescriptors()
useCustomLockDescriptors
in interface Document
useCustomLockDescriptors
in class DocumentBase
Document.useCustomLockDescriptors()
,
Maintainable.useCustomLockDescriptors()
public String getCustomLockDescriptor(Person user)
getCustomLockDescriptor
in interface Document
getCustomLockDescriptor
in class DocumentBase
user
- The user trying to establish the lock.
Document.getCustomLockDescriptor(org.kuali.rice.kim.api.identity.Person)
,
Maintainable.getCustomLockDescriptor(org.kuali.rice.kim.api.identity.Person)
protected DocumentDictionaryService getDocumentDictionaryService()
protected MaintenanceDocumentService getMaintenanceDocumentService()
protected DocumentHeaderService getDocumentHeaderService()
protected DocumentService getDocumentService()
protected boolean checkAllowsRecordDeletion()
protected boolean checkMaintenanceAction()
protected boolean checkDeletePermission(Object dataObject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |