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 Object
implements org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidprotected voidvoidsetPathMatcher(org.springframework.util.PathMatcher pathMatcher)
-
Field Details
-
PARAMETER_ESSENTIAL
- See Also:
-
PARAMETER_PROJECT
- See Also:
-
-
Constructor Details
-
ImpExSystemSetup
public ImpExSystemSetup()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
createAutoImpexEssentialData
@SystemSetup(type=ESSENTIAL, process=ALL) public void createAutoImpexEssentialData(SystemSetupContext context) -
createAutoImpexProjectData
@SystemSetup(type=PROJECT, process=ALL) public void createAutoImpexProjectData(SystemSetupContext context) -
importCSVFromResources
-
setPathMatcher
public void setPathMatcher(org.springframework.util.PathMatcher pathMatcher)
-