public class CommerceDataIntegrationProcessServiceUtil
extends java.lang.Object
com.liferay.commerce.data.integration.service.impl.CommerceDataIntegrationProcessServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.CommerceDataIntegrationProcessService| Constructor and Description |
|---|
CommerceDataIntegrationProcessServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceDataIntegrationProcess |
addCommerceDataIntegrationProcess(long userId,
java.lang.String name,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) |
static void |
deleteCommerceDataIntegrationProcess(long commerceDataIntegrationProcessId) |
static CommerceDataIntegrationProcess |
fetchCommerceDataIntegrationProcess(long commerceDataIntegrationProcessId) |
static CommerceDataIntegrationProcess |
getCommerceDataIntegrationProcess(long commerceDataIntegrationProcessId) |
static java.util.List<CommerceDataIntegrationProcess> |
getCommerceDataIntegrationProcesses(long companyId,
int start,
int end) |
static int |
getCommerceDataIntegrationProcessesCount(long companyId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceDataIntegrationProcessService |
getService() |
static void |
setService(CommerceDataIntegrationProcessService service) |
static CommerceDataIntegrationProcess |
updateCommerceDataIntegrationProcess(long commerceDataIntegrationProcessId,
java.lang.String name,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) |
static CommerceDataIntegrationProcess |
updateCommerceDataIntegrationProcessTrigger(long commerceDataIntegrationProcessId,
boolean active,
java.lang.String cronExpression,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverEnd) |
public CommerceDataIntegrationProcessServiceUtil()
public static CommerceDataIntegrationProcess addCommerceDataIntegrationProcess(long userId, java.lang.String name, java.lang.String type, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommerceDataIntegrationProcess(long commerceDataIntegrationProcessId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceDataIntegrationProcess fetchCommerceDataIntegrationProcess(long commerceDataIntegrationProcessId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceDataIntegrationProcess getCommerceDataIntegrationProcess(long commerceDataIntegrationProcessId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommerceDataIntegrationProcess> getCommerceDataIntegrationProcesses(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceDataIntegrationProcessesCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static CommerceDataIntegrationProcess updateCommerceDataIntegrationProcess(long commerceDataIntegrationProcessId, java.lang.String name, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceDataIntegrationProcess updateCommerceDataIntegrationProcessTrigger(long commerceDataIntegrationProcessId, boolean active, java.lang.String cronExpression, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverEnd) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceDataIntegrationProcessService getService()
public static void setService(CommerceDataIntegrationProcessService service)