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