com.liferay.portlet.exportimport.lar
Class PortletDataContextFactoryUtil
java.lang.Object
com.liferay.portlet.exportimport.lar.PortletDataContextFactoryUtil
@ProviderType
public class PortletDataContextFactoryUtil
- extends Object
|
Method Summary |
static PortletDataContext |
clonePortletDataContext(PortletDataContext portletDataContext)
|
static PortletDataContext |
createExportPortletDataContext(long companyId,
long groupId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate,
ZipWriter zipWriter)
|
static PortletDataContext |
createImportPortletDataContext(long companyId,
long groupId,
Map<String,String[]> parameterMap,
UserIdStrategy userIdStrategy,
ZipReader zipReader)
|
static PortletDataContext |
createPreparePortletDataContext(long companyId,
long groupId,
Date startDate,
Date endDate)
|
static PortletDataContext |
createPreparePortletDataContext(ThemeDisplay themeDisplay,
Date startDate,
Date endDate)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletDataContextFactoryUtil
public PortletDataContextFactoryUtil()
clonePortletDataContext
public static PortletDataContext clonePortletDataContext(PortletDataContext portletDataContext)
createExportPortletDataContext
public static PortletDataContext createExportPortletDataContext(long companyId,
long groupId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate,
ZipWriter zipWriter)
throws PortletDataException
- Throws:
PortletDataException
createImportPortletDataContext
public static PortletDataContext createImportPortletDataContext(long companyId,
long groupId,
Map<String,String[]> parameterMap,
UserIdStrategy userIdStrategy,
ZipReader zipReader)
throws PortletDataException
- Throws:
PortletDataException
createPreparePortletDataContext
public static PortletDataContext createPreparePortletDataContext(long companyId,
long groupId,
Date startDate,
Date endDate)
throws PortletDataException
- Throws:
PortletDataException
createPreparePortletDataContext
public static PortletDataContext createPreparePortletDataContext(ThemeDisplay themeDisplay,
Date startDate,
Date endDate)
throws PortletDataException
- Throws:
PortletDataException