@ProviderType
public class JournalFeedServiceUtil
extends java.lang.Object
com.liferay.portlet.journal.service.impl.JournalFeedServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.JournalFeedService,
com.liferay.portlet.journal.service.base.JournalFeedServiceBaseImpl,
com.liferay.portlet.journal.service.impl.JournalFeedServiceImpl| Constructor and Description |
|---|
JournalFeedServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static JournalFeed |
addFeed(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) |
static void |
deleteFeed(long feedId) |
static void |
deleteFeed(long groupId,
long feedId)
Deprecated.
As of 6.2.0, replaced by
deleteFeed(long, String) |
static void |
deleteFeed(long groupId,
java.lang.String feedId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static JournalFeed |
getFeed(long feedId) |
static JournalFeed |
getFeed(long groupId,
long feedId)
Deprecated.
As of 6.2.0, replaced by
getFeed(long, String) |
static JournalFeed |
getFeed(long groupId,
java.lang.String feedId) |
static JournalFeedService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(JournalFeedService service)
Deprecated.
As of 6.2.0
|
static 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) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static JournalFeed addFeed(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 PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteFeed(long feedId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void deleteFeed(long groupId,
long feedId)
throws PortalException,
SystemException
deleteFeed(long, String)PortalExceptionSystemExceptionpublic static void deleteFeed(long groupId,
java.lang.String feedId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static JournalFeed getFeed(long feedId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static JournalFeed getFeed(long groupId, long feedId) throws PortalException, SystemException
getFeed(long, String)PortalExceptionSystemExceptionpublic static JournalFeed getFeed(long groupId, java.lang.String feedId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static 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 PortalException, SystemException
PortalExceptionSystemExceptionpublic static JournalFeedService getService()
public void setService(JournalFeedService service)