com.liferay.counter.service
Class CounterLocalServiceWrapper
java.lang.Object
com.liferay.counter.service.CounterLocalServiceWrapper
- All Implemented Interfaces:
- CounterLocalService
public class CounterLocalServiceWrapper
- extends Object
- implements CounterLocalService
This class is a wrapper for CounterLocalService.
- See Also:
CounterLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
Counter |
addCounter(Counter counter)
|
Counter |
createCounter(String name)
|
void |
deleteCounter(Counter counter)
|
void |
deleteCounter(String name)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
Counter |
getCounter(String name)
|
List<Counter> |
getCounters(int start,
int end)
|
int |
getCountersCount()
|
List<String> |
getNames()
|
CounterLocalService |
getWrappedCounterLocalService()
|
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)
|
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 |
CounterLocalServiceWrapper
public CounterLocalServiceWrapper(CounterLocalService counterLocalService)
addCounter
public Counter addCounter(Counter counter)
throws SystemException
- Specified by:
addCounter in interface CounterLocalService
- Throws:
SystemException
createCounter
public Counter createCounter(String name)
- Specified by:
createCounter in interface CounterLocalService
deleteCounter
public void deleteCounter(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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface CounterLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface CounterLocalService
- Throws:
SystemException
dynamicQuery
public 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(String name)
throws PortalException,
SystemException
- Specified by:
getCounter in interface CounterLocalService
- Throws:
PortalException
SystemException
getCounters
public 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 List<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(String name)
throws SystemException
- Specified by:
increment in interface CounterLocalService
- Throws:
SystemException
increment
public long increment(String name,
int size)
throws SystemException
- Specified by:
increment in interface CounterLocalService
- Throws:
SystemException
rename
public void rename(String oldName,
String newName)
throws SystemException
- Specified by:
rename in interface CounterLocalService
- Throws:
SystemException
reset
public void reset(String name)
throws SystemException
- Specified by:
reset in interface CounterLocalService
- Throws:
SystemException
reset
public void reset(String name,
long size)
throws SystemException
- Specified by:
reset in interface CounterLocalService
- Throws:
SystemException
getWrappedCounterLocalService
public CounterLocalService getWrappedCounterLocalService()