|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentFormBase | |
---|---|
org.kuali.rice.krad.service | Core service interfaces. |
org.kuali.rice.krad.service.impl | Core service implementations. |
org.kuali.rice.krad.web.controller | |
org.kuali.rice.krad.web.form |
Uses of DocumentFormBase in org.kuali.rice.krad.service |
---|
Methods in org.kuali.rice.krad.service that return DocumentFormBase | |
---|---|
DocumentFormBase |
SessionDocumentService.getDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
Returns DocumentFormBase object from the db |
Methods in org.kuali.rice.krad.service with parameters of type DocumentFormBase | |
---|---|
void |
SessionDocumentService.setDocumentForm(DocumentFormBase form,
UserSession userSession,
String ipAddress)
This method stores a UifFormBase into session and database |
Uses of DocumentFormBase in org.kuali.rice.krad.service.impl |
---|
Methods in org.kuali.rice.krad.service.impl that return DocumentFormBase | |
---|---|
DocumentFormBase |
SessionDocumentServiceImpl.getDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
|
Methods in org.kuali.rice.krad.service.impl with parameters of type DocumentFormBase | |
---|---|
protected void |
SessionDocumentServiceImpl.persistDocumentForm(DocumentFormBase form,
UserSession userSession,
String ipAddress,
String sessionId,
String documentNumber)
|
void |
SessionDocumentServiceImpl.setDocumentForm(DocumentFormBase form,
UserSession userSession,
String ipAddress)
|
Uses of DocumentFormBase in org.kuali.rice.krad.web.controller |
---|
Methods in org.kuali.rice.krad.web.controller that return DocumentFormBase | |
---|---|
protected abstract DocumentFormBase |
DocumentControllerBase.createInitialForm(javax.servlet.http.HttpServletRequest request)
|
Methods in org.kuali.rice.krad.web.controller with parameters of type DocumentFormBase | |
---|---|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.acknowledge(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the acknowledge workflow action on the form document instance |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.approve(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the approve workflow action on the form document instance |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.blanketApprove(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the blanket approve workflow action on the form document instance |
protected String |
DocumentControllerBase.checkAndWarnAboutSensitiveData(DocumentFormBase form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String fieldName,
String fieldValue,
String caller,
String context)
Checks if the given value matches patterns that indicate sensitive data and if configured to give a warning for sensitive data will prompt the user to continue. |
protected List<AdHocRouteRecipient> |
DocumentControllerBase.combineAdHocRecipients(DocumentFormBase form)
Convenience method to combine the two lists of ad hoc recipients into one which should be done before calling any of the document service methods that expect a list of ad hoc recipients |
protected void |
DocumentControllerBase.createDocument(DocumentFormBase form)
Creates a new document of the type specified by the docTypeName property of the given form. |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.disapprove(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the disapprove workflow action on the form document instance |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.docHandler(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Used to funnel all document handling through, we could do useful things like log and record various openings and status Additionally it may be nice to have a single dispatcher that can know how to dispatch to a redirect url for document specific handling but we may not need that as all we should need is the document to be able to load itself based on document id and then which action forward or redirect is pertinent for the document type. |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentController.docHandler(DocumentFormBase formBase,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
After the document is loaded calls method to setup the maintenance object |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.fyi(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the fyi workflow action on the form document instance |
protected void |
DocumentControllerBase.loadDocument(DocumentFormBase form)
Loads the document by its provided document header id. |
protected void |
DocumentControllerBase.performWorkflowAction(DocumentFormBase form,
UifConstants.WorkflowAction action,
boolean checkSensitiveData)
Invokes the DocumentService to carry out a request workflow action and adds a success message, if
requested a check for sensitive data is also performed |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.reload(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Reloads the document contained on the form from the database |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.route(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Routes the document instance contained on the form |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentController.route(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Override route to retrieve the maintenance object if it is an attachment |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.save(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Saves the document instance contained on the form |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.supervisorFunctions(DocumentFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Redirects to the supervisor functions page |
Uses of DocumentFormBase in org.kuali.rice.krad.web.form |
---|
Subclasses of DocumentFormBase in org.kuali.rice.krad.web.form | |
---|---|
class |
MaintenanceForm
Form class for MaintenanceView screens |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |