Package lumis.content.service
Class DetailsUtil
- java.lang.Object
-
- lumis.content.service.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 Summary
Constructors Constructor Description DetailsUtil()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
getCurrentItemId(IServiceInterfaceRequest request)
Deprecated.Returns the itemId stored bysetCurrentItemId(DouiContext)
.static void
setCurrentItemId(DouiContext douiContext)
Deprecated.Stores the itemId in a special attribute in the request if it is not present in the request as parameter.
-
-
-
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
-
getCurrentItemId
public static String getCurrentItemId(IServiceInterfaceRequest request)
Deprecated.Returns the itemId stored bysetCurrentItemId(DouiContext)
.- Returns:
- the itemId, or
null
if it was not set. - Since:
- 11.0.0
-
-