|
Liferay 6.1.2-ce-ga3 | |||||||||
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
public class JournalFeedServiceUtil
The utility for the journal feed remote service. This utility wraps 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.
This is a remote service. 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 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 groupId,
long feedId)
|
static void |
deleteFeed(long groupId,
String feedId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static JournalFeed |
getFeed(long groupId,
long feedId)
|
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. |
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 groupId, long feedId) throws PortalException, SystemException
PortalException
SystemException
public static void deleteFeed(long groupId, String feedId) throws PortalException, SystemException
PortalException
SystemException
public static JournalFeed getFeed(long groupId, long feedId) throws PortalException, SystemException
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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |