|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.counter.service.impl.CounterLocalServiceImpl
public class CounterLocalServiceImpl
Constructor Summary | |
---|---|
CounterLocalServiceImpl()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getNames()
|
long |
increment()
|
long |
increment(java.lang.String name)
|
long |
increment(java.lang.String name,
int size)
|
void |
rename(java.lang.String oldName,
java.lang.String newName)
|
void |
reset(java.lang.String name)
|
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 |
Constructor Detail |
---|
public CounterLocalServiceImpl()
Method Detail |
---|
public java.util.List<java.lang.String> getNames() throws com.liferay.portal.SystemException
getNames
in interface com.liferay.counter.service.CounterLocalService
com.liferay.portal.SystemException
public long increment() throws com.liferay.portal.SystemException
increment
in interface com.liferay.counter.service.CounterLocalService
com.liferay.portal.SystemException
public long increment(java.lang.String name) throws com.liferay.portal.SystemException
increment
in interface com.liferay.counter.service.CounterLocalService
com.liferay.portal.SystemException
public long increment(java.lang.String name, int size) throws com.liferay.portal.SystemException
increment
in interface com.liferay.counter.service.CounterLocalService
com.liferay.portal.SystemException
public void rename(java.lang.String oldName, java.lang.String newName) throws com.liferay.portal.SystemException
rename
in interface com.liferay.counter.service.CounterLocalService
com.liferay.portal.SystemException
public void reset(java.lang.String name) throws com.liferay.portal.SystemException
reset
in interface com.liferay.counter.service.CounterLocalService
com.liferay.portal.SystemException
public void reset(java.lang.String name, long size)
reset
in interface com.liferay.counter.service.CounterLocalService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |