Class RRPerformanceSiteBaseGenerator<T extends org.apache.xmlbeans.XmlObject>

java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<T>
org.kuali.coeus.s2sgen.impl.generate.support.RRPerformanceSiteBaseGenerator<T>
All Implemented Interfaces:
Factory<T>, Named, S2SFormGenerator<T>, S2SFormGeneratorPdfFillable<T>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
Direct Known Subclasses:
RRPerformanceSiteV1_1Generator

public abstract class RRPerformanceSiteBaseGenerator<T extends org.apache.xmlbeans.XmlObject> extends S2SBaseFormGenerator<T> implements S2SFormGeneratorPdfFillable<T>
This abstract class has methods that are common to all the versions of RRPerformanceSite form.
Author:
Kuali Research Administration Team (kualidev@oncourse.iu.edu)
  • Field Details

    • PERFORMANCE_SITES_ATTACHMENT

      public static final int PERFORMANCE_SITES_ATTACHMENT
      See Also:
    • PERFORMING_ORG_LOCATION_TYPE_CODE

      protected static final int PERFORMING_ORG_LOCATION_TYPE_CODE
      See Also:
    • OTHER_ORG_LOCATION_TYPE_CODE

      protected static final int OTHER_ORG_LOCATION_TYPE_CODE
      See Also:
    • PERFORMANCE_SITE_LOCATION_TYPE_CODE

      protected static final int PERFORMANCE_SITE_LOCATION_TYPE_CODE
      See Also:
    • rolodexService

      @Autowired @Qualifier("rolodexService") protected org.kuali.coeus.common.api.rolodex.RolodexService rolodexService
  • Constructor Details

    • RRPerformanceSiteBaseGenerator

      public RRPerformanceSiteBaseGenerator()
  • Method Details

    • getRolodexService

      public org.kuali.coeus.common.api.rolodex.RolodexService getRolodexService()
    • setRolodexService

      public void setRolodexService(org.kuali.coeus.common.api.rolodex.RolodexService rolodexService)