Liferay 7.0-ce-b4

com.liferay.counter.service.persistence
Class CounterFinderUtil

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

@ProviderType
public class CounterFinderUtil
extends Object

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

Constructor Summary
CounterFinderUtil()
           
 
Method Summary
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

getNames

public static List<String> getNames()

getRegistryName

public static String getRegistryName()

increment

public static long increment()

increment

public static long increment(String name)

increment

public static long increment(String name,
                             int size)

invalidate

public static void invalidate()

rename

public static void rename(String oldName,
                          String newName)

reset

public static void reset(String name)

reset

public static void reset(String name,
                         long size)

getFinder

public static CounterFinder getFinder()

setFinder

public void setFinder(CounterFinder finder)

Liferay 7.0-ce-b4