Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.dao.jdbc.aop.MasterDataSource

Packages that use MasterDataSource
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of MasterDataSource in com.liferay.portal.service
 

Methods in com.liferay.portal.service with annotations of type MasterDataSource
 Lock LockLocalService.lock(String className, String key, String owner)
           
 Lock LockLocalService.lock(String className, String key, String owner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalService.lock(String, String, String)
 Lock LockLocalService.lock(String className, String key, String expectedOwner, String updatedOwner)
           
 Lock LockLocalService.lock(String className, String key, String expectedOwner, String updatedOwner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalService.lock(String, String, String, String)
 void LockLocalService.unlock(String className, String key, String owner)
           
 void LockLocalService.unlock(String className, String key, String owner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalService.unlock(String, String, String)
 


Liferay 6.2-ce-ga5