Class CTCollectionThreadLocal
Object
com.liferay.portal.kernel.change.tracking.CTCollectionThreadLocal
- Author:
- Preston Crary
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic long
static boolean
static void
static com.liferay.petra.lang.SafeCloseable
setCTCollectionIdWithSafeCloseable
(long ctCollectionId) static com.liferay.petra.lang.SafeCloseable
-
Field Details
-
CT_COLLECTION_ID_PRODUCTION
public static final long CT_COLLECTION_ID_PRODUCTION- See Also:
-
-
Method Details
-
getCTCollectionId
public static long getCTCollectionId() -
isProductionMode
public static boolean isProductionMode() -
removeCTCollectionId
public static void removeCTCollectionId() -
setCTCollectionIdWithSafeCloseable
public static com.liferay.petra.lang.SafeCloseable setCTCollectionIdWithSafeCloseable(long ctCollectionId) -
setProductionModeWithSafeCloseable
public static com.liferay.petra.lang.SafeCloseable setProductionModeWithSafeCloseable()
-