Class SectionConfigurationRestoreHistoryService
java.lang.Object
org.qubership.atp.mia.service.history.impl.AbstractRestoreHistoryService<SectionConfiguration>
org.qubership.atp.mia.service.history.impl.SectionConfigurationRestoreHistoryService
- All Implemented Interfaces:
HistoryService,RestoreHistoryService
@Service
public class SectionConfigurationRestoreHistoryService
extends AbstractRestoreHistoryService<SectionConfiguration>
-
Field Summary
Fields inherited from class org.qubership.atp.mia.service.history.impl.AbstractRestoreHistoryService
entityHistoryService, javers, modelMapperFields inherited from interface org.qubership.atp.mia.service.history.HistoryService
CHILD_ACTIONS_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionSectionConfigurationRestoreHistoryService(org.javers.core.Javers javers, EntityHistoryService<SectionConfiguration> entityHistoryService, ValidateReferenceExistsService validateReferenceExistsService, SectionRestoreMapper modelMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyValues(SectionConfiguration shadow, SectionConfiguration actualObject) Methods inherited from class org.qubership.atp.mia.service.history.impl.AbstractRestoreHistoryService
getObject, restoreToCommit, restoreToRevision, restoreValues, saveRestoredObject
-
Constructor Details
-
SectionConfigurationRestoreHistoryService
public SectionConfigurationRestoreHistoryService(org.javers.core.Javers javers, EntityHistoryService<SectionConfiguration> entityHistoryService, ValidateReferenceExistsService validateReferenceExistsService, SectionRestoreMapper modelMapper)
-
-
Method Details
-
getItemType
-
getEntityClass
-
copyValues
- Specified by:
copyValuesin classAbstractRestoreHistoryService<SectionConfiguration>
-