com.liferay.counter.service
Class CounterLocalServiceWrapper

java.lang.Object
  extended by com.liferay.counter.service.CounterLocalServiceWrapper
All Implemented Interfaces:
CounterLocalService

public class CounterLocalServiceWrapper
extends java.lang.Object
implements CounterLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for CounterLocalService.

Author:
Brian Wing Shun Chan
See Also:
CounterLocalService
Generated:

Constructor Summary
CounterLocalServiceWrapper(CounterLocalService counterLocalService)
           
 
Method Summary
 Counter addCounter(Counter counter)
           
 Counter createCounter(java.lang.String name)
           
 void deleteCounter(Counter counter)
           
 void deleteCounter(java.lang.String name)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 Counter getCounter(java.lang.String name)
           
 java.util.List<Counter> getCounters(int start, int end)
           
 int getCountersCount()
           
 java.util.List<java.lang.String> getNames()
           
 CounterLocalService getWrappedCounterLocalService()
           
 long increment()
           
 long increment(java.lang.String name)
           
 long increment(java.lang.String name, int size)
           
 void rename(java.lang.String oldName, java.lang.String newName)
           
 void reset(java.lang.String name)
           
 void reset(java.lang.String name, long size)
           
 Counter updateCounter(Counter counter)
           
 Counter updateCounter(Counter counter, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterLocalServiceWrapper

public CounterLocalServiceWrapper(CounterLocalService counterLocalService)
Method Detail

addCounter

public Counter addCounter(Counter counter)
                   throws SystemException
Specified by:
addCounter in interface CounterLocalService
Throws:
SystemException

createCounter

public Counter createCounter(java.lang.String name)
Specified by:
createCounter in interface CounterLocalService

deleteCounter

public void deleteCounter(java.lang.String name)
                   throws PortalException,
                          SystemException
Specified by:
deleteCounter in interface CounterLocalService
Throws:
PortalException
SystemException

deleteCounter

public void deleteCounter(Counter counter)
                   throws SystemException
Specified by:
deleteCounter in interface CounterLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface CounterLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface CounterLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface CounterLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface CounterLocalService
Throws:
SystemException

getCounter

public Counter getCounter(java.lang.String name)
                   throws PortalException,
                          SystemException
Specified by:
getCounter in interface CounterLocalService
Throws:
PortalException
SystemException

getCounters

public java.util.List<Counter> getCounters(int start,
                                           int end)
                                    throws SystemException
Specified by:
getCounters in interface CounterLocalService
Throws:
SystemException

getCountersCount

public int getCountersCount()
                     throws SystemException
Specified by:
getCountersCount in interface CounterLocalService
Throws:
SystemException

updateCounter

public Counter updateCounter(Counter counter)
                      throws SystemException
Specified by:
updateCounter in interface CounterLocalService
Throws:
SystemException

updateCounter

public Counter updateCounter(Counter counter,
                             boolean merge)
                      throws SystemException
Specified by:
updateCounter in interface CounterLocalService
Throws:
SystemException

getNames

public java.util.List<java.lang.String> getNames()
                                          throws SystemException
Specified by:
getNames in interface CounterLocalService
Throws:
SystemException

increment

public long increment()
               throws SystemException
Specified by:
increment in interface CounterLocalService
Throws:
SystemException

increment

public long increment(java.lang.String name)
               throws SystemException
Specified by:
increment in interface CounterLocalService
Throws:
SystemException

increment

public long increment(java.lang.String name,
                      int size)
               throws SystemException
Specified by:
increment in interface CounterLocalService
Throws:
SystemException

rename

public void rename(java.lang.String oldName,
                   java.lang.String newName)
            throws SystemException
Specified by:
rename in interface CounterLocalService
Throws:
SystemException

reset

public void reset(java.lang.String name)
           throws SystemException
Specified by:
reset in interface CounterLocalService
Throws:
SystemException

reset

public void reset(java.lang.String name,
                  long size)
           throws SystemException
Specified by:
reset in interface CounterLocalService
Throws:
SystemException

getWrappedCounterLocalService

public CounterLocalService getWrappedCounterLocalService()