com.liferay.counter.service.persistence
Class CounterFinderUtil
java.lang.Object
com.liferay.counter.service.persistence.CounterFinderUtil
public class CounterFinderUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CounterFinderUtil
public CounterFinderUtil()
getNames
public static List<String> getNames()
throws SystemException
- Throws:
SystemException
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
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)