Class SetCommentTotalInfoProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SetCommentTotalInfoProcessActionHandler
    extends ProcessActionHandler
    Updates the comments total information for a given targetContentLocaleId.
    Since:
    4.0.10
    Version:
    $Revision: 9601 $ $Date: 2008-07-18 15:38:17 -0300 (Fri, 18 Jul 2008) $
    • Constructor Detail

      • SetCommentTotalInfoProcessActionHandler

        public SetCommentTotalInfoProcessActionHandler()
    • Method Detail

      • updateCommentTotal

        public static void updateCommentTotal​(String serviceInstanceId,
                                              String targetContentLocaleId,
                                              ITransaction transaction)
                                       throws PortalException
        Updates the lum_CommentTotal table entry for the specified targetContentLocaleId and comment service instance.
        Parameters:
        serviceInstanceId - the identifier of the comment service instance on which the update is to be done.
        targetContentLocaleId - the id of the commented contentLocale.
        transaction - the transaction for persistence access.
        Throws:
        PortalException
        Since:
        4.2.0