com.liferay.counter.service.persistence
Interface CounterFinder
- All Known Implementing Classes:
- CounterFinderImpl
public interface CounterFinder
afterPropertiesSet
void afterPropertiesSet()
getNames
List<String> getNames()
throws SystemException
- Throws:
SystemException
getRegistryName
String getRegistryName()
increment
long increment()
throws SystemException
- Throws:
SystemException
increment
long increment(String name)
throws SystemException
- Throws:
SystemException
increment
long increment(String name,
int size)
throws SystemException
- Throws:
SystemException
invalidate
void invalidate()
rename
void rename(String oldName,
String newName)
throws SystemException
- Throws:
SystemException
reset
void reset(String name)
throws SystemException
- Throws:
SystemException
reset
void reset(String name,
long size)
throws SystemException
- Throws:
SystemException