Uses of Class
org.qubership.atp.dataset.service.jpa.delegates.ListValue
Packages that use ListValue
Package
Description
-
Uses of ListValue in org.qubership.atp.dataset.db.jpa
Methods in org.qubership.atp.dataset.db.jpa that return ListValueModifier and TypeMethodDescriptionModelsProvider.getByAttributeIdAndText(UUID attributeId, String value) ModelsProvider.getListValue(AbstractUuidBasedEntity entity) Get or create delegate by entity.ModelsProvider.getListValueById(UUID id) Get or create delegate by entity.ModelsProvider.replicateListValue(UUID id, String text, UUID attributeId, UUID sourceId) Replicate list value list value.Methods in org.qubership.atp.dataset.db.jpa that return types with arguments of type ListValueModifier and TypeMethodDescriptionModelsProvider.getListValueBySourceIdAndAttrId(UUID sourceId, UUID attributeId) Gets list value by source id and dataset id.ModelsProvider.getListValuesByAttributeId(UUID attributeId) -
Uses of ListValue in org.qubership.atp.dataset.service.jpa
Methods in org.qubership.atp.dataset.service.jpa that return ListValueModifier and TypeMethodDescriptionJpaAttributeService.createListValue(String text, UUID attributeId) JpaAttributeService.createListValueWithoutCommitting(String text, UUID attributeId) JpaAttributeService.getListValueByAttributeIdAndValue(UUID attributeId, String value) JpaAttributeService.getListValueById(UUID id) JpaAttributeService.replicateListValue(UUID id, String text, UUID attributeId, UUID sourceId) Methods in org.qubership.atp.dataset.service.jpa that return types with arguments of type ListValueModifier and TypeMethodDescriptionJpaAttributeService.getListValueBySourceIdAndAttrId(UUID sourceId, UUID attributeId) JpaAttributeService.getListValuesByAttributeId(UUID attributeId) -
Uses of ListValue in org.qubership.atp.dataset.service.jpa.delegates
Methods in org.qubership.atp.dataset.service.jpa.delegates that return ListValueModifier and TypeMethodDescriptionAttribute.createListValue(String text) For list attributes.Attribute.insertListValue(UUID id, String text) For list attributes.Methods in org.qubership.atp.dataset.service.jpa.delegates that return types with arguments of type ListValue -
Uses of ListValue in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl that return ListValueModifier and TypeMethodDescriptionJpaAttributeServiceImpl.createListValue(String text, UUID attributeId) JpaAttributeServiceImpl.createListValueWithoutCommitting(String text, UUID attributeId) JpaAttributeServiceImpl.getListValueByAttributeIdAndValue(UUID attributeId, String value) JpaAttributeServiceImpl.getListValueById(UUID id) JpaAttributeServiceImpl.replicateListValue(UUID id, String text, UUID attributeId, UUID sourceId) Methods in org.qubership.atp.dataset.service.jpa.impl that return types with arguments of type ListValueModifier and TypeMethodDescriptionJpaAttributeServiceImpl.getListValueBySourceIdAndAttrId(UUID sourceId, UUID attributeId) JpaAttributeServiceImpl.getListValuesByAttributeId(UUID attributeId) -
Uses of ListValue in org.qubership.atp.dataset.versioning.model.domain
Constructors in org.qubership.atp.dataset.versioning.model.domain with parameters of type ListValue