Liferay 6.0.4

com.liferay.counter.service.base
Class CounterLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.counter.service.base.CounterLocalServiceBaseImpl
All Implemented Interfaces:
CounterLocalService
Direct Known Subclasses:
CounterLocalServiceImpl

public abstract class CounterLocalServiceBaseImpl
extends Object
implements CounterLocalService


Field Summary
protected  CounterFinder counterFinder
           
protected  CounterLocalService counterLocalService
           
protected  CounterPersistence counterPersistence
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
CounterLocalServiceBaseImpl()
           
 
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)
           
 CounterFinder getCounterFinder()
           
 CounterLocalService getCounterLocalService()
           
 CounterPersistence getCounterPersistence()
           
 List<Counter> getCounters(int start, int end)
           
 int getCountersCount()
           
 ResourceFinder getResourceFinder()
           
 ResourceLocalService getResourceLocalService()
           
 ResourcePersistence getResourcePersistence()
           
 ResourceService getResourceService()
           
 UserFinder getUserFinder()
           
 UserLocalService getUserLocalService()
           
 UserPersistence getUserPersistence()
           
 UserService getUserService()
           
protected  void runSQL(String sql)
           
 void setCounterFinder(CounterFinder counterFinder)
           
 void setCounterLocalService(CounterLocalService counterLocalService)
           
 void setCounterPersistence(CounterPersistence counterPersistence)
           
 void setResourceFinder(ResourceFinder resourceFinder)
           
 void setResourceLocalService(ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(ResourcePersistence resourcePersistence)
           
 void setResourceService(ResourceService resourceService)
           
 void setUserFinder(UserFinder userFinder)
           
 void setUserLocalService(UserLocalService userLocalService)
           
 void setUserPersistence(UserPersistence userPersistence)
           
 void setUserService(UserService userService)
           
 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
 
Methods inherited from interface com.liferay.counter.service.CounterLocalService
getNames, increment, increment, increment, rename, reset, reset
 

Field Detail

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
Constructor Detail

CounterLocalServiceBaseImpl

public CounterLocalServiceBaseImpl()
Method Detail

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

Liferay 6.0.4