@Repository
public interface DataSetListRepository
| Modifier and Type | Method and Description |
|---|---|
Collection<DataSetList> |
getAll()
Deprecated.
|
Collection<DataSetListsSource> |
getAllSources() |
Collection<DataSetListsSource> |
getAllSources(Object projectId) |
Collection<DataSetList> |
getByName(String name)
Deprecated.
|
DataSetList |
getByNatureId(Object id,
Object projectId) |
Set<DataSetList> |
getDataSetLists(DataSetListsSource source) |
Set<IDataSet> |
getDataSetsWithLabel(DataSetList list,
String label,
Object projectId) |
DataSetListsSource |
getSourceByNatureId(Object id,
Object projectId) |
@Nullable @Deprecated Collection<DataSetList> getAll()
@Nullable Collection<DataSetListsSource> getAllSources()
@Nullable Collection<DataSetListsSource> getAllSources(Object projectId)
@Nullable DataSetListsSource getSourceByNatureId(@Nonnull Object id, Object projectId)
@Nullable DataSetList getByNatureId(@Nonnull Object id, Object projectId)
@Nullable @Deprecated Collection<DataSetList> getByName(String name)
@Nullable Set<IDataSet> getDataSetsWithLabel(@Nonnull DataSetList list, String label, @Nonnull Object projectId)
@Nonnull Set<DataSetList> getDataSetLists(@Nonnull DataSetListsSource source)
Copyright © 2025. All rights reserved.