Class FilterServiceImpl
java.lang.Object
org.qubership.atp.dataset.service.direct.impl.FilterServiceImpl
- All Implemented Interfaces:
FilterService,IdentifiedService<Filter>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanexistsById(UUID id) getAll()Deprecated.voidsetFilterRepository(FilterRepository filterRepository) void
-
Constructor Details
-
FilterServiceImpl
public FilterServiceImpl()
-
-
Method Details
-
setFilterRepository
-
create
@Transactional public Filter create(@Nonnull String name, @Nonnull UUID vaId, @Nonnull List<UUID> dsLabels, @Nonnull List<UUID> dslLabels) - Specified by:
createin interfaceFilterService
-
delete
- Specified by:
deletein interfaceFilterService
-
update
- Specified by:
updatein interfaceFilterService
-
get
- Specified by:
getin interfaceIdentifiedService<Filter>
-
existsById
- Specified by:
existsByIdin interfaceIdentifiedService<Filter>
-
getAll
Deprecated.Unsupported we must not have an ability to get ALL filters, only under VA. usegetAll(UUID)- Specified by:
getAllin interfaceIdentifiedService<Filter>
-
getAll
- Specified by:
getAllin interfaceFilterService
-