@ProviderType public interface CommerceDataIntegrationProcessLogPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceDataIntegrationProcessLog>
Caching information and settings can be found in portal.properties
CommerceDataIntegrationProcessLogUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
Caches the commerce data integration process log in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CommerceDataIntegrationProcessLog> commerceDataIntegrationProcessLogs)
Caches the commerce data integration process logs in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of commerce data integration process logs.
|
int |
countByC_S(long CDataIntegrationProcessId,
int status)
Returns the number of commerce data integration process logs where CDataIntegrationProcessId = ? and status = ?.
|
int |
countByCDataIntegrationProcessId(long CDataIntegrationProcessId)
Returns the number of commerce data integration process logs where CDataIntegrationProcessId = ?.
|
CommerceDataIntegrationProcessLog |
create(long commerceDataIntegrationProcessLogId)
Creates a new commerce data integration process log with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
CommerceDataIntegrationProcessLog |
fetchByPrimaryKey(long commerceDataIntegrationProcessLogId)
Returns the commerce data integration process log with the primary key or returns
null if it could not be found. |
java.util.List<CommerceDataIntegrationProcessLog> |
findAll()
Returns all the commerce data integration process logs.
|
java.util.List<CommerceDataIntegrationProcessLog> |
findAll(int start,
int end)
Returns a range of all the commerce data integration process logs.
|
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.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<CommerceDataIntegrationProcessLog> |
findByC_S(long CDataIntegrationProcessId,
int status)
Returns all the commerce data integration process logs where CDataIntegrationProcessId = ? and status = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<CommerceDataIntegrationProcessLog> |
findByCDataIntegrationProcessId(long CDataIntegrationProcessId)
Returns all the commerce data integration process logs where CDataIntegrationProcessId = ?.
|
java.util.List<CommerceDataIntegrationProcessLog> |
findByCDataIntegrationProcessId(long CDataIntegrationProcessId,
int start,
int end)
Returns a range of all the commerce data integration process logs where CDataIntegrationProcessId = ?.
|
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 = ?.
|
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 = ?.
|
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. |
CommerceDataIntegrationProcessLog |
remove(long commerceDataIntegrationProcessLogId)
Removes the commerce data integration process log with the primary key from the database.
|
void |
removeAll()
Removes all the commerce data integration process logs from the database.
|
void |
removeByC_S(long CDataIntegrationProcessId,
int status)
Removes all the commerce data integration process logs where CDataIntegrationProcessId = ? and status = ? from the database.
|
void |
removeByCDataIntegrationProcessId(long CDataIntegrationProcessId)
Removes all the commerce data integration process logs where CDataIntegrationProcessId = ? from the database.
|
CommerceDataIntegrationProcessLog |
updateImpl(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, updatejava.util.List<CommerceDataIntegrationProcessLog> findByCDataIntegrationProcessId(long CDataIntegrationProcessId)
CDataIntegrationProcessId - the c data integration process IDjava.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)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)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 cacheCommerceDataIntegrationProcessLog 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 foundCommerceDataIntegrationProcessLog 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 foundCommerceDataIntegrationProcessLog 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 foundCommerceDataIntegrationProcessLog 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 foundCommerceDataIntegrationProcessLog[] 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 foundvoid removeByCDataIntegrationProcessId(long CDataIntegrationProcessId)
CDataIntegrationProcessId - the c data integration process IDint countByCDataIntegrationProcessId(long CDataIntegrationProcessId)
CDataIntegrationProcessId - the c data integration process IDjava.util.List<CommerceDataIntegrationProcessLog> findByC_S(long CDataIntegrationProcessId, int status)
CDataIntegrationProcessId - the c data integration process IDstatus - the statusjava.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)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)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 cacheCommerceDataIntegrationProcessLog 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 foundCommerceDataIntegrationProcessLog 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 foundCommerceDataIntegrationProcessLog 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 foundCommerceDataIntegrationProcessLog 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 foundCommerceDataIntegrationProcessLog[] 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 foundvoid removeByC_S(long CDataIntegrationProcessId,
int status)
CDataIntegrationProcessId - the c data integration process IDstatus - the statusint countByC_S(long CDataIntegrationProcessId,
int status)
CDataIntegrationProcessId - the c data integration process IDstatus - the statusvoid cacheResult(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
commerceDataIntegrationProcessLog - the commerce data integration process logvoid cacheResult(java.util.List<CommerceDataIntegrationProcessLog> commerceDataIntegrationProcessLogs)
commerceDataIntegrationProcessLogs - the commerce data integration process logsCommerceDataIntegrationProcessLog create(long commerceDataIntegrationProcessLogId)
commerceDataIntegrationProcessLogId - the primary key for the new commerce data integration process logCommerceDataIntegrationProcessLog 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 foundCommerceDataIntegrationProcessLog updateImpl(CommerceDataIntegrationProcessLog commerceDataIntegrationProcessLog)
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 foundCommerceDataIntegrationProcessLog 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 foundjava.util.List<CommerceDataIntegrationProcessLog> findAll()
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)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)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 cachevoid removeAll()
int countAll()