Uses of Class
org.qubership.atp.mia.model.DateAuditorEntity
Packages that use DateAuditorEntity
Package
Description
-
Uses of DateAuditorEntity in org.qubership.atp.mia.model.configuration
Subclasses of DateAuditorEntity in org.qubership.atp.mia.model.configurationModifier and TypeClassDescriptionclassclassclassclass -
Uses of DateAuditorEntity in org.qubership.atp.mia.model.file
Subclasses of DateAuditorEntity in org.qubership.atp.mia.model.file -
Uses of DateAuditorEntity in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration with parameters of type DateAuditorEntityModifier and TypeMethodDescriptionCompoundConfigurationService.restore(DateAuditorEntity entity) ProcessConfigurationService.restore(DateAuditorEntity entity) ProjectConfigurationService.restore(DateAuditorEntity entity) SectionConfigurationService.restore(DateAuditorEntity entity) -
Uses of DateAuditorEntity in org.qubership.atp.mia.service.history
Classes in org.qubership.atp.mia.service.history with type parameters of type DateAuditorEntityModifier and TypeInterfaceDescriptioninterfaceEntityHistoryService<E extends DateAuditorEntity>interfaceHistoryService<E extends DateAuditorEntity>interfaceRetrieveHistoryService<E extends DateAuditorEntity> -
Uses of DateAuditorEntity in org.qubership.atp.mia.service.history.impl
Classes in org.qubership.atp.mia.service.history.impl with type parameters of type DateAuditorEntityModifier and TypeClassDescriptionclassAbstractEntityHistoryService<E extends DateAuditorEntity>classAbstractRestoreHistoryService<E extends DateAuditorEntity>classAbstractRetrieveHistoryService<S extends DateAuditorEntity,D extends AbstractCompareEntityDto> classAbstractVersioningMapper<S extends DateAuditorEntity,D extends AbstractCompareEntityDto> classValidateReferenceExistsService<T extends DateAuditorEntity>Methods in org.qubership.atp.mia.service.history.impl that return types with arguments of type DateAuditorEntityModifier and TypeMethodDescriptionOptional<RetrieveHistoryService<? extends DateAuditorEntity>> HistoryServiceFactory.getRetrieveHistoryService(String itemType) Returns the concrete implementation of RetrieveHistoryService depending of entity type.Methods in org.qubership.atp.mia.service.history.impl with parameters of type DateAuditorEntityModifier and TypeMethodDescriptionabstract EAbstractEntityHistoryService.restore(DateAuditorEntity entity)