Class FormPackageServiceImpl

java.lang.Object
org.kuali.coeus.s2sgen.impl.print.FormPackageServiceImpl
All Implemented Interfaces:
FormPackageService

@Component("formPackageService") public class FormPackageServiceImpl extends Object implements FormPackageService
  • Constructor Details

    • FormPackageServiceImpl

      public FormPackageServiceImpl()
  • Method Details

    • retrieveFormPackage

      public FormPackage retrieveFormPackage(Set<String> namespaces, org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc)
      Specified by:
      retrieveFormPackage in interface FormPackageService
    • retrieveFormElements

      public List<FormElements> retrieveFormElements(Set<String> namespaces, org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc)
      Specified by:
      retrieveFormElements in interface FormPackageService
    • getLatestS2SAppSubmission

      protected org.kuali.coeus.propdev.api.s2s.S2sAppSubmissionContract getLatestS2SAppSubmission(List<? extends org.kuali.coeus.propdev.api.s2s.S2sAppSubmissionContract> submissions)
      This method gets the latest S2sAppSubmission record from the list of S2sAppSubmissions. It iterates through the list and returns the record that has the highest submission number.
    • getS2SDateTimeService

      public S2SDateTimeService getS2SDateTimeService()
    • setS2SDateTimeService

      public void setS2SDateTimeService(S2SDateTimeService s2SDateTimeService)
    • getNarrativeService

      public org.kuali.coeus.propdev.api.attachment.NarrativeService getNarrativeService()
    • setNarrativeService

      public void setNarrativeService(org.kuali.coeus.propdev.api.attachment.NarrativeService narrativeService)
    • getS2SFormGeneratorRetrievalService

      public S2SFormGeneratorRetrievalService getS2SFormGeneratorRetrievalService()
    • setS2SFormGeneratorRetrievalService

      public void setS2SFormGeneratorRetrievalService(S2SFormGeneratorRetrievalService s2SFormGeneratorRetrievalService)
    • getS2SValidatorService

      public S2SValidatorService getS2SValidatorService()
    • setS2SValidatorService

      public void setS2SValidatorService(S2SValidatorService s2SValidatorService)
    • getFormApplicationService

      public FormApplicationService getFormApplicationService()
    • setFormApplicationService

      public void setFormApplicationService(FormApplicationService formApplicationService)
    • getResourceLoader

      public org.springframework.core.io.ResourceLoader getResourceLoader()
    • setResourceLoader

      public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)