|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface JournalFeedServiceProvides the remote service interface for JournalFeed. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
JournalFeedServiceUtil,
JournalFeedServiceBaseImpl,
JournalFeedServiceImpl| Method Summary | |
|---|---|
JournalFeed |
addFeed(long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
void |
deleteFeed(long feedId)
|
void |
deleteFeed(long groupId,
long feedId)
Deprecated. As of 6.2.0, replaced by deleteFeed(long, String) |
void |
deleteFeed(long groupId,
String feedId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
JournalFeed |
getFeed(long feedId)
|
JournalFeed |
getFeed(long groupId,
long feedId)
Deprecated. As of 6.2.0, replaced by getFeed(long, String) |
JournalFeed |
getFeed(long groupId,
String feedId)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
JournalFeed |
updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
| Method Detail |
|---|
JournalFeed addFeed(long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteFeed(long feedId)
throws PortalException
PortalException
@Deprecated
@JSONWebService(mode=IGNORE)
void deleteFeed(long groupId,
long feedId)
throws PortalException
deleteFeed(long, String)
PortalException
void deleteFeed(long groupId,
String feedId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed getFeed(long feedId)
throws PortalException
PortalException
@Deprecated
@JSONWebService(mode=IGNORE)
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed getFeed(long groupId,
long feedId)
throws PortalException
getFeed(long, String)
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed getFeed(long groupId,
String feedId)
throws PortalException
PortalExceptionvoid setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
JournalFeed updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||