Uses of Interface
lumis.portal.util.PortalUtilInternal.ITransactionAware
-
Packages that use PortalUtilInternal.ITransactionAware Package Description lumis.portal.util LumisXP utility classes. -
-
Uses of PortalUtilInternal.ITransactionAware in lumis.portal.util
Methods in lumis.portal.util with parameters of type PortalUtilInternal.ITransactionAware Modifier and Type Method Description static <T> T
PortalUtilInternal. execWithTransaction(boolean createIfNeeded, PortalUtilInternal.ITransactionAware<T> code)
Executes the given code with the given transaction.static <T> T
PortalUtilInternal. execWithTransaction(PortalUtilInternal.ITransactionAware<T> code)
Executes the given code using the current transaction.static <T> T
PortalUtilInternal. execWithTransactionWithSilentThrow(boolean createTransactionIfRequired, PortalUtilInternal.ITransactionAware<T> code)
Executes the given code with the given transaction.static <T> T
PortalUtilInternal. execWithTransactionWithSilentThrow(PortalUtilInternal.ITransactionAware<T> code)
Executes the given code using the current transaction.
-