// Modify statement for action.
filterStatement.setQuery("WHERE lineItemId = :lineItemId and creativeId IN ("
+ StringUtils.join(creativeIds, ",") + ")");
// Create action.
DeactivateLineItemCreativeAssociations action =
new DeactivateLineItemCreativeAssociations();
// Perform action.
UpdateResult result =
licaService.performLineItemCreativeAssociationAction(action, filterStatement);