com.liferay.portlet.announcements.service
Interface AnnouncementsFlagLocalService


public interface AnnouncementsFlagLocalService

View Source

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.AnnouncementsFlagLocalServiceImpl. 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.

Author:
Brian Wing Shun Chan
See Also:
AnnouncementsFlagLocalServiceFactory, AnnouncementsFlagLocalServiceUtil

Method Summary
 AnnouncementsFlag addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
           
 AnnouncementsFlag addFlag(long userId, long entryId, int value)
           
 void deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
           
 void deleteAnnouncementsFlag(long flagId)
           
 void deleteFlag(long flagId)
           
 void deleteFlags(long entryId)
           
 java.util.List<AnnouncementsFlag> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List<AnnouncementsFlag> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 AnnouncementsFlag getFlag(long userId, long entryId, int value)
           
 AnnouncementsFlag updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
           
 

Method Detail

addAnnouncementsFlag

AnnouncementsFlag addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteAnnouncementsFlag

void deleteAnnouncementsFlag(long flagId)
                             throws com.liferay.portal.SystemException,
                                    com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteAnnouncementsFlag

void deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
                             throws com.liferay.portal.SystemException,
                                    com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

dynamicQuery

java.util.List<AnnouncementsFlag> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<AnnouncementsFlag> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                               int begin,
                                               int end)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateAnnouncementsFlag

AnnouncementsFlag updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addFlag

AnnouncementsFlag addFlag(long userId,
                          long entryId,
                          int value)
                          throws com.liferay.portal.SystemException,
                                 com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getFlag

AnnouncementsFlag getFlag(long userId,
                          long entryId,
                          int value)
                          throws com.liferay.portal.SystemException,
                                 com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteFlag

void deleteFlag(long flagId)
                throws com.liferay.portal.SystemException,
                       com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteFlags

void deleteFlags(long entryId)
                 throws com.liferay.portal.SystemException,
                        com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException