Liferay 6.0.5

com.liferay.counter.service.persistence
Interface CounterFinder

All Known Implementing Classes:
CounterFinderImpl

public interface CounterFinder


Method Summary
 List<String> getNames()
           
 long increment()
           
 long increment(String name)
           
 long increment(String name, int size)
           
 void rename(String oldName, String newName)
           
 void reset(String name)
           
 void reset(String name, long size)
           
 

Method Detail

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

Liferay 6.0.5