@ProviderType public interface CommerceDataIntegrationProcessPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceDataIntegrationProcess>
Caching information and settings can be found in portal.properties
CommerceDataIntegrationProcessUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(CommerceDataIntegrationProcess commerceDataIntegrationProcess)
Caches the commerce data integration process in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CommerceDataIntegrationProcess> commerceDataIntegrationProcesses)
Caches the commerce data integration processes in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of commerce data integration processes.
|
int |
countByC_N(long companyId,
java.lang.String name)
Returns the number of commerce data integration processes where companyId = ? and name = ?.
|
int |
countByC_T(long companyId,
java.lang.String type)
Returns the number of commerce data integration processes where companyId = ? and type = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of commerce data integration processes where companyId = ?.
|
CommerceDataIntegrationProcess |
create(long commerceDataIntegrationProcessId)
Creates a new commerce data integration process with the primary key.
|
CommerceDataIntegrationProcess |
fetchByC_N(long companyId,
java.lang.String name)
Returns the commerce data integration process where companyId = ? and name = ? or returns
null if it could not be found. |
CommerceDataIntegrationProcess |
fetchByC_N(long companyId,
java.lang.String name,
boolean useFinderCache)
Returns the commerce data integration process where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
CommerceDataIntegrationProcess |
fetchByC_T_First(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the first commerce data integration process in the ordered set where companyId = ? and type = ?.
|
CommerceDataIntegrationProcess |
fetchByC_T_Last(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the last commerce data integration process in the ordered set where companyId = ? and type = ?.
|
CommerceDataIntegrationProcess |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the first commerce data integration process in the ordered set where companyId = ?.
|
CommerceDataIntegrationProcess |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the last commerce data integration process in the ordered set where companyId = ?.
|
CommerceDataIntegrationProcess |
fetchByPrimaryKey(long commerceDataIntegrationProcessId)
Returns the commerce data integration process with the primary key or returns
null if it could not be found. |
int |
filterCountByC_T(long companyId,
java.lang.String type)
Returns the number of commerce data integration processes that the user has permission to view where companyId = ? and type = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of commerce data integration processes that the user has permission to view where companyId = ?.
|
CommerceDataIntegrationProcess[] |
filterFindByC_T_PrevAndNext(long commerceDataIntegrationProcessId,
long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the commerce data integration processes before and after the current commerce data integration process in the ordered set of commerce data integration processes that the user has permission to view where companyId = ? and type = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
filterFindByC_T(long companyId,
java.lang.String type)
Returns all the commerce data integration processes that the user has permission to view where companyId = ? and type = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
filterFindByC_T(long companyId,
java.lang.String type,
int start,
int end)
Returns a range of all the commerce data integration processes that the user has permission to view where companyId = ? and type = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
filterFindByC_T(long companyId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns an ordered range of all the commerce data integration processes that the user has permissions to view where companyId = ? and type = ?.
|
CommerceDataIntegrationProcess[] |
filterFindByCompanyId_PrevAndNext(long commerceDataIntegrationProcessId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the commerce data integration processes before and after the current commerce data integration process in the ordered set of commerce data integration processes that the user has permission to view where companyId = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
filterFindByCompanyId(long companyId)
Returns all the commerce data integration processes that the user has permission to view where companyId = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the commerce data integration processes that the user has permission to view where companyId = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns an ordered range of all the commerce data integration processes that the user has permissions to view where companyId = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
findAll()
Returns all the commerce data integration processes.
|
java.util.List<CommerceDataIntegrationProcess> |
findAll(int start,
int end)
Returns a range of all the commerce data integration processes.
|
java.util.List<CommerceDataIntegrationProcess> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns an ordered range of all the commerce data integration processes.
|
java.util.List<CommerceDataIntegrationProcess> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce data integration processes.
|
CommerceDataIntegrationProcess |
findByC_N(long companyId,
java.lang.String name)
Returns the commerce data integration process where companyId = ? and name = ? or throws a
NoSuchDataIntegrationProcessException if it could not be found. |
CommerceDataIntegrationProcess |
findByC_T_First(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the first commerce data integration process in the ordered set where companyId = ? and type = ?.
|
CommerceDataIntegrationProcess |
findByC_T_Last(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the last commerce data integration process in the ordered set where companyId = ? and type = ?.
|
CommerceDataIntegrationProcess[] |
findByC_T_PrevAndNext(long commerceDataIntegrationProcessId,
long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the commerce data integration processes before and after the current commerce data integration process in the ordered set where companyId = ? and type = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
findByC_T(long companyId,
java.lang.String type)
Returns all the commerce data integration processes where companyId = ? and type = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
findByC_T(long companyId,
java.lang.String type,
int start,
int end)
Returns a range of all the commerce data integration processes where companyId = ? and type = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
findByC_T(long companyId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns an ordered range of all the commerce data integration processes where companyId = ? and type = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
findByC_T(long companyId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce data integration processes where companyId = ? and type = ?.
|
CommerceDataIntegrationProcess |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the first commerce data integration process in the ordered set where companyId = ?.
|
CommerceDataIntegrationProcess |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the last commerce data integration process in the ordered set where companyId = ?.
|
CommerceDataIntegrationProcess[] |
findByCompanyId_PrevAndNext(long commerceDataIntegrationProcessId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns the commerce data integration processes before and after the current commerce data integration process in the ordered set where companyId = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
findByCompanyId(long companyId)
Returns all the commerce data integration processes where companyId = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the commerce data integration processes where companyId = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
Returns an ordered range of all the commerce data integration processes where companyId = ?.
|
java.util.List<CommerceDataIntegrationProcess> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce data integration processes where companyId = ?.
|
CommerceDataIntegrationProcess |
findByPrimaryKey(long commerceDataIntegrationProcessId)
Returns the commerce data integration process with the primary key or throws a
NoSuchDataIntegrationProcessException if it could not be found. |
CommerceDataIntegrationProcess |
remove(long commerceDataIntegrationProcessId)
Removes the commerce data integration process with the primary key from the database.
|
void |
removeAll()
Removes all the commerce data integration processes from the database.
|
CommerceDataIntegrationProcess |
removeByC_N(long companyId,
java.lang.String name)
Removes the commerce data integration process where companyId = ? and name = ? from the database.
|
void |
removeByC_T(long companyId,
java.lang.String type)
Removes all the commerce data integration processes where companyId = ? and type = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the commerce data integration processes where companyId = ? from the database.
|
CommerceDataIntegrationProcess |
updateImpl(CommerceDataIntegrationProcess commerceDataIntegrationProcess) |
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<CommerceDataIntegrationProcess> findByCompanyId(long companyId)
companyId - the company IDjava.util.List<CommerceDataIntegrationProcess> findByCompanyId(long companyId, 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 CommerceDataIntegrationProcessModelImpl.
companyId - the company IDstart - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)java.util.List<CommerceDataIntegrationProcess> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> 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 CommerceDataIntegrationProcessModelImpl.
companyId - the company IDstart - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<CommerceDataIntegrationProcess> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> 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 CommerceDataIntegrationProcessModelImpl.
companyId - the company IDstart - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheCommerceDataIntegrationProcess findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator) throws NoSuchDataIntegrationProcessException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessException - if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator) throws NoSuchDataIntegrationProcessException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessException - if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess[] findByCompanyId_PrevAndNext(long commerceDataIntegrationProcessId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator) throws NoSuchDataIntegrationProcessException
commerceDataIntegrationProcessId - the primary key of the current commerce data integration processcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessException - if a commerce data integration process with the primary key could not be foundjava.util.List<CommerceDataIntegrationProcess> filterFindByCompanyId(long companyId)
companyId - the company IDjava.util.List<CommerceDataIntegrationProcess> filterFindByCompanyId(long companyId, 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 CommerceDataIntegrationProcessModelImpl.
companyId - the company IDstart - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)java.util.List<CommerceDataIntegrationProcess> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> 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 CommerceDataIntegrationProcessModelImpl.
companyId - the company IDstart - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)CommerceDataIntegrationProcess[] filterFindByCompanyId_PrevAndNext(long commerceDataIntegrationProcessId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator) throws NoSuchDataIntegrationProcessException
commerceDataIntegrationProcessId - the primary key of the current commerce data integration processcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessException - if a commerce data integration process with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId - the company IDint countByCompanyId(long companyId)
companyId - the company IDint filterCountByCompanyId(long companyId)
companyId - the company IDCommerceDataIntegrationProcess findByC_N(long companyId, java.lang.String name) throws NoSuchDataIntegrationProcessException
NoSuchDataIntegrationProcessException if it could not be found.companyId - the company IDname - the nameNoSuchDataIntegrationProcessException - if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess fetchByC_N(long companyId, java.lang.String name)
null if it could not be found. Uses the finder cache.companyId - the company IDname - the namenull if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess fetchByC_N(long companyId, java.lang.String name, boolean useFinderCache)
null if it could not be found, optionally using the finder cache.companyId - the company IDname - the nameuseFinderCache - whether to use the finder cachenull if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess removeByC_N(long companyId, java.lang.String name) throws NoSuchDataIntegrationProcessException
companyId - the company IDname - the nameNoSuchDataIntegrationProcessExceptionint countByC_N(long companyId,
java.lang.String name)
companyId - the company IDname - the namejava.util.List<CommerceDataIntegrationProcess> findByC_T(long companyId, java.lang.String type)
companyId - the company IDtype - the typejava.util.List<CommerceDataIntegrationProcess> findByC_T(long companyId, java.lang.String type, 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 CommerceDataIntegrationProcessModelImpl.
companyId - the company IDtype - the typestart - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)java.util.List<CommerceDataIntegrationProcess> findByC_T(long companyId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> 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 CommerceDataIntegrationProcessModelImpl.
companyId - the company IDtype - the typestart - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<CommerceDataIntegrationProcess> findByC_T(long companyId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> 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 CommerceDataIntegrationProcessModelImpl.
companyId - the company IDtype - the typestart - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheCommerceDataIntegrationProcess findByC_T_First(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator) throws NoSuchDataIntegrationProcessException
companyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessException - if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess fetchByC_T_First(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
companyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess findByC_T_Last(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator) throws NoSuchDataIntegrationProcessException
companyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessException - if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess fetchByC_T_Last(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator)
companyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce data integration process could not be foundCommerceDataIntegrationProcess[] findByC_T_PrevAndNext(long commerceDataIntegrationProcessId, long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator) throws NoSuchDataIntegrationProcessException
commerceDataIntegrationProcessId - the primary key of the current commerce data integration processcompanyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessException - if a commerce data integration process with the primary key could not be foundjava.util.List<CommerceDataIntegrationProcess> filterFindByC_T(long companyId, java.lang.String type)
companyId - the company IDtype - the typejava.util.List<CommerceDataIntegrationProcess> filterFindByC_T(long companyId, java.lang.String type, 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 CommerceDataIntegrationProcessModelImpl.
companyId - the company IDtype - the typestart - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)java.util.List<CommerceDataIntegrationProcess> filterFindByC_T(long companyId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> 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 CommerceDataIntegrationProcessModelImpl.
companyId - the company IDtype - the typestart - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)CommerceDataIntegrationProcess[] filterFindByC_T_PrevAndNext(long commerceDataIntegrationProcessId, long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> orderByComparator) throws NoSuchDataIntegrationProcessException
commerceDataIntegrationProcessId - the primary key of the current commerce data integration processcompanyId - the company IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchDataIntegrationProcessException - if a commerce data integration process with the primary key could not be foundvoid removeByC_T(long companyId,
java.lang.String type)
companyId - the company IDtype - the typeint countByC_T(long companyId,
java.lang.String type)
companyId - the company IDtype - the typeint filterCountByC_T(long companyId,
java.lang.String type)
companyId - the company IDtype - the typevoid cacheResult(CommerceDataIntegrationProcess commerceDataIntegrationProcess)
commerceDataIntegrationProcess - the commerce data integration processvoid cacheResult(java.util.List<CommerceDataIntegrationProcess> commerceDataIntegrationProcesses)
commerceDataIntegrationProcesses - the commerce data integration processesCommerceDataIntegrationProcess create(long commerceDataIntegrationProcessId)
commerceDataIntegrationProcessId - the primary key for the new commerce data integration processCommerceDataIntegrationProcess remove(long commerceDataIntegrationProcessId) throws NoSuchDataIntegrationProcessException
commerceDataIntegrationProcessId - the primary key of the commerce data integration processNoSuchDataIntegrationProcessException - if a commerce data integration process with the primary key could not be foundCommerceDataIntegrationProcess updateImpl(CommerceDataIntegrationProcess commerceDataIntegrationProcess)
CommerceDataIntegrationProcess findByPrimaryKey(long commerceDataIntegrationProcessId) throws NoSuchDataIntegrationProcessException
NoSuchDataIntegrationProcessException if it could not be found.commerceDataIntegrationProcessId - the primary key of the commerce data integration processNoSuchDataIntegrationProcessException - if a commerce data integration process with the primary key could not be foundCommerceDataIntegrationProcess fetchByPrimaryKey(long commerceDataIntegrationProcessId)
null if it could not be found.commerceDataIntegrationProcessId - the primary key of the commerce data integration processnull if a commerce data integration process with the primary key could not be foundjava.util.List<CommerceDataIntegrationProcess> findAll()
java.util.List<CommerceDataIntegrationProcess> 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 CommerceDataIntegrationProcessModelImpl.
start - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)java.util.List<CommerceDataIntegrationProcess> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> 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 CommerceDataIntegrationProcessModelImpl.
start - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<CommerceDataIntegrationProcess> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDataIntegrationProcess> 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 CommerceDataIntegrationProcessModelImpl.
start - the lower bound of the range of commerce data integration processesend - the upper bound of the range of commerce data integration processes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachevoid removeAll()
int countAll()