com.liferay.counter.service.base
Class CounterLocalServiceBaseImpl
java.lang.Object
com.liferay.counter.service.base.CounterLocalServiceBaseImpl
- All Implemented Interfaces:
- CounterLocalService
- Direct Known Subclasses:
- CounterLocalServiceImpl
public abstract class CounterLocalServiceBaseImpl
- extends Object
- implements CounterLocalService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
counterLocalService
@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService
counterPersistence
@BeanReference(type=CounterPersistence.class)
protected CounterPersistence counterPersistence
counterFinder
@BeanReference(type=CounterFinder.class)
protected CounterFinder counterFinder
resourceLocalService
@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService
resourceService
@BeanReference(type=ResourceService.class)
protected ResourceService resourceService
resourcePersistence
@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence
resourceFinder
@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder
userLocalService
@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService
userService
@BeanReference(type=UserService.class)
protected UserService userService
userPersistence
@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence
userFinder
@BeanReference(type=UserFinder.class)
protected UserFinder userFinder
CounterLocalServiceBaseImpl
public CounterLocalServiceBaseImpl()
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
getCounterLocalService
public CounterLocalService getCounterLocalService()
setCounterLocalService
public void setCounterLocalService(CounterLocalService counterLocalService)
getCounterPersistence
public CounterPersistence getCounterPersistence()
setCounterPersistence
public void setCounterPersistence(CounterPersistence counterPersistence)
getCounterFinder
public CounterFinder getCounterFinder()
setCounterFinder
public void setCounterFinder(CounterFinder counterFinder)
getResourceLocalService
public ResourceLocalService getResourceLocalService()
setResourceLocalService
public void setResourceLocalService(ResourceLocalService resourceLocalService)
getResourceService
public ResourceService getResourceService()
setResourceService
public void setResourceService(ResourceService resourceService)
getResourcePersistence
public ResourcePersistence getResourcePersistence()
setResourcePersistence
public void setResourcePersistence(ResourcePersistence resourcePersistence)
getResourceFinder
public ResourceFinder getResourceFinder()
setResourceFinder
public void setResourceFinder(ResourceFinder resourceFinder)
getUserLocalService
public UserLocalService getUserLocalService()
setUserLocalService
public void setUserLocalService(UserLocalService userLocalService)
getUserService
public UserService getUserService()
setUserService
public void setUserService(UserService userService)
getUserPersistence
public UserPersistence getUserPersistence()
setUserPersistence
public void setUserPersistence(UserPersistence userPersistence)
getUserFinder
public UserFinder getUserFinder()
setUserFinder
public void setUserFinder(UserFinder userFinder)
runSQL
protected void runSQL(String sql)
throws SystemException
- Throws:
SystemException