|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase org.kuali.rice.krad.datadictionary.DocumentEntry org.kuali.rice.kns.datadictionary.DocumentEntry
@Deprecated public class DocumentEntry
Field Summary | |
---|---|
protected Class<? extends DerivedValuesSetter> |
derivedValuesSetterClass
Deprecated. |
protected List<HeaderNavigation> |
headerNavigationList
Deprecated. |
protected Class<? extends PromptBeforeValidation> |
promptBeforeValidationClass
Deprecated. |
protected boolean |
sessionDocument
Deprecated. |
protected List<String> |
webScriptFiles
Deprecated. |
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase |
---|
attributeMap, attributes, collectionMap, collections, complexAttributeMap, complexAttributes, relationshipMap, relationships |
Constructor Summary | |
---|---|
DocumentEntry()
Deprecated. |
Method Summary | |
---|---|
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. |
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 |
---|
completeValidation, getAttributeDefinition, getFullClassName, getJstlKey, getRelationships |
Methods inherited from interface org.springframework.beans.factory.InitializingBean |
---|
afterPropertiesSet |
Field Detail |
---|
protected Class<? extends PromptBeforeValidation> promptBeforeValidationClass
protected Class<? extends DerivedValuesSetter> derivedValuesSetterClass
protected List<String> webScriptFiles
protected List<HeaderNavigation> headerNavigationList
protected boolean sessionDocument
Constructor Detail |
---|
public DocumentEntry()
Method Detail |
---|
public List<HeaderNavigation> getHeaderNavigationList()
getHeaderNavigationList
in interface KNSDocumentEntry
public List<String> getWebScriptFiles()
getWebScriptFiles
in interface KNSDocumentEntry
public Class<? extends PromptBeforeValidation> getPromptBeforeValidationClass()
getPromptBeforeValidationClass
in interface KNSDocumentEntry
public void setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass)
setPromptBeforeValidationClass
in interface KNSDocumentEntry
KualiDocumentActionBase#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 KNSDocumentEntry
public void setHeaderNavigationList(List<HeaderNavigation> headerNavigationList)
setHeaderNavigationList
in interface KNSDocumentEntry
public boolean isSessionDocument()
isSessionDocument
in interface KNSDocumentEntry
public void setSessionDocument(boolean sessionDocument)
setSessionDocument
in interface KNSDocumentEntry
public Class<? extends DerivedValuesSetter> getDerivedValuesSetterClass()
getDerivedValuesSetterClass
in interface KNSDocumentEntry
public void setDerivedValuesSetterClass(Class<? extends DerivedValuesSetter> derivedValuesSetter)
setDerivedValuesSetterClass
in interface KNSDocumentEntry
derivedValuesSetter
- the derivedValuesSetter to setpublic Class<? extends DocumentAuthorizer> getDocumentAuthorizerClass()
DocumentTypeService#getDocumentAuthorizer(org.kuali.rice.krad.document.Document)
or
DocumentTypeService#getDocumentAuthorizer(String)
getDocumentAuthorizerClass
in interface KNSDocumentEntry
getDocumentAuthorizerClass
in class DocumentEntry
public Class<? extends DocumentPresentationController> getDocumentPresentationControllerClass()
DocumentTypeService#getDocumentPresentationController(org.kuali.rice.krad.document.Document)
or
DocumentTypeService#getDocumentPresentationController(String)
getDocumentPresentationControllerClass
in interface KNSDocumentEntry
getDocumentPresentationControllerClass
in class DocumentEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |