public class CommerceDataIntegrationProcessLogServiceUtil
extends java.lang.Object
com.liferay.commerce.data.integration.service.impl.CommerceDataIntegrationProcessLogServiceImpl 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.CommerceDataIntegrationProcessLogService| Constructor and Description |
|---|
CommerceDataIntegrationProcessLogServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceDataIntegrationProcessLog |
addCommerceDataIntegrationProcessLog(long userId,
long commerceDataIntegrationProcessId,
java.lang.String error,
java.lang.String output,
int status,
java.util.Date startDate,
java.util.Date endDate) |
static void |
deleteCommerceDataIntegrationProcessLog(long cDataIntegrationProcessLogId) |
static CommerceDataIntegrationProcessLog |
getCommerceDataIntegrationProcessLog(long cDataIntegrationProcessLogId) |
static java.util.List<CommerceDataIntegrationProcessLog> |
getCommerceDataIntegrationProcessLogs(long commerceDataIntegrationProcessId,
int start,
int end) |
static int |
getCommerceDataIntegrationProcessLogsCount(long commerceDataIntegrationProcessId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceDataIntegrationProcessLogService |
getService() |
static void |
setService(CommerceDataIntegrationProcessLogService service) |
static CommerceDataIntegrationProcessLog |
updateCommerceDataIntegrationProcessLog(long cDataIntegrationProcessLogId,
java.lang.String error,
java.lang.String output,
int status,
java.util.Date endDate) |
public CommerceDataIntegrationProcessLogServiceUtil()
public static CommerceDataIntegrationProcessLog addCommerceDataIntegrationProcessLog(long userId, long commerceDataIntegrationProcessId, java.lang.String error, java.lang.String output, int status, java.util.Date startDate, java.util.Date endDate) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommerceDataIntegrationProcessLog(long cDataIntegrationProcessLogId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceDataIntegrationProcessLog getCommerceDataIntegrationProcessLog(long cDataIntegrationProcessLogId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommerceDataIntegrationProcessLog> getCommerceDataIntegrationProcessLogs(long commerceDataIntegrationProcessId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceDataIntegrationProcessLogsCount(long commerceDataIntegrationProcessId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static CommerceDataIntegrationProcessLog updateCommerceDataIntegrationProcessLog(long cDataIntegrationProcessLogId, java.lang.String error, java.lang.String output, int status, java.util.Date endDate) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceDataIntegrationProcessLogService getService()
public static void setService(CommerceDataIntegrationProcessLogService service)