|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.datadictionary.DataDictionaryEntryBase
org.kuali.rice.kns.datadictionary.DocumentEntry
org.kuali.rice.kns.datadictionary.TransactionalDocumentEntry
org.kuali.kfs.sys.document.datadictionary.FinancialSystemTransactionalDocumentEntry
public class FinancialSystemTransactionalDocumentEntry
An extension of the Rice TransactionalDocumentEntry that allows for KFS-centric properties, such as Accounting Document validations
Field Summary | |
---|---|
protected boolean |
allowsErrorCorrection
|
protected boolean |
potentiallySensitive
|
Fields inherited from class org.kuali.rice.kns.datadictionary.DocumentEntry |
---|
allowsCopy, allowsNoteAttachments, allowsNoteFYI, attachmentTypesValuesFinderClass, baseDocumentClass, businessRulesClass, defaultExistenceCheckMap, defaultExistenceChecks, derivedValuesSetterClass, displayTopicFieldInNotes, documentAuthorizerClass, documentClass, documentPresentationControllerClass, documentSearchGeneratorClass, documentTypeName, encryptDocumentDataInPersistentSessionStorage, headerNavigationList, promptBeforeValidationClass, sessionDocument, usePessimisticLocking, useWorkflowPessimisticLocking, webScriptFiles, workflowAttributes, workflowProperties |
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryEntryBase |
---|
attributeMap, attributes, collectionMap, collections, relationshipMap, relationships |
Constructor Summary | |
---|---|
FinancialSystemTransactionalDocumentEntry()
|
Method Summary | |
---|---|
Map<String,AccountingLineGroupDefinition> |
getAccountingLineGroups()
Gets the accountingLineGroups attribute. |
boolean |
getAllowsErrorCorrection()
|
Class<? extends AccountingLineParser> |
getImportedLineParserClass()
Gets the importedLineParserClass attribute. |
Integer |
getMaxDictionaryValidationDepth()
Gets the maxDictionaryValidationDepth attribute. |
Map<Class,String> |
getValidationMap()
Gets the validationMap attribute. |
boolean |
isPotentiallySensitive()
Gets the potentiallySensitive attribute. |
void |
setAccountingLineGroups(Map<String,AccountingLineGroupDefinition> accountingLineGroups)
Sets the accountingLineGroups attribute value. |
void |
setAllowsErrorCorrection(boolean allowsErrorCorrection)
This field contains a value of true or false. |
void |
setImportedLineParserClass(Class<? extends AccountingLineParser> importedLineParser)
Sets the importedLineParserClass attribute value. |
void |
setMaxDictionaryValidationDepth(Integer maxDictionaryValidationDepth)
Sets the maxDictionaryValidationDepth attribute value. |
void |
setPotentiallySensitive(boolean potentiallySensitive)
Sets the potentiallySensitive attribute value. |
void |
setValidationMap(Map<Class,String> validationMap)
Sets the validationMap attribute value. |
Methods inherited from class org.kuali.rice.kns.datadictionary.TransactionalDocumentEntry |
---|
completeValidation, toString |
Methods inherited from class org.kuali.rice.kns.datadictionary.DocumentEntry |
---|
afterPropertiesSet, getAllowsCopy, getAllowsNoteAttachments, getAllowsNoteFYI, getAttachmentTypesValuesFinderClass, getBaseDocumentClass, getBusinessRulesClass, getDefaultExistenceCheckFieldNames, getDefaultExistenceChecks, getDerivedValuesSetterClass, getDisplayTopicFieldInNotes, getDocumentAuthorizerClass, getDocumentClass, getDocumentPresentationControllerClass, getDocumentSearchGeneratorClass, getDocumentTypeName, getEntryClass, getFullClassName, getHeaderNavigationList, getJstlKey, getPromptBeforeValidationClass, getUsePessimisticLocking, getUseWorkflowPessimisticLocking, getWebScriptFiles, getWorkflowAttributes, getWorkflowProperties, isEncryptDocumentDataInPersistentSessionStorage, isSessionDocument, setAllowsCopy, setAllowsNoteAttachments, setAllowsNoteFYI, setAttachmentTypesValuesFinderClass, setBaseDocumentClass, setBusinessRulesClass, setDefaultExistenceChecks, setDerivedValuesSetterClass, setDisplayTopicFieldInNotes, setDocumentAuthorizerClass, setDocumentClass, setDocumentPresentationControllerClass, setDocumentSearchGeneratorClass, setDocumentTypeName, setEncryptDocumentDataInPersistentSessionStorage, setHeaderNavigationList, setPromptBeforeValidationClass, setSessionDocument, setUsePessimisticLocking, setUseWorkflowPessimisticLocking, setWebScriptFiles, setWorkflowAttributes, setWorkflowProperties |
Methods inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryEntryBase |
---|
getAttributeDefinition, getAttributeNames, getAttributes, getCollectionDefinition, getCollectionNames, getCollections, getRelationshipDefinition, getRelationshipNames, getRelationships, setAttributes, setCollections, setRelationships |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean allowsErrorCorrection
protected boolean potentiallySensitive
Constructor Detail |
---|
public FinancialSystemTransactionalDocumentEntry()
Method Detail |
---|
public Map<Class,String> getValidationMap()
public void setValidationMap(Map<Class,String> validationMap)
validationMap
- The validationMap to set.public Map<String,AccountingLineGroupDefinition> getAccountingLineGroups()
public void setAccountingLineGroups(Map<String,AccountingLineGroupDefinition> accountingLineGroups)
accountingLineGroups
- The accountingLineGroups to set.public Class<? extends AccountingLineParser> getImportedLineParserClass()
public void setImportedLineParserClass(Class<? extends AccountingLineParser> importedLineParser)
importedLineParserClass
- The importedLineParserClass to set.public Integer getMaxDictionaryValidationDepth()
public void setMaxDictionaryValidationDepth(Integer maxDictionaryValidationDepth)
maxDictionaryValidationDepth
- The maxDictionaryValidationDepth to set.public void setAllowsErrorCorrection(boolean allowsErrorCorrection)
public boolean getAllowsErrorCorrection()
org.kuali.rice.kns.datadictionary.TransactionalDocumentEntry#getAllowsErrorCorrection()
public boolean isPotentiallySensitive()
public void setPotentiallySensitive(boolean potentiallySensitive)
potentiallySensitive
- The potentiallySensitive to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |