|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.journal.service.JournalFeedServiceUtil
@ProviderType public class JournalFeedServiceUtil
Provides the remote service utility for JournalFeed. This utility wraps
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
,
JournalFeedServiceBaseImpl
,
JournalFeedServiceImpl
Constructor Summary | |
---|---|
JournalFeedServiceUtil()
|
Method Summary | |
---|---|
static JournalFeed |
addFeed(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,
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,
String feedId)
|
static 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,
String feedId)
|
static JournalFeedService |
getService()
|
static void |
setBeanIdentifier(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,
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,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JournalFeedServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static JournalFeed addFeed(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, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static void deleteFeed(long feedId) throws PortalException, SystemException
PortalException
SystemException
public static void deleteFeed(long groupId, long feedId) throws PortalException, SystemException
deleteFeed(long, String)
PortalException
SystemException
public static void deleteFeed(long groupId, String feedId) throws PortalException, SystemException
PortalException
SystemException
public static JournalFeed getFeed(long feedId) throws PortalException, SystemException
PortalException
SystemException
public static JournalFeed getFeed(long groupId, long feedId) throws PortalException, SystemException
getFeed(long, String)
PortalException
SystemException
public static JournalFeed getFeed(long groupId, String feedId) throws PortalException, SystemException
PortalException
SystemException
public static 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, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static JournalFeedService getService()
public void setService(JournalFeedService service)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |