Class EventSpecification
- java.lang.Object
-
- de.adorsys.psd2.report.specification.EventSpecification
-
@Service public class EventSpecification extends Object
-
-
Constructor Summary
Constructors Constructor Description EventSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<EventReportEntity>byInstanceId(@Nullable String instanceId)org.springframework.data.jpa.domain.Specification<EventReportEntity>byPeriodAndInstanceId(OffsetDateTime start, OffsetDateTime end, String instanceId)org.springframework.data.jpa.domain.Specification<EventReportEntity>byPeriodAndInstanceIdAndConsentId(OffsetDateTime start, OffsetDateTime end, String instanceId, String consentId)org.springframework.data.jpa.domain.Specification<EventReportEntity>byPeriodAndInstanceIdAndEventOrigin(OffsetDateTime start, OffsetDateTime end, String instanceId, de.adorsys.psd2.event.core.model.EventOrigin eventOrigin)org.springframework.data.jpa.domain.Specification<EventReportEntity>byPeriodAndInstanceIdAndEventType(OffsetDateTime start, OffsetDateTime end, String instanceId, de.adorsys.psd2.event.core.model.EventType eventType)org.springframework.data.jpa.domain.Specification<EventReportEntity>byPeriodAndInstanceIdAndPaymentId(OffsetDateTime start, OffsetDateTime end, String instanceId, String paymentId)
-
-
-
Method Detail
-
byPeriodAndInstanceId
public org.springframework.data.jpa.domain.Specification<EventReportEntity> byPeriodAndInstanceId(OffsetDateTime start, OffsetDateTime end, String instanceId)
-
byInstanceId
protected org.springframework.data.jpa.domain.Specification<EventReportEntity> byInstanceId(@Nullable @Nullable String instanceId)
-
byPeriodAndInstanceIdAndConsentId
public org.springframework.data.jpa.domain.Specification<EventReportEntity> byPeriodAndInstanceIdAndConsentId(OffsetDateTime start, OffsetDateTime end, String instanceId, String consentId)
-
byPeriodAndInstanceIdAndPaymentId
public org.springframework.data.jpa.domain.Specification<EventReportEntity> byPeriodAndInstanceIdAndPaymentId(OffsetDateTime start, OffsetDateTime end, String instanceId, String paymentId)
-
byPeriodAndInstanceIdAndEventType
public org.springframework.data.jpa.domain.Specification<EventReportEntity> byPeriodAndInstanceIdAndEventType(OffsetDateTime start, OffsetDateTime end, String instanceId, de.adorsys.psd2.event.core.model.EventType eventType)
-
byPeriodAndInstanceIdAndEventOrigin
public org.springframework.data.jpa.domain.Specification<EventReportEntity> byPeriodAndInstanceIdAndEventOrigin(OffsetDateTime start, OffsetDateTime end, String instanceId, de.adorsys.psd2.event.core.model.EventOrigin eventOrigin)
-
-