|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.content.service.DetailsUtil
@Deprecated public class DetailsUtil
Provides access to the current itemId for a details interface rendered during the current thread.
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 |
---|
public DetailsUtil()
Method Detail |
---|
public static void setCurrentItemId(DouiContext douiContext) throws PortalException
douiContext
- the douiContext of the details interface.
PortalException
public static String getCurrentItemId()
PortalException
public static void removeCurrentItemId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |