@Deprecated public class TransactionalDocumentEntry extends TransactionalDocumentEntry implements KNSDocumentEntry
| Modifier and Type | Field and Description | 
|---|---|
| protected Class<? extends DerivedValuesSetter> | derivedValuesSetterClassDeprecated.  | 
| protected List<HeaderNavigation> | headerNavigationListDeprecated.  | 
| protected Class<? extends PromptBeforeValidation> | promptBeforeValidationClassDeprecated.  | 
| protected boolean | sessionDocumentDeprecated.  | 
| protected List<String> | webScriptFilesDeprecated.  | 
allowsCopy, allowsNoteAttachments, allowsNoteFYI, attachmentTypesValuesFinderClass, baseDocumentClass, businessRulesClass, defaultExistenceCheckMap, defaultExistenceChecks, displayTopicFieldInNotes, documentAuthorizerClass, documentClass, documentPresentationControllerClass, documentTypeName, encryptDocumentDataInPersistentSessionStorage, usePessimisticLocking, useWorkflowPessimisticLocking, workflowAttributes, workflowPropertiesattributeMap, attributes, collectionMap, collections, complexAttributeMap, complexAttributes, relationshipMap, relationships, stateMapping| Constructor and Description | 
|---|
| TransactionalDocumentEntry()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | completeValidation()Deprecated.  Directly validate simple fields | 
| Class<? extends DerivedValuesSetter> | getDerivedValuesSetterClass()Deprecated.  | 
| Class<? extends DocumentAuthorizer> | getDocumentAuthorizerClass()Deprecated.  Returns the document authorizer class for the document. | 
| Class<? extends DocumentPresentationController> | getDocumentPresentationControllerClass()Deprecated.  Returns the document presentation controller class for the document. | 
| List<HeaderNavigation> | getHeaderNavigationList()Deprecated.  | 
| Class<? extends PromptBeforeValidation> | getPromptBeforeValidationClass()Deprecated.  | 
| List<String> | getWebScriptFiles()Deprecated.  | 
| boolean | isSessionDocument()Deprecated.  | 
| void | setDerivedValuesSetterClass(Class<? extends DerivedValuesSetter> derivedValuesSetter)Deprecated.  | 
| void | setHeaderNavigationList(List<HeaderNavigation> headerNavigationList)Deprecated.  The headerNavigation element defines a set of additional
 tabs which will appear on the document. | 
| void | setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass)Deprecated.  The promptBeforeValidationClass element is the full class name of the java
 class which determines whether the user should be asked any questions prior to running validation. | 
| void | setSessionDocument(boolean sessionDocument)Deprecated.  | 
| void | setWebScriptFiles(List<String> webScriptFiles)Deprecated.  The webScriptFile element defines the name of javascript files
 that are necessary for processing the document. | 
| String | toString()Deprecated.  | 
afterPropertiesSet, completeValidation, getAllowsCopy, getAllowsNoteAttachments, getAllowsNoteFYI, getAttachmentTypesValuesFinderClass, getBaseDocumentClass, getBusinessRulesClass, getDefaultExistenceCheckFieldNames, getDefaultExistenceChecks, getDisplayTopicFieldInNotes, getDocumentClass, getDocumentTypeName, getEntryClass, getFullClassName, getJstlKey, getUsePessimisticLocking, getUseWorkflowPessimisticLocking, getWorkflowAttributes, getWorkflowProperties, isEncryptDocumentDataInPersistentSessionStorage, setAllowsCopy, setAllowsNoteAttachments, setAllowsNoteFYI, setAttachmentTypesValuesFinderClass, setBaseDocumentClass, setBusinessRulesClass, setDefaultExistenceChecks, setDisplayTopicFieldInNotes, setDocumentAuthorizerClass, setDocumentClass, setDocumentPresentationControllerClass, setDocumentTypeName, setEncryptDocumentDataInPersistentSessionStorage, setUsePessimisticLocking, setUseWorkflowPessimisticLocking, setWorkflowAttributes, setWorkflowPropertiesgetAttributeDefinition, getAttributeNames, getAttributes, getCollectionDefinition, getCollectionNames, getCollections, getComplexAttributes, getRelationshipDefinition, getRelationshipNames, getRelationships, getStateMapping, setAttributes, setCollections, setComplexAttributes, setRelationships, setStateMappingcopy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAllowsCopy, getAllowsNoteAttachments, getAllowsNoteFYI, getAttachmentTypesValuesFinderClass, getBaseDocumentClass, getBusinessRulesClass, getDefaultExistenceChecks, getDisplayTopicFieldInNotes, getDocumentClass, getDocumentTypeName, getUsePessimisticLocking, getUseWorkflowPessimisticLocking, getWorkflowAttributes, getWorkflowProperties, isEncryptDocumentDataInPersistentSessionStorage, setAllowsCopy, setAllowsNoteAttachments, setAllowsNoteFYI, setAttachmentTypesValuesFinderClass, setBaseDocumentClass, setBusinessRulesClass, setDefaultExistenceChecks, setDisplayTopicFieldInNotes, setDocumentClass, setDocumentTypeName, setEncryptDocumentDataInPersistentSessionStorage, setUsePessimisticLocking, setUseWorkflowPessimisticLocking, setWorkflowAttributes, setWorkflowPropertiescompleteValidation, getAttributeDefinition, getFullClassName, getJstlKey, getRelationships, getStateMapping, setStateMappinggetComponentCode, getNamespaceCodeprotected Class<? extends PromptBeforeValidation> promptBeforeValidationClass
protected Class<? extends DerivedValuesSetter> derivedValuesSetterClass
protected List<String> webScriptFiles
protected List<HeaderNavigation> headerNavigationList
protected boolean sessionDocument
public TransactionalDocumentEntry()
public List<HeaderNavigation> getHeaderNavigationList()
getHeaderNavigationList in interface KNSDocumentEntrypublic List<String> getWebScriptFiles()
getWebScriptFiles in interface KNSDocumentEntrypublic Class<? extends PromptBeforeValidation> getPromptBeforeValidationClass()
getPromptBeforeValidationClass in interface KNSDocumentEntrypublic void setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass)
setPromptBeforeValidationClass in interface KNSDocumentEntryKualiDocumentActionBase#promptBeforeValidation(org.apache.struts.action.ActionMapping,
      org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest,
      javax.servlet.http.HttpServletResponse, String)public void setWebScriptFiles(List<String> webScriptFiles)
setWebScriptFiles in interface KNSDocumentEntrypublic void setHeaderNavigationList(List<HeaderNavigation> headerNavigationList)
setHeaderNavigationList in interface KNSDocumentEntrypublic boolean isSessionDocument()
isSessionDocument in interface KNSDocumentEntrypublic void setSessionDocument(boolean sessionDocument)
setSessionDocument in interface KNSDocumentEntrypublic Class<? extends DerivedValuesSetter> getDerivedValuesSetterClass()
getDerivedValuesSetterClass in interface KNSDocumentEntrypublic void setDerivedValuesSetterClass(Class<? extends DerivedValuesSetter> derivedValuesSetter)
setDerivedValuesSetterClass in interface KNSDocumentEntryderivedValuesSetter - the derivedValuesSetter to setpublic Class<? extends DocumentAuthorizer> getDocumentAuthorizerClass()
DocumentTypeService#getDocumentAuthorizer(org.kuali.rice.krad.document.Document)
 or
 DocumentTypeService#getDocumentAuthorizer(String)getDocumentAuthorizerClass in interface KNSDocumentEntrygetDocumentAuthorizerClass in class DocumentEntrypublic Class<? extends DocumentPresentationController> getDocumentPresentationControllerClass()
DocumentTypeService#getDocumentPresentationController(org.kuali.rice.krad.document.Document)
 or
 DocumentTypeService#getDocumentPresentationController(String)getDocumentPresentationControllerClass in interface KNSDocumentEntrygetDocumentPresentationControllerClass in class DocumentEntrypublic void completeValidation()
DocumentEntrycompleteValidation in interface DataDictionaryEntrycompleteValidation in class TransactionalDocumentEntryDocumentEntry.completeValidation()public String toString()
toString in class TransactionalDocumentEntryCopyright © 2005–2016 The Kuali Foundation. All rights reserved.