Liferay 6.2-ce-ga5

com.liferay.counter.service.persistence
Interface CounterFinder


@ProviderType
public interface CounterFinder


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

Method Detail

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

Liferay 6.2-ce-ga5