@ProviderType
public interface CPFileImporter
| Modifier and Type | Method and Description |
|---|---|
void |
cleanLayouts(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
createJournalArticles(com.liferay.portal.kernel.json.JSONArray journalArticleJSONArray,
java.lang.ClassLoader classLoader,
java.lang.String dependenciesFilePath,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
createLayouts(com.liferay.portal.kernel.json.JSONArray jsonArray,
java.lang.ClassLoader classLoader,
java.lang.String dependenciesFilePath,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
createRoles(com.liferay.portal.kernel.json.JSONArray jsonArray,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.dynamic.data.mapping.model.DDMTemplate |
getDDMTemplate(java.io.File file,
long classNameId,
long classPK,
long resourceClassNameId,
java.lang.String name,
java.lang.String type,
java.lang.String mode,
java.lang.String language,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
updateLogo(java.io.File file,
boolean privateLayout,
boolean logo,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
updateLookAndFeel(java.lang.String themeId,
boolean privateLayout,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void cleanLayouts(com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid createJournalArticles(com.liferay.portal.kernel.json.JSONArray journalArticleJSONArray,
java.lang.ClassLoader classLoader,
java.lang.String dependenciesFilePath,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws java.lang.Exception
java.lang.Exceptionvoid createLayouts(com.liferay.portal.kernel.json.JSONArray jsonArray,
java.lang.ClassLoader classLoader,
java.lang.String dependenciesFilePath,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws java.lang.Exception
java.lang.Exceptionvoid createRoles(com.liferay.portal.kernel.json.JSONArray jsonArray,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.dynamic.data.mapping.model.DDMTemplate getDDMTemplate(java.io.File file,
long classNameId,
long classPK,
long resourceClassNameId,
java.lang.String name,
java.lang.String type,
java.lang.String mode,
java.lang.String language,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws java.lang.Exception
java.lang.Exceptionvoid updateLogo(java.io.File file,
boolean privateLayout,
boolean logo,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid updateLookAndFeel(java.lang.String themeId,
boolean privateLayout,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException