|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface JournalFeedService
Provides 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 | |
---|---|
abstract 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)
|
abstract void |
deleteFeed(long feedId)
|
abstract void |
deleteFeed(long groupId,
long feedId)
Deprecated. As of 6.2.0, replaced by deleteFeed(long, String) |
abstract void |
deleteFeed(long groupId,
String feedId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract JournalFeed |
getFeed(long feedId)
|
abstract JournalFeed |
getFeed(long groupId,
long feedId)
Deprecated. As of 6.2.0, replaced by getFeed(long, String) |
abstract JournalFeed |
getFeed(long groupId,
String feedId)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract 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)
|
Method Detail |
---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanJournalFeed 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
void deleteFeed(long feedId) throws PortalException, SystemException
PortalException
SystemException
void deleteFeed(long groupId, long feedId) throws PortalException, SystemException
deleteFeed(long, String)
PortalException
SystemException
void deleteFeed(long groupId, String feedId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) JournalFeed getFeed(long feedId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) JournalFeed getFeed(long groupId, long feedId) throws PortalException, SystemException
getFeed(long, String)
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) JournalFeed getFeed(long groupId, String feedId) throws PortalException, SystemException
PortalException
SystemException
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
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |