@SystemSetup(extension="subscriptionservices") public class SubscriptionServicesSystemSetup extends CommerceServicesSystemSetup
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
BOOLEAN_FALSE |
protected static java.lang.String |
BOOLEAN_TRUE |
| Constructor and Description |
|---|
SubscriptionServicesSystemSetup() |
| Modifier and Type | Method and Description |
|---|---|
protected SystemSetupParameter |
createBooleanSystemSetupParameter(java.lang.String key,
java.lang.String label,
boolean defaultValue)
Helper method for creating a Boolean setup parameter.
|
void |
createSampleData(SystemSetupContext context) |
protected boolean |
getBooleanSystemSetupParameter(SystemSetupContext context,
java.lang.String key)
Helper method for checking setting of a Boolean setup parameter.
|
protected boolean |
getDefaultValueForBooleanSystemSetupParameter(java.lang.String key)
Helper method for getting default value of a Boolean setup parameter.
|
java.util.List<SystemSetupParameter> |
getInitializationOptions()
Generates the Dropdown and Multi-select boxes for the project data import.
|
createEssentialData, getCommonI18NService, getFileEncoding, getImpexExt, getImportService, importImpexFile, importImpexFile, setCommonI18NService, setFileEncoding, setFlexibleSearchService, setImpexExt, setImportService, setModelService, updateSolrIndexedPropertyVisibleFlagprotected static final java.lang.String BOOLEAN_TRUE
protected static final java.lang.String BOOLEAN_FALSE
@SystemSetupParameterMethod public java.util.List<SystemSetupParameter> getInitializationOptions()
@SystemSetup(extension="subscriptionservices", type=PROJECT, process=ALL) public void createSampleData(SystemSetupContext context)
protected boolean getBooleanSystemSetupParameter(SystemSetupContext context, java.lang.String key)
context - key - protected SystemSetupParameter createBooleanSystemSetupParameter(java.lang.String key, java.lang.String label, boolean defaultValue)
key - label - defaultValue - protected boolean getDefaultValueForBooleanSystemSetupParameter(java.lang.String key)
key - Copyright © 2018 SAP SE. All Rights Reserved.