Interface PortletDataContextFactory
@ProviderType
public interface PortletDataContextFactory
- Author:
- Máté Thurzó
-
Method Summary
Modifier and TypeMethodDescriptionclonePortletDataContext(PortletDataContext portletDataContext) createExportPortletDataContext(long companyId, long groupId, Map<String, String[]> parameterMap, Date startDate, Date endDate, ZipWriter zipWriter) createImportPortletDataContext(long companyId, long groupId, Map<String, String[]> parameterMap, UserIdStrategy userIdStrategy, ZipReader zipReader) createPreparePortletDataContext(long companyId, long groupId, String range, Date startDate, Date endDate) createPreparePortletDataContext(long companyId, long groupId, Date startDate, Date endDate) createPreparePortletDataContext(ThemeDisplay themeDisplay, Date startDate, Date endDate)
-
Method Details
-
clonePortletDataContext
-
createExportPortletDataContext
PortletDataContext createExportPortletDataContext(long companyId, long groupId, Map<String, String[]> parameterMap, Date startDate, Date endDate, ZipWriter zipWriter) throws PortletDataException- Throws:
PortletDataException
-
createImportPortletDataContext
PortletDataContext createImportPortletDataContext(long companyId, long groupId, Map<String, String[]> parameterMap, UserIdStrategy userIdStrategy, ZipReader zipReader) throws PortletDataException- Throws:
PortletDataException
-
createPreparePortletDataContext
PortletDataContext createPreparePortletDataContext(long companyId, long groupId, Date startDate, Date endDate) throws PortletDataException - Throws:
PortletDataException
-
createPreparePortletDataContext
PortletDataContext createPreparePortletDataContext(long companyId, long groupId, String range, Date startDate, Date endDate) throws PortletDataException - Throws:
PortletDataException
-
createPreparePortletDataContext
PortletDataContext createPreparePortletDataContext(ThemeDisplay themeDisplay, Date startDate, Date endDate) throws PortletDataException - Throws:
PortletDataException
-