com.liferay.portlet.announcements.service
Class AnnouncementsFlagLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.announcements.service.AnnouncementsFlagLocalServiceWrapper
All Implemented Interfaces:
AnnouncementsFlagLocalService

public class AnnouncementsFlagLocalServiceWrapper
extends java.lang.Object
implements AnnouncementsFlagLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for AnnouncementsFlagLocalService.

Author:
Brian Wing Shun Chan
See Also:
AnnouncementsFlagLocalService
Generated:

Constructor Summary
AnnouncementsFlagLocalServiceWrapper(AnnouncementsFlagLocalService announcementsFlagLocalService)
           
 
Method Summary
 AnnouncementsFlag addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
           
 AnnouncementsFlag addFlag(long userId, long entryId, int value)
           
 AnnouncementsFlag createAnnouncementsFlag(long flagId)
           
 void deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
           
 void deleteAnnouncementsFlag(long flagId)
           
 void deleteFlag(long flagId)
           
 void deleteFlags(long entryId)
           
 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)
           
 AnnouncementsFlag getAnnouncementsFlag(long flagId)
           
 java.util.List<AnnouncementsFlag> getAnnouncementsFlags(int start, int end)
           
 int getAnnouncementsFlagsCount()
           
 AnnouncementsFlag getFlag(long userId, long entryId, int value)
           
 AnnouncementsFlagLocalService getWrappedAnnouncementsFlagLocalService()
           
 AnnouncementsFlag updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
           
 AnnouncementsFlag updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnouncementsFlagLocalServiceWrapper

public AnnouncementsFlagLocalServiceWrapper(AnnouncementsFlagLocalService announcementsFlagLocalService)
Method Detail

addAnnouncementsFlag

public AnnouncementsFlag addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
                                       throws com.liferay.portal.SystemException
Specified by:
addAnnouncementsFlag in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.SystemException

createAnnouncementsFlag

public AnnouncementsFlag createAnnouncementsFlag(long flagId)
Specified by:
createAnnouncementsFlag in interface AnnouncementsFlagLocalService

deleteAnnouncementsFlag

public void deleteAnnouncementsFlag(long flagId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
deleteAnnouncementsFlag in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteAnnouncementsFlag

public void deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
                             throws com.liferay.portal.SystemException
Specified by:
deleteAnnouncementsFlag in interface AnnouncementsFlagLocalService
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 AnnouncementsFlagLocalService
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 AnnouncementsFlagLocalService
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 AnnouncementsFlagLocalService
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 AnnouncementsFlagLocalService
Throws:
com.liferay.portal.SystemException

getAnnouncementsFlag

public AnnouncementsFlag getAnnouncementsFlag(long flagId)
                                       throws com.liferay.portal.PortalException,
                                              com.liferay.portal.SystemException
Specified by:
getAnnouncementsFlag in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getAnnouncementsFlags

public java.util.List<AnnouncementsFlag> getAnnouncementsFlags(int start,
                                                               int end)
                                                        throws com.liferay.portal.SystemException
Specified by:
getAnnouncementsFlags in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.SystemException

getAnnouncementsFlagsCount

public int getAnnouncementsFlagsCount()
                               throws com.liferay.portal.SystemException
Specified by:
getAnnouncementsFlagsCount in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.SystemException

updateAnnouncementsFlag

public AnnouncementsFlag updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
                                          throws com.liferay.portal.SystemException
Specified by:
updateAnnouncementsFlag in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.SystemException

updateAnnouncementsFlag

public AnnouncementsFlag updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag,
                                                 boolean merge)
                                          throws com.liferay.portal.SystemException
Specified by:
updateAnnouncementsFlag in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.SystemException

addFlag

public AnnouncementsFlag addFlag(long userId,
                                 long entryId,
                                 int value)
                          throws com.liferay.portal.SystemException
Specified by:
addFlag in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.SystemException

deleteFlag

public void deleteFlag(long flagId)
                throws com.liferay.portal.PortalException,
                       com.liferay.portal.SystemException
Specified by:
deleteFlag in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFlags

public void deleteFlags(long entryId)
                 throws com.liferay.portal.SystemException
Specified by:
deleteFlags in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.SystemException

getFlag

public AnnouncementsFlag getFlag(long userId,
                                 long entryId,
                                 int value)
                          throws com.liferay.portal.PortalException,
                                 com.liferay.portal.SystemException
Specified by:
getFlag in interface AnnouncementsFlagLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedAnnouncementsFlagLocalService

public AnnouncementsFlagLocalService getWrappedAnnouncementsFlagLocalService()