| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCMSItemConverter.collectValidationErrors(ValidationException e,
java.util.Optional<java.lang.String> language,
java.util.Optional<java.lang.Integer> position)
Collects the errors in the validation exception and adds to the global validation context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationErrorsProvider.collectValidationErrors(ValidationException e,
java.util.Optional<java.lang.String> language,
java.util.Optional<java.lang.Integer> position)
Collects the errors in the validation exception and adds to the global validation context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacadeValidationService.validate(Validator validator,
java.lang.Object validatee)
Validate the given DTO.
|
void |
FacadeValidationService.validate(Validator validator,
java.lang.Object validatee,
java.lang.Object bindingObject)
Validate the given DTO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultValidationErrorsProvider.collectValidationErrors(ValidationException e,
java.util.Optional<java.lang.String> language,
java.util.Optional<java.lang.Integer> position) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFacadeValidationService.validate(Validator validator,
java.lang.Object validatee) |
void |
DefaultFacadeValidationService.validate(Validator validator,
java.lang.Object validatee,
java.lang.Object bindingObject) |
protected void |
DefaultFacadeValidationService.validateInternal(Validator validator,
java.lang.Object validatee,
Errors errors)
Validate the object using the provided binded errors
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentData |
ComponentItemFacade.addComponentItem(AbstractCMSComponentData component)
Deprecated.
since 6.6. Please use
PageContentSlotComponentFacade.addComponentToContentSlot(de.hybris.platform.cmsfacades.data.PageContentSlotComponentData)
instead. |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageData |
PageFacade.createPage(AbstractPageData pageData)
Deprecated.
since 6.6. Please use
CMSItemFacade.createItem(java.util.Map) instead. |
| Modifier and Type | Method and Description |
|---|---|
AbstractPageData |
DefaultPageFacade.updatePage(java.lang.String pageId,
AbstractPageData pageData)
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
PageContentSlotComponentData |
PageContentSlotComponentFacade.moveComponent(java.lang.String pageUid,
java.lang.String componentUid,
java.lang.String originSlotUid,
PageContentSlotComponentData pageContentSlotComponentData)
Moves a component within a slot or between slots.
|
| Modifier and Type | Method and Description |
|---|---|
PageContentSlotComponentData |
DefaultPageContentSlotComponentFacade.addComponentToContentSlot(PageContentSlotComponentData pageContentSlotComponent) |
PageContentSlotComponentData |
DefaultPageContentSlotComponentFacade.moveComponent(java.lang.String pageUid,
java.lang.String componentUid,
java.lang.String originSlotUid,
PageContentSlotComponentData pageContentSlotComponentData) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionData |
RestrictionFacade.createRestriction(AbstractRestrictionData restrictionData)
Deprecated.
since 6.6. Please use
CMSItemFacade.createItem(java.util.Map) instead. |
SearchResult<AbstractRestrictionData> |
RestrictionFacade.findRestrictionsByNamedQuery(NamedQueryData namedQuery)
Deprecated.
since 6.6. Please use
CMSItemFacade instead. |
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionData |
DefaultRestrictionFacade.createRestriction(AbstractRestrictionData restrictionData)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SyncJobData |
SynchronizationFacade.getLastSynchronizationByCatalogTarget(SyncJobRequestData syncJobRequest)
Get the status of the last synchronization job by
SyncJobRequestData. |
SyncJobData |
SynchronizationFacade.getSynchronizationByCatalogSourceTarget(SyncJobRequestData syncJobRequest)
Get a synchronization status by
SyncJobRequestData. |
| Modifier and Type | Method and Description |
|---|---|
SyncJobData |
DefaultSynchronizationFacade.getLastSynchronizationByCatalogTarget(SyncJobRequestData syncJobRequest) |
SyncJobData |
DefaultSynchronizationFacade.getSynchronizationByCatalogSourceTarget(SyncJobRequestData syncJobRequest) |
Copyright © 2018 SAP SE. All Rights Reserved.