com.liferay.counter.service.persistence
Interface CounterFinder
- All Known Implementing Classes:
- CounterFinderImpl
public interface CounterFinder
getNames
List<String> getNames()
throws SystemException
- Throws:
SystemException
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
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