-
Method Summary
boolean
boolean
Deletes list value from attribute.
boolean
Bulk delete list values from attribute.
Returns all attributes by dataSetList id.
com.fasterxml.jackson.databind.node.ArrayNode
void
boolean
boolean
void
boolean
-
Method Details
-
-
updateTypeDslId
boolean updateTypeDslId(@Nonnull
UUID dslId,
UUID id)
-
update
boolean update(@Nonnull
UUID id,
@Nonnull
String name)
-
updateDslReference
boolean updateDslReference(@Nonnull
UUID id,
@Nonnull
UUID dslReferenceId)
-
-
getByDslId
Returns all attributes by dataSetList id.
- Returns:
- collection of attributes by dataSetList id.
-
-
delete
boolean delete(@Nonnull
UUID id)
-
createListValue
Creates list value.
-
createListValues
Bulk create list values.
-
deleteListValue
boolean deleteListValue(UUID attributeId,
@Nonnull
UUID id)
Deletes list value from attribute.
-
deleteListValues
boolean deleteListValues(UUID attributeId,
@Nonnull
List<UUID> ids)
Bulk delete list values from attribute.
-
-
-
saveAttributeSortConfigurationForUser
void saveAttributeSortConfigurationForUser(@Nonnull
UUID userId,
boolean isSortEnabled)
-
getAttributeSortConfigurationForUser
-
getParametersAndDataSetIdsForAttributeSorting