@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
PortletDataExceptionPortletDataContext createImportPortletDataContext(long companyId, long groupId, Map<String,String[]> parameterMap, UserIdStrategy userIdStrategy, ZipReader zipReader) throws PortletDataException
PortletDataExceptionPortletDataContext createPreparePortletDataContext(long companyId, long groupId, Date startDate, Date endDate) throws PortletDataException
PortletDataExceptionPortletDataContext createPreparePortletDataContext(long companyId, long groupId, String range, Date startDate, Date endDate) throws PortletDataException
PortletDataExceptionPortletDataContext createPreparePortletDataContext(ThemeDisplay themeDisplay, Date startDate, Date endDate) throws PortletDataException
PortletDataException