com.liferay.counter.service.persistence
Class CounterFinderUtil
java.lang.Object
com.liferay.counter.service.persistence.CounterFinderUtil
public class CounterFinderUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CounterFinderUtil
public CounterFinderUtil()
getNames
public static java.util.List<java.lang.String> getNames()
throws SystemException
- Throws:
SystemException
increment
public static long increment()
throws SystemException
- Throws:
SystemException
increment
public static long increment(java.lang.String name)
throws SystemException
- Throws:
SystemException
increment
public static long increment(java.lang.String name,
int size)
throws SystemException
- Throws:
SystemException
rename
public static void rename(java.lang.String oldName,
java.lang.String newName)
throws SystemException
- Throws:
SystemException
reset
public static void reset(java.lang.String name)
throws SystemException
- Throws:
SystemException
reset
public static void reset(java.lang.String name,
long size)
throws SystemException
- Throws:
SystemException
getFinder
public static CounterFinder getFinder()
setFinder
public void setFinder(CounterFinder finder)