|
||||||||||
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.document.TransactionalDocumentBase
@MappedSuperclass public abstract class TransactionalDocumentBase
Controller that handles requests coming from a TransactionalDocumentView
Field Summary |
---|
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 | |
---|---|
TransactionalDocumentBase()
Default constructor. |
Method Summary | |
---|---|
boolean |
getAllowsCopy()
This method returns whether or not this document can be copied. |
boolean |
isSessionDocument()
This method to check whether the document class implements SessionDocument |
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 |
Constructor Detail |
---|
public TransactionalDocumentBase()
Method Detail |
---|
public boolean getAllowsCopy()
Document
getAllowsCopy
in interface Document
getAllowsCopy
in class DocumentBase
Checks if copy is set to true in data dictionary and the document instance implements
Copyable.
public boolean isSessionDocument()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |