Class DbCreationFacade
java.lang.Object
org.qubership.atp.dataset.service.direct.helper.AbstractServicesInjected
org.qubership.atp.dataset.service.direct.helper.DbCreationFacade
- All Implemented Interfaces:
CreationFacade
-
Field Summary
Fields inherited from class org.qubership.atp.dataset.service.direct.helper.AbstractServicesInjected
attributeService, dataSetListService, dataSetService, filterService, gridFsService, modelsProvider, parameterService, testPlanService, visibilityAreaService, wrapperService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) ds(DataSetList dsl, String name) dsl(VisibilityArea va, String name, TestPlan testPlan) label(LabelProvider labelProvider, String name) param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileDataDto, List<Attribute> path) testPlan(VisibilityArea visibilityArea, String name) Creates test plan.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.atp.dataset.service.direct.helper.CreationFacade
ds, ds, dsl, dsl, dsl, fileAttr, fileParam, fileParam, fileParam, listAttr, listAttr, listParam, listParam, overrideParam, overrideParam, refAttr, refParam, refParam, refParam, schange, schangeAttr, schangeParam, schangeParam, textAttr, textParam, textParam
-
Constructor Details
-
DbCreationFacade
public DbCreationFacade()
-
-
Method Details
-
va
- Specified by:
vain interfaceCreationFacade
-
dsl
public DataSetList dsl(@Nonnull VisibilityArea va, @Nonnull String name, @Nullable TestPlan testPlan) - Specified by:
dslin interfaceCreationFacade
-
testPlan
Creates test plan.- Specified by:
testPlanin interfaceCreationFacade
-
ds
- Specified by:
dsin interfaceCreationFacade
-
attr
public Attribute attr(@Nonnull DataSetList dsl, @Nonnull String name, @Nonnull AttributeType type, @Nullable DataSetList dslRef, @Nullable List<String> listValues) - Specified by:
attrin interfaceCreationFacade
-
param
public Parameter param(@Nonnull DataSet ds, @Nonnull Attribute attr, @Nullable String text, @Nullable String listValue, @Nullable DataSet dsRef, FileDataDao fileDataDto, @Nullable List<Attribute> path) - Specified by:
paramin interfaceCreationFacade
-
label
- Specified by:
labelin interfaceCreationFacade
-