Class EntryServiceWrapper
java.lang.Object
com.liferay.portal.reports.engine.console.service.EntryServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<EntryService>,EntryService
public class EntryServiceWrapper
extends Object
implements EntryService, com.liferay.portal.kernel.service.ServiceWrapper<EntryService>
Provides a wrapper for
EntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEntry(long groupId, long definitionId, String format, boolean schedulerRequest, Date startDate, Date endDate, boolean repeating, String recurrence, String emailNotifications, String emailDelivery, String portletId, String pageURL, String reportName, String reportParameters, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteAttachment(long companyId, long entryId, String fileName) deleteEntry(long entryId) getEntries(long groupId, String definitionName, String userName, Date createDateGT, Date createDateLT, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Entry> orderByComparator) intgetEntriesCount(long groupId, String definitionName, String userName, Date createDateGT, Date createDateLT, boolean andSearch) Returns the OSGi service identifier.voidsendEmails(long entryId, String fileName, String[] emailAddresses, boolean notification) voidsetWrappedService(EntryService entryService) voidunscheduleEntry(long entryId)
-
Constructor Details
-
EntryServiceWrapper
public EntryServiceWrapper() -
EntryServiceWrapper
-
-
Method Details
-
addEntry
public Entry addEntry(long groupId, long definitionId, String format, boolean schedulerRequest, Date startDate, Date endDate, boolean repeating, String recurrence, String emailNotifications, String emailDelivery, String portletId, String pageURL, String reportName, String reportParameters, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addEntryin interfaceEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAttachment
public void deleteAttachment(long companyId, long entryId, String fileName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAttachmentin interfaceEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteEntry
- Specified by:
deleteEntryin interfaceEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntries
public List<Entry> getEntries(long groupId, String definitionName, String userName, Date createDateGT, Date createDateLT, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Entry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getEntriesin interfaceEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntriesCount
public int getEntriesCount(long groupId, String definitionName, String userName, Date createDateGT, Date createDateLT, boolean andSearch) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getEntriesCountin interfaceEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceEntryService- Returns:
- the OSGi service identifier
-
sendEmails
public void sendEmails(long entryId, String fileName, String[] emailAddresses, boolean notification) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
sendEmailsin interfaceEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unscheduleEntry
public void unscheduleEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unscheduleEntryin interfaceEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<EntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<EntryService>
-