| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<OptionData> |
OfferRecommendationPopulatorFacade.getContentPositionValues()
Gets a list of content position on ymkt using the ContentPositions
service & populates the dropdown using the OptionData object
|
protected java.util.List<OptionData> |
RecommendationPopulatorFacade.getItemDataSourceTypes()
Gets a list of SAPRecommendationItemDataSourceType using the Recommendation Data Source Type Service &
populates the dropdown using the OptionData object
|
protected java.util.List<OptionData> |
OfferRecommendationPopulatorFacade.getItemDataSourceTypes()
Gets a list of SAPRecommendationItemDataSourceType using the Recommendation Data Source Type Service &
populates the dropdown using the OptionData object
|
protected java.util.List<OptionData> |
RecommendationPopulatorFacade.getLeadingItemTypes()
Hardcoded the dropdown data for the LeadingItemTypes
opData1 : {
ID: "P",
Value: "Product"
}
opData2: {
ID: "C",
Value: "Category"
}
|
protected java.util.List<OptionData> |
OfferRecommendationPopulatorFacade.getLeadingItemTypes()
Hardcoded the dropdown data for the LeadingItemTypes
opData1 : {
ID: "P",
Value: "Product"
}
opData2: {
ID: "C",
Value: "Category"
}
|
protected java.util.List<OptionData> |
RecommendationPopulatorFacade.getRecommendationTypes()
Gets a list of SAPRecommendationType using the Recommendation Scenario Service &
populates the dropdown using the OptionData object
|
protected java.util.List<OptionData> |
OfferRecommendationPopulatorFacade.getRecommendationTypes()
Gets a list of SAPRecommendationType using the Recommendation Scenario
Service & populates the dropdown using the OptionData object
|
java.util.List<OptionData> |
RecommendationPopulatorFacade.populateDropDown(java.lang.String sourceField)
Call method to fill the appropriate dropdown
|
java.util.List<OptionData> |
OfferRecommendationPopulatorFacade.populateDropDown(java.lang.String sourceField)
Call method to fill the appropriate dropdown
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<OptionData> |
DefaultPageDisplayConditionService.getDisplayCondition(java.lang.String typecode) |
| Modifier and Type | Method and Description |
|---|---|
protected DisplayConditionData |
DefaultPageDisplayConditionService.convertToDisplayConditionData(java.util.Map.Entry<java.lang.String,java.util.List<OptionData>> optionEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OptionData> |
DisplayConditionData.getOptions() |
java.util.List<OptionData> |
ComponentTypeAttributeData.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayConditionData.setOptions(java.util.List<OptionData> options) |
void |
ComponentTypeAttributeData.setOptions(java.util.List<OptionData> options) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OptionData> |
PageVariationResolver.findDisplayConditions(java.lang.String typeCode)
Finds all display conditions available for a given page type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OptionData> |
DefaultPageVariationResolver.findDisplayConditions(java.lang.String typeCode) |
java.util.List<OptionData> |
ContentPageVariationResolver.findDisplayConditions(java.lang.String typeCode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultPageVariationResolver.createOptionData(java.lang.String value,
java.lang.String label,
java.util.List<OptionData> options) |
protected void |
ContentPageVariationResolver.createOptionData(java.lang.String value,
java.lang.String label,
java.util.List<OptionData> options) |
| Modifier and Type | Method and Description |
|---|---|
protected OptionData |
DropdownOptionsTypeAttributePopulator.createOptionData(java.lang.String optionId,
java.lang.String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OptionData> |
StructureAttributeWsDTO.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureAttributeWsDTO.setOptions(java.util.List<OptionData> options) |
| Modifier and Type | Method and Description |
|---|---|
protected OptionData |
DropdownOptionsTypeAttributePopulator.createOptionData(java.lang.String optionId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OptionData> |
ComponentTypeAttributeData.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentTypeAttributeData.setOptions(java.util.List<OptionData> options) |
Copyright © 2017 SAP SE. All Rights Reserved.