| java.lang.Object com.liferay.portlet.journal.service.base.JournalFeedLocalServiceBaseImpl com.liferay.portlet.journal.service.impl.JournalFeedLocalServiceImpl
Method Summary | |
public JournalFeed | addFeed(long userId, 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 userId, 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 JournalFeed | addFeed(String uuid, long userId, 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(String uuid, long userId, 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 JournalFeed | addFeed(String uuid, long userId, 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, String[] communityPermissions, String[] guestPermissions) | public void | addFeedResources(long feedId, boolean addCommunityPermissions, boolean addGuestPermissions) | public void | addFeedResources(JournalFeed feed, boolean addCommunityPermissions, boolean addGuestPermissions) | public void | addFeedResources(long feedId, String[] communityPermissions, String[] guestPermissions) | public void | addFeedResources(JournalFeed feed, String[] communityPermissions, String[] guestPermissions) | public JournalFeed | addFeedToGroup(String uuid, long userId, long groupId, 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, String[] communityPermissions, String[] guestPermissions) | public void | deleteFeed(long feedId) | public void | deleteFeed(long groupId, String feedId) | public void | deleteFeed(JournalFeed feed) | public JournalFeed | getFeed(long feedId) | public JournalFeed | getFeed(long groupId, String feedId) | public List | getFeeds() | public List | getFeeds(long groupId) | public List | getFeeds(long groupId, int begin, int end) | public int | getFeedsCount(long groupId) | protected boolean | isValidStructureField(long groupId, String structureId, String contentField) | public List | search(long companyId, long groupId, String keywords, int begin, int end, OrderByComparator obc) | public List | search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int begin, int end, OrderByComparator obc) | public int | searchCount(long companyId, long groupId, String keywords) | public int | searchCount(long companyId, long groupId, String feedId, String name, String description, boolean andOperator) | 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) | protected void | validate(long groupId, String feedId, boolean autoFeedId, String name, String description, String structureId, String targetLayoutFriendlyUrl, String contentField) | protected void | validate(long groupId, String name, String description, String structureId, String targetLayoutFriendlyUrl, String contentField) |
addFeed | public JournalFeed addFeed(long userId, 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 userId, 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) | | |
addFeed | public JournalFeed addFeed(String uuid, long userId, 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(String uuid, long userId, 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) | | |
addFeed | public JournalFeed addFeed(String uuid, long userId, 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, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code) | | |
addFeedToGroup | public JournalFeed addFeedToGroup(String uuid, long userId, long groupId, 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, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code) | | |
isValidStructureField | protected boolean isValidStructureField(long groupId, String structureId, String contentField)(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) | | |
|
|