| Modifier and Type | Class and Description |
|---|---|
class |
CxCmsActionModel
Generated model class for type CxCmsAction first defined at extension personalizationcms.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCxActionServiceIntegrationTest.assertActionsAffectedObjectKey(List<CxAbstractActionModel> actions,
String... codes) |
| Modifier and Type | Class and Description |
|---|---|
class |
TestActionModel |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionReversePopulator.populate(ActionData source,
CxAbstractActionModel target) |
void |
ActionPopulator.populate(CxAbstractActionModel source,
ActionData target) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<CxAbstractActionModel> |
DefaultActionFacade.filterActions(Collection<CxAbstractActionModel> actions,
CatalogVersionModel catalogVersion) |
Converter<CxAbstractActionModel,ActionData> |
DefaultActionFacade.getActionConverter() |
Converter<ActionData,CxAbstractActionModel> |
DefaultActionFacade.getActionReverseConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<CxAbstractActionModel> |
DefaultActionFacade.filterActions(Collection<CxAbstractActionModel> actions,
CatalogVersionModel catalogVersion) |
void |
DefaultActionFacade.setActionConverter(Converter<CxAbstractActionModel,ActionData> actionConverter) |
void |
DefaultActionFacade.setActionReverseConverter(Converter<ActionData,CxAbstractActionModel> actionReverseConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariationWithActionPopulator.setActionConverter(Converter<CxAbstractActionModel,ActionData> actionConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CxPromotionActionModel
Generated model class for type CxPromotionAction first defined at extension personalizationpromotions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CxPromotionTestActionModel |
| Modifier and Type | Method and Description |
|---|---|
CxAbstractActionModel |
CxActionService.createAction(CxAbstractActionModel action,
CxVariationModel variation)
Set default values and creates action for variation.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CxAbstractActionModel> |
CxActionService.getAction(String code,
CxVariationModel variation)
Retrieves action with given code from variation.
|
List<CxAbstractActionModel> |
CxActionService.getActions(CxVariationModel variation)
Retrieves all actions from given variation.
|
List<CxAbstractActionModel> |
CxActionService.getActionsForVariations(Collection<CxVariationModel> variations)
Retrieves actions from variations.
|
| Modifier and Type | Method and Description |
|---|---|
CxAbstractActionModel |
CxActionService.createAction(CxAbstractActionModel action,
CxVariationModel variation)
Set default values and creates action for variation.
|
void |
CxActionService.deleteAction(CxAbstractActionModel action)
Removes action
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CxAbstractActionModel> |
CxActionDao.findActionByCode(String code,
CxVariationModel variation)
Retrieves action with given code.
|
List<CxAbstractActionModel> |
CxActionDao.findActions(CxVariationModel variation)
Retrieves all actions from given variation in given catalog version.
|
List<CxAbstractActionModel> |
CxActionDao.findActionsForVariations(Collection<CxVariationModel> variations)
Retrieves all actions from all given variation in given catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CxAbstractActionModel> |
DefaultCxActionDao.findActionByCode(String code,
CxVariationModel variation) |
List<CxAbstractActionModel> |
DefaultCxActionDao.findActions(CxVariationModel variation) |
List<CxAbstractActionModel> |
DefaultCxActionDao.findActionsForVariations(Collection<CxVariationModel> variations) |
| Modifier and Type | Class and Description |
|---|---|
class |
CxAbstractActionPerformable<T extends CxAbstractActionModel> |
| Modifier and Type | Method and Description |
|---|---|
CxAbstractActionModel |
DefaultCxActionService.createAction(CxAbstractActionModel action,
CxVariationModel variation) |
| Modifier and Type | Method and Description |
|---|---|
Optional<CxAbstractActionModel> |
DefaultCxActionService.getAction(String code,
CxVariationModel variation) |
ActionPropertySetter<CxAbstractActionModel> |
DefaultCxActionService.getActionPropertySetter() |
List<CxAbstractActionModel> |
DefaultCxActionService.getActions(CxVariationModel variation) |
List<CxAbstractActionModel> |
DefaultCxActionService.getActionsForVariations(Collection<CxVariationModel> variations) |
protected Comparator<CxAbstractActionModel> |
DefaultCxActionService.variationPriorityComparator(Collection<CxVariationModel> variations) |
| Modifier and Type | Method and Description |
|---|---|
CxAbstractActionModel |
DefaultCxActionService.createAction(CxAbstractActionModel action,
CxVariationModel variation) |
void |
DefaultCxActionService.deleteAction(CxAbstractActionModel action) |
protected void |
DefaultCxActionService.setDefaultPropertiesBeforeCreate(CxAbstractActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCxActionService.setActionPropertySetter(ActionPropertySetter<CxAbstractActionModel> actionPropertySetter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionPropertyProvider<T extends CxAbstractActionModel> |
class |
ActionPropertySetter<T extends CxAbstractActionModel> |
class |
ActionTargetProvider<T extends CxAbstractActionModel> |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTargetProvider.provideValues(CxAbstractActionModel action) |
void |
ActionPropertyProvider.provideValues(CxAbstractActionModel action) |
void |
ActionPropertySetter.setValues(CxAbstractActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
String |
CxAbstractActionAffectedObjectKeyAttributeHandler.get(CxAbstractActionModel model) |
void |
CxAbstractActionAffectedObjectKeyAttributeHandler.set(CxAbstractActionModel model,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CxAbstractActionModel> |
CxVariationModel.getActions()
Generated method - Getter of the
CxVariation.actions attribute defined at extension personalizationservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CxVariationModel.setActions(Collection<CxAbstractActionModel> value)
Generated method - Setter of
CxVariation.actions attribute defined at extension personalizationservices. |
| Modifier and Type | Method and Description |
|---|---|
CxAbstractActionModel |
CxAbstractActionResource.getCxAbstractActionModel()
Convenience method which just delegates to
#getResourceValue() |
protected CxAbstractActionModel |
CxAbstractActionResource.readResource(String resourceId)
Gets the
CxAbstractActionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CxAbstractActionModel> |
CxAbstractActionsResource.getCxAbstractActionsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CxAbstractActionResource.setCxAbstractActionModel(CxAbstractActionModel value)
Convenience method which just delegates to
#setResourceValue(CxAbstractActionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CxAbstractActionsResource.setCxAbstractActionsCollection(Collection<CxAbstractActionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected CxAbstractActionResult |
DefaultCxService.executeAction(CxAbstractActionModel action,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
protected CxVariationModel |
DefaultCxVariationServiceTest.createVariation(String code,
String name,
boolean enabled,
CatalogVersionModel catalogVersion,
CxAbstractActionModel... actions) |
Copyright © 2017 SAP SE. All Rights Reserved.