Class GetTemporaryHoldersAction

  • All Implemented Interfaces:
    WidgetManipulationAction

    public class GetTemporaryHoldersAction
    extends java.lang.Object
    An AbstractWidgetManipulationAction implementation for obtaining temporary holders.

    Requires the following parameters:

    • ii: The widget interface instance holder identifiers.
    Since:
    10.2.0
    Version:
    $Revision: 20412 $ $Date: 2017-07-20 16:55:43 -0300 (Thu, 20 Jul 2017) $
    • Constructor Detail

      • GetTemporaryHoldersAction

        public GetTemporaryHoldersAction()
    • Method Detail

      • checkManageHolderPermission

        protected void checkManageHolderPermission​(java.lang.String serviceInstanceId)
                                            throws PortalException
        Checks if the current session has permission to manage the widgets holder.
        Parameters:
        serviceInstanceId - the holder's service instance identifier.
        Throws:
        AccessDeniedException - if the session does not has the permission.
        PortalException
        Since:
        6.0.0
      • checkPersonalizePagePermission

        protected void checkPersonalizePagePermission​(java.lang.String serviceInstanceId)
                                               throws PortalException
        Checks if the current session has permission to personalize a widget holder for itself.
        Parameters:
        serviceInstanceId - the holder's service instance identifier.
        Throws:
        AccessDeniedException - if the session does not has the permission.
        PortalException
        Since:
        6.0.0