Class AbstractActionWithWithDeletedEntityUseCase<ID,R extends SafeReadRepository<ID,E,?> & com.rcore.domain.commons.port.DeleteRepository<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>
Direct Known Subclasses:
AbstractPermanentDeleteWithEventUseCase, AbstractRestoreDeleteWithEventUseCase

public abstract class AbstractActionWithWithDeletedEntityUseCase<ID,R extends SafeReadRepository<ID,E,?> & com.rcore.domain.commons.port.DeleteRepository<ID>,E extends BaseDeleteEntity<ID>> extends AbstractActionWithEntityUseCase<ID,R,E>