Class TestPlanServiceImpl
java.lang.Object
org.qubership.atp.dataset.service.direct.impl.TestPlanServiceImpl
- All Implemented Interfaces:
IdentifiedService<TestPlan>,TestPlanService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeletes Test Plan by id.booleanDeletes Test Plan by name under visibility area.booleanexistsById(UUID id) getAll()getByNameUnderVisibilityArea(UUID visibilityArea, String name) getChildren(UUID testPlanId) Get dataset lists under test plan.boolean
-
Constructor Details
-
TestPlanServiceImpl
public TestPlanServiceImpl()
-
-
Method Details
-
create
@Nonnull public com.mysema.commons.lang.Pair<TestPlan,Boolean> create(@Nonnull UUID visibilityArea, @Nonnull String name) - Specified by:
createin interfaceTestPlanService
-
getAll
- Specified by:
getAllin interfaceTestPlanService
-
getAll
- Specified by:
getAllin interfaceIdentifiedService<TestPlan>
-
rename
- Specified by:
renamein interfaceTestPlanService
-
getByNameUnderVisibilityArea
- Specified by:
getByNameUnderVisibilityAreain interfaceTestPlanService
-
delete
Description copied from interface:TestPlanServiceDeletes Test Plan by id.- Specified by:
deletein interfaceTestPlanService
-
delete
Description copied from interface:TestPlanServiceDeletes Test Plan by name under visibility area.- Specified by:
deletein interfaceTestPlanService
-
getChildren
Description copied from interface:TestPlanServiceGet dataset lists under test plan.- Specified by:
getChildrenin interfaceTestPlanService
-
get
- Specified by:
getin interfaceIdentifiedService<TestPlan>
-
existsById
- Specified by:
existsByIdin interfaceIdentifiedService<TestPlan>
-