@ProviderType public interface COREntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<COREntry>
Caching information and settings can be found in portal.properties
COREntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(COREntry corEntry)
Caches the cor entry in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<COREntry> corEntries)
Caches the cor entries in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of cor entries.
|
int |
countByC_A_LikeType(long companyId,
boolean active,
java.lang.String type)
Returns the number of cor entries where companyId = ? and active = ? and type LIKE ?.
|
int |
countByC_A(long companyId,
boolean active)
Returns the number of cor entries where companyId = ? and active = ?.
|
int |
countByC_LikeType(long companyId,
java.lang.String type)
Returns the number of cor entries where companyId = ? and type LIKE ?.
|
int |
countByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the number of cor entries where externalReferenceCode = ? and companyId = ?.
|
int |
countByLtD_S(java.util.Date displayDate,
int status)
Returns the number of cor entries where displayDate < ? and status = ?.
|
int |
countByLtE_S(java.util.Date expirationDate,
int status)
Returns the number of cor entries where expirationDate < ? and status = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of cor entries where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of cor entries where uuid = ?.
|
COREntry |
create(long COREntryId)
Creates a new cor entry with the primary key.
|
COREntry |
fetchByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where companyId = ? and active = ?.
|
COREntry |
fetchByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where companyId = ? and active = ?.
|
COREntry |
fetchByC_A_LikeType_First(long companyId,
boolean active,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.
|
COREntry |
fetchByC_A_LikeType_Last(long companyId,
boolean active,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.
|
COREntry |
fetchByC_LikeType_First(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where companyId = ? and type LIKE ?.
|
COREntry |
fetchByC_LikeType_Last(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where companyId = ? and type LIKE ?.
|
COREntry |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the cor entry where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found. |
COREntry |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId,
boolean useFinderCache)
Returns the cor entry where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found, optionally using the finder cache. |
COREntry |
fetchByLtD_S_First(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where displayDate < ? and status = ?.
|
COREntry |
fetchByLtD_S_Last(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where displayDate < ? and status = ?.
|
COREntry |
fetchByLtE_S_First(java.util.Date expirationDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where expirationDate < ? and status = ?.
|
COREntry |
fetchByLtE_S_Last(java.util.Date expirationDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where expirationDate < ? and status = ?.
|
COREntry |
fetchByPrimaryKey(long COREntryId)
Returns the cor entry with the primary key or returns
null if it could not be found. |
COREntry |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where uuid = ? and companyId = ?.
|
COREntry |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where uuid = ? and companyId = ?.
|
COREntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where uuid = ?.
|
COREntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where uuid = ?.
|
int |
filterCountByC_A_LikeType(long companyId,
boolean active,
java.lang.String type)
Returns the number of cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.
|
int |
filterCountByC_A(long companyId,
boolean active)
Returns the number of cor entries that the user has permission to view where companyId = ? and active = ?.
|
int |
filterCountByC_LikeType(long companyId,
java.lang.String type)
Returns the number of cor entries that the user has permission to view where companyId = ? and type LIKE ?.
|
int |
filterCountByLtD_S(java.util.Date displayDate,
int status)
Returns the number of cor entries that the user has permission to view where displayDate < ? and status = ?.
|
int |
filterCountByLtE_S(java.util.Date expirationDate,
int status)
Returns the number of cor entries that the user has permission to view where expirationDate < ? and status = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of cor entries that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of cor entries that the user has permission to view where uuid = ?.
|
COREntry[] |
filterFindByC_A_LikeType_PrevAndNext(long COREntryId,
long companyId,
boolean active,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.
|
java.util.List<COREntry> |
filterFindByC_A_LikeType(long companyId,
boolean active,
java.lang.String type)
Returns all the cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.
|
java.util.List<COREntry> |
filterFindByC_A_LikeType(long companyId,
boolean active,
java.lang.String type,
int start,
int end)
Returns a range of all the cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.
|
java.util.List<COREntry> |
filterFindByC_A_LikeType(long companyId,
boolean active,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries that the user has permissions to view where companyId = ? and active = ? and type LIKE ?.
|
COREntry[] |
filterFindByC_A_PrevAndNext(long COREntryId,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and active = ?.
|
java.util.List<COREntry> |
filterFindByC_A(long companyId,
boolean active)
Returns all the cor entries that the user has permission to view where companyId = ? and active = ?.
|
java.util.List<COREntry> |
filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the cor entries that the user has permission to view where companyId = ? and active = ?.
|
java.util.List<COREntry> |
filterFindByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries that the user has permissions to view where companyId = ? and active = ?.
|
COREntry[] |
filterFindByC_LikeType_PrevAndNext(long COREntryId,
long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and type LIKE ?.
|
java.util.List<COREntry> |
filterFindByC_LikeType(long companyId,
java.lang.String type)
Returns all the cor entries that the user has permission to view where companyId = ? and type LIKE ?.
|
java.util.List<COREntry> |
filterFindByC_LikeType(long companyId,
java.lang.String type,
int start,
int end)
Returns a range of all the cor entries that the user has permission to view where companyId = ? and type LIKE ?.
|
java.util.List<COREntry> |
filterFindByC_LikeType(long companyId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries that the user has permissions to view where companyId = ? and type LIKE ?.
|
COREntry[] |
filterFindByLtD_S_PrevAndNext(long COREntryId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where displayDate < ? and status = ?.
|
java.util.List<COREntry> |
filterFindByLtD_S(java.util.Date displayDate,
int status)
Returns all the cor entries that the user has permission to view where displayDate < ? and status = ?.
|
java.util.List<COREntry> |
filterFindByLtD_S(java.util.Date displayDate,
int status,
int start,
int end)
Returns a range of all the cor entries that the user has permission to view where displayDate < ? and status = ?.
|
java.util.List<COREntry> |
filterFindByLtD_S(java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries that the user has permissions to view where displayDate < ? and status = ?.
|
COREntry[] |
filterFindByLtE_S_PrevAndNext(long COREntryId,
java.util.Date expirationDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where expirationDate < ? and status = ?.
|
java.util.List<COREntry> |
filterFindByLtE_S(java.util.Date expirationDate,
int status)
Returns all the cor entries that the user has permission to view where expirationDate < ? and status = ?.
|
java.util.List<COREntry> |
filterFindByLtE_S(java.util.Date expirationDate,
int status,
int start,
int end)
Returns a range of all the cor entries that the user has permission to view where expirationDate < ? and status = ?.
|
java.util.List<COREntry> |
filterFindByLtE_S(java.util.Date expirationDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries that the user has permissions to view where expirationDate < ? and status = ?.
|
COREntry[] |
filterFindByUuid_C_PrevAndNext(long COREntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<COREntry> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the cor entries that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<COREntry> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the cor entries that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<COREntry> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries that the user has permissions to view where uuid = ? and companyId = ?.
|
COREntry[] |
filterFindByUuid_PrevAndNext(long COREntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where uuid = ?.
|
java.util.List<COREntry> |
filterFindByUuid(java.lang.String uuid)
Returns all the cor entries that the user has permission to view where uuid = ?.
|
java.util.List<COREntry> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the cor entries that the user has permission to view where uuid = ?.
|
java.util.List<COREntry> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries that the user has permissions to view where uuid = ?.
|
java.util.List<COREntry> |
findAll()
Returns all the cor entries.
|
java.util.List<COREntry> |
findAll(int start,
int end)
Returns a range of all the cor entries.
|
java.util.List<COREntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries.
|
java.util.List<COREntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cor entries.
|
COREntry |
findByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where companyId = ? and active = ?.
|
COREntry |
findByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where companyId = ? and active = ?.
|
COREntry |
findByC_A_LikeType_First(long companyId,
boolean active,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.
|
COREntry |
findByC_A_LikeType_Last(long companyId,
boolean active,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.
|
COREntry[] |
findByC_A_LikeType_PrevAndNext(long COREntryId,
long companyId,
boolean active,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.
|
java.util.List<COREntry> |
findByC_A_LikeType(long companyId,
boolean active,
java.lang.String type)
Returns all the cor entries where companyId = ? and active = ? and type LIKE ?.
|
java.util.List<COREntry> |
findByC_A_LikeType(long companyId,
boolean active,
java.lang.String type,
int start,
int end)
Returns a range of all the cor entries where companyId = ? and active = ? and type LIKE ?.
|
java.util.List<COREntry> |
findByC_A_LikeType(long companyId,
boolean active,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries where companyId = ? and active = ? and type LIKE ?.
|
java.util.List<COREntry> |
findByC_A_LikeType(long companyId,
boolean active,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cor entries where companyId = ? and active = ? and type LIKE ?.
|
COREntry[] |
findByC_A_PrevAndNext(long COREntryId,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and active = ?.
|
java.util.List<COREntry> |
findByC_A(long companyId,
boolean active)
Returns all the cor entries where companyId = ? and active = ?.
|
java.util.List<COREntry> |
findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the cor entries where companyId = ? and active = ?.
|
java.util.List<COREntry> |
findByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries where companyId = ? and active = ?.
|
java.util.List<COREntry> |
findByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cor entries where companyId = ? and active = ?.
|
COREntry |
findByC_LikeType_First(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where companyId = ? and type LIKE ?.
|
COREntry |
findByC_LikeType_Last(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where companyId = ? and type LIKE ?.
|
COREntry[] |
findByC_LikeType_PrevAndNext(long COREntryId,
long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and type LIKE ?.
|
java.util.List<COREntry> |
findByC_LikeType(long companyId,
java.lang.String type)
Returns all the cor entries where companyId = ? and type LIKE ?.
|
java.util.List<COREntry> |
findByC_LikeType(long companyId,
java.lang.String type,
int start,
int end)
Returns a range of all the cor entries where companyId = ? and type LIKE ?.
|
java.util.List<COREntry> |
findByC_LikeType(long companyId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries where companyId = ? and type LIKE ?.
|
java.util.List<COREntry> |
findByC_LikeType(long companyId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cor entries where companyId = ? and type LIKE ?.
|
COREntry |
findByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the cor entry where externalReferenceCode = ? and companyId = ? or throws a
NoSuchCOREntryException if it could not be found. |
COREntry |
findByLtD_S_First(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where displayDate < ? and status = ?.
|
COREntry |
findByLtD_S_Last(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where displayDate < ? and status = ?.
|
COREntry[] |
findByLtD_S_PrevAndNext(long COREntryId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set where displayDate < ? and status = ?.
|
java.util.List<COREntry> |
findByLtD_S(java.util.Date displayDate,
int status)
Returns all the cor entries where displayDate < ? and status = ?.
|
java.util.List<COREntry> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end)
Returns a range of all the cor entries where displayDate < ? and status = ?.
|
java.util.List<COREntry> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries where displayDate < ? and status = ?.
|
java.util.List<COREntry> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cor entries where displayDate < ? and status = ?.
|
COREntry |
findByLtE_S_First(java.util.Date expirationDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where expirationDate < ? and status = ?.
|
COREntry |
findByLtE_S_Last(java.util.Date expirationDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where expirationDate < ? and status = ?.
|
COREntry[] |
findByLtE_S_PrevAndNext(long COREntryId,
java.util.Date expirationDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set where expirationDate < ? and status = ?.
|
java.util.List<COREntry> |
findByLtE_S(java.util.Date expirationDate,
int status)
Returns all the cor entries where expirationDate < ? and status = ?.
|
java.util.List<COREntry> |
findByLtE_S(java.util.Date expirationDate,
int status,
int start,
int end)
Returns a range of all the cor entries where expirationDate < ? and status = ?.
|
java.util.List<COREntry> |
findByLtE_S(java.util.Date expirationDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries where expirationDate < ? and status = ?.
|
java.util.List<COREntry> |
findByLtE_S(java.util.Date expirationDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cor entries where expirationDate < ? and status = ?.
|
COREntry |
findByPrimaryKey(long COREntryId)
Returns the cor entry with the primary key or throws a
NoSuchCOREntryException if it could not be found. |
COREntry |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where uuid = ? and companyId = ?.
|
COREntry |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where uuid = ? and companyId = ?.
|
COREntry[] |
findByUuid_C_PrevAndNext(long COREntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<COREntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the cor entries where uuid = ? and companyId = ?.
|
java.util.List<COREntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the cor entries where uuid = ? and companyId = ?.
|
java.util.List<COREntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries where uuid = ? and companyId = ?.
|
java.util.List<COREntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cor entries where uuid = ? and companyId = ?.
|
COREntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the first cor entry in the ordered set where uuid = ?.
|
COREntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the last cor entry in the ordered set where uuid = ?.
|
COREntry[] |
findByUuid_PrevAndNext(long COREntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns the cor entries before and after the current cor entry in the ordered set where uuid = ?.
|
java.util.List<COREntry> |
findByUuid(java.lang.String uuid)
Returns all the cor entries where uuid = ?.
|
java.util.List<COREntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the cor entries where uuid = ?.
|
java.util.List<COREntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
Returns an ordered range of all the cor entries where uuid = ?.
|
java.util.List<COREntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cor entries where uuid = ?.
|
COREntry |
remove(long COREntryId)
Removes the cor entry with the primary key from the database.
|
void |
removeAll()
Removes all the cor entries from the database.
|
void |
removeByC_A_LikeType(long companyId,
boolean active,
java.lang.String type)
Removes all the cor entries where companyId = ? and active = ? and type LIKE ? from the database.
|
void |
removeByC_A(long companyId,
boolean active)
Removes all the cor entries where companyId = ? and active = ? from the database.
|
void |
removeByC_LikeType(long companyId,
java.lang.String type)
Removes all the cor entries where companyId = ? and type LIKE ? from the database.
|
COREntry |
removeByERC_C(java.lang.String externalReferenceCode,
long companyId)
Removes the cor entry where externalReferenceCode = ? and companyId = ? from the database.
|
void |
removeByLtD_S(java.util.Date displayDate,
int status)
Removes all the cor entries where displayDate < ? and status = ? from the database.
|
void |
removeByLtE_S(java.util.Date expirationDate,
int status)
Removes all the cor entries where expirationDate < ? and status = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the cor entries where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the cor entries where uuid = ? from the database.
|
COREntry |
updateImpl(COREntry corEntry) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<COREntry> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<COREntry> findByUuid(java.lang.String uuid, 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 COREntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<COREntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCOREntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry[] findByUuid_PrevAndNext(long COREntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundjava.util.List<COREntry> filterFindByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<COREntry> filterFindByUuid(java.lang.String uuid, 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 COREntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> filterFindByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)COREntry[] filterFindByUuid_PrevAndNext(long COREntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidint filterCountByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<COREntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<COREntry> findByUuid_C(java.lang.String uuid, 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 COREntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<COREntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCOREntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry[] findByUuid_C_PrevAndNext(long COREntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundjava.util.List<COREntry> filterFindByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<COREntry> filterFindByUuid_C(java.lang.String uuid, 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 COREntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> filterFindByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)COREntry[] filterFindByUuid_C_PrevAndNext(long COREntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint filterCountByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<COREntry> findByC_A(long companyId, boolean active)
companyId
- the company IDactive
- the activejava.util.List<COREntry> findByC_A(long companyId, boolean active, 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 COREntryModelImpl
.
companyId
- the company IDactive
- the activestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> findByC_A(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
companyId
- the company IDactive
- the activestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<COREntry> findByC_A(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
companyId
- the company IDactive
- the activestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCOREntry findByC_A_First(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByC_A_First(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry findByC_A_Last(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByC_A_Last(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry[] findByC_A_PrevAndNext(long COREntryId, long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundjava.util.List<COREntry> filterFindByC_A(long companyId, boolean active)
companyId
- the company IDactive
- the activejava.util.List<COREntry> filterFindByC_A(long companyId, boolean active, 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 COREntryModelImpl
.
companyId
- the company IDactive
- the activestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> filterFindByC_A(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
companyId
- the company IDactive
- the activestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)COREntry[] filterFindByC_A_PrevAndNext(long COREntryId, long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundvoid removeByC_A(long companyId, boolean active)
companyId
- the company IDactive
- the activeint countByC_A(long companyId, boolean active)
companyId
- the company IDactive
- the activeint filterCountByC_A(long companyId, boolean active)
companyId
- the company IDactive
- the activejava.util.List<COREntry> findByC_LikeType(long companyId, java.lang.String type)
companyId
- the company IDtype
- the typejava.util.List<COREntry> findByC_LikeType(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 COREntryModelImpl
.
companyId
- the company IDtype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> findByC_LikeType(long companyId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
companyId
- the company IDtype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<COREntry> findByC_LikeType(long companyId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
companyId
- the company IDtype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCOREntry findByC_LikeType_First(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByC_LikeType_First(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry findByC_LikeType_Last(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByC_LikeType_Last(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry[] findByC_LikeType_PrevAndNext(long COREntryId, long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundjava.util.List<COREntry> filterFindByC_LikeType(long companyId, java.lang.String type)
companyId
- the company IDtype
- the typejava.util.List<COREntry> filterFindByC_LikeType(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 COREntryModelImpl
.
companyId
- the company IDtype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> filterFindByC_LikeType(long companyId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
companyId
- the company IDtype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)COREntry[] filterFindByC_LikeType_PrevAndNext(long COREntryId, long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundvoid removeByC_LikeType(long companyId, java.lang.String type)
companyId
- the company IDtype
- the typeint countByC_LikeType(long companyId, java.lang.String type)
companyId
- the company IDtype
- the typeint filterCountByC_LikeType(long companyId, java.lang.String type)
companyId
- the company IDtype
- the typejava.util.List<COREntry> findByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statusjava.util.List<COREntry> findByLtD_S(java.util.Date displayDate, 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 COREntryModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> findByLtD_S(java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<COREntry> findByLtD_S(java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCOREntry findByLtD_S_First(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByLtD_S_First(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry findByLtD_S_Last(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByLtD_S_Last(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry[] findByLtD_S_PrevAndNext(long COREntryId, java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entrydisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundjava.util.List<COREntry> filterFindByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statusjava.util.List<COREntry> filterFindByLtD_S(java.util.Date displayDate, 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 COREntryModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> filterFindByLtD_S(java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)COREntry[] filterFindByLtD_S_PrevAndNext(long COREntryId, java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entrydisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundvoid removeByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statusint countByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statusint filterCountByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statusjava.util.List<COREntry> findByLtE_S(java.util.Date expirationDate, int status)
expirationDate
- the expiration datestatus
- the statusjava.util.List<COREntry> findByLtE_S(java.util.Date expirationDate, 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 COREntryModelImpl
.
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> findByLtE_S(java.util.Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<COREntry> findByLtE_S(java.util.Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCOREntry findByLtE_S_First(java.util.Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
expirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByLtE_S_First(java.util.Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
expirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry findByLtE_S_Last(java.util.Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
expirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByLtE_S_Last(java.util.Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
expirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry[] findByLtE_S_PrevAndNext(long COREntryId, java.util.Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entryexpirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundjava.util.List<COREntry> filterFindByLtE_S(java.util.Date expirationDate, int status)
expirationDate
- the expiration datestatus
- the statusjava.util.List<COREntry> filterFindByLtE_S(java.util.Date expirationDate, 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 COREntryModelImpl
.
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> filterFindByLtE_S(java.util.Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)COREntry[] filterFindByLtE_S_PrevAndNext(long COREntryId, java.util.Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entryexpirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundvoid removeByLtE_S(java.util.Date expirationDate, int status)
expirationDate
- the expiration datestatus
- the statusint countByLtE_S(java.util.Date expirationDate, int status)
expirationDate
- the expiration datestatus
- the statusint filterCountByLtE_S(java.util.Date expirationDate, int status)
expirationDate
- the expiration datestatus
- the statusjava.util.List<COREntry> findByC_A_LikeType(long companyId, boolean active, java.lang.String type)
companyId
- the company IDactive
- the activetype
- the typejava.util.List<COREntry> findByC_A_LikeType(long companyId, boolean active, 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 COREntryModelImpl
.
companyId
- the company IDactive
- the activetype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> findByC_A_LikeType(long companyId, boolean active, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
companyId
- the company IDactive
- the activetype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<COREntry> findByC_A_LikeType(long companyId, boolean active, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
companyId
- the company IDactive
- the activetype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCOREntry findByC_A_LikeType_First(long companyId, boolean active, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
companyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByC_A_LikeType_First(long companyId, boolean active, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
companyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry findByC_A_LikeType_Last(long companyId, boolean active, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
companyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByC_A_LikeType_Last(long companyId, boolean active, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
companyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cor entry could not be foundCOREntry[] findByC_A_LikeType_PrevAndNext(long COREntryId, long companyId, boolean active, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundjava.util.List<COREntry> filterFindByC_A_LikeType(long companyId, boolean active, java.lang.String type)
companyId
- the company IDactive
- the activetype
- the typejava.util.List<COREntry> filterFindByC_A_LikeType(long companyId, boolean active, 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 COREntryModelImpl
.
companyId
- the company IDactive
- the activetype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> filterFindByC_A_LikeType(long companyId, boolean active, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
companyId
- the company IDactive
- the activetype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)COREntry[] filterFindByC_A_LikeType_PrevAndNext(long COREntryId, long companyId, boolean active, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCOREntryException
- if a cor entry with the primary key could not be foundvoid removeByC_A_LikeType(long companyId, boolean active, java.lang.String type)
companyId
- the company IDactive
- the activetype
- the typeint countByC_A_LikeType(long companyId, boolean active, java.lang.String type)
companyId
- the company IDactive
- the activetype
- the typeint filterCountByC_A_LikeType(long companyId, boolean active, java.lang.String type)
companyId
- the company IDactive
- the activetype
- the typeCOREntry findByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchCOREntryException
NoSuchCOREntryException
if it could not be found.externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchCOREntryException
- if a matching cor entry could not be foundCOREntry fetchByERC_C(java.lang.String externalReferenceCode, long companyId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDnull
if a matching cor entry could not be foundCOREntry fetchByERC_C(java.lang.String externalReferenceCode, long companyId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cachenull
if a matching cor entry could not be foundCOREntry removeByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchCOREntryException
externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchCOREntryException
int countByERC_C(java.lang.String externalReferenceCode, long companyId)
externalReferenceCode
- the external reference codecompanyId
- the company IDvoid cacheResult(COREntry corEntry)
corEntry
- the cor entryvoid cacheResult(java.util.List<COREntry> corEntries)
corEntries
- the cor entriesCOREntry create(long COREntryId)
COREntryId
- the primary key for the new cor entryCOREntry remove(long COREntryId) throws NoSuchCOREntryException
COREntryId
- the primary key of the cor entryNoSuchCOREntryException
- if a cor entry with the primary key could not be foundCOREntry findByPrimaryKey(long COREntryId) throws NoSuchCOREntryException
NoSuchCOREntryException
if it could not be found.COREntryId
- the primary key of the cor entryNoSuchCOREntryException
- if a cor entry with the primary key could not be foundCOREntry fetchByPrimaryKey(long COREntryId)
null
if it could not be found.COREntryId
- the primary key of the cor entrynull
if a cor entry with the primary key could not be foundjava.util.List<COREntry> findAll()
java.util.List<COREntry> 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 COREntryModelImpl
.
start
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)java.util.List<COREntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
start
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<COREntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> 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 COREntryModelImpl
.
start
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()