lumis.content.service
Class DetailsUtil

Package class diagram package DetailsUtil
java.lang.Object
  extended by lumis.content.service.DetailsUtil

Deprecated. This class will be removed in the future.

@Deprecated
public class DetailsUtil
extends Object

Provides access to the current itemId for a details interface rendered during the current thread.

Since:
4.0.10

Constructor Summary
DetailsUtil()
          Deprecated.  
 
Method Summary
static String getCurrentItemId()
          Deprecated. Returns the itemId set in the current thread.
static void removeCurrentItemId()
          Deprecated. Removes the itemId set in the current thread.
static void setCurrentItemId(DouiContext douiContext)
          Deprecated. Stores the itemId in the current thread if it is not present in the request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailsUtil

public DetailsUtil()
Deprecated. 
Method Detail

setCurrentItemId

public static void setCurrentItemId(DouiContext douiContext)
                             throws PortalException
Deprecated. 
Stores the itemId in the current thread if it is not present in the request. 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()
Deprecated. 
Returns the itemId set in the current thread.

Returns:
the itemId set in the current thread.
Throws:
PortalException
Since:
4.0.10

removeCurrentItemId

public static void removeCurrentItemId()
Deprecated. 
Removes the itemId set in the current thread.

Since:
4.0.10


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.