Uses of Class
org.qubership.atp.dataset.service.jpa.DataSetServiceException
Packages that use DataSetServiceException
Package
Description
-
Uses of DataSetServiceException in org.qubership.atp.dataset.db.jpa
Methods in org.qubership.atp.dataset.db.jpa that throw DataSetServiceExceptionModifier and TypeMethodDescriptionModelsProvider.replicateAttribute(UUID id, String name, AttributeTypeName type, UUID dataSetListId, UUID sourceId) Replicate attribute attribute.ModelsProvider.replicateAttributeKey(UUID id, String key, UUID attributeId, UUID dataSetId, UUID dataSetListId, UUID sourceId) Replicate attribute key.ModelsProvider.replicateDataSet(UUID id, String name, UUID dataSetListId, Long ordering, UUID sourceId, Boolean isLocked) Create data set with requested id data set.ModelsProvider.replicateDataSetList(UUID id, String name, UUID visibilityAreaId, UUID sourceId, UUID createdBy, Timestamp createdWhen, UUID modifiedBy, Timestamp modifiedWhen) Create data set list with requested id data set list.ModelsProvider.replicateListValue(UUID id, String text, UUID attributeId, UUID sourceId) Replicate list value list value.ModelsProvider.replicateParameter(UUID id, UUID dataSetId, UUID attributeId, UUID sourceId) Replicate parameter parameter. -
Uses of DataSetServiceException in org.qubership.atp.dataset.service.jpa
Methods in org.qubership.atp.dataset.service.jpa that throw DataSetServiceExceptionModifier and TypeMethodDescriptionJpaDataSetService.createDsSelectJavers(String name, UUID dataSetListId, boolean isJavers) JpaAttributeService.replicate(UUID id, String name, AttributeTypeName type, UUID dataSetListId, UUID sourceId) JpaDataSetListService.replicate(UUID id, String name, UUID visibilityAreaId, UUID sourceId, UUID createdBy, Timestamp createdWhen, UUID modifiedBy, Timestamp modifiedWhen) JpaDataSetService.replicate(UUID id, String name, UUID dataSetListId, Long ordering, UUID sourceId, Boolean isLocked) JpaAttributeService.replicateAttributeKey(UUID id, String key, UUID attribute, UUID dataSet, UUID dataSetList, UUID sourceId) JpaAttributeService.replicateListValue(UUID id, String text, UUID attributeId, UUID sourceId) voidJpaDataSetService.setOverlapValue(ParameterValue value, UUID dataSetId, UUID attributeId, List<UUID> attributePath) JpaDataSetService.setParameterValue(ParameterValue value, UUID dataSetId, UUID attributeId) -
Uses of DataSetServiceException in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl that throw DataSetServiceExceptionModifier and TypeMethodDescriptionJpaAttributeServiceImpl.replicate(UUID id, String name, AttributeTypeName type, UUID dataSetListId, UUID sourceId) JpaDataSetListServiceImpl.replicate(UUID id, String name, UUID visibilityAreaId, UUID sourceId, UUID createdBy, Timestamp createdWhen, UUID modifiedBy, Timestamp modifiedWhen) JpaDataSetServiceImpl.replicate(UUID id, String name, UUID dataSetListId, Long ordering, UUID sourceId, Boolean isLocked) JpaAttributeServiceImpl.replicateAttributeKey(UUID id, String key, UUID attribute, UUID dataSet, UUID dataSetList, UUID sourceId) JpaAttributeServiceImpl.replicateListValue(UUID id, String text, UUID attributeId, UUID sourceId) -
Uses of DataSetServiceException in org.qubership.atp.dataset.service.jpa.impl.macro
Methods in org.qubership.atp.dataset.service.jpa.impl.macro that throw DataSetServiceExceptionModifier and TypeMethodDescriptionMacroContext.getAttributeName(UUID attributeId) MacroContext.getCachedDslTextParameter(PathStep dataSetList, PathStep dataSetId, List<PathStep> attributeGroups, PathStep attributeId) For REF_DSL.MacroContext.getDataSetList(UUID visibilityAreaId, PathStep dataSetList) MacroContext.getDataSetListName(UUID dataSetListId) MacroContext.getDataSetName(UUID dataSetId) MacroContext.getDslTextParameter(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSetId, List<PathStep> attributeGroups, PathStep attributeId) For REF_DSL.voidMacroContext.storeCachedDslTextParameter(PathStep dataSetList, PathStep dataSetId, List<PathStep> attributeGroups, PathStep attributeId, String value) Cache method For REF_DSL. -
Uses of DataSetServiceException in org.qubership.atp.dataset.service.jpa.model
Methods in org.qubership.atp.dataset.service.jpa.model that throw DataSetServiceExceptionModifier and TypeMethodDescriptionDataSetListParameterExtractor.extract()Extracts and returns found value.ParameterExtractor.extractWithProvider(DataSetParameterProvider parameterProvider) Extracts value from DSL context, and returns it if found.MacroContextService.getAttributeName(UUID dataSetListId) MacroContextServiceImpl.getAttributeName(UUID dataSetListId) MacroContextService.getDataSetList(UUID visibilityAreaId, PathStep dataSetListPathStep) MacroContextServiceImpl.getDataSetList(UUID visibilityAreaId, PathStep dataSetListPathStep) Get dataSetList, by its name or id, provided in dataSetListPathStep parameter.MacroContextService.getDataSetListName(UUID dataSetListId) MacroContextService.getDataSetName(UUID dataSetListId) MacroContextServiceImpl.getDataSetName(UUID dataSetListId) MacroContextService.getDataSetUuid(String dataSetName, UUID dataSetListId) MacroContextServiceImpl.getDataSetUuid(String dataSetName, UUID dataSetListId) MacroContextService.getTextParameterByExternalListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSet, List<PathStep> referenceAttributePath, PathStep parameterAttribute) MacroContextServiceImpl.getTextParameterByExternalListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSetPath, List<PathStep> referenceAttributePath, PathStep attribute) For REF_DSL.MacroContextService.getTextParameterByListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSet, List<PathStep> referenceAttributePath, PathStep parameterAttribute) MacroContextServiceImpl.getTextParameterByListDataSetAndPath(UUID visibilityAreaId, PathStep dataSetList, PathStep dataSetPath, List<PathStep> referenceAttributePath, PathStep attribute) For REF.MacroContextService.getTextParameterFromCachedContextByNamesPath(UUID visibilityAreaId, PathStep topLevelDataSetList, UUID dataSetId, int dataSetColumn, List<UUID> macroPosition, List<PathStep> pathSteps, PathStep attribute) MacroContextServiceImpl.getTextParameterFromCachedContextByNamesPath(UUID visibilityAreaId, PathStep topLevelDataSetList, UUID dataSetId, int dataSetColumn, List<UUID> macroPosition, List<PathStep> pathSteps, PathStep attribute) For REF_THIS.