Class FormMappingServiceImpl
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.FormMappingServiceImpl
- All Implemented Interfaces:
FormMappingService,org.springframework.beans.factory.InitializingBean
@Component("formMappingService")
public class FormMappingServiceImpl
extends Object
implements FormMappingService, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetFormInfo(String namespace) voidsetS2SFormGeneratorRetrievalService(S2SFormGeneratorRetrievalService s2SFormGeneratorRetrievalService)
-
Constructor Details
-
FormMappingServiceImpl
public FormMappingServiceImpl()
-
-
Method Details
-
getFormInfo
- Specified by:
getFormInfoin interfaceFormMappingService
-
getAllFormInfo
- Specified by:
getAllFormInfoin interfaceFormMappingService
-
getS2SFormGeneratorRetrievalService
-
setS2SFormGeneratorRetrievalService
public void setS2SFormGeneratorRetrievalService(S2SFormGeneratorRetrievalService s2SFormGeneratorRetrievalService) -
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-