Class AbstractRestoreDeleteWithEventUseCase<ID,R extends SafeReadRepository<ID,E,?> & SafeDeleteRepository<ID>,E extends BaseDeleteEntity<ID>>

java.lang.Object
com.rcore.domain.commons.usecase.UseCase<com.rcore.domain.commons.usecase.model.IdInputValues<ID>,com.rcore.domain.commons.usecase.model.SingleOutput<Boolean>>
ru.foodtechlab.abe.domain.usecase.AbstractActionWithEntityUseCase<ID,R,E>
ru.foodtechlab.abe.domain.usecase.AbstractActionWithWithDeletedEntityUseCase<ID,R,E>
ru.foodtechlab.abe.domain.usecase.AbstractRestoreDeleteWithEventUseCase<ID,R,E>

public abstract class AbstractRestoreDeleteWithEventUseCase<ID,R extends SafeReadRepository<ID,E,?> & SafeDeleteRepository<ID>,E extends BaseDeleteEntity<ID>> extends AbstractActionWithWithDeletedEntityUseCase<ID,R,E>