Liferay 6.2.0-ce-rc2

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

Packages that use MasterDataSource
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of MasterDataSource in com.liferay.portal.service.impl
 

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


Liferay 6.2.0-ce-rc2