com.liferay.counter.service.persistence
Interface CounterFinder
public interface CounterFinder
- Author:
- Brian Wing Shun Chan
afterPropertiesSet
void afterPropertiesSet()
getNames
java.util.List<java.lang.String> getNames()
throws SystemException
- Throws:
SystemException
getRegistryName
java.lang.String getRegistryName()
increment
long increment()
throws SystemException
- Throws:
SystemException
increment
long increment(java.lang.String name)
throws SystemException
- Throws:
SystemException
increment
long increment(java.lang.String name,
int size)
throws SystemException
- Throws:
SystemException
invalidate
void invalidate()
rename
void rename(java.lang.String oldName,
java.lang.String newName)
throws SystemException
- Throws:
SystemException
reset
void reset(java.lang.String name)
throws SystemException
- Throws:
SystemException
reset
void reset(java.lang.String name,
long size)
throws SystemException
- Throws:
SystemException