Uses of Class
de.hybris.platform.persistence.audit.payload.json.AuditPayload
Packages that use AuditPayload
Package
Description
-
Uses of AuditPayload in de.hybris.platform.cms2.version.converter.impl
Methods in de.hybris.platform.cms2.version.converter.impl that return types with arguments of type AuditPayloadModifier and TypeMethodDescriptionprotected Populator<AuditPayload,ItemModel> DefaultCMSVersionToItemModelPreviewConverter.getCmsVersionToItemModelPopulator()protected Populator<AuditPayload,ItemModel> DefaultCMSVersionToItemModelRollbackConverter.getCmsVersionToItemModelPopulator()Methods in de.hybris.platform.cms2.version.converter.impl with parameters of type AuditPayloadModifier and TypeMethodDescriptionprotected ItemModelDefaultCMSVersionToItemModelRollbackConverter.rollbackItemModel(CMSVersionModel version, AuditPayload auditPayload, Map<String, Object> mappedAttributes) This method rollbacks anItemModelbased on the given information.Method parameters in de.hybris.platform.cms2.version.converter.impl with type arguments of type AuditPayloadModifier and TypeMethodDescriptionvoidDefaultCMSVersionToItemModelPreviewConverter.setCmsVersionToItemModelPopulator(Populator<AuditPayload, ItemModel> cmsVersionToItemModelPopulator) voidDefaultCMSVersionToItemModelRollbackConverter.setCmsVersionToItemModelPopulator(Populator<AuditPayload, ItemModel> cmsVersionToItemModelPopulator) -
Uses of AuditPayload in de.hybris.platform.cms2.version.converter.rollback
Methods in de.hybris.platform.cms2.version.converter.rollback with parameters of type AuditPayloadModifier and TypeMethodDescriptionItemRollbackConverter.rollbackItem(ItemModel itemModel, CMSVersionModel versionModel, AuditPayload auditPayload) Rollbacks the itemModel to a desired version based on the information specified in the audit payload. -
Uses of AuditPayload in de.hybris.platform.cms2.version.converter.rollback.impl
Methods in de.hybris.platform.cms2.version.converter.rollback.impl with parameters of type AuditPayloadModifier and TypeMethodDescriptionComponentRollbackConverter.getVersionedSlotsUids(AuditPayload componentPayload) This method retrieves the uid of the versioned slots stored in the provided payload.ComponentRollbackConverter.readSlotsFromComponentPayload(AuditPayload componentPayload) This method returns a list containing the pk of each of the slots found in the given component payload.protected voidComponentRollbackConverter.removeSlotsOutsidePageFromPayload(Set<ContentSlotModel> slotsInPage, AuditPayload componentPayload) This method removes from the payload any slot outside the current page.protected AbstractCMSComponentModelComponentRollbackConverter.replaceComponentWithCloneInPage(AbstractCMSComponentModel originalComponent, AbstractPageModel page, AuditPayload componentPayload) This method creates a clone of the given component and uses it to replace all the references of the original component in the version of the page provided, as indicated by the payload.protected voidComponentRollbackConverter.rollbackComponentOnlyInPage(AbstractCMSComponentModel component, AbstractPageModel page, AuditPayload componentPayload) This method rollbacks the component only in slots of the version of the page provided, as indicated by the payload.ComponentRollbackConverter.rollbackItem(ItemModel itemModel, CMSVersionModel version, AuditPayload auditPayload) protected voidComponentRollbackConverter.updatePayloadForClonedComponent(AbstractCMSComponentModel clonedComponent, AuditPayload componentPayload) This method updates the component payload to match the cloned component information. -
Uses of AuditPayload in de.hybris.platform.cms2.version.populator
Methods in de.hybris.platform.cms2.version.populator with parameters of type AuditPayloadModifier and TypeMethodDescriptionCMSVersionToItemModelPopulator.getEmptyCollectionValuesPerQualifier(ItemModel itemModel, AuditPayload auditPayload) Returns theMapthat contains default (empty) collection values for every collection attribute that is null.protected Predicate<AttributeDescriptorModel>CMSVersionToItemModelPopulator.isInAuditPayload(AuditPayload payload) Verifies that the value of an attribute is inAuditPayload.voidCMSVersionToItemModelPopulator.populate(AuditPayload auditPayload, ItemModel itemModel) -
Uses of AuditPayload in de.hybris.platform.persistence.audit.gateway
Methods in de.hybris.platform.persistence.audit.gateway that return AuditPayloadModifier and TypeMethodDescriptionJsonAuditRecord.getAuditPayload()JsonAuditRecord.getAuditPayloadAfterOperation()PayloadContent.getPayloadAfter()PayloadContent.getPayloadBefore()Constructors in de.hybris.platform.persistence.audit.gateway with parameters of type AuditPayloadModifierConstructorDescriptionPayloadContent(AuditPayload payloadBefore, AuditPayload payloadAfter, Map<String, Object> context) -
Uses of AuditPayload in de.hybris.platform.persistence.audit.gateway.impl
Methods in de.hybris.platform.persistence.audit.gateway.impl that return AuditPayloadModifier and TypeMethodDescriptionprotected AuditPayloadAbstractReadAuditGateway.deserialize(String payload) -
Uses of AuditPayload in de.hybris.platform.persistence.audit.payload
Methods in de.hybris.platform.persistence.audit.payload that return AuditPayload -
Uses of AuditPayload in de.hybris.platform.persistence.audit.payload.json
Methods in de.hybris.platform.persistence.audit.payload.json that return AuditPayload