public class CommerceDataIntegrationProcessLogUtil
extends java.lang.Object
com.liferay.commerce.data.integration.service.persistence.impl.CommerceDataIntegrationProcessLogPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
CommerceDataIntegrationProcessLogPersistence| Constructor and Description |
|---|
CommerceDataIntegrationProcessLogUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cacheResult(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
Caches the commerce data integration process log in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<CommerceDataIntegrationProcessLog> commerceDataIntegrationProcessLogs)
Caches the commerce data integration process logs in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog) |
static int |
countAll()
Returns the number of commerce data integration process logs.
|
static int |
countByC_S(long CDataIntegrationProcessId,
int status)
Returns the number of commerce data integration process logs where CDataIntegrationProcessId = ? and status = ?.
|
static int |
countByCDataIntegrationProcessId(long CDataIntegrationProcessId)
Returns the number of commerce data integration process logs where CDataIntegrationProcessId = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static CommerceDataIntegrationProcessLog |
create(long commerceDataIntegrationProcessLogId)
Creates a new commerce data integration process log with the primary key.
|
static CommerceDataIntegrationProcessLog |
fetchByC_S_First(long CDataIntegrationProcessId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns the first commerce data integration process log in the ordered set where CDataIntegrationProcessId = ? and status = ?.
|
static CommerceDataIntegrationProcessLog |
fetchByC_S_Last(long CDataIntegrationProcessId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns the last commerce data integration process log in the ordered set where CDataIntegrationProcessId = ? and status = ?.
|
static CommerceDataIntegrationProcessLog |
fetchByCDataIntegrationProcessId_First(long CDataIntegrationProcessId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns the first commerce data integration process log in the ordered set where CDataIntegrationProcessId = ?.
|
static CommerceDataIntegrationProcessLog |
fetchByCDataIntegrationProcessId_Last(long CDataIntegrationProcessId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns the last commerce data integration process log in the ordered set where CDataIntegrationProcessId = ?.
|
static CommerceDataIntegrationProcessLog |
fetchByPrimaryKey(long commerceDataIntegrationProcessLogId)
Returns the commerce data integration process log with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,CommerceDataIntegrationProcessLog> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static java.util.List<CommerceDataIntegrationProcessLog> |
findAll()
Returns all the commerce data integration process logs.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findAll(int start,
int end)
Returns a range of all the commerce data integration process logs.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns an ordered range of all the commerce data integration process logs.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce data integration process logs.
|
static CommerceDataIntegrationProcessLog |
findByC_S_First(long CDataIntegrationProcessId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns the first commerce data integration process log in the ordered set where CDataIntegrationProcessId = ? and status = ?.
|
static CommerceDataIntegrationProcessLog |
findByC_S_Last(long CDataIntegrationProcessId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns the last commerce data integration process log in the ordered set where CDataIntegrationProcessId = ? and status = ?.
|
static CommerceDataIntegrationProcessLog[] |
findByC_S_PrevAndNext(long commerceDataIntegrationProcessLogId,
long CDataIntegrationProcessId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns the commerce data integration process logs before and after the current commerce data integration process log in the ordered set where CDataIntegrationProcessId = ? and status = ?.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findByC_S(long CDataIntegrationProcessId,
int status)
Returns all the commerce data integration process logs where CDataIntegrationProcessId = ? and status = ?.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findByC_S(long CDataIntegrationProcessId,
int status,
int start,
int end)
Returns a range of all the commerce data integration process logs where CDataIntegrationProcessId = ? and status = ?.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findByC_S(long CDataIntegrationProcessId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns an ordered range of all the commerce data integration process logs where CDataIntegrationProcessId = ? and status = ?.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findByC_S(long CDataIntegrationProcessId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce data integration process logs where CDataIntegrationProcessId = ? and status = ?.
|
static CommerceDataIntegrationProcessLog |
findByCDataIntegrationProcessId_First(long CDataIntegrationProcessId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns the first commerce data integration process log in the ordered set where CDataIntegrationProcessId = ?.
|
static CommerceDataIntegrationProcessLog |
findByCDataIntegrationProcessId_Last(long CDataIntegrationProcessId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns the last commerce data integration process log in the ordered set where CDataIntegrationProcessId = ?.
|
static CommerceDataIntegrationProcessLog[] |
findByCDataIntegrationProcessId_PrevAndNext(long commerceDataIntegrationProcessLogId,
long CDataIntegrationProcessId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns the commerce data integration process logs before and after the current commerce data integration process log in the ordered set where CDataIntegrationProcessId = ?.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findByCDataIntegrationProcessId(long CDataIntegrationProcessId)
Returns all the commerce data integration process logs where CDataIntegrationProcessId = ?.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findByCDataIntegrationProcessId(long CDataIntegrationProcessId,
int start,
int end)
Returns a range of all the commerce data integration process logs where CDataIntegrationProcessId = ?.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findByCDataIntegrationProcessId(long CDataIntegrationProcessId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
Returns an ordered range of all the commerce data integration process logs where CDataIntegrationProcessId = ?.
|
static java.util.List<CommerceDataIntegrationProcessLog> |
findByCDataIntegrationProcessId(long CDataIntegrationProcessId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce data integration process logs where CDataIntegrationProcessId = ?.
|
static CommerceDataIntegrationProcessLog |
findByPrimaryKey(long commerceDataIntegrationProcessLogId)
Returns the commerce data integration process log with the primary key or throws a
NoSuchDataIntegrationProcessLogException if it could not be found. |
static java.util.List<CommerceDataIntegrationProcessLog> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<CommerceDataIntegrationProcessLog> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<CommerceDataIntegrationProcessLog> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator) |
static CommerceDataIntegrationProcessLogPersistence |
getPersistence() |
static CommerceDataIntegrationProcessLog |
remove(long commerceDataIntegrationProcessLogId)
Removes the commerce data integration process log with the primary key from the database.
|
static void |
removeAll()
Removes all the commerce data integration process logs from the database.
|
static void |
removeByC_S(long CDataIntegrationProcessId,
int status)
Removes all the commerce data integration process logs where CDataIntegrationProcessId = ? and status = ? from the database.
|
static void |
removeByCDataIntegrationProcessId(long CDataIntegrationProcessId)
Removes all the commerce data integration process logs where CDataIntegrationProcessId = ? from the database.
|
static void |
setPersistence(CommerceDataIntegrationProcessLogPersistence persistence) |
static CommerceDataIntegrationProcessLog |
update(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog) |
static CommerceDataIntegrationProcessLog |
update(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static CommerceDataIntegrationProcessLog |
updateImpl(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog) |
public CommerceDataIntegrationProcessLogUtil()
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)public static java.util.Map<java.io.Serializable,CommerceDataIntegrationProcessLog> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)public static java.util.List<CommerceDataIntegrationProcessLog> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)public static java.util.List<CommerceDataIntegrationProcessLog> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)public static java.util.List<CommerceDataIntegrationProcessLog> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)public static CommerceDataIntegrationProcessLog update(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)public static CommerceDataIntegrationProcessLog update(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)public static java.util.List<CommerceDataIntegrationProcessLog> findByCDataIntegrationProcessId(long CDataIntegrationProcessId)
CDataIntegrationProcessId - the c data integration process IDpublic static java.util.List<CommerceDataIntegrationProcessLog> findByCDataIntegrationProcessId(long CDataIntegrationProcessId, 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 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 CommerceDataIntegrationProcessLogModelImpl.
CDataIntegrationProcessId - the c data integration process IDstart - 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 static java.util.List<CommerceDataIntegrationProcessLog> findByCDataIntegrationProcessId(long CDataIntegrationProcessId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> 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 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 CommerceDataIntegrationProcessLogModelImpl.
CDataIntegrationProcessId - the c data integration process IDstart - 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)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<CommerceDataIntegrationProcessLog> findByCDataIntegrationProcessId(long CDataIntegrationProcessId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator, boolean useFinderCache)
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 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 CommerceDataIntegrationProcessLogModelImpl.
CDataIntegrationProcessId - the c data integration process IDstart - 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)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic static CommerceDataIntegrationProcessLog findByCDataIntegrationProcessId_First(long CDataIntegrationProcessId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator) throws NoSuchDataIntegrationProcessLogException
CDataIntegrationProcessId - the c data integration process IDorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessLogException - if a matching commerce data integration process log could not be foundpublic static CommerceDataIntegrationProcessLog fetchByCDataIntegrationProcessId_First(long CDataIntegrationProcessId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
CDataIntegrationProcessId - the c data integration process IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce data integration process log could not be foundpublic static CommerceDataIntegrationProcessLog findByCDataIntegrationProcessId_Last(long CDataIntegrationProcessId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator) throws NoSuchDataIntegrationProcessLogException
CDataIntegrationProcessId - the c data integration process IDorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessLogException - if a matching commerce data integration process log could not be foundpublic static CommerceDataIntegrationProcessLog fetchByCDataIntegrationProcessId_Last(long CDataIntegrationProcessId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
CDataIntegrationProcessId - the c data integration process IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce data integration process log could not be foundpublic static CommerceDataIntegrationProcessLog[] findByCDataIntegrationProcessId_PrevAndNext(long commerceDataIntegrationProcessLogId, long CDataIntegrationProcessId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator) throws NoSuchDataIntegrationProcessLogException
commerceDataIntegrationProcessLogId - the primary key of the current commerce data integration process logCDataIntegrationProcessId - the c data integration process IDorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessLogException - if a commerce data integration process log with the primary key could not be foundpublic static void removeByCDataIntegrationProcessId(long CDataIntegrationProcessId)
CDataIntegrationProcessId - the c data integration process IDpublic static int countByCDataIntegrationProcessId(long CDataIntegrationProcessId)
CDataIntegrationProcessId - the c data integration process IDpublic static java.util.List<CommerceDataIntegrationProcessLog> findByC_S(long CDataIntegrationProcessId, int status)
CDataIntegrationProcessId - the c data integration process IDstatus - the statuspublic static java.util.List<CommerceDataIntegrationProcessLog> findByC_S(long CDataIntegrationProcessId, int status, 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 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 CommerceDataIntegrationProcessLogModelImpl.
CDataIntegrationProcessId - the c data integration process IDstatus - the statusstart - 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 static java.util.List<CommerceDataIntegrationProcessLog> findByC_S(long CDataIntegrationProcessId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> 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 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 CommerceDataIntegrationProcessLogModelImpl.
CDataIntegrationProcessId - the c data integration process IDstatus - the statusstart - 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)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<CommerceDataIntegrationProcessLog> findByC_S(long CDataIntegrationProcessId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator, boolean useFinderCache)
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 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 CommerceDataIntegrationProcessLogModelImpl.
CDataIntegrationProcessId - the c data integration process IDstatus - the statusstart - 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)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic static CommerceDataIntegrationProcessLog findByC_S_First(long CDataIntegrationProcessId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator) throws NoSuchDataIntegrationProcessLogException
CDataIntegrationProcessId - the c data integration process IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessLogException - if a matching commerce data integration process log could not be foundpublic static CommerceDataIntegrationProcessLog fetchByC_S_First(long CDataIntegrationProcessId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
CDataIntegrationProcessId - the c data integration process IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce data integration process log could not be foundpublic static CommerceDataIntegrationProcessLog findByC_S_Last(long CDataIntegrationProcessId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator) throws NoSuchDataIntegrationProcessLogException
CDataIntegrationProcessId - the c data integration process IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessLogException - if a matching commerce data integration process log could not be foundpublic static CommerceDataIntegrationProcessLog fetchByC_S_Last(long CDataIntegrationProcessId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator)
CDataIntegrationProcessId - the c data integration process IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce data integration process log could not be foundpublic static CommerceDataIntegrationProcessLog[] findByC_S_PrevAndNext(long commerceDataIntegrationProcessLogId, long CDataIntegrationProcessId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator) throws NoSuchDataIntegrationProcessLogException
commerceDataIntegrationProcessLogId - the primary key of the current commerce data integration process logCDataIntegrationProcessId - the c data integration process IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessLogException - if a commerce data integration process log with the primary key could not be foundpublic static void removeByC_S(long CDataIntegrationProcessId,
int status)
CDataIntegrationProcessId - the c data integration process IDstatus - the statuspublic static int countByC_S(long CDataIntegrationProcessId,
int status)
CDataIntegrationProcessId - the c data integration process IDstatus - the statuspublic static void cacheResult(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
commerceDataIntegrationProcessLog - the commerce data integration process logpublic static void cacheResult(java.util.List<CommerceDataIntegrationProcessLog> commerceDataIntegrationProcessLogs)
commerceDataIntegrationProcessLogs - the commerce data integration process logspublic static CommerceDataIntegrationProcessLog create(long commerceDataIntegrationProcessLogId)
commerceDataIntegrationProcessLogId - the primary key for the new commerce data integration process logpublic static CommerceDataIntegrationProcessLog remove(long commerceDataIntegrationProcessLogId) throws NoSuchDataIntegrationProcessLogException
commerceDataIntegrationProcessLogId - the primary key of the commerce data integration process logNoSuchDataIntegrationProcessLogException - if a commerce data integration process log with the primary key could not be foundpublic static CommerceDataIntegrationProcessLog updateImpl(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
public static CommerceDataIntegrationProcessLog findByPrimaryKey(long commerceDataIntegrationProcessLogId) throws NoSuchDataIntegrationProcessLogException
NoSuchDataIntegrationProcessLogException if it could not be found.commerceDataIntegrationProcessLogId - the primary key of the commerce data integration process logNoSuchDataIntegrationProcessLogException - if a commerce data integration process log with the primary key could not be foundpublic static CommerceDataIntegrationProcessLog fetchByPrimaryKey(long commerceDataIntegrationProcessLogId)
null if it could not be found.commerceDataIntegrationProcessLogId - the primary key of the commerce data integration process lognull if a commerce data integration process log with the primary key could not be foundpublic static java.util.List<CommerceDataIntegrationProcessLog> findAll()
public static java.util.List<CommerceDataIntegrationProcessLog> findAll(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 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 CommerceDataIntegrationProcessLogModelImpl.
start - 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 static java.util.List<CommerceDataIntegrationProcessLog> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> 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 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 CommerceDataIntegrationProcessLogModelImpl.
start - 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)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<CommerceDataIntegrationProcessLog> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcessLog> orderByComparator, boolean useFinderCache)
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 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 CommerceDataIntegrationProcessLogModelImpl.
start - 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)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static CommerceDataIntegrationProcessLogPersistence getPersistence()
public static void setPersistence(CommerceDataIntegrationProcessLogPersistence persistence)