com.liferay.portlet.usersadmin.lar
Class WebsiteStagedModelDataHandler
java.lang.Object
com.liferay.portlet.exportimport.lar.BaseStagedModelDataHandler<Website>
com.liferay.portlet.usersadmin.lar.WebsiteStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<Website>
public class WebsiteStagedModelDataHandler
- extends BaseStagedModelDataHandler<Website>
| Methods inherited from class com.liferay.portlet.exportimport.lar.BaseStagedModelDataHandler |
countStagedModel, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportAssetTags, exportComments, exportRatings, exportStagedModel, fetchMissingReference, fetchStagedModelByUuidAndGroupId, getDisplayName, getExportableStatuses, getProcessFlag, getReferenceAttributes, importAssetCategories, importAssetTags, importComments, importCompanyStagedModel, importCompanyStagedModel, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, isStagedModelInTrash, restoreStagedModel, validateExport, validateMissingGroupReference, validateMissingReference, validateReference |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAMES
public static final String[] CLASS_NAMES
WebsiteStagedModelDataHandler
public WebsiteStagedModelDataHandler()
deleteStagedModel
public void deleteStagedModel(String uuid,
long groupId,
String className,
String extraData)
throws PortalException
- Specified by:
deleteStagedModel in interface StagedModelDataHandler<Website>- Specified by:
deleteStagedModel in class BaseStagedModelDataHandler<Website>
- Throws:
PortalException
deleteStagedModel
public void deleteStagedModel(Website website)
fetchStagedModelsByUuidAndCompanyId
public List<Website> fetchStagedModelsByUuidAndCompanyId(String uuid,
long companyId)
- Specified by:
fetchStagedModelsByUuidAndCompanyId in interface StagedModelDataHandler<Website>- Specified by:
fetchStagedModelsByUuidAndCompanyId in class BaseStagedModelDataHandler<Website>
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<Website>- Specified by:
getClassNames in class BaseStagedModelDataHandler<Website>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
Website website)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<Website>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
Website website)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<Website>
- Throws:
Exception