Liferay 7.0-ce-b4

com.liferay.portal.kernel.dao.orm
Class FinderPath

java.lang.Object
  extended by com.liferay.portal.kernel.dao.orm.FinderPath

@ProviderType
public class FinderPath
extends Object


Constructor Summary
FinderPath(boolean entityCacheEnabled, boolean finderCacheEnabled, Class<?> resultClass, String cacheName, String methodName, String[] params)
           
FinderPath(boolean entityCacheEnabled, boolean finderCacheEnabled, Class<?> resultClass, String cacheName, String methodName, String[] params, long columnBitmask)
           
 
Method Summary
 Serializable encodeCacheKey(Object[] arguments)
           
 Serializable encodeLocalCacheKey(Object[] arguments)
           
 String getCacheName()
           
 long getColumnBitmask()
           
 Class<?> getResultClass()
           
 boolean isEntityCacheEnabled()
           
 boolean isFinderCacheEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinderPath

public FinderPath(boolean entityCacheEnabled,
                  boolean finderCacheEnabled,
                  Class<?> resultClass,
                  String cacheName,
                  String methodName,
                  String[] params)

FinderPath

public FinderPath(boolean entityCacheEnabled,
                  boolean finderCacheEnabled,
                  Class<?> resultClass,
                  String cacheName,
                  String methodName,
                  String[] params,
                  long columnBitmask)
Method Detail

encodeCacheKey

public Serializable encodeCacheKey(Object[] arguments)

encodeLocalCacheKey

public Serializable encodeLocalCacheKey(Object[] arguments)

getCacheName

public String getCacheName()

getColumnBitmask

public long getColumnBitmask()

getResultClass

public Class<?> getResultClass()

isEntityCacheEnabled

public boolean isEntityCacheEnabled()

isFinderCacheEnabled

public boolean isFinderCacheEnabled()

Liferay 7.0-ce-b4