Liferay 6.2.0

com.liferay.counter.service.persistence
Interface CounterFinder

All Known Implementing Classes:
CounterFinderImpl

@ProviderType
public interface CounterFinder


Method Summary
abstract  void afterPropertiesSet()
           
abstract  List<String> getNames()
           
abstract  String getRegistryName()
           
abstract  long increment()
           
abstract  long increment(String name)
           
abstract  long increment(String name, int size)
           
abstract  void invalidate()
           
abstract  void rename(String oldName, String newName)
           
abstract  void reset(String name)
           
abstract  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.0