public class LastSessionRecorderUtil
extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.liferay.portal.kernel.transaction.TransactionLifecycleListener |
TRANSACTION_LIFECYCLE_LISTENER |
| Constructor and Description |
|---|
LastSessionRecorderUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addPortletSession(org.hibernate.Session session) |
protected static void |
removePortletSession(org.hibernate.Session session) |
protected static void |
setLastSession(org.hibernate.Session session) |
static void |
syncLastSessionState(boolean portalSessionOnly) |
public static final com.liferay.portal.kernel.transaction.TransactionLifecycleListener TRANSACTION_LIFECYCLE_LISTENER
public static void syncLastSessionState(boolean portalSessionOnly)
protected static void addPortletSession(org.hibernate.Session session)
protected static void removePortletSession(org.hibernate.Session session)
protected static void setLastSession(org.hibernate.Session session)