Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.transaction.TransactionAttribute

Packages that use TransactionAttribute
com.liferay.portal.kernel.transaction   
com.liferay.portal.spring.transaction   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of TransactionAttribute in com.liferay.portal.kernel.transaction
 

Methods in com.liferay.portal.kernel.transaction that return TransactionAttribute
 TransactionAttribute TransactionAttribute.Builder.build()
           
 

Methods in com.liferay.portal.kernel.transaction with parameters of type TransactionAttribute
<T> T
TransactionInvoker.invoke(TransactionAttribute transactionAttribute, Callable<T> callable)
           
static
<T> T
TransactionInvokerUtil.invoke(TransactionAttribute transactionAttribute, Callable<T> callable)
           
 

Uses of TransactionAttribute in com.liferay.portal.spring.transaction
 

Methods in com.liferay.portal.spring.transaction with parameters of type TransactionAttribute
<T> T
TransactionInvokerImpl.invoke(TransactionAttribute transactionAttribute, Callable<T> callable)
           
 

Uses of TransactionAttribute in com.liferay.portlet
 

Fields in com.liferay.portlet declared as TransactionAttribute
static TransactionAttribute PortalPreferencesImpl.TRANSACTION_ATTRIBUTE
           
 


Liferay 6.2-ce-ga5