| Interface | Description |
|---|---|
| ActivityRepository |
Repository interface for
Activity instances. |
| ActivityRepositoryCustom | |
| DashboardRepository |
Repository interface for
Dashboard instances. |
| DashboardRepositoryCustom | |
| ExternalSystemRepository |
Repository interface for
ExternalSystem instances. |
| FailReferenceResourceRepository |
Repository interface for
FailReferenceResource instances. |
| LaunchMetaInfoRepository |
Launch Counter.
|
| LaunchRepository |
Repository interface for
Launch instances. |
| LaunchRepositoryCustom | |
| LogRepository |
Repository interface for
Log instances. |
| LogRepositoryCustom |
Custom repository implementation.
|
| OAuthSignatureRepository |
Repository interface for
OAuthSignature instances. |
| ProjectRepository |
DAO for the
Project entity |
| ProjectRepositoryCustom |
Some custom queries defined for project repository
|
| ReportPortalRepository<T,ID extends java.io.Serializable> |
Interface with set of custom operations to all ReportPortal Mongo
Repositories
|
| RestorePasswordBidRepository | |
| ServerSettingsRepository |
Server settings storage interface
|
| ShareableRepository<T,ID extends java.io.Serializable> |
Extension of
ReportPortalRepository which provide functionality for working with sharable
objects. |
| StatisticsUpdatePolicy<T,S> | |
| TestItemRepository |
Repository interface for test items
|
| TestItemRepositoryCustom | |
| UserCreationBidRepository | |
| UserCreationBidRepositoryCustom |
Set of custom DAO methods for
UserCreationBid entity |
| UserFilterRepository |
Repository interface for
UserFilter instances. |
| UserFilterRepositoryCustom | |
| UserPreferenceRepository | |
| UserPreferenceRepositoryCustom | |
| UserRepository |
Repository interface for
User instances. |
| WidgetRepository |
Repository interface for
Widget instances. |
| WidgetRepositoryCustom |
| Class | Description |
|---|---|
| ActivityRepositoryCustomImpl |
Activity repository custom implementation
|
| DashboardRepositoryCustomImpl | |
| LaunchMetaInfoRepository.LaunchMetaInfo |
Launch Meta Information entity
|
| LaunchMetaInfoRepository.LaunchMetaInfoRepositoryImpl |
Implementation of launch counter
|
| LaunchRepositoryCustomImpl |
Implementations of custom methods which are cannot be generated via default Spring's repositories mechanism
|
| ReportPortalRepositoryFactoryBean<R extends org.springframework.data.mongodb.repository.MongoRepository<T,ID>,ID extends java.io.Serializable,T> |
Factory Bean to add support of custom Mongo Repositories
|
| ShareableRepositoryImpl<T,ID extends java.io.Serializable> |
Default implementation of
ShareableRepository added possibility to work with shareable
objects. |
| TestItemRepositoryCustomImpl |
Implementation of Test Items repository routines
|
| UserCreationBidRepositoryCustomImpl |
Default implementation of
UserCreationBidRepositoryCustom |
| UserFilterRepositoryCustomImpl | |
| UserPreferenceRepositoryCustomImpl | |
| UserUtils |
Some useful methods for working with Users
|
| WidgetRepositoryCustomImpl |