com.liferay.portlet.announcements.service
Class AnnouncementsDeliveryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalServiceWrapper
- All Implemented Interfaces:
- AnnouncementsDeliveryLocalService
public class AnnouncementsDeliveryLocalServiceWrapper
- extends Object
- implements AnnouncementsDeliveryLocalService
This class is a wrapper for AnnouncementsDeliveryLocalService.
- See Also:
AnnouncementsDeliveryLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
AnnouncementsDelivery |
addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
|
AnnouncementsDelivery |
addUserDelivery(long userId,
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,
String type)
|
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)
|
List<AnnouncementsDelivery> |
getAnnouncementsDeliveries(int start,
int end)
|
int |
getAnnouncementsDeliveriesCount()
|
AnnouncementsDelivery |
getAnnouncementsDelivery(long deliveryId)
|
AnnouncementsDelivery |
getDelivery(long deliveryId)
|
List<AnnouncementsDelivery> |
getUserDeliveries(long userId)
|
AnnouncementsDelivery |
getUserDelivery(long userId,
String type)
|
AnnouncementsDeliveryLocalService |
getWrappedAnnouncementsDeliveryLocalService()
|
AnnouncementsDelivery |
updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
|
AnnouncementsDelivery |
updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery,
boolean merge)
|
AnnouncementsDelivery |
updateDelivery(long userId,
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 SystemException
- Specified by:
addAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
createAnnouncementsDelivery
public AnnouncementsDelivery createAnnouncementsDelivery(long deliveryId)
- Specified by:
createAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
deleteAnnouncementsDelivery
public void deleteAnnouncementsDelivery(long deliveryId)
throws PortalException,
SystemException
- Specified by:
deleteAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
PortalException
SystemException
deleteAnnouncementsDelivery
public void deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
throws SystemException
- Specified by:
deleteAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
getAnnouncementsDelivery
public AnnouncementsDelivery getAnnouncementsDelivery(long deliveryId)
throws PortalException,
SystemException
- Specified by:
getAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
PortalException
SystemException
getAnnouncementsDeliveries
public List<AnnouncementsDelivery> getAnnouncementsDeliveries(int start,
int end)
throws SystemException
- Specified by:
getAnnouncementsDeliveries in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
getAnnouncementsDeliveriesCount
public int getAnnouncementsDeliveriesCount()
throws SystemException
- Specified by:
getAnnouncementsDeliveriesCount in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
updateAnnouncementsDelivery
public AnnouncementsDelivery updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
throws SystemException
- Specified by:
updateAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
updateAnnouncementsDelivery
public AnnouncementsDelivery updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery,
boolean merge)
throws SystemException
- Specified by:
updateAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
addUserDelivery
public AnnouncementsDelivery addUserDelivery(long userId,
String type)
throws PortalException,
SystemException
- Specified by:
addUserDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
PortalException
SystemException
deleteDeliveries
public void deleteDeliveries(long userId)
throws SystemException
- Specified by:
deleteDeliveries in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
deleteDelivery
public void deleteDelivery(long deliveryId)
throws PortalException,
SystemException
- Specified by:
deleteDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
PortalException
SystemException
deleteDelivery
public void deleteDelivery(long userId,
String type)
throws SystemException
- Specified by:
deleteDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
SystemException
getDelivery
public AnnouncementsDelivery getDelivery(long deliveryId)
throws PortalException,
SystemException
- Specified by:
getDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
PortalException
SystemException
getUserDeliveries
public List<AnnouncementsDelivery> getUserDeliveries(long userId)
throws PortalException,
SystemException
- Specified by:
getUserDeliveries in interface AnnouncementsDeliveryLocalService
- Throws:
PortalException
SystemException
getUserDelivery
public AnnouncementsDelivery getUserDelivery(long userId,
String type)
throws PortalException,
SystemException
- Specified by:
getUserDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
PortalException
SystemException
updateDelivery
public AnnouncementsDelivery updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
throws PortalException,
SystemException
- Specified by:
updateDelivery in interface AnnouncementsDeliveryLocalService
- Throws:
PortalException
SystemException
getWrappedAnnouncementsDeliveryLocalService
public AnnouncementsDeliveryLocalService getWrappedAnnouncementsDeliveryLocalService()