Class ImpExSystemSetup
- java.lang.Object
-
- de.hybris.platform.impex.systemsetup.ImpExSystemSetup
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@SystemSetup(extension="ALL_EXTENSIONS") public class ImpExSystemSetup extends java.lang.Object implements org.springframework.beans.factory.InitializingBean
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAMETER_ESSENTIALstatic java.lang.StringPARAMETER_PROJECT
-
Constructor Summary
Constructors Constructor Description ImpExSystemSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voidcreateAutoImpexEssentialData(SystemSetupContext context)voidcreateAutoImpexProjectData(SystemSetupContext context)protected voidimportCSVFromResources(java.lang.String csv)voidsetPathMatcher(org.springframework.util.PathMatcher pathMatcher)
-
-
-
Field Detail
-
PARAMETER_ESSENTIAL
public static final java.lang.String PARAMETER_ESSENTIAL
- See Also:
- Constant Field Values
-
PARAMETER_PROJECT
public static final java.lang.String PARAMETER_PROJECT
- See Also:
- Constant Field Values
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
java.lang.Exception
-
createAutoImpexEssentialData
@SystemSetup(type=ESSENTIAL, process=ALL) public void createAutoImpexEssentialData(SystemSetupContext context)
-
createAutoImpexProjectData
@SystemSetup(type=PROJECT, process=ALL) public void createAutoImpexProjectData(SystemSetupContext context)
-
importCSVFromResources
protected void importCSVFromResources(java.lang.String csv)
-
setPathMatcher
public void setPathMatcher(org.springframework.util.PathMatcher pathMatcher)
-
-