public class AddressStagedModelDataHandler
extends com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.Address>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
CLASS_NAMES |
| Constructor and Description |
|---|
AddressStagedModelDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteStagedModel(com.liferay.portal.kernel.model.Address address) |
void |
deleteStagedModel(java.lang.String uuid,
long groupId,
java.lang.String className,
java.lang.String extraData) |
void |
doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.Address address) |
protected void |
doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.Address address) |
java.util.List<com.liferay.portal.kernel.model.Address> |
fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId) |
java.lang.String[] |
getClassNames() |
protected void |
setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService) |
protected void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) |
exportStagedModel, fetchMissingReference, fetchStagedModelByUuidAndGroupId, getExportImportContentProcessor, getStagedModelRepository, restoreStagedModelcountStagedModel, doImportMissingReference, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportAssetTags, exportComments, exportRatings, getDisplayName, getExportableStatuses, getProcessFlag, getReferenceAttributes, importAssetCategories, importAssetTags, importComments, importCompanyStagedModel, importCompanyStagedModel, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, isStagedModelInTrash, validateExport, validateMissingGroupReference, validateMissingReference, validateReferencepublic void deleteStagedModel(com.liferay.portal.kernel.model.Address address)
deleteStagedModel in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.portal.kernel.model.Address>deleteStagedModel in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.Address>public void deleteStagedModel(java.lang.String uuid,
long groupId,
java.lang.String className,
java.lang.String extraData)
throws com.liferay.portal.kernel.exception.PortalException
deleteStagedModel in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.portal.kernel.model.Address>deleteStagedModel in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.Address>com.liferay.portal.kernel.exception.PortalExceptionpublic void doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.Address address)
throws java.lang.Exception
doExportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.Address>java.lang.Exceptionpublic java.util.List<com.liferay.portal.kernel.model.Address> fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
fetchStagedModelsByUuidAndCompanyId in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.portal.kernel.model.Address>fetchStagedModelsByUuidAndCompanyId in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.Address>public java.lang.String[] getClassNames()
getClassNames in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.portal.kernel.model.Address>getClassNames in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.Address>protected void doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.Address address)
throws java.lang.Exception
doImportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.portal.kernel.model.Address>java.lang.Exceptionprotected void setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService)
protected void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)