|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AnnouncementsDeliveryLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.announcements.service.impl.AnnouncementsDeliveryLocalServiceImpl
}.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
AnnouncementsDeliveryLocalServiceUtil
Method Detail |
---|
AnnouncementsDelivery addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) throws SystemException
SystemException
AnnouncementsDelivery createAnnouncementsDelivery(long deliveryId)
void deleteAnnouncementsDelivery(long deliveryId) throws PortalException, SystemException
PortalException
SystemException
void deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) throws SystemException
SystemException
java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) AnnouncementsDelivery getAnnouncementsDelivery(long deliveryId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AnnouncementsDelivery> getAnnouncementsDeliveries(int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getAnnouncementsDeliveriesCount() throws SystemException
SystemException
AnnouncementsDelivery updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) throws SystemException
SystemException
AnnouncementsDelivery updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery, boolean merge) throws SystemException
SystemException
AnnouncementsDelivery addUserDelivery(long userId, java.lang.String type) throws PortalException, SystemException
PortalException
SystemException
void deleteDeliveries(long userId) throws SystemException
SystemException
void deleteDelivery(long deliveryId) throws PortalException, SystemException
PortalException
SystemException
void deleteDelivery(long userId, java.lang.String type) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) AnnouncementsDelivery getDelivery(long deliveryId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AnnouncementsDelivery> getUserDeliveries(long userId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) AnnouncementsDelivery getUserDelivery(long userId, java.lang.String type) throws PortalException, SystemException
PortalException
SystemException
AnnouncementsDelivery updateDelivery(long userId, java.lang.String type, boolean email, boolean sms, boolean website) throws PortalException, SystemException
PortalException
SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |