Class FormPackageServiceImpl
java.lang.Object
org.kuali.coeus.s2sgen.impl.print.FormPackageServiceImpl
- All Implemented Interfaces:
org.kuali.coeus.s2sgen.api.print.FormPackageService
@Component("formPackageService")
public class FormPackageServiceImpl
extends Object
implements org.kuali.coeus.s2sgen.api.print.FormPackageService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.kuali.coeus.propdev.api.s2s.S2sAppSubmissionContractgetLatestS2SAppSubmission(List<? extends org.kuali.coeus.propdev.api.s2s.S2sAppSubmissionContract> submissions) This method gets the latest S2sAppSubmission record from the list of S2sAppSubmissions.org.kuali.coeus.propdev.api.attachment.NarrativeServiceorg.springframework.core.io.ResourceLoaderList<org.kuali.coeus.s2sgen.api.print.FormElements> retrieveFormElements(Set<String> namespaces, org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) org.kuali.coeus.s2sgen.api.print.FormPackageretrieveFormPackage(Set<String> namespaces, org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) voidsetFormApplicationService(FormApplicationService formApplicationService) voidsetNarrativeService(org.kuali.coeus.propdev.api.attachment.NarrativeService narrativeService) voidsetResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) voidsetS2SDateTimeService(S2SDateTimeService s2SDateTimeService) voidsetS2SFormGeneratorRetrievalService(S2SFormGeneratorRetrievalService s2SFormGeneratorRetrievalService) voidsetS2SValidatorService(S2SValidatorService s2SValidatorService)
-
Constructor Details
-
FormPackageServiceImpl
public FormPackageServiceImpl()
-
-
Method Details
-
retrieveFormPackage
public org.kuali.coeus.s2sgen.api.print.FormPackage retrieveFormPackage(Set<String> namespaces, org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) - Specified by:
retrieveFormPackagein interfaceorg.kuali.coeus.s2sgen.api.print.FormPackageService
-
retrieveFormElements
public List<org.kuali.coeus.s2sgen.api.print.FormElements> retrieveFormElements(Set<String> namespaces, org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) - Specified by:
retrieveFormElementsin interfaceorg.kuali.coeus.s2sgen.api.print.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
-
setS2SDateTimeService
-
getNarrativeService
public org.kuali.coeus.propdev.api.attachment.NarrativeService getNarrativeService() -
setNarrativeService
public void setNarrativeService(org.kuali.coeus.propdev.api.attachment.NarrativeService narrativeService) -
getS2SFormGeneratorRetrievalService
-
setS2SFormGeneratorRetrievalService
public void setS2SFormGeneratorRetrievalService(S2SFormGeneratorRetrievalService s2SFormGeneratorRetrievalService) -
getS2SValidatorService
-
setS2SValidatorService
-
getFormApplicationService
-
setFormApplicationService
-
getResourceLoader
public org.springframework.core.io.ResourceLoader getResourceLoader() -
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
-