Class VisibilityArea
java.lang.Object
org.qubership.atp.dataset.db.jpa.Wrapper
org.qubership.atp.dataset.service.jpa.delegates.AbstractObjectWrapper<VisibilityAreaEntity>
org.qubership.atp.dataset.service.jpa.delegates.VisibilityArea
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.dataset.service.jpa.delegates.AbstractObjectWrapper
entityFields inherited from class org.qubership.atp.dataset.db.jpa.Wrapper
entityManager, gridFsService, jdbc, modelsProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateDataSetList(String name) Create with name.Returns child DSL by id if exists.getDataSetListByName(String name) Returns DSL by name if exists.Returns all DSLs ids.Returns all DSLs.Get list of all DSL names from this va.getId()getName()insertDataSetList(UUID id, String name) Insert with name and ID.voidSet and save name.
-
Constructor Details
-
VisibilityArea
-
-
Method Details
-
getId
-
getName
-
setName
Set and save name. -
getDataSetLists
Returns all DSLs. -
getDataSetListIds
Returns all DSLs ids. -
getDataSetListByName
Returns DSL by name if exists. -
getDataSetListById
Returns child DSL by id if exists. -
createDataSetList
Create with name. -
insertDataSetList
Insert with name and ID. -
testPlans
-
getFilters
-
beforeRemove
public void beforeRemove()- Overrides:
beforeRemovein classAbstractObjectWrapper<VisibilityAreaEntity>
-
getDataSetListsNames
Get list of all DSL names from this va.
-