com.liferay.counter.service.persistence
Interface CounterFinder


public interface CounterFinder

Author:
Brian Wing Shun Chan

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

Method Detail

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