org.kuali.kfs.module.ec.document.web.struts
Class CertificationRecreateForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.kns.web.struts.pojo.PojoFormBase
          extended by org.kuali.rice.kns.web.struts.form.KualiForm
              extended by org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
                  extended by org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
                      extended by org.kuali.kfs.sys.document.web.struts.FinancialSystemTransactionalDocumentFormBase
                          extended by org.kuali.kfs.module.ec.document.web.struts.EffortCertificationForm
                              extended by org.kuali.kfs.module.ec.document.web.struts.CertificationRecreateForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm

public class CertificationRecreateForm
extends EffortCertificationForm

To define an action form for effrot certification recreate process

See Also:
Serialized Form

Field Summary
protected  String effortCertificationReportNumber
           
protected  String emplid
           
protected static org.apache.log4j.Logger LOG
           
protected  String personName
           
protected  Integer universityFiscalYear
           
 
Fields inherited from class org.kuali.kfs.module.ec.document.web.struts.EffortCertificationForm
newDetailLine
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
forcedReadOnlyFields
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
adHocActionRequestCodes, attachmentFile, documentActions, editingMode, suppressAllButtons
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
extraButtons
 
Fields inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
requiredNonEditableProperties
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CertificationRecreateForm()
          Constructs a CertificationRecreateForm.java.
 
Method Summary
 void forceInputAsUpperCase()
          force the input data as upper case
 String getEffortCertificationReportNumber()
          Gets the effortCertificationReportNumber attribute.
 String getEmplid()
          Gets the emplid attribute.
protected  List<String> getImportingFields()
          Gets the importing field values.
 String getName()
          Gets the personName attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 void setEffortCertificationReportNumber(String effortCertificationReportNumber)
          Sets the effortCertificationReportNumber attribute value.
 void setEmplid(String emplid)
          Sets the emplid attribute value.
 void setName(String personName)
          Sets the personName attribute value.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute value.
 boolean validateImportingFieldValues(EffortCertificationDocument document)
          validate the importing field values
 
Methods inherited from class org.kuali.kfs.module.ec.document.web.struts.EffortCertificationForm
buildAccountInfo, createNewDetailLine, getCompleteURL, getCustomizedInquirableFieldNames, getCustomizedInquiryUrl, getDefaultDocumentTypeName, getDetailLineFieldInquiryUrl, getDetailLineFieldInquiryUrl, getDetailLines, getEffortCertificationDocument, getEffortPositionDataDetailsInquirableImpl, getFieldInfo, getFieldInfo, getInquirable, getInquirableFieldNames, getNewDetailLine, getNoninquirableFieldValues, getPrimitiveBusinessObjectRelationship, getRelationshipMetadata, loadAccountInfo, populate, setNewDetailLine
 
Methods inherited from class org.kuali.kfs.sys.document.web.struts.FinancialSystemTransactionalDocumentFormBase
extendDocInfoToThreeColumns, generateErrorCorrectionButton, getExtraButtons, populateHeaderFields
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
discoverDocumentTypeName, formatReversalDate, getForcedReadOnlyFields, getTransactionalDocument, instantiateTransactionalDocumentByDocumentTypeName, populateEmptyMultiSelect, populateFalseCheckboxes, populationSpecialEmptyFields, setForcedReadOnlyFields, shouldMethodToCallParameterBeUsed
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
addRequiredNonEditableProperties, buildHtmlLink, customInitMaxUploadSizes, getAdditionalScriptFile, getAdditionalScriptFiles, getAdHocActionRequestCodes, getAdHocRoutePerson, getAdHocRoutePersons, getAdHocRouteWorkgroup, getAdHocRouteWorkgroups, getAnnotation, getAttachmentFile, getBoNotes, getCommand, getDocId, getDocNum, getDocTypeName, getDocument, getDocumentActions, getDocumentHandlerUrl, getEditingMode, getErrorMapFromPreviousRequest, getFormKey, getInitiator, getInitiatorNetworkId, getMessageMapFromPreviousRequest, getNewAdHocRoutePerson, getNewAdHocRouteWorkgroup, getNewNote, getPersonInquiryUrlLink, getStandardHeaderFields, getWorkflowDocument, hasDocumentId, initializeHeaderNavigationTabs, instantiateDocument, isDocumentEnRoute, isFormDocumentInitialized, isHasWorkflowDocument, isReturnToActionList, isSuppressAllButtons, isUserDocumentInitiator, reset, setAdditionalScriptFile, setAdditionalScriptFiles, setAdHocActionRequestCodes, setAdHocRoutePersons, setAdHocRouteWorkgroups, setAnnotation, setAttachmentFile, setBoNotes, setCommand, setDerivedValuesOnForm, setDocId, setDocNum, setDocTypeName, setDocument, setDocumentActions, setEditingMode, setErrorMapFromPreviousRequest, setFormKey, setMessageMapFromPreviousRequest, setNewAdHocRoutePerson, setNewAdHocRouteWorkgroup, setNewNote, setReturnToActionList, setSuppressAllButtons, shouldPropertyBePopulatedInForm, validate
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates
 
Methods inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValues
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static org.apache.log4j.Logger LOG

emplid

protected String emplid

personName

protected String personName

universityFiscalYear

protected Integer universityFiscalYear

effortCertificationReportNumber

protected String effortCertificationReportNumber
Constructor Detail

CertificationRecreateForm

public CertificationRecreateForm()
Constructs a CertificationRecreateForm.java.

Method Detail

getImportingFields

protected List<String> getImportingFields()
Gets the importing field values.

Returns:
Returns the importing field values.

validateImportingFieldValues

public boolean validateImportingFieldValues(EffortCertificationDocument document)
validate the importing field values

Returns:
true if the importing field values are valid; otherwsie, add errors into error map and return false

forceInputAsUpperCase

public void forceInputAsUpperCase()
force the input data as upper case


getEmplid

public String getEmplid()
Gets the emplid attribute.

Returns:
Returns the emplid.

setEmplid

public void setEmplid(String emplid)
Sets the emplid attribute value.

Parameters:
emplid - The emplid to set.

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear.

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute value.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getEffortCertificationReportNumber

public String getEffortCertificationReportNumber()
Gets the effortCertificationReportNumber attribute.

Returns:
Returns the effortCertificationReportNumber.

setEffortCertificationReportNumber

public void setEffortCertificationReportNumber(String effortCertificationReportNumber)
Sets the effortCertificationReportNumber attribute value.

Parameters:
effortCertificationReportNumber - The effortCertificationReportNumber to set.

getName

public String getName()
Gets the personName attribute.

Returns:
Returns the personName.

setName

public void setName(String personName)
Sets the personName attribute value.

Parameters:
personName - The personName to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.