Class CustomerReviewSystemSetup
- java.lang.Object
-
- de.hybris.platform.customerreview.setup.CustomerReviewSystemSetup
-
@SystemSetup(extension="customerreview") public class CustomerReviewSystemSetup extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomerReviewSystemSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateSearchRestrictions(SystemSetupContext context)ConfigurationServicegetConfigurationService()protected ModelServicegetModelService()protected SearchRestrictionServicegetSearchRestrictionService()protected TypeServicegetTypeService()protected UserServicegetUserService()voidsetConfigurationService(ConfigurationService configurationService)voidsetModelService(ModelService modelService)voidsetSearchRestrictionCreateKey(java.lang.String searchRestrictionCreateKey)voidsetSearchRestrictionService(SearchRestrictionService searchRestrictionService)voidsetTypeService(TypeService typeService)voidsetUserService(UserService userService)
-
-
-
Method Detail
-
setSearchRestrictionCreateKey
public void setSearchRestrictionCreateKey(java.lang.String searchRestrictionCreateKey)
-
createSearchRestrictions
@SystemSetup(type=ESSENTIAL, process=ALL) public void createSearchRestrictions(SystemSetupContext context)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
getUserService
protected UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
getSearchRestrictionService
protected SearchRestrictionService getSearchRestrictionService()
-
setSearchRestrictionService
public void setSearchRestrictionService(SearchRestrictionService searchRestrictionService)
-
getConfigurationService
public ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-