Class SetContactRequestCategoryNullProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SetContactRequestCategoryNullProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Updates categoryContentId of contact requests to null.
    Since:
    4.2.0
    Version:
    $Revision: 9601 $ $Date: 2008-07-18 15:38:17 -0300 (Fri, 18 Jul 2008) $
    • Constructor Detail

      • SetContactRequestCategoryNullProcessActionHandler

        public SetContactRequestCategoryNullProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException
      • updateCategoryMessages

        public void updateCategoryMessages​(String categoryContentId,
                                           ITransaction transaction)
                                    throws PortalException
        Update lum_ContactUs through the given message identifier.
        Parameters:
        categoryContentId - the category content identifier.
        transaction - the transaction for persistence access.
        Throws:
        PortalException
        Since:
        4.2.0