Class ProjectConfigurationRestoreHistoryService
java.lang.Object
org.qubership.atp.mia.service.history.impl.AbstractRestoreHistoryService<ProjectConfiguration>
org.qubership.atp.mia.service.history.impl.ProjectConfigurationRestoreHistoryService
- All Implemented Interfaces:
HistoryService,RestoreHistoryService
@Service
public class ProjectConfigurationRestoreHistoryService
extends AbstractRestoreHistoryService<ProjectConfiguration>
-
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
ConstructorsConstructorDescriptionProjectConfigurationRestoreHistoryService(org.javers.core.Javers javers, EntityHistoryService<ProjectConfiguration> entityHistoryService, ValidateReferenceExistsService validateReferenceExistsService, ProjectConfigurationRestoreMapper modelMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyValues(ProjectConfiguration shadow, ProjectConfiguration actualObject) Methods inherited from class org.qubership.atp.mia.service.history.impl.AbstractRestoreHistoryService
getObject, restoreToCommit, restoreToRevision, restoreValues, saveRestoredObject
-
Constructor Details
-
ProjectConfigurationRestoreHistoryService
public ProjectConfigurationRestoreHistoryService(org.javers.core.Javers javers, EntityHistoryService<ProjectConfiguration> entityHistoryService, ValidateReferenceExistsService validateReferenceExistsService, ProjectConfigurationRestoreMapper modelMapper)
-
-
Method Details
-
getItemType
-
getEntityClass
-
copyValues
- Specified by:
copyValuesin classAbstractRestoreHistoryService<ProjectConfiguration>
-