com.liferay.portlet.flags.service
Interface FlagsEntryService

All Known Implementing Classes:
FlagsEntryServiceWrapper

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

The interface for the flags entry remote service.

Never modify or reference this interface directly. Always use FlagsEntryServiceUtil to access the flags entry remote service. Add custom service methods to com.liferay.portlet.flags.service.impl.FlagsEntryServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

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.

Author:
Brian Wing Shun Chan
See Also:
FlagsEntryServiceUtil, com.liferay.portlet.flags.service.base.FlagsEntryServiceBaseImpl, com.liferay.portlet.flags.service.impl.FlagsEntryServiceImpl
Generated:

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

Method Detail

addEntry

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