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