Liferay 6.2-ce-ga5

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

Packages that use Propagation
com.liferay.portal.kernel.transaction   
 

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

Methods in com.liferay.portal.kernel.transaction that return Propagation
 Propagation TransactionAttribute.getPropagation()
           
static Propagation Propagation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Propagation[] Propagation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.transaction with parameters of type Propagation
 TransactionAttribute.Builder TransactionAttribute.Builder.setPropagation(Propagation propagation)
           
 


Liferay 6.2-ce-ga5