com.liferay.portlet.announcements.service.base
Class AnnouncementsDeliveryLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Direct Known Subclasses:
AnnouncementsDeliveryLocalServiceImpl

public abstract class AnnouncementsDeliveryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService
           
protected  com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence
           
protected  com.liferay.portlet.announcements.service.AnnouncementsDeliveryService announcementsDeliveryService
           
protected  com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder
           
protected  com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService announcementsEntryLocalService
           
protected  com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence
           
protected  com.liferay.portlet.announcements.service.AnnouncementsEntryService announcementsEntryService
           
protected  com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService announcementsFlagLocalService
           
protected  com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence
           
protected  com.liferay.portlet.announcements.service.AnnouncementsFlagService announcementsFlagService
           
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
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
           
 
Constructor Summary
AnnouncementsDeliveryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.announcements.model.AnnouncementsDelivery addAnnouncementsDelivery(com.liferay.portlet.announcements.model.AnnouncementsDelivery announcementsDelivery)
           
 com.liferay.portlet.announcements.model.AnnouncementsDelivery createAnnouncementsDelivery(long deliveryId)
           
 void deleteAnnouncementsDelivery(com.liferay.portlet.announcements.model.AnnouncementsDelivery announcementsDelivery)
           
 void deleteAnnouncementsDelivery(long deliveryId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List<com.liferay.portlet.announcements.model.AnnouncementsDelivery> getAnnouncementsDeliveries(int start, int end)
           
 int getAnnouncementsDeliveriesCount()
           
 com.liferay.portlet.announcements.model.AnnouncementsDelivery getAnnouncementsDelivery(long deliveryId)
           
 com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()
           
 com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()
           
 com.liferay.portlet.announcements.service.AnnouncementsDeliveryService getAnnouncementsDeliveryService()
           
 com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder getAnnouncementsEntryFinder()
           
 com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService getAnnouncementsEntryLocalService()
           
 com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence getAnnouncementsEntryPersistence()
           
 com.liferay.portlet.announcements.service.AnnouncementsEntryService getAnnouncementsEntryService()
           
 com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService getAnnouncementsFlagLocalService()
           
 com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence getAnnouncementsFlagPersistence()
           
 com.liferay.portlet.announcements.service.AnnouncementsFlagService getAnnouncementsFlagService()
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 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 setAnnouncementsDeliveryLocalService(com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
           
 void setAnnouncementsDeliveryPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
           
 void setAnnouncementsDeliveryService(com.liferay.portlet.announcements.service.AnnouncementsDeliveryService announcementsDeliveryService)
           
 void setAnnouncementsEntryFinder(com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder)
           
 void setAnnouncementsEntryLocalService(com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService announcementsEntryLocalService)
           
 void setAnnouncementsEntryPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence)
           
 void setAnnouncementsEntryService(com.liferay.portlet.announcements.service.AnnouncementsEntryService announcementsEntryService)
           
 void setAnnouncementsFlagLocalService(com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService announcementsFlagLocalService)
           
 void setAnnouncementsFlagPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence)
           
 void setAnnouncementsFlagService(com.liferay.portlet.announcements.service.AnnouncementsFlagService announcementsFlagService)
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 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.portlet.announcements.model.AnnouncementsDelivery updateAnnouncementsDelivery(com.liferay.portlet.announcements.model.AnnouncementsDelivery announcementsDelivery)
           
 com.liferay.portlet.announcements.model.AnnouncementsDelivery updateAnnouncementsDelivery(com.liferay.portlet.announcements.model.AnnouncementsDelivery announcementsDelivery, 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.portlet.announcements.service.AnnouncementsDeliveryLocalService
addUserDelivery, deleteDeliveries, deleteDelivery, deleteDelivery, getDelivery, getUserDeliveries, getUserDelivery, updateDelivery
 

Field Detail

announcementsDeliveryLocalService

@BeanReference(name="com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService.impl")
protected com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService

announcementsDeliveryService

@BeanReference(name="com.liferay.portlet.announcements.service.AnnouncementsDeliveryService.impl")
protected com.liferay.portlet.announcements.service.AnnouncementsDeliveryService announcementsDeliveryService

announcementsDeliveryPersistence

@BeanReference(name="com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence.impl")
protected com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence

announcementsEntryLocalService

@BeanReference(name="com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService.impl")
protected com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService announcementsEntryLocalService

announcementsEntryService

@BeanReference(name="com.liferay.portlet.announcements.service.AnnouncementsEntryService.impl")
protected com.liferay.portlet.announcements.service.AnnouncementsEntryService announcementsEntryService

announcementsEntryPersistence

@BeanReference(name="com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence.impl")
protected com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence

announcementsEntryFinder

@BeanReference(name="com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder.impl")
protected com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder

announcementsFlagLocalService

@BeanReference(name="com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService.impl")
protected com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService announcementsFlagLocalService

announcementsFlagService

@BeanReference(name="com.liferay.portlet.announcements.service.AnnouncementsFlagService.impl")
protected com.liferay.portlet.announcements.service.AnnouncementsFlagService announcementsFlagService

announcementsFlagPersistence

@BeanReference(name="com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence.impl")
protected com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence

counterLocalService

@BeanReference(name="com.liferay.counter.service.CounterLocalService.impl")
protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

@BeanReference(name="com.liferay.counter.service.CounterService.impl")
protected com.liferay.counter.service.CounterService counterService

userLocalService

@BeanReference(name="com.liferay.portal.service.UserLocalService.impl")
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(name="com.liferay.portal.service.UserService.impl")
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence.impl")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(name="com.liferay.portal.service.persistence.UserFinder.impl")
protected com.liferay.portal.service.persistence.UserFinder userFinder
Constructor Detail

AnnouncementsDeliveryLocalServiceBaseImpl

public AnnouncementsDeliveryLocalServiceBaseImpl()
Method Detail

addAnnouncementsDelivery

public com.liferay.portlet.announcements.model.AnnouncementsDelivery addAnnouncementsDelivery(com.liferay.portlet.announcements.model.AnnouncementsDelivery announcementsDelivery)
                                                                                       throws com.liferay.portal.SystemException
Specified by:
addAnnouncementsDelivery in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Throws:
com.liferay.portal.SystemException

createAnnouncementsDelivery

public com.liferay.portlet.announcements.model.AnnouncementsDelivery createAnnouncementsDelivery(long deliveryId)
Specified by:
createAnnouncementsDelivery in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService

deleteAnnouncementsDelivery

public void deleteAnnouncementsDelivery(long deliveryId)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException
Specified by:
deleteAnnouncementsDelivery in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteAnnouncementsDelivery

public void deleteAnnouncementsDelivery(com.liferay.portlet.announcements.model.AnnouncementsDelivery announcementsDelivery)
                                 throws com.liferay.portal.SystemException
Specified by:
deleteAnnouncementsDelivery in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Throws:
com.liferay.portal.SystemException

getAnnouncementsDelivery

public com.liferay.portlet.announcements.model.AnnouncementsDelivery getAnnouncementsDelivery(long deliveryId)
                                                                                       throws com.liferay.portal.PortalException,
                                                                                              com.liferay.portal.SystemException
Specified by:
getAnnouncementsDelivery in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getAnnouncementsDeliveries

public java.util.List<com.liferay.portlet.announcements.model.AnnouncementsDelivery> getAnnouncementsDeliveries(int start,
                                                                                                                int end)
                                                                                                         throws com.liferay.portal.SystemException
Specified by:
getAnnouncementsDeliveries in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Throws:
com.liferay.portal.SystemException

getAnnouncementsDeliveriesCount

public int getAnnouncementsDeliveriesCount()
                                    throws com.liferay.portal.SystemException
Specified by:
getAnnouncementsDeliveriesCount in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Throws:
com.liferay.portal.SystemException

updateAnnouncementsDelivery

public com.liferay.portlet.announcements.model.AnnouncementsDelivery updateAnnouncementsDelivery(com.liferay.portlet.announcements.model.AnnouncementsDelivery announcementsDelivery)
                                                                                          throws com.liferay.portal.SystemException
Specified by:
updateAnnouncementsDelivery in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Throws:
com.liferay.portal.SystemException

updateAnnouncementsDelivery

public com.liferay.portlet.announcements.model.AnnouncementsDelivery updateAnnouncementsDelivery(com.liferay.portlet.announcements.model.AnnouncementsDelivery announcementsDelivery,
                                                                                                 boolean merge)
                                                                                          throws com.liferay.portal.SystemException
Specified by:
updateAnnouncementsDelivery in interface com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService
Throws:
com.liferay.portal.SystemException

getAnnouncementsDeliveryLocalService

public com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()

setAnnouncementsDeliveryLocalService

public void setAnnouncementsDeliveryLocalService(com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)

getAnnouncementsDeliveryService

public com.liferay.portlet.announcements.service.AnnouncementsDeliveryService getAnnouncementsDeliveryService()

setAnnouncementsDeliveryService

public void setAnnouncementsDeliveryService(com.liferay.portlet.announcements.service.AnnouncementsDeliveryService announcementsDeliveryService)

getAnnouncementsDeliveryPersistence

public com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()

setAnnouncementsDeliveryPersistence

public void setAnnouncementsDeliveryPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)

getAnnouncementsEntryLocalService

public com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService getAnnouncementsEntryLocalService()

setAnnouncementsEntryLocalService

public void setAnnouncementsEntryLocalService(com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService announcementsEntryLocalService)

getAnnouncementsEntryService

public com.liferay.portlet.announcements.service.AnnouncementsEntryService getAnnouncementsEntryService()

setAnnouncementsEntryService

public void setAnnouncementsEntryService(com.liferay.portlet.announcements.service.AnnouncementsEntryService announcementsEntryService)

getAnnouncementsEntryPersistence

public com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence getAnnouncementsEntryPersistence()

setAnnouncementsEntryPersistence

public void setAnnouncementsEntryPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence)

getAnnouncementsEntryFinder

public com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder getAnnouncementsEntryFinder()

setAnnouncementsEntryFinder

public void setAnnouncementsEntryFinder(com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder)

getAnnouncementsFlagLocalService

public com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService getAnnouncementsFlagLocalService()

setAnnouncementsFlagLocalService

public void setAnnouncementsFlagLocalService(com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService announcementsFlagLocalService)

getAnnouncementsFlagService

public com.liferay.portlet.announcements.service.AnnouncementsFlagService getAnnouncementsFlagService()

setAnnouncementsFlagService

public void setAnnouncementsFlagService(com.liferay.portlet.announcements.service.AnnouncementsFlagService announcementsFlagService)

getAnnouncementsFlagPersistence

public com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence getAnnouncementsFlagPersistence()

setAnnouncementsFlagPersistence

public void setAnnouncementsFlagPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence)

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)

getCounterService

public com.liferay.counter.service.CounterService getCounterService()

setCounterService

public void setCounterService(com.liferay.counter.service.CounterService counterService)

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.SystemException
Throws:
com.liferay.portal.SystemException