Liferay 6.1.10-ee-ga1

com.liferay.portlet.flags.service
Interface FlagsEntryService

All Known Implementing Classes:
FlagsEntryServiceWrapper

@JSONWebService
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface FlagsEntryService

The interface for the flags entry remote service.

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.

See Also:
FlagsEntryServiceUtil, com.liferay.portlet.flags.service.base.FlagsEntryServiceBaseImpl, com.liferay.portlet.flags.service.impl.FlagsEntryServiceImpl

Method Summary
 void addEntry(String className, long classPK, String reporterEmailAddress, long reportedUserId, String contentTitle, String contentURL, String reason, ServiceContext serviceContext)
           
 

Method Detail

addEntry

void addEntry(String className,
              long classPK,
              String reporterEmailAddress,
              long reportedUserId,
              String contentTitle,
              String contentURL,
              String reason,
              ServiceContext serviceContext)

Liferay 6.1.10-ee-ga1