Uses of Class
de.hybris.platform.persistence.audit.payload.json.AuditPayload
-
-
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 AuditPayload Modifier and Type Method Description protected Populator<AuditPayload,ItemModel>DefaultCMSVersionToItemModelPreviewConverter. getCmsVersionToItemModelPopulator()protected Populator<AuditPayload,ItemModel>DefaultCMSVersionToItemModelRollbackConverter. getCmsVersionToItemModelPopulator()Methods in de.hybris.platform.cms2.version.converter.impl with parameters of type AuditPayload Modifier and Type Method Description protected ItemModelDefaultCMSVersionToItemModelRollbackConverter. rollbackItemModel(CMSVersionModel version, AuditPayload auditPayload, java.util.Map<java.lang.String,java.lang.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 AuditPayload Modifier and Type Method Description voidDefaultCMSVersionToItemModelPreviewConverter. 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 AuditPayload Modifier and Type Method Description ItemModelItemRollbackConverter. 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 AuditPayload Modifier and Type Method Description protected java.util.Set<java.lang.String>ComponentRollbackConverter. getVersionedSlotsUids(AuditPayload componentPayload)This method retrieves the uid of the versioned slots stored in the provided payload.protected java.util.List<java.lang.String>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(java.util.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.AbstractCMSComponentModelComponentRollbackConverter. 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 AuditPayload Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>CMSVersionToItemModelPopulator. getEmptyCollectionValuesPerQualifier(ItemModel itemModel, AuditPayload auditPayload)Returns theMapthat contains default (empty) collection values for every collection attribute that is null.protected java.util.function.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 AuditPayload Modifier and Type Method Description AuditPayloadJsonAuditRecord. getAuditPayload()AuditPayloadJsonAuditRecord. getAuditPayloadAfterOperation()AuditPayloadPayloadContent. getPayloadAfter()AuditPayloadPayloadContent. getPayloadBefore()Constructors in de.hybris.platform.persistence.audit.gateway with parameters of type AuditPayload Constructor Description PayloadContent(AuditPayload payloadBefore, AuditPayload payloadAfter, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of AuditPayload in de.hybris.platform.persistence.audit.gateway.impl
Methods in de.hybris.platform.persistence.audit.gateway.impl that return AuditPayload Modifier and Type Method Description protected AuditPayloadAbstractReadAuditGateway. deserialize(java.lang.String payload) -
Uses of AuditPayload in de.hybris.platform.persistence.audit.payload
Methods in de.hybris.platform.persistence.audit.payload that return AuditPayload Modifier and Type Method Description AuditPayloadPayloadDeserializer. deserialize(java.lang.String payload) -
Uses of AuditPayload in de.hybris.platform.persistence.audit.payload.json
Methods in de.hybris.platform.persistence.audit.payload.json that return AuditPayload Modifier and Type Method Description AuditPayloadAuditPayload.Builder. build()
-