public class CommerceDataIntegrationProcessLogLocalServiceWrapper extends java.lang.Object implements CommerceDataIntegrationProcessLogLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDataIntegrationProcessLogLocalService>
CommerceDataIntegrationProcessLogLocalService.CommerceDataIntegrationProcessLogLocalService| Constructor and Description |
|---|
CommerceDataIntegrationProcessLogLocalServiceWrapper(CommerceDataIntegrationProcessLogLocalService commerceDataIntegrationProcessLogLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceDataIntegrationProcessLog |
addCommerceDataIntegrationProcessLog(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
Adds the commerce data integration process log to the database.
|
CommerceDataIntegrationProcessLog |
addCommerceDataIntegrationProcessLog(long userId,
long commerceDataIntegrationProcessId,
java.lang.String error,
java.lang.String output,
int status,
java.util.Date startDate,
java.util.Date endDate) |
CommerceDataIntegrationProcessLog |
createCommerceDataIntegrationProcessLog(long commerceDataIntegrationProcessLogId)
Creates a new commerce data integration process log with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceDataIntegrationProcessLog |
deleteCommerceDataIntegrationProcessLog(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
Deletes the commerce data integration process log from the database.
|
CommerceDataIntegrationProcessLog |
deleteCommerceDataIntegrationProcessLog(long commerceDataIntegrationProcessLogId)
Deletes the commerce data integration process log with the primary key from the database.
|
void |
deleteCommerceDataIntegrationProcessLogs(long commerceDataIntegrationProcessId) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
CommerceDataIntegrationProcessLog |
fetchCommerceDataIntegrationProcessLog(long commerceDataIntegrationProcessLogId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CommerceDataIntegrationProcessLog |
getCommerceDataIntegrationProcessLog(long commerceDataIntegrationProcessLogId)
Returns the commerce data integration process log with the primary key.
|
java.util.List<CommerceDataIntegrationProcessLog> |
getCommerceDataIntegrationProcessLogs(int start,
int end)
Returns a range of all the commerce data integration process logs.
|
java.util.List<CommerceDataIntegrationProcessLog> |
getCommerceDataIntegrationProcessLogs(long commerceDataIntegrationProcessId,
int start,
int end) |
int |
getCommerceDataIntegrationProcessLogsCount()
Returns the number of commerce data integration process logs.
|
int |
getCommerceDataIntegrationProcessLogsCount(long commerceDataIntegrationProcessId) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceDataIntegrationProcessLogLocalService |
getWrappedService() |
void |
setWrappedService(CommerceDataIntegrationProcessLogLocalService commerceDataIntegrationProcessLogLocalService) |
CommerceDataIntegrationProcessLog |
updateCommerceDataIntegrationProcessLog(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
Updates the commerce data integration process log in the database or adds it if it does not yet exist.
|
CommerceDataIntegrationProcessLog |
updateCommerceDataIntegrationProcessLog(long cDataIntegrationProcessLogId,
java.lang.String error,
java.lang.String output,
int status,
java.util.Date endDate) |
public CommerceDataIntegrationProcessLogLocalServiceWrapper(CommerceDataIntegrationProcessLogLocalService commerceDataIntegrationProcessLogLocalService)
public CommerceDataIntegrationProcessLog addCommerceDataIntegrationProcessLog(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
Important: Inspect CommerceDataIntegrationProcessLogLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addCommerceDataIntegrationProcessLog in interface CommerceDataIntegrationProcessLogLocalServicecommerceDataIntegrationProcessLog - the commerce data integration process logpublic 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
addCommerceDataIntegrationProcessLog in interface CommerceDataIntegrationProcessLogLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDataIntegrationProcessLog createCommerceDataIntegrationProcessLog(long commerceDataIntegrationProcessLogId)
createCommerceDataIntegrationProcessLog in interface CommerceDataIntegrationProcessLogLocalServicecommerceDataIntegrationProcessLogId - the primary key for the new commerce data integration process logpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceDataIntegrationProcessLogLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceDataIntegrationProcessLog deleteCommerceDataIntegrationProcessLog(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
Important: Inspect CommerceDataIntegrationProcessLogLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCommerceDataIntegrationProcessLog in interface CommerceDataIntegrationProcessLogLocalServicecommerceDataIntegrationProcessLog - the commerce data integration process logpublic CommerceDataIntegrationProcessLog deleteCommerceDataIntegrationProcessLog(long commerceDataIntegrationProcessLogId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceDataIntegrationProcessLogLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCommerceDataIntegrationProcessLog in interface CommerceDataIntegrationProcessLogLocalServicecommerceDataIntegrationProcessLogId - the primary key of the commerce data integration process logPortalException - if a commerce data integration process log with the primary key could not be foundpublic void deleteCommerceDataIntegrationProcessLogs(long commerceDataIntegrationProcessId)
deleteCommerceDataIntegrationProcessLogs in interface CommerceDataIntegrationProcessLogLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceDataIntegrationProcessLogLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceDataIntegrationProcessLogLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceDataIntegrationProcessLogLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceDataIntegrationProcessLogLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceDataIntegrationProcessLogLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.data.integration.model.impl.CommerceDataIntegrationProcessLogModelImpl.
dynamicQuery in interface CommerceDataIntegrationProcessLogLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.data.integration.model.impl.CommerceDataIntegrationProcessLogModelImpl.
dynamicQuery in interface CommerceDataIntegrationProcessLogLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CommerceDataIntegrationProcessLogLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceDataIntegrationProcessLogLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceDataIntegrationProcessLog fetchCommerceDataIntegrationProcessLog(long commerceDataIntegrationProcessLogId)
fetchCommerceDataIntegrationProcessLog in interface CommerceDataIntegrationProcessLogLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceDataIntegrationProcessLogLocalServicepublic CommerceDataIntegrationProcessLog getCommerceDataIntegrationProcessLog(long commerceDataIntegrationProcessLogId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDataIntegrationProcessLog in interface CommerceDataIntegrationProcessLogLocalServicecommerceDataIntegrationProcessLogId - the primary key of the commerce data integration process logPortalException - if a commerce data integration process log with the primary key could not be foundpublic java.util.List<CommerceDataIntegrationProcessLog> getCommerceDataIntegrationProcessLogs(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.data.integration.model.impl.CommerceDataIntegrationProcessLogModelImpl.
getCommerceDataIntegrationProcessLogs in interface CommerceDataIntegrationProcessLogLocalServicestart - the lower bound of the range of commerce data integration process logsend - the upper bound of the range of commerce data integration process logs (not inclusive)public java.util.List<CommerceDataIntegrationProcessLog> getCommerceDataIntegrationProcessLogs(long commerceDataIntegrationProcessId, int start, int end)
getCommerceDataIntegrationProcessLogs in interface CommerceDataIntegrationProcessLogLocalServicepublic int getCommerceDataIntegrationProcessLogsCount()
getCommerceDataIntegrationProcessLogsCount in interface CommerceDataIntegrationProcessLogLocalServicepublic int getCommerceDataIntegrationProcessLogsCount(long commerceDataIntegrationProcessId)
getCommerceDataIntegrationProcessLogsCount in interface CommerceDataIntegrationProcessLogLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceDataIntegrationProcessLogLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceDataIntegrationProcessLogLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceDataIntegrationProcessLogLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceDataIntegrationProcessLog updateCommerceDataIntegrationProcessLog(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
Important: Inspect CommerceDataIntegrationProcessLogLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateCommerceDataIntegrationProcessLog in interface CommerceDataIntegrationProcessLogLocalServicecommerceDataIntegrationProcessLog - the commerce data integration process logpublic 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
updateCommerceDataIntegrationProcessLog in interface CommerceDataIntegrationProcessLogLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDataIntegrationProcessLogLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDataIntegrationProcessLogLocalService>public void setWrappedService(CommerceDataIntegrationProcessLogLocalService commerceDataIntegrationProcessLogLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDataIntegrationProcessLogLocalService>