com.liferay.counter.service.base
Class CounterLocalServiceBaseImpl
java.lang.Object
com.liferay.counter.service.base.CounterLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.counter.service.CounterLocalService
- Direct Known Subclasses:
- CounterLocalServiceImpl
public abstract class CounterLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.counter.service.CounterLocalService
View Source
- Author:
- Brian Wing Shun Chan
Field Summary |
protected com.liferay.counter.service.persistence.CounterFinder |
counterFinder
|
protected com.liferay.counter.service.CounterLocalService |
counterLocalService
|
protected com.liferay.counter.service.persistence.CounterPersistence |
counterPersistence
|
protected com.liferay.portal.service.persistence.ResourceFinder |
resourceFinder
|
protected com.liferay.portal.service.ResourceLocalService |
resourceLocalService
|
protected com.liferay.portal.service.persistence.ResourcePersistence |
resourcePersistence
|
protected com.liferay.portal.service.ResourceService |
resourceService
|
protected com.liferay.portal.service.persistence.UserFinder |
userFinder
|
protected com.liferay.portal.service.UserLocalService |
userLocalService
|
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence
|
protected com.liferay.portal.service.UserService |
userService
|
Method Summary |
com.liferay.counter.model.Counter |
addCounter(com.liferay.counter.model.Counter counter)
|
com.liferay.counter.model.Counter |
createCounter(java.lang.String name)
|
void |
deleteCounter(com.liferay.counter.model.Counter counter)
|
void |
deleteCounter(java.lang.String name)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
com.liferay.counter.model.Counter |
getCounter(java.lang.String name)
|
com.liferay.counter.service.persistence.CounterFinder |
getCounterFinder()
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
|
com.liferay.counter.service.persistence.CounterPersistence |
getCounterPersistence()
|
java.util.List<com.liferay.counter.model.Counter> |
getCounters(int start,
int end)
|
int |
getCountersCount()
|
com.liferay.portal.service.persistence.ResourceFinder |
getResourceFinder()
|
com.liferay.portal.service.ResourceLocalService |
getResourceLocalService()
|
com.liferay.portal.service.persistence.ResourcePersistence |
getResourcePersistence()
|
com.liferay.portal.service.ResourceService |
getResourceService()
|
com.liferay.portal.service.persistence.UserFinder |
getUserFinder()
|
com.liferay.portal.service.UserLocalService |
getUserLocalService()
|
com.liferay.portal.service.persistence.UserPersistence |
getUserPersistence()
|
com.liferay.portal.service.UserService |
getUserService()
|
protected void |
runSQL(java.lang.String sql)
|
void |
setCounterFinder(com.liferay.counter.service.persistence.CounterFinder counterFinder)
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
|
void |
setCounterPersistence(com.liferay.counter.service.persistence.CounterPersistence counterPersistence)
|
void |
setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
|
void |
setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
|
void |
setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
|
void |
setResourceService(com.liferay.portal.service.ResourceService resourceService)
|
void |
setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
|
void |
setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
|
void |
setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
|
void |
setUserService(com.liferay.portal.service.UserService userService)
|
com.liferay.counter.model.Counter |
updateCounter(com.liferay.counter.model.Counter counter)
|
com.liferay.counter.model.Counter |
updateCounter(com.liferay.counter.model.Counter counter,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.counter.service.CounterLocalService |
getNames, increment, increment, increment, rename, reset, reset |
counterLocalService
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class)
protected com.liferay.counter.service.CounterLocalService counterLocalService
counterPersistence
@BeanReference(type=com.liferay.counter.service.persistence.CounterPersistence.class)
protected com.liferay.counter.service.persistence.CounterPersistence counterPersistence
counterFinder
@BeanReference(type=com.liferay.counter.service.persistence.CounterFinder.class)
protected com.liferay.counter.service.persistence.CounterFinder counterFinder
resourceLocalService
@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class)
protected com.liferay.portal.service.ResourceLocalService resourceLocalService
resourceService
@BeanReference(type=com.liferay.portal.service.ResourceService.class)
protected com.liferay.portal.service.ResourceService resourceService
resourcePersistence
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
resourceFinder
@BeanReference(type=com.liferay.portal.service.persistence.ResourceFinder.class)
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder
userLocalService
@BeanReference(type=com.liferay.portal.service.UserLocalService.class)
protected com.liferay.portal.service.UserLocalService userLocalService
userService
@BeanReference(type=com.liferay.portal.service.UserService.class)
protected com.liferay.portal.service.UserService userService
userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
userFinder
@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class)
protected com.liferay.portal.service.persistence.UserFinder userFinder
CounterLocalServiceBaseImpl
public CounterLocalServiceBaseImpl()
addCounter
public com.liferay.counter.model.Counter addCounter(com.liferay.counter.model.Counter counter)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addCounter
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createCounter
public com.liferay.counter.model.Counter createCounter(java.lang.String name)
- Specified by:
createCounter
in interface com.liferay.counter.service.CounterLocalService
deleteCounter
public void deleteCounter(java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteCounter
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteCounter
public void deleteCounter(com.liferay.counter.model.Counter counter)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteCounter
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQueryCount
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCounter
public com.liferay.counter.model.Counter getCounter(java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCounter
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCounters
public java.util.List<com.liferay.counter.model.Counter> getCounters(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCounters
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCountersCount
public int getCountersCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCountersCount
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateCounter
public com.liferay.counter.model.Counter updateCounter(com.liferay.counter.model.Counter counter)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateCounter
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateCounter
public com.liferay.counter.model.Counter updateCounter(com.liferay.counter.model.Counter counter,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateCounter
in interface com.liferay.counter.service.CounterLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCounterLocalService
public com.liferay.counter.service.CounterLocalService getCounterLocalService()
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
getCounterPersistence
public com.liferay.counter.service.persistence.CounterPersistence getCounterPersistence()
setCounterPersistence
public void setCounterPersistence(com.liferay.counter.service.persistence.CounterPersistence counterPersistence)
getCounterFinder
public com.liferay.counter.service.persistence.CounterFinder getCounterFinder()
setCounterFinder
public void setCounterFinder(com.liferay.counter.service.persistence.CounterFinder counterFinder)
getResourceLocalService
public com.liferay.portal.service.ResourceLocalService getResourceLocalService()
setResourceLocalService
public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
getResourceService
public com.liferay.portal.service.ResourceService getResourceService()
setResourceService
public void setResourceService(com.liferay.portal.service.ResourceService resourceService)
getResourcePersistence
public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
setResourcePersistence
public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
getResourceFinder
public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
setResourceFinder
public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
getUserLocalService
public com.liferay.portal.service.UserLocalService getUserLocalService()
setUserLocalService
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
getUserService
public com.liferay.portal.service.UserService getUserService()
setUserService
public void setUserService(com.liferay.portal.service.UserService userService)
getUserPersistence
public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
setUserPersistence
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
getUserFinder
public com.liferay.portal.service.persistence.UserFinder getUserFinder()
setUserFinder
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
runSQL
protected void runSQL(java.lang.String sql)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException