Uses of Interface
com.liferay.exportimport.kernel.model.ExportImportConfiguration
Packages that use ExportImportConfiguration
Package
Description
-
Uses of ExportImportConfiguration in com.liferay.exportimport.kernel.configuration
Methods in com.liferay.exportimport.kernel.configuration that return ExportImportConfigurationModifier and TypeMethodDescriptionprotected static ExportImportConfigurationExportImportConfigurationUtil.addExportImportConfiguration(PortletRequest portletRequest, int type) static ExportImportConfigurationExportImportConfigurationUtil.addExportLayoutExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationUtil.addPublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationUtil.addPublishLayoutRemoteExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(User user, long sourceGroupId, long targetGroupId, boolean privateLayout) static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(User user, long sourceGroupId, long targetGroupId, boolean privateLayout, Map<String, String[]> parameterMap) static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(User user, long sourceGroupId, boolean privateLayout, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId) protected static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(User user, long sourceGroupId, boolean privateLayout, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, Map<String, String[]> parameterMap) static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationFactory.cloneExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) protected static ExportImportConfigurationExportImportConfigurationUtil.updateExportImportConfiguration(PortletRequest portletRequest, int type) static ExportImportConfigurationExportImportConfigurationUtil.updateExportLayoutExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationUtil.updatePublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationUtil.updatePublishLayoutRemoteExportImportConfiguration(PortletRequest portletRequest) Methods in com.liferay.exportimport.kernel.configuration with parameters of type ExportImportConfigurationModifier and TypeMethodDescriptionstatic ExportImportConfigurationExportImportConfigurationFactory.cloneExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) static String[]ExportImportConfigurationUtil.getExportImportConfigurationParameter(ExportImportConfiguration exportImportConfiguration, String parameterName) -
Uses of ExportImportConfiguration in com.liferay.exportimport.kernel.controller
Methods in com.liferay.exportimport.kernel.controller with parameters of type ExportImportConfigurationModifier and TypeMethodDescriptionExportController.export(ExportImportConfiguration exportImportConfiguration) voidImportController.importDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) voidImportController.importFile(ExportImportConfiguration exportImportConfiguration, File file) ImportController.validateFile(ExportImportConfiguration exportImportConfiguration, File file) -
Uses of ExportImportConfiguration in com.liferay.exportimport.kernel.lar
Methods in com.liferay.exportimport.kernel.lar with parameters of type ExportImportConfigurationModifier and TypeMethodDescriptionstatic DateRangeExportImportDateUtil.getDateRange(ExportImportConfiguration exportImportConfiguration) static DateRangeExportImportDateUtil.getDateRange(ExportImportConfiguration exportImportConfiguration, String portletId) protected static StringExportImportDateUtil.getDefaultDateRange(ExportImportConfiguration exportImportConfiguration) -
Uses of ExportImportConfiguration in com.liferay.exportimport.kernel.lifecycle
Methods in com.liferay.exportimport.kernel.lifecycle with parameters of type ExportImportConfigurationModifier and TypeMethodDescriptionvoidEventAwareExportImportLifecycleListener.onLayoutLocalPublicationFailed(ExportImportConfiguration exportImportConfiguration, Throwable throwable) voidEventAwareExportImportLifecycleListener.onLayoutLocalPublicationStarted(ExportImportConfiguration exportImportConfiguration) voidEventAwareExportImportLifecycleListener.onLayoutLocalPublicationSucceeded(ExportImportConfiguration exportImportConfiguration) voidEventAwareExportImportLifecycleListener.onLayoutRemotePublicationFailed(ExportImportConfiguration exportImportConfiguration, Throwable throwable) voidEventAwareExportImportLifecycleListener.onLayoutRemotePublicationStarted(ExportImportConfiguration exportImportConfiguration) voidEventAwareExportImportLifecycleListener.onLayoutRemotePublicationSucceeded(ExportImportConfiguration exportImportConfiguration) voidEventAwareExportImportLifecycleListener.onPortletPublicationFailed(ExportImportConfiguration exportImportConfiguration, Throwable throwable) voidEventAwareExportImportLifecycleListener.onPortletPublicationStarted(ExportImportConfiguration exportImportConfiguration) voidEventAwareExportImportLifecycleListener.onPortletPublicationSucceeded(ExportImportConfiguration exportImportConfiguration) -
Uses of ExportImportConfiguration in com.liferay.exportimport.kernel.model
Classes in com.liferay.exportimport.kernel.model that implement ExportImportConfigurationFields in com.liferay.exportimport.kernel.model with type parameters of type ExportImportConfigurationModifier and TypeFieldDescriptionstatic final Accessor<ExportImportConfiguration,Long> ExportImportConfiguration.EXPORT_IMPORT_CONFIGURATION_ID_ACCESSORMethods in com.liferay.exportimport.kernel.model that return ExportImportConfigurationModifier and TypeMethodDescriptionExportImportConfigurationModel.cloneWithOriginalValues()ExportImportConfigurationWrapper.cloneWithOriginalValues()Methods in com.liferay.exportimport.kernel.model with parameters of type ExportImportConfigurationModifier and TypeMethodDescriptionprotected ExportImportConfigurationWrapperExportImportConfigurationWrapper.wrap(ExportImportConfiguration exportImportConfiguration) Constructors in com.liferay.exportimport.kernel.model with parameters of type ExportImportConfigurationModifierConstructorDescriptionExportImportConfigurationWrapper(ExportImportConfiguration exportImportConfiguration) -
Uses of ExportImportConfiguration in com.liferay.exportimport.kernel.service
Methods in com.liferay.exportimport.kernel.service that return ExportImportConfigurationModifier and TypeMethodDescriptionExportImportConfigurationLocalService.addDraftExportImportConfiguration(long userId, int type, Map<String, Serializable> settingsMap) ExportImportConfigurationLocalService.addDraftExportImportConfiguration(long userId, String name, int type, Map<String, Serializable> settingsMap) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.addDraftExportImportConfiguration(long userId, int type, Map<String, Serializable> settingsMap) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.addDraftExportImportConfiguration(long userId, String name, int type, Map<String, Serializable> settingsMap) ExportImportConfigurationLocalServiceWrapper.addDraftExportImportConfiguration(long userId, int type, Map<String, Serializable> settingsMap) ExportImportConfigurationLocalServiceWrapper.addDraftExportImportConfiguration(long userId, String name, int type, Map<String, Serializable> settingsMap) ExportImportConfigurationLocalService.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, int status, ServiceContext serviceContext) ExportImportConfigurationLocalService.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, ServiceContext serviceContext) ExportImportConfigurationLocalService.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Adds the export import configuration to the database.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, int status, ServiceContext serviceContext) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, ServiceContext serviceContext) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Adds the export import configuration to the database.ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, int status, ServiceContext serviceContext) ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, ServiceContext serviceContext) ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Adds the export import configuration to the database.ExportImportConfigurationLocalService.createExportImportConfiguration(long exportImportConfigurationId) Creates a new export import configuration with the primary key.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.createExportImportConfiguration(long exportImportConfigurationId) Creates a new export import configuration with the primary key.ExportImportConfigurationLocalServiceWrapper.createExportImportConfiguration(long exportImportConfigurationId) Creates a new export import configuration with the primary key.ExportImportConfigurationLocalService.deleteExportImportConfiguration(long exportImportConfigurationId) Deletes the export import configuration with the primary key from the database.ExportImportConfigurationLocalService.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Deletes the export import configuration from the database.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.deleteExportImportConfiguration(long exportImportConfigurationId) Deletes the export import configuration with the primary key from the database.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Deletes the export import configuration from the database.ExportImportConfigurationLocalServiceWrapper.deleteExportImportConfiguration(long exportImportConfigurationId) Deletes the export import configuration with the primary key from the database.ExportImportConfigurationLocalServiceWrapper.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Deletes the export import configuration from the database.ExportImportConfigurationLocalService.fetchExportImportConfiguration(long exportImportConfigurationId) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.fetchExportImportConfiguration(long exportImportConfigurationId) ExportImportConfigurationLocalServiceWrapper.fetchExportImportConfiguration(long exportImportConfigurationId) ExportImportConfigurationLocalService.getExportImportConfiguration(long exportImportConfigurationId) Returns the export import configuration with the primary key.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.getExportImportConfiguration(long exportImportConfigurationId) Returns the export import configuration with the primary key.ExportImportConfigurationLocalServiceWrapper.getExportImportConfiguration(long exportImportConfigurationId) Returns the export import configuration with the primary key.ExportImportConfigurationLocalService.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId) ExportImportConfigurationLocalServiceWrapper.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId) ExportImportConfigurationService.moveExportImportConfigurationToTrash(long exportImportConfigurationId) static ExportImportConfigurationExportImportConfigurationServiceUtil.moveExportImportConfigurationToTrash(long exportImportConfigurationId) ExportImportConfigurationServiceWrapper.moveExportImportConfigurationToTrash(long exportImportConfigurationId) ExportImportConfigurationLocalService.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId) ExportImportConfigurationLocalServiceWrapper.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId) ExportImportConfigurationService.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) static ExportImportConfigurationExportImportConfigurationServiceUtil.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) ExportImportConfigurationServiceWrapper.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) ExportImportConfigurationLocalService.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String, Serializable> settingsMap, ServiceContext serviceContext) ExportImportConfigurationLocalService.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Updates the export import configuration in the database or adds it if it does not yet exist.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String, Serializable> settingsMap, ServiceContext serviceContext) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Updates the export import configuration in the database or adds it if it does not yet exist.ExportImportConfigurationLocalServiceWrapper.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String, Serializable> settingsMap, ServiceContext serviceContext) ExportImportConfigurationLocalServiceWrapper.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Updates the export import configuration in the database or adds it if it does not yet exist.ExportImportConfigurationLocalService.updateStatus(long userId, long exportImportConfigurationId, int status) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.updateStatus(long userId, long exportImportConfigurationId, int status) ExportImportConfigurationLocalServiceWrapper.updateStatus(long userId, long exportImportConfigurationId, int status) Methods in com.liferay.exportimport.kernel.service that return types with arguments of type ExportImportConfigurationModifier and TypeMethodDescriptionExportImportConfigurationLocalService.getExportImportConfigurations(int start, int end) Returns a range of all the export import configurations.ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId, int type) ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalService.getExportImportConfigurations(long companyId, long groupId, String keywords, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalService.getExportImportConfigurations(long companyId, long groupId, String name, String description, int type, boolean andSearch, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalService.getExportImportConfigurations(Hits hits) static List<ExportImportConfiguration>ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(int start, int end) Returns a range of all the export import configurations.static List<ExportImportConfiguration>ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long groupId, int type) static List<ExportImportConfiguration>ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long companyId, long groupId, String keywords, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long companyId, long groupId, String name, String description, int type, boolean andSearch, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(Hits hits) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(int start, int end) Returns a range of all the export import configurations.ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long groupId, int type) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long companyId, long groupId, String keywords, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long companyId, long groupId, String name, String description, int type, boolean andSearch, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(Hits hits) ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort) ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort) ExportImportConfigurationLocalServiceUtil.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort) ExportImportConfigurationLocalServiceUtil.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort) ExportImportConfigurationLocalServiceWrapper.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort) ExportImportConfigurationLocalServiceWrapper.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort) Methods in com.liferay.exportimport.kernel.service with parameters of type ExportImportConfigurationModifier and TypeMethodDescriptionExportImportConfigurationLocalService.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Adds the export import configuration to the database.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Adds the export import configuration to the database.ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Adds the export import configuration to the database.ExportImportConfigurationLocalService.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Deletes the export import configuration from the database.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Deletes the export import configuration from the database.ExportImportConfigurationLocalServiceWrapper.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Deletes the export import configuration from the database.ExportImportLocalService.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) static FileExportImportLocalServiceUtil.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportLocalServiceWrapper.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportService.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) static FileExportImportServiceUtil.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportServiceWrapper.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) longExportImportLocalService.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) static longExportImportLocalServiceUtil.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) longExportImportLocalServiceWrapper.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) longExportImportService.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) static longExportImportServiceUtil.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) longExportImportServiceWrapper.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) ExportImportLocalService.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) static FileExportImportLocalServiceUtil.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportLocalServiceWrapper.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportService.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) static FileExportImportServiceUtil.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportServiceWrapper.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) longExportImportLocalService.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) static longExportImportLocalServiceUtil.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) longExportImportLocalServiceWrapper.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) longExportImportService.exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) static longExportImportServiceUtil.exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) longExportImportServiceWrapper.exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) voidExportImportLocalService.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalService.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static voidExportImportLocalServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportLocalServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportLocalServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportService.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportService.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static voidExportImportServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportLocalService.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportLocalServiceUtil.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalServiceWrapper.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalService.importLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) static longExportImportLocalServiceUtil.importLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalServiceWrapper.importLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalService.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalService.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static longExportImportLocalServiceUtil.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) static longExportImportLocalServiceUtil.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportLocalServiceWrapper.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalServiceWrapper.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportService.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file) longExportImportService.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static longExportImportServiceUtil.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file) static longExportImportServiceUtil.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportServiceWrapper.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file) longExportImportServiceWrapper.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportLocalService.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportLocalServiceUtil.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalServiceWrapper.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static voidExportImportLocalServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportLocalServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportLocalServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static voidExportImportServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportLocalService.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalService.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static longExportImportLocalServiceUtil.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) static longExportImportLocalServiceUtil.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportLocalServiceWrapper.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalServiceWrapper.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportService.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file) longExportImportService.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static longExportImportServiceUtil.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file) static longExportImportServiceUtil.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportServiceWrapper.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file) longExportImportServiceWrapper.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportLocalService.mergeLayoutSetPrototypeInBackground(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) static longExportImportLocalServiceUtil.mergeLayoutSetPrototypeInBackground(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) longExportImportLocalServiceWrapper.mergeLayoutSetPrototypeInBackground(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) StagingLocalService.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) static MissingReferencesStagingLocalServiceUtil.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) StagingLocalServiceWrapper.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) StagingService.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) static MissingReferencesStagingServiceUtil.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) StagingServiceWrapper.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) ExportImportConfigurationLocalService.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Updates the export import configuration in the database or adds it if it does not yet exist.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Updates the export import configuration in the database or adds it if it does not yet exist.ExportImportConfigurationLocalServiceWrapper.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) Updates the export import configuration in the database or adds it if it does not yet exist.ExportImportLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) ExportImportLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static MissingReferencesExportImportLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferencesExportImportLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) ExportImportLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) ExportImportService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static MissingReferencesExportImportServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferencesExportImportServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) ExportImportServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) ExportImportLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static MissingReferencesExportImportLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferencesExportImportLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) ExportImportLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) ExportImportService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static MissingReferencesExportImportServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferencesExportImportServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) ExportImportServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) Method parameters in com.liferay.exportimport.kernel.service with type arguments of type ExportImportConfigurationModifier and TypeMethodDescriptionExportImportConfigurationLocalService.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalService.getExportImportConfigurations(long companyId, long groupId, String keywords, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalService.getExportImportConfigurations(long companyId, long groupId, String name, String description, int type, boolean andSearch, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long companyId, long groupId, String keywords, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long companyId, long groupId, String name, String description, int type, boolean andSearch, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long companyId, long groupId, String keywords, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long companyId, long groupId, String name, String description, int type, boolean andSearch, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) -
Uses of ExportImportConfiguration in com.liferay.exportimport.kernel.service.persistence
Methods in com.liferay.exportimport.kernel.service.persistence that return ExportImportConfigurationModifier and TypeMethodDescriptionExportImportConfigurationPersistence.create(long exportImportConfigurationId) Creates a new export import configuration with the primary key.static ExportImportConfigurationExportImportConfigurationUtil.create(long exportImportConfigurationId) Creates a new export import configuration with the primary key.ExportImportConfigurationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.fetchByPrimaryKey(long exportImportConfigurationId) Returns the export import configuration with the primary key or returnsnullif it could not be found.static ExportImportConfigurationExportImportConfigurationUtil.fetchByPrimaryKey(long exportImportConfigurationId) Returns the export import configuration with the primary key or returnsnullif it could not be found.ExportImportConfigurationPersistence.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.static ExportImportConfiguration[]ExportImportConfigurationUtil.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfiguration[]ExportImportConfigurationUtil.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfiguration[]ExportImportConfigurationUtil.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfiguration[]ExportImportConfigurationUtil.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.static ExportImportConfiguration[]ExportImportConfigurationUtil.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.findByPrimaryKey(long exportImportConfigurationId) Returns the export import configuration with the primary key or throws aNoSuchConfigurationExceptionif it could not be found.static ExportImportConfigurationExportImportConfigurationUtil.findByPrimaryKey(long exportImportConfigurationId) Returns the export import configuration with the primary key or throws aNoSuchConfigurationExceptionif it could not be found.ExportImportConfigurationPersistence.remove(long exportImportConfigurationId) Removes the export import configuration with the primary key from the database.static ExportImportConfigurationExportImportConfigurationUtil.remove(long exportImportConfigurationId) Removes the export import configuration with the primary key from the database.static ExportImportConfigurationExportImportConfigurationUtil.update(ExportImportConfiguration exportImportConfiguration) static ExportImportConfigurationExportImportConfigurationUtil.update(ExportImportConfiguration exportImportConfiguration, ServiceContext serviceContext) ExportImportConfigurationPersistence.updateImpl(ExportImportConfiguration exportImportConfiguration) static ExportImportConfigurationExportImportConfigurationUtil.updateImpl(ExportImportConfiguration exportImportConfiguration) Methods in com.liferay.exportimport.kernel.service.persistence that return types with arguments of type ExportImportConfigurationModifier and TypeMethodDescriptionstatic Map<Serializable,ExportImportConfiguration> ExportImportConfigurationUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) ExportImportConfigurationFinder.filterFindByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationFinder.filterFindByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.filterFindByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.filterFindByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationFinder.filterFindByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.filterFindByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationPersistence.findAll()Returns all the export import configurations.ExportImportConfigurationPersistence.findAll(int start, int end) Returns a range of all the export import configurations.ExportImportConfigurationPersistence.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations.ExportImportConfigurationPersistence.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findAll()Returns all the export import configurations.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findAll(int start, int end) Returns a range of all the export import configurations.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations.ExportImportConfigurationFinder.findByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationFinder.findByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.findByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.findByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationPersistence.findByCompanyId(long companyId) Returns all the export import configurations where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the export import configurations where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where companyId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByCompanyId(long companyId) Returns all the export import configurations where companyId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the export import configurations where companyId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where companyId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where companyId = ?.ExportImportConfigurationPersistence.findByG_S(long groupId, int status) Returns all the export import configurations where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end) Returns a range of all the export import configurations where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_S(long groupId, int status) Returns all the export import configurations where groupId = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end) Returns a range of all the export import configurations where groupId = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_T(long groupId, int type) Returns all the export import configurations where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end) Returns a range of all the export import configurations where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T(long groupId, int type) Returns all the export import configurations where groupId = ? and type = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end) Returns a range of all the export import configurations where groupId = ? and type = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status) Returns all the export import configurations where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end) Returns a range of all the export import configurations where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status) Returns all the export import configurations where groupId = ? and type = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end) Returns a range of all the export import configurations where groupId = ? and type = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByGroupId(long groupId) Returns all the export import configurations where groupId = ?.ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end) Returns a range of all the export import configurations where groupId = ?.ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ?.ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByGroupId(long groupId) Returns all the export import configurations where groupId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end) Returns a range of all the export import configurations where groupId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ?.ExportImportConfigurationFinder.findByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.findByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<ExportImportConfiguration>ExportImportConfigurationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<ExportImportConfiguration>ExportImportConfigurationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Methods in com.liferay.exportimport.kernel.service.persistence with parameters of type ExportImportConfigurationModifier and TypeMethodDescriptionvoidExportImportConfigurationPersistence.cacheResult(ExportImportConfiguration exportImportConfiguration) Caches the export import configuration in the entity cache if it is enabled.static voidExportImportConfigurationUtil.cacheResult(ExportImportConfiguration exportImportConfiguration) Caches the export import configuration in the entity cache if it is enabled.static voidExportImportConfigurationUtil.clearCache(ExportImportConfiguration exportImportConfiguration) static ExportImportConfigurationExportImportConfigurationUtil.update(ExportImportConfiguration exportImportConfiguration) static ExportImportConfigurationExportImportConfigurationUtil.update(ExportImportConfiguration exportImportConfiguration, ServiceContext serviceContext) ExportImportConfigurationPersistence.updateImpl(ExportImportConfiguration exportImportConfiguration) static ExportImportConfigurationExportImportConfigurationUtil.updateImpl(ExportImportConfiguration exportImportConfiguration) Method parameters in com.liferay.exportimport.kernel.service.persistence with type arguments of type ExportImportConfigurationModifier and TypeMethodDescriptionvoidExportImportConfigurationPersistence.cacheResult(List<ExportImportConfiguration> exportImportConfigurations) Caches the export import configurations in the entity cache if it is enabled.static voidExportImportConfigurationUtil.cacheResult(List<ExportImportConfiguration> exportImportConfigurations) Caches the export import configurations in the entity cache if it is enabled.ExportImportConfigurationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.static ExportImportConfigurationExportImportConfigurationUtil.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.ExportImportConfigurationFinder.filterFindByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationFinder.filterFindByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.filterFindByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.filterFindByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationFinder.filterFindByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.filterFindByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationPersistence.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations.ExportImportConfigurationPersistence.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations.ExportImportConfigurationFinder.findByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationFinder.findByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.findByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.findByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where companyId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where companyId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.static ExportImportConfiguration[]ExportImportConfigurationUtil.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfiguration[]ExportImportConfigurationUtil.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfiguration[]ExportImportConfigurationUtil.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfiguration[]ExportImportConfigurationUtil.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ?.ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ?.static List<ExportImportConfiguration>ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ?.ExportImportConfigurationPersistence.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.static ExportImportConfigurationExportImportConfigurationUtil.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.static ExportImportConfiguration[]ExportImportConfigurationUtil.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.ExportImportConfigurationFinder.findByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationFinderUtil.findByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>ExportImportConfigurationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) -
Uses of ExportImportConfiguration in com.liferay.exportimport.kernel.staging
Methods in com.liferay.exportimport.kernel.staging with parameters of type ExportImportConfigurationModifier and TypeMethodDescriptionStagingURLHelper.buildRemoteURL(ExportImportConfiguration exportImportConfiguration) static StringStagingURLHelperUtil.buildRemoteURL(ExportImportConfiguration exportImportConfiguration) longStaging.copyRemoteLayouts(ExportImportConfiguration exportImportConfiguration) static longStagingUtil.copyRemoteLayouts(ExportImportConfiguration exportImportConfiguration) Staging.getExceptionMessagesJSONObject(Locale locale, Exception exception, ExportImportConfiguration exportImportConfiguration) static JSONObjectStagingUtil.getExceptionMessagesJSONObject(Locale locale, Exception exception, ExportImportConfiguration exportImportConfiguration) longStaging.publishLayouts(long userId, ExportImportConfiguration exportImportConfiguration) static longStagingUtil.publishLayouts(long userId, ExportImportConfiguration exportImportConfiguration) longStaging.publishPortlet(long userId, ExportImportConfiguration exportImportConfiguration) static longStagingUtil.publishPortlet(long userId, ExportImportConfiguration exportImportConfiguration)