| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
org.kuali.rice.krad.datadictionary.DocumentEntry
org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
@Deprecated public class MaintenanceDocumentEntry
| Field Summary | |
|---|---|
| protected  String | additionalSectionsFileDeprecated. | 
| protected  boolean | allowsNewOrCopyDeprecated. | 
| protected  boolean | allowsRecordDeletionDeprecated. | 
| protected  Class<? extends DerivedValuesSetter> | derivedValuesSetterClassDeprecated. | 
| protected  List<HeaderNavigation> | headerNavigationListDeprecated. | 
| protected  List<String> | lockingKeysDeprecated. | 
| protected  Map<String,MaintainableSectionDefinition> | maintainableSectionMapDeprecated. | 
| protected  List<MaintainableSectionDefinition> | maintainableSectionsDeprecated. | 
| protected  boolean | preserveLockingKeysOnCopyDeprecated. | 
| protected  Class<? extends PromptBeforeValidation> | promptBeforeValidationClassDeprecated. | 
| protected  boolean | sessionDocumentDeprecated. | 
| protected  boolean | translateCodesDeprecated. | 
| protected  List<String> | webScriptFilesDeprecated. | 
| Fields inherited from class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry | 
|---|
| dataObjectClass, maintainableClass | 
| Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase | 
|---|
| attributeMap, attributes, collectionMap, collections, complexAttributeMap, complexAttributes, relationshipMap, relationships | 
| Constructor Summary | |
|---|---|
| MaintenanceDocumentEntry()Deprecated. | |
| Method Summary | |
|---|---|
|  void | completeValidation()Deprecated. Directly validate simple fields, call completeValidation on Definition fields. | 
|  String | getAdditionalSectionsFile()Deprecated. | 
|  boolean | getAllowsNewOrCopy()Deprecated. Gets the allowsNewOrCopy attribute. | 
|  boolean | getAllowsRecordDeletion()Deprecated. | 
|  Class<? extends BusinessObject> | getBusinessObjectClass()Deprecated. | 
|  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. | 
|  Class | getEntryClass()Deprecated. | 
|  List<HeaderNavigation> | getHeaderNavigationList()Deprecated. | 
|  List<String> | getLockingKeyFieldNames()Deprecated. | 
|  List<String> | getLockingKeys()Deprecated. | 
|  Class<? extends Maintainable> | getMaintainableClass()Deprecated. | 
|  List<MaintainableSectionDefinition> | getMaintainableSections()Deprecated. | 
|  boolean | getPreserveLockingKeysOnCopy()Deprecated. | 
|  Class<? extends PromptBeforeValidation> | getPromptBeforeValidationClass()Deprecated. | 
|  Class<? extends Document> | getStandardDocumentBaseClass()Deprecated. | 
|  List<String> | getWebScriptFiles()Deprecated. | 
|  boolean | isSessionDocument()Deprecated. | 
|  boolean | isTranslateCodes()Deprecated. | 
|  void | setAdditionalSectionsFile(String additionalSectionsFile)Deprecated. | 
|  void | setAllowsNewOrCopy(boolean allowsNewOrCopy)Deprecated. The allowsNewOrCopy element contains a value of true or false. | 
|  void | setAllowsRecordDeletion(boolean allowsRecordDeletion)Deprecated. | 
|  void | setBusinessObjectClass(Class<? extends BusinessObject> businessObjectClass)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 | setLockingKeys(List<String> lockingKeys)Deprecated. | 
|  void | setMaintainableSections(List<MaintainableSectionDefinition> maintainableSections)Deprecated. | 
|  void | setPreserveLockingKeysOnCopy(boolean preserveLockingKeysOnCopy)Deprecated. | 
|  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 | setTranslateCodes(boolean translateCodes)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. | 
| Methods inherited from class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry | 
|---|
| getDataObjectClass, setDataObjectClass, setMaintainableClass | 
| Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase | 
|---|
| getAttributeDefinition, getAttributeNames, getAttributes, getCollectionDefinition, getCollectionNames, getCollections, getComplexAttributes, getRelationshipDefinition, getRelationshipNames, getRelationships, setAttributes, setCollections, setComplexAttributes, setRelationships | 
| 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.datadictionary.DataDictionaryEntry | 
|---|
| getAttributeDefinition, getFullClassName, getJstlKey, getRelationships | 
| Methods inherited from interface org.springframework.beans.factory.InitializingBean | 
|---|
| afterPropertiesSet | 
| Field Detail | 
|---|
protected List<MaintainableSectionDefinition> maintainableSections
protected List<String> lockingKeys
protected Map<String,MaintainableSectionDefinition> maintainableSectionMap
protected boolean allowsNewOrCopy
protected String additionalSectionsFile
protected boolean preserveLockingKeysOnCopy
protected boolean allowsRecordDeletion
protected boolean translateCodes
protected Class<? extends PromptBeforeValidation> promptBeforeValidationClass
protected Class<? extends DerivedValuesSetter> derivedValuesSetterClass
protected List<String> webScriptFiles
protected List<HeaderNavigation> headerNavigationList
protected boolean sessionDocument
| Constructor Detail | 
|---|
public MaintenanceDocumentEntry()
| Method Detail | 
|---|
public 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 Class<? extends Document> getStandardDocumentBaseClass()
getStandardDocumentBaseClass in class MaintenanceDocumentEntrypublic void setBusinessObjectClass(Class<? extends BusinessObject> businessObjectClass)
public Class<? extends BusinessObject> getBusinessObjectClass()
public Class getEntryClass()
getEntryClass in class MaintenanceDocumentEntryDocumentEntry.getEntryClass()public Class<? extends Maintainable> getMaintainableClass()
getMaintainableClass in class MaintenanceDocumentEntrypublic List<MaintainableSectionDefinition> getMaintainableSections()
public List<String> getLockingKeyFieldNames()
getLockingKeyFieldNames in class MaintenanceDocumentEntrypublic boolean getAllowsNewOrCopy()
getAllowsNewOrCopy in class MaintenanceDocumentEntrypublic void setAllowsNewOrCopy(boolean allowsNewOrCopy)
setAllowsNewOrCopy in class MaintenanceDocumentEntrypublic void completeValidation()
completeValidation in interface DataDictionaryEntrycompleteValidation in class MaintenanceDocumentEntryDocumentEntry.completeValidation()public String toString()
toString in class MaintenanceDocumentEntryObject.toString()@Deprecated public String getAdditionalSectionsFile()
@Deprecated public void setAdditionalSectionsFile(String additionalSectionsFile)
public List<String> getLockingKeys()
getLockingKeys in class MaintenanceDocumentEntrypublic void setLockingKeys(List<String> lockingKeys)
setLockingKeys in class MaintenanceDocumentEntry@Deprecated public void setMaintainableSections(List<MaintainableSectionDefinition> maintainableSections)
public boolean getPreserveLockingKeysOnCopy()
getPreserveLockingKeysOnCopy in class MaintenanceDocumentEntrypublic void setPreserveLockingKeysOnCopy(boolean preserveLockingKeysOnCopy)
setPreserveLockingKeysOnCopy in class MaintenanceDocumentEntrypreserveLockingKeysOnCopy - the preserveLockingKeysOnCopy to setpublic boolean getAllowsRecordDeletion()
getAllowsRecordDeletion in class MaintenanceDocumentEntrypublic void setAllowsRecordDeletion(boolean allowsRecordDeletion)
setAllowsRecordDeletion in class MaintenanceDocumentEntryallowsRecordDeletion - the allowRecordDeletion to set@Deprecated public boolean isTranslateCodes()
@Deprecated public void setTranslateCodes(boolean translateCodes)
public 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 List<HeaderNavigation> getHeaderNavigationList()
getHeaderNavigationList in interface KNSDocumentEntrypublic List<String> getWebScriptFiles()
getWebScriptFiles in interface KNSDocumentEntrypublic 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 set| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||