Liferay 6.0.5

com.liferay.portlet.calendar.service.impl
Class CalEventLocalUtil

java.lang.Object
  extended by com.liferay.portlet.calendar.service.impl.CalEventLocalUtil

public class CalEventLocalUtil
extends Object


Field Summary
static String CACHE_NAME
           
 
Constructor Summary
CalEventLocalUtil()
           
 
Method Summary
protected static void clearEventsPool(long groupId)
           
protected static Map<String,List<CalEvent>> getEventsPool(long groupId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_NAME

public static final String CACHE_NAME
Constructor Detail

CalEventLocalUtil

public CalEventLocalUtil()
Method Detail

clearEventsPool

protected static void clearEventsPool(long groupId)

getEventsPool

protected static Map<String,List<CalEvent>> getEventsPool(long groupId)

Liferay 6.0.5