Liferay 7.0-ce-m3

com.liferay.portal.service.persistence
Class LockFinderUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.LockFinderUtil

@ProviderType
public class LockFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
LockFinderUtil()
           
 
Method Summary
static Lock fetchByC_K(String className, String key, LockMode lockMode)
           
static LockFinder getFinder()
           
 void setFinder(LockFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockFinderUtil

public LockFinderUtil()
Method Detail

fetchByC_K

public static Lock fetchByC_K(String className,
                              String key,
                              LockMode lockMode)

getFinder

public static LockFinder getFinder()

setFinder

public void setFinder(LockFinder finder)

Liferay 7.0-ce-m3