| com.liferay.portlet.journal.service.base.JournalFeedServiceBaseImpl com.liferay.portlet.journal.service.impl.JournalFeedServiceImpl
Method Summary | |
public JournalFeed | addFeed(long plid, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, boolean addCommunityPermissions, boolean addGuestPermissions) | public JournalFeed | addFeed(long plid, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, String[] communityPermissions, String[] guestPermissions) | public void | deleteFeed(long groupId, long feedId) | public void | deleteFeed(long groupId, String feedId) | public JournalFeed | getFeed(long groupId, long feedId) | public JournalFeed | getFeed(long groupId, String feedId) | public JournalFeed | updateFeed(long groupId, String feedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion) |
addFeed | public JournalFeed addFeed(long plid, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code) | | |
addFeed | public JournalFeed addFeed(long plid, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code) | | |
updateFeed | public JournalFeed updateFeed(long groupId, String feedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion) throws PortalException, SystemException(Code) | | |
|
|