Liferay 6.1.2-ce-ga3

com.liferay.counter.service.persistence
Class CounterFinderUtil

java.lang.Object
  extended by com.liferay.counter.service.persistence.CounterFinderUtil

public class CounterFinderUtil
extends Object


Constructor Summary
CounterFinderUtil()
           
 
Method Summary
static void afterPropertiesSet()
           
static CounterFinder getFinder()
           
static List<String> getNames()
           
static String getRegistryName()
           
static long increment()
           
static long increment(String name)
           
static long increment(String name, int size)
           
static void invalidate()
           
static void rename(String oldName, String newName)
           
static void reset(String name)
           
static void reset(String name, long size)
           
 void setFinder(CounterFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterFinderUtil

public CounterFinderUtil()
Method Detail

afterPropertiesSet

public static void afterPropertiesSet()

getNames

public static List<String> getNames()
                             throws SystemException
Throws:
SystemException

getRegistryName

public static String getRegistryName()

increment

public static long increment()
                      throws SystemException
Throws:
SystemException

increment

public static long increment(String name)
                      throws SystemException
Throws:
SystemException

increment

public static long increment(String name,
                             int size)
                      throws SystemException
Throws:
SystemException

invalidate

public static void invalidate()

rename

public static void rename(String oldName,
                          String newName)
                   throws SystemException
Throws:
SystemException

reset

public static void reset(String name)
                  throws SystemException
Throws:
SystemException

reset

public static void reset(String name,
                         long size)
                  throws SystemException
Throws:
SystemException

getFinder

public static CounterFinder getFinder()

setFinder

public void setFinder(CounterFinder finder)

Liferay 6.1.2-ce-ga3