Class DetailsUtil


  • @Deprecated
    public class DetailsUtil
    extends Object
    Deprecated.
    This class will be removed in the future.
    Provides access to the current itemId for a details interface rendered during the current thread.
    Since:
    4.0.10
    Version:
    $Revision: 21881 $ $Date: 2018-09-21 17:09:37 -0300 (Fri, 21 Sep 2018) $
    • Constructor Detail

      • DetailsUtil

        public DetailsUtil()
        Deprecated.
    • Method Detail

      • setCurrentItemId

        public static void setCurrentItemId​(DouiContext douiContext)
                                     throws PortalException
        Deprecated.
        Stores the itemId in a special attribute in the request if it is not present in the request as parameter. It is taken from the source's data first entry.
        Parameters:
        douiContext - the douiContext of the details interface.
        Throws:
        PortalException
        Since:
        4.0.10