@ProviderType
public interface PortletDataContextFactory
Modifier and Type | Method and Description |
---|---|
PortletDataContext |
clonePortletDataContext(PortletDataContext portletDataContext) |
PortletDataContext |
createExportPortletDataContext(long companyId,
long groupId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate,
ZipWriter zipWriter) |
PortletDataContext |
createImportPortletDataContext(long companyId,
long groupId,
Map<String,String[]> parameterMap,
UserIdStrategy userIdStrategy,
ZipReader zipReader) |
PortletDataContext |
createPreparePortletDataContext(long companyId,
long groupId,
Date startDate,
Date endDate) |
PortletDataContext |
createPreparePortletDataContext(long companyId,
long groupId,
String range,
Date startDate,
Date endDate) |
PortletDataContext |
createPreparePortletDataContext(ThemeDisplay themeDisplay,
Date startDate,
Date endDate) |
PortletDataContext clonePortletDataContext(PortletDataContext portletDataContext)
PortletDataContext createExportPortletDataContext(long companyId, long groupId, Map<String,String[]> parameterMap, Date startDate, Date endDate, ZipWriter zipWriter) throws PortletDataException
PortletDataException
PortletDataContext createImportPortletDataContext(long companyId, long groupId, Map<String,String[]> parameterMap, UserIdStrategy userIdStrategy, ZipReader zipReader) throws PortletDataException
PortletDataException
PortletDataContext createPreparePortletDataContext(long companyId, long groupId, Date startDate, Date endDate) throws PortletDataException
PortletDataException
PortletDataContext createPreparePortletDataContext(long companyId, long groupId, String range, Date startDate, Date endDate) throws PortletDataException
PortletDataException
PortletDataContext createPreparePortletDataContext(ThemeDisplay themeDisplay, Date startDate, Date endDate) throws PortletDataException
PortletDataException