| 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(java.util.List<CxAbstractActionModel> actions,
java.lang.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) |
void |
ActionFullPopulator.populate(CxAbstractActionModel source,
ActionFullData target) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<CxAbstractActionModel> |
DefaultActionFacade.filterActions(java.util.Collection<CxAbstractActionModel> actions,
CatalogVersionModel catalogVersion) |
protected Converter<CxAbstractActionModel,ActionData> |
DefaultActionFacade.getActionConverter() |
protected Converter<CxAbstractActionModel,ActionFullData> |
DefaultActionFacade.getActionFullConverter() |
protected Converter<ActionData,CxAbstractActionModel> |
DefaultActionFacade.getActionReverseConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<CxAbstractActionModel> |
DefaultActionFacade.filterActions(java.util.Collection<CxAbstractActionModel> actions,
CatalogVersionModel catalogVersion) |
void |
DefaultActionFacade.setActionConverter(Converter<CxAbstractActionModel,ActionData> actionConverter) |
void |
DefaultActionFacade.setActionFullConverter(Converter<CxAbstractActionModel,ActionFullData> actionFullConverter) |
void |
DefaultActionFacade.setActionReverseConverter(Converter<ActionData,CxAbstractActionModel> actionReverseConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CxAbstractActionModel,ActionData> |
VariationWithActionPopulator.getActionConverter() |
| 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 | Class and Description |
|---|---|
class |
CxSearchProfileActionModel
Generated model class for type CxSearchProfileAction first defined at extension personalizationsearch.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<CxAbstractActionModel> |
CxUpdateSearchProfileActionRankExecutor.findAction(CxVariationModel variation,
java.lang.String actionCode) |
protected java.util.List<CxAbstractActionModel> |
CxUpdateSearchProfileActionRankExecutor.findActions(CxVariationModel variation,
java.util.Map<java.lang.String,java.lang.String> params) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CxUpdateSearchProfileActionRankExecutor.actionMatches(CxAbstractActionModel action,
java.lang.String actionCode) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
CxUpdateSearchProfileActionRankExecutor.calculateNewActionIndex(java.util.List<CxAbstractActionModel> actions,
java.util.Map<java.lang.String,java.lang.String> params) |
protected int |
CxUpdateSearchProfileActionRankExecutor.findActionIndex(java.util.List<CxAbstractActionModel> actions,
java.lang.String actionCode) |
protected java.lang.Boolean |
CxUpdateSearchProfileActionRankExecutor.moveActions(CxVariationModel variation,
java.util.List<CxAbstractActionModel> actions,
java.util.Map<java.lang.String,java.lang.String> params) |
| Modifier and Type | Method and Description |
|---|---|
<T extends CxAbstractActionModel> |
CxActionService.getActions(CxActionType type,
CatalogVersionModel catalogVersion,
java.util.Map<java.lang.String,java.lang.String> searchCriteria,
SearchPageData<?> pagination)
Retrieve actions of given type that fulfills search criteria in paginated list.
|
| 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 |
|---|---|
java.util.Optional<CxAbstractActionModel> |
CxActionService.getAction(java.lang.String code,
CxVariationModel variation)
Retrieves action with given code from variation.
|
java.util.List<CxAbstractActionModel> |
CxActionService.getActions(CxVariationModel variation)
Retrieves all actions from given variation.
|
java.util.List<CxAbstractActionModel> |
CxActionService.getActionsForVariations(java.util.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 | Interface and Description |
|---|---|
interface |
CxActionTypeDao<T extends CxAbstractActionModel>
Marker interface for type aware dao implementations.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<CxAbstractActionModel> |
CxActionDao.findActionByCode(java.lang.String code,
CxVariationModel variation)
Retrieves action with given code.
|
java.util.List<CxAbstractActionModel> |
CxActionDao.findActions(CxVariationModel variation)
Retrieves all actions from given variation in given catalog version.
|
java.util.List<CxAbstractActionModel> |
CxActionDao.findActionsForVariations(java.util.Collection<CxVariationModel> variations)
Retrieves all actions from all given variation in given catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<CxAbstractActionModel> |
DefaultCxActionDao.findActionByCode(java.lang.String code,
CxVariationModel variation) |
java.util.List<CxAbstractActionModel> |
DefaultCxActionDao.findActions(CxVariationModel variation) |
java.util.List<CxAbstractActionModel> |
DefaultCxActionDao.findActionsForVariations(java.util.Collection<CxVariationModel> variations) |
| Modifier and Type | Class and Description |
|---|---|
class |
CxAbstractActionPerformable<T extends CxAbstractActionModel> |
| Modifier and Type | Method and Description |
|---|---|
<T extends CxAbstractActionModel> |
DefaultCxActionService.getActions(CxActionType type,
CatalogVersionModel catalogVersion,
java.util.Map<java.lang.String,java.lang.String> searchCriteria,
SearchPageData<?> pagination) |
| Modifier and Type | Method and Description |
|---|---|
CxAbstractActionModel |
DefaultCxActionService.createAction(CxAbstractActionModel action,
CxVariationModel variation) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<CxAbstractActionModel> |
DefaultCxActionService.getAction(java.lang.String code,
CxVariationModel variation) |
protected ActionPropertySetter<CxAbstractActionModel> |
DefaultCxActionService.getActionPropertySetter() |
java.util.List<CxAbstractActionModel> |
DefaultCxActionService.getActions(CxVariationModel variation) |
java.util.List<CxAbstractActionModel> |
DefaultCxActionService.getActionsForVariations(java.util.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 |
ActionPropertyProvider.provideValues(CxAbstractActionModel action) |
void |
ActionTargetProvider.provideValues(CxAbstractActionModel action) |
void |
ActionPropertySetter.setValues(CxAbstractActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CxAbstractActionAffectedObjectKeyAttributeHandler.get(CxAbstractActionModel model) |
java.lang.Integer |
CxAbstractActionRankAttributeHandler.get(CxAbstractActionModel action) |
void |
CxAbstractActionRankAttributeHandler.set(CxAbstractActionModel action,
java.lang.Integer value) |
void |
CxAbstractActionAffectedObjectKeyAttributeHandler.set(CxAbstractActionModel model,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CxAbstractActionModel> |
CxVariationModel.getActions()
Generated method - Getter of the
CxVariation.actions attribute defined at extension personalizationservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CxVariationModel.setActions(java.util.List<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
AbstractResource.getResourceValue() |
protected CxAbstractActionModel |
CxAbstractActionResource.readResource(java.lang.String resourceId)
Gets the
CxAbstractActionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CxAbstractActionModel> |
CxAbstractActionsResource.getCxAbstractActionsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.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(java.lang.String code,
java.lang.String name,
boolean enabled,
CatalogVersionModel catalogVersion,
CxAbstractActionModel... actions) |
Copyright © 2018 SAP SE. All Rights Reserved.