com.liferay.portlet.journal.service
Class JournalFeedLocalServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalFeedLocalServiceWrapper
- All Implemented Interfaces:
- JournalFeedLocalService
public class JournalFeedLocalServiceWrapper
- extends java.lang.Object
- implements JournalFeedLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for JournalFeedLocalService.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalFeedLocalService- Generated:
|
Method Summary |
JournalFeed |
addFeed(long userId,
long groupId,
java.lang.String feedId,
boolean autoFeedId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String structureId,
java.lang.String templateId,
java.lang.String rendererTemplateId,
int delta,
java.lang.String orderByCol,
java.lang.String orderByType,
java.lang.String targetLayoutFriendlyUrl,
java.lang.String targetPortletId,
java.lang.String contentField,
java.lang.String feedType,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
addFeed(java.lang.String uuid,
long userId,
long groupId,
java.lang.String feedId,
boolean autoFeedId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String structureId,
java.lang.String templateId,
java.lang.String rendererTemplateId,
int delta,
java.lang.String orderByCol,
java.lang.String orderByType,
java.lang.String targetLayoutFriendlyUrl,
java.lang.String targetPortletId,
java.lang.String contentField,
java.lang.String feedType,
double feedVersion,
ServiceContext serviceContext)
|
void |
addFeedResources(JournalFeed feed,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFeedResources(JournalFeed feed,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
addFeedResources(long feedId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFeedResources(long feedId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
JournalFeed |
addJournalFeed(JournalFeed journalFeed)
|
JournalFeed |
createJournalFeed(long id)
|
void |
deleteFeed(JournalFeed feed)
|
void |
deleteFeed(long feedId)
|
void |
deleteFeed(long groupId,
java.lang.String feedId)
|
void |
deleteJournalFeed(JournalFeed journalFeed)
|
void |
deleteJournalFeed(long id)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
JournalFeed |
getFeed(long feedId)
|
JournalFeed |
getFeed(long groupId,
java.lang.String feedId)
|
java.util.List<JournalFeed> |
getFeeds()
|
java.util.List<JournalFeed> |
getFeeds(long groupId)
|
java.util.List<JournalFeed> |
getFeeds(long groupId,
int start,
int end)
|
int |
getFeedsCount(long groupId)
|
JournalFeed |
getJournalFeed(long id)
|
java.util.List<JournalFeed> |
getJournalFeeds(int start,
int end)
|
int |
getJournalFeedsCount()
|
JournalFeedLocalService |
getWrappedJournalFeedLocalService()
|
java.util.List<JournalFeed> |
search(long companyId,
long groupId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalFeed> |
search(long companyId,
long groupId,
java.lang.String feedId,
java.lang.String name,
java.lang.String description,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
searchCount(long companyId,
long groupId,
java.lang.String keywords)
|
int |
searchCount(long companyId,
long groupId,
java.lang.String feedId,
java.lang.String name,
java.lang.String description,
boolean andOperator)
|
JournalFeed |
updateFeed(long groupId,
java.lang.String feedId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String structureId,
java.lang.String templateId,
java.lang.String rendererTemplateId,
int delta,
java.lang.String orderByCol,
java.lang.String orderByType,
java.lang.String targetLayoutFriendlyUrl,
java.lang.String targetPortletId,
java.lang.String contentField,
java.lang.String feedType,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
updateJournalFeed(JournalFeed journalFeed)
|
JournalFeed |
updateJournalFeed(JournalFeed journalFeed,
boolean merge)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalFeedLocalServiceWrapper
public JournalFeedLocalServiceWrapper(JournalFeedLocalService journalFeedLocalService)
addJournalFeed
public JournalFeed addJournalFeed(JournalFeed journalFeed)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addJournalFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createJournalFeed
public JournalFeed createJournalFeed(long id)
- Specified by:
createJournalFeed in interface JournalFeedLocalService
deleteJournalFeed
public void deleteJournalFeed(long id)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteJournalFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteJournalFeed
public void deleteJournalFeed(JournalFeed journalFeed)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteJournalFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getJournalFeed
public JournalFeed getJournalFeed(long id)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getJournalFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getJournalFeeds
public java.util.List<JournalFeed> getJournalFeeds(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getJournalFeeds in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getJournalFeedsCount
public int getJournalFeedsCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getJournalFeedsCount in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateJournalFeed
public JournalFeed updateJournalFeed(JournalFeed journalFeed)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateJournalFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateJournalFeed
public JournalFeed updateJournalFeed(JournalFeed journalFeed,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateJournalFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addFeed
public JournalFeed addFeed(long userId,
long groupId,
java.lang.String feedId,
boolean autoFeedId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String structureId,
java.lang.String templateId,
java.lang.String rendererTemplateId,
int delta,
java.lang.String orderByCol,
java.lang.String orderByType,
java.lang.String targetLayoutFriendlyUrl,
java.lang.String targetPortletId,
java.lang.String contentField,
java.lang.String feedType,
double feedVersion,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFeed
public JournalFeed addFeed(java.lang.String uuid,
long userId,
long groupId,
java.lang.String feedId,
boolean autoFeedId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String structureId,
java.lang.String templateId,
java.lang.String rendererTemplateId,
int delta,
java.lang.String orderByCol,
java.lang.String orderByType,
java.lang.String targetLayoutFriendlyUrl,
java.lang.String targetPortletId,
java.lang.String contentField,
java.lang.String feedType,
double feedVersion,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFeedResources
public void addFeedResources(long feedId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFeedResources in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFeedResources
public void addFeedResources(JournalFeed feed,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFeedResources in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFeedResources
public void addFeedResources(long feedId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFeedResources in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFeedResources
public void addFeedResources(JournalFeed feed,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFeedResources in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFeed
public void deleteFeed(long feedId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFeed
public void deleteFeed(long groupId,
java.lang.String feedId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFeed
public void deleteFeed(JournalFeed feed)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFeed
public JournalFeed getFeed(long feedId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFeed
public JournalFeed getFeed(long groupId,
java.lang.String feedId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFeeds
public java.util.List<JournalFeed> getFeeds()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFeeds in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFeeds
public java.util.List<JournalFeed> getFeeds(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFeeds in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFeeds
public java.util.List<JournalFeed> getFeeds(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFeeds in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFeedsCount
public int getFeedsCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFeedsCount in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
search
public java.util.List<JournalFeed> search(long companyId,
long groupId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
search
public java.util.List<JournalFeed> search(long companyId,
long groupId,
java.lang.String feedId,
java.lang.String name,
java.lang.String description,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchCount
public int searchCount(long companyId,
long groupId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchCount in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchCount
public int searchCount(long companyId,
long groupId,
java.lang.String feedId,
java.lang.String name,
java.lang.String description,
boolean andOperator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchCount in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateFeed
public JournalFeed updateFeed(long groupId,
java.lang.String feedId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String structureId,
java.lang.String templateId,
java.lang.String rendererTemplateId,
int delta,
java.lang.String orderByCol,
java.lang.String orderByType,
java.lang.String targetLayoutFriendlyUrl,
java.lang.String targetPortletId,
java.lang.String contentField,
java.lang.String feedType,
double feedVersion,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateFeed in interface JournalFeedLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedJournalFeedLocalService
public JournalFeedLocalService getWrappedJournalFeedLocalService()