com.liferay.portlet.announcements.service
Class AnnouncementsDeliveryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalServiceWrapper
- All Implemented Interfaces:
- AnnouncementsDeliveryLocalService
public class AnnouncementsDeliveryLocalServiceWrapper
- extends java.lang.Object
- implements AnnouncementsDeliveryLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AnnouncementsDeliveryLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AnnouncementsDeliveryLocalService
- Generated:
Method Summary |
AnnouncementsDelivery |
addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
|
AnnouncementsDelivery |
addUserDelivery(long userId,
java.lang.String type)
|
AnnouncementsDelivery |
createAnnouncementsDelivery(long deliveryId)
|
void |
deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
|
void |
deleteAnnouncementsDelivery(long deliveryId)
|
void |
deleteDeliveries(long userId)
|
void |
deleteDelivery(long deliveryId)
|
void |
deleteDelivery(long userId,
java.lang.String type)
|
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)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<AnnouncementsDelivery> |
getAnnouncementsDeliveries(int start,
int end)
|
int |
getAnnouncementsDeliveriesCount()
|
AnnouncementsDelivery |
getAnnouncementsDelivery(long deliveryId)
|
AnnouncementsDelivery |
getDelivery(long deliveryId)
|
java.util.List<AnnouncementsDelivery> |
getUserDeliveries(long userId)
|
AnnouncementsDelivery |
getUserDelivery(long userId,
java.lang.String type)
|
AnnouncementsDeliveryLocalService |
getWrappedAnnouncementsDeliveryLocalService()
|
AnnouncementsDelivery |
updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
|
AnnouncementsDelivery |
updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery,
boolean merge)
|
AnnouncementsDelivery |
updateDelivery(long userId,
java.lang.String type,
boolean email,
boolean sms,
boolean website)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnouncementsDeliveryLocalServiceWrapper
public AnnouncementsDeliveryLocalServiceWrapper(AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
addAnnouncementsDelivery
public AnnouncementsDelivery addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
throws com.liferay.portal.SystemException
- Specified by:
addAnnouncementsDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
createAnnouncementsDelivery
public AnnouncementsDelivery createAnnouncementsDelivery(long deliveryId)
- Specified by:
createAnnouncementsDelivery
in interface AnnouncementsDeliveryLocalService
deleteAnnouncementsDelivery
public void deleteAnnouncementsDelivery(long deliveryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteAnnouncementsDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteAnnouncementsDelivery
public void deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
throws com.liferay.portal.SystemException
- Specified by:
deleteAnnouncementsDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
dynamicQuery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
getAnnouncementsDelivery
public AnnouncementsDelivery getAnnouncementsDelivery(long deliveryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getAnnouncementsDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getAnnouncementsDeliveries
public java.util.List<AnnouncementsDelivery> getAnnouncementsDeliveries(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getAnnouncementsDeliveries
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
getAnnouncementsDeliveriesCount
public int getAnnouncementsDeliveriesCount()
throws com.liferay.portal.SystemException
- Specified by:
getAnnouncementsDeliveriesCount
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
updateAnnouncementsDelivery
public AnnouncementsDelivery updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
throws com.liferay.portal.SystemException
- Specified by:
updateAnnouncementsDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
updateAnnouncementsDelivery
public AnnouncementsDelivery updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateAnnouncementsDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
addUserDelivery
public AnnouncementsDelivery addUserDelivery(long userId,
java.lang.String type)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addUserDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteDeliveries
public void deleteDeliveries(long userId)
throws com.liferay.portal.SystemException
- Specified by:
deleteDeliveries
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
deleteDelivery
public void deleteDelivery(long deliveryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteDelivery
public void deleteDelivery(long userId,
java.lang.String type)
throws com.liferay.portal.SystemException
- Specified by:
deleteDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.SystemException
getDelivery
public AnnouncementsDelivery getDelivery(long deliveryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getUserDeliveries
public java.util.List<AnnouncementsDelivery> getUserDeliveries(long userId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getUserDeliveries
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getUserDelivery
public AnnouncementsDelivery getUserDelivery(long userId,
java.lang.String type)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getUserDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateDelivery
public AnnouncementsDelivery updateDelivery(long userId,
java.lang.String type,
boolean email,
boolean sms,
boolean website)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateDelivery
in interface AnnouncementsDeliveryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedAnnouncementsDeliveryLocalService
public AnnouncementsDeliveryLocalService getWrappedAnnouncementsDeliveryLocalService()