Shortcut/trick for integrating a factored polynomial?
Note that the polynomial being integrated has no constant term. In particular, the lowest degree of any term is one: namely, $x(1)(-2)(3) = -6x$. Therefore, the antiderivative will have an $x^2$ term that can be pulled out.
Unfortunately, there is no reason to believe the rest of the antiderivative will be reducible. Indeed, in this case the antiderivative is:
$$\frac{1}{30}x^2 (6x^3 + 15x^2 - 50x - 90) + C$$
where the parenthetical cubic is irreducible over $\mathbb{Z}$. In other words, just because the original polynomial factored nicely, doesn't mean finding roots of its antiderivative will be easy.
You might now wonder, since we are integrating a fourth degree polynomial, if there is a way to know quickly what the coefficients will be of its fifth degree antiderivative. Note, however, that having the coefficients of this antiderivative is equivalent (in difficulty) to having the coefficients of the original polynomial. For example, the coefficient of $x^5$ in the antiderivative is $1/5$, so we conclude that the coefficient of $x^4$ in the polynomial pre-integration must have been $1$. In this way, knowing the expanded antiderivative would allow us to "recover" the coefficients of the factored polynomial we began with, and so having a "trick" to do the former would give us a "trick" to do the latter. Thus, the problem of integrating a factored polynomial by "trick" is basically equivalent in difficulty to expanding a polynomial by "trick."
Hopefully this gives you some intuition as to why there is no fast way to find said antiderivative.