@ProviderType public interface CPAttachmentFileEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CPAttachmentFileEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPAttachmentFileEntry>
Caching information and settings can be found in portal.properties
CPAttachmentFileEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CPAttachmentFileEntry cpAttachmentFileEntry)
Caches the cp attachment file entry in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CPAttachmentFileEntry> cpAttachmentFileEntries)
Caches the cp attachment file entries in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of cp attachment file entries.
|
int |
countByC_C_C(long classNameId,
long classPK,
java.lang.String cdnURL)
Returns the number of cp attachment file entries where classNameId = ? and classPK = ? and cdnURL = ?.
|
int |
countByC_C_F(long classNameId,
long classPK,
long fileEntryId)
Returns the number of cp attachment file entries where classNameId = ? and classPK = ? and fileEntryId = ?.
|
int |
countByC_C_LtD_S(long classNameId,
long classPK,
java.util.Date displayDate,
int status)
Returns the number of cp attachment file entries where classNameId = ? and classPK = ? and displayDate < ? and status = ?.
|
int |
countByC_C_T_NotST(long classNameId,
long classPK,
int type,
int status)
Returns the number of cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status ≠ ?.
|
int |
countByC_C_T_ST(long classNameId,
long classPK,
int type,
int status)
Returns the number of cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status = ?.
|
int |
countByC_C(long classNameId,
long classPK)
Returns the number of cp attachment file entries where classNameId = ? and classPK = ?.
|
int |
countByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the number of cp attachment file entries where externalReferenceCode = ? and companyId = ?.
|
int |
countByG_C_F(long groupId,
long classNameId,
long fileEntryId)
Returns the number of cp attachment file entries where groupId = ? and classNameId = ? and fileEntryId = ?.
|
int |
countByLtD_S(java.util.Date displayDate,
int status)
Returns the number of cp attachment file entries where displayDate < ? and status = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of cp attachment file entries where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of cp attachment file entries where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of cp attachment file entries where uuid = ?.
|
CPAttachmentFileEntry |
create(long CPAttachmentFileEntryId)
Creates a new cp attachment file entry with the primary key.
|
CPAttachmentFileEntry |
fetchByC_C_C_First(long classNameId,
long classPK,
java.lang.String cdnURL,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and cdnURL = ?.
|
CPAttachmentFileEntry |
fetchByC_C_C_Last(long classNameId,
long classPK,
java.lang.String cdnURL,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and cdnURL = ?.
|
CPAttachmentFileEntry |
fetchByC_C_F_First(long classNameId,
long classPK,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and fileEntryId = ?.
|
CPAttachmentFileEntry |
fetchByC_C_F_Last(long classNameId,
long classPK,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and fileEntryId = ?.
|
CPAttachmentFileEntry |
fetchByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ?.
|
CPAttachmentFileEntry |
fetchByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ?.
|
CPAttachmentFileEntry |
fetchByC_C_LtD_S_First(long classNameId,
long classPK,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and displayDate < ? and status = ?.
|
CPAttachmentFileEntry |
fetchByC_C_LtD_S_Last(long classNameId,
long classPK,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and displayDate < ? and status = ?.
|
CPAttachmentFileEntry |
fetchByC_C_T_NotST_First(long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and type = ? and status ≠ ?.
|
CPAttachmentFileEntry |
fetchByC_C_T_NotST_Last(long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and type = ? and status ≠ ?.
|
CPAttachmentFileEntry |
fetchByC_C_T_ST_First(long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and type = ? and status = ?.
|
CPAttachmentFileEntry |
fetchByC_C_T_ST_Last(long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and type = ? and status = ?.
|
CPAttachmentFileEntry |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the cp attachment file entry where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found. |
CPAttachmentFileEntry |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId,
boolean useFinderCache)
Returns the cp attachment file entry where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found, optionally using the finder cache. |
CPAttachmentFileEntry |
fetchByG_C_F_First(long groupId,
long classNameId,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where groupId = ? and classNameId = ? and fileEntryId = ?.
|
CPAttachmentFileEntry |
fetchByG_C_F_Last(long groupId,
long classNameId,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where groupId = ? and classNameId = ? and fileEntryId = ?.
|
CPAttachmentFileEntry |
fetchByLtD_S_First(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where displayDate < ? and status = ?.
|
CPAttachmentFileEntry |
fetchByLtD_S_Last(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where displayDate < ? and status = ?.
|
CPAttachmentFileEntry |
fetchByPrimaryKey(long CPAttachmentFileEntryId)
Returns the cp attachment file entry with the primary key or returns
null if it could not be found. |
CPAttachmentFileEntry |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where uuid = ? and companyId = ?.
|
CPAttachmentFileEntry |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where uuid = ? and companyId = ?.
|
CPAttachmentFileEntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where uuid = ?.
|
CPAttachmentFileEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the cp attachment file entry where uuid = ? and groupId = ? or returns
null if it could not be found. |
CPAttachmentFileEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the cp attachment file entry where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
CPAttachmentFileEntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where uuid = ?.
|
java.util.List<CPAttachmentFileEntry> |
findAll()
Returns all the cp attachment file entries.
|
java.util.List<CPAttachmentFileEntry> |
findAll(int start,
int end)
Returns a range of all the cp attachment file entries.
|
java.util.List<CPAttachmentFileEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries.
|
java.util.List<CPAttachmentFileEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries.
|
CPAttachmentFileEntry |
findByC_C_C_First(long classNameId,
long classPK,
java.lang.String cdnURL,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and cdnURL = ?.
|
CPAttachmentFileEntry |
findByC_C_C_Last(long classNameId,
long classPK,
java.lang.String cdnURL,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and cdnURL = ?.
|
CPAttachmentFileEntry[] |
findByC_C_C_PrevAndNext(long CPAttachmentFileEntryId,
long classNameId,
long classPK,
java.lang.String cdnURL,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the cp attachment file entries before and after the current cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and cdnURL = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_C(long classNameId,
long classPK,
java.lang.String cdnURL)
Returns all the cp attachment file entries where classNameId = ? and classPK = ? and cdnURL = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_C(long classNameId,
long classPK,
java.lang.String cdnURL,
int start,
int end)
Returns a range of all the cp attachment file entries where classNameId = ? and classPK = ? and cdnURL = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_C(long classNameId,
long classPK,
java.lang.String cdnURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ? and cdnURL = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_C(long classNameId,
long classPK,
java.lang.String cdnURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ? and cdnURL = ?.
|
CPAttachmentFileEntry |
findByC_C_F_First(long classNameId,
long classPK,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and fileEntryId = ?.
|
CPAttachmentFileEntry |
findByC_C_F_Last(long classNameId,
long classPK,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and fileEntryId = ?.
|
CPAttachmentFileEntry[] |
findByC_C_F_PrevAndNext(long CPAttachmentFileEntryId,
long classNameId,
long classPK,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the cp attachment file entries before and after the current cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and fileEntryId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_F(long classNameId,
long classPK,
long fileEntryId)
Returns all the cp attachment file entries where classNameId = ? and classPK = ? and fileEntryId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_F(long classNameId,
long classPK,
long fileEntryId,
int start,
int end)
Returns a range of all the cp attachment file entries where classNameId = ? and classPK = ? and fileEntryId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_F(long classNameId,
long classPK,
long fileEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ? and fileEntryId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_F(long classNameId,
long classPK,
long fileEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ? and fileEntryId = ?.
|
CPAttachmentFileEntry |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ?.
|
CPAttachmentFileEntry |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ?.
|
CPAttachmentFileEntry |
findByC_C_LtD_S_First(long classNameId,
long classPK,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and displayDate < ? and status = ?.
|
CPAttachmentFileEntry |
findByC_C_LtD_S_Last(long classNameId,
long classPK,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and displayDate < ? and status = ?.
|
CPAttachmentFileEntry[] |
findByC_C_LtD_S_PrevAndNext(long CPAttachmentFileEntryId,
long classNameId,
long classPK,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the cp attachment file entries before and after the current cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and displayDate < ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_LtD_S(long classNameId,
long classPK,
java.util.Date displayDate,
int status)
Returns all the cp attachment file entries where classNameId = ? and classPK = ? and displayDate < ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_LtD_S(long classNameId,
long classPK,
java.util.Date displayDate,
int status,
int start,
int end)
Returns a range of all the cp attachment file entries where classNameId = ? and classPK = ? and displayDate < ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_LtD_S(long classNameId,
long classPK,
java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ? and displayDate < ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_LtD_S(long classNameId,
long classPK,
java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ? and displayDate < ? and status = ?.
|
CPAttachmentFileEntry[] |
findByC_C_PrevAndNext(long CPAttachmentFileEntryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the cp attachment file entries before and after the current cp attachment file entry in the ordered set where classNameId = ? and classPK = ?.
|
CPAttachmentFileEntry |
findByC_C_T_NotST_First(long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and type = ? and status ≠ ?.
|
CPAttachmentFileEntry |
findByC_C_T_NotST_Last(long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and type = ? and status ≠ ?.
|
CPAttachmentFileEntry[] |
findByC_C_T_NotST_PrevAndNext(long CPAttachmentFileEntryId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the cp attachment file entries before and after the current cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and type = ? and status ≠ ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_T_NotST(long classNameId,
long classPK,
int type,
int status)
Returns all the cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status ≠ ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_T_NotST(long classNameId,
long classPK,
int type,
int status,
int start,
int end)
Returns a range of all the cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status ≠ ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_T_NotST(long classNameId,
long classPK,
int type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status ≠ ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_T_NotST(long classNameId,
long classPK,
int type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status ≠ ?.
|
CPAttachmentFileEntry |
findByC_C_T_ST_First(long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and type = ? and status = ?.
|
CPAttachmentFileEntry |
findByC_C_T_ST_Last(long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and type = ? and status = ?.
|
CPAttachmentFileEntry[] |
findByC_C_T_ST_PrevAndNext(long CPAttachmentFileEntryId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the cp attachment file entries before and after the current cp attachment file entry in the ordered set where classNameId = ? and classPK = ? and type = ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_T_ST(long classNameId,
long classPK,
int type,
int status)
Returns all the cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_T_ST(long classNameId,
long classPK,
int type,
int status,
int start,
int end)
Returns a range of all the cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_T_ST(long classNameId,
long classPK,
int type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C_T_ST(long classNameId,
long classPK,
int type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C(long classNameId,
long classPK)
Returns all the cp attachment file entries where classNameId = ? and classPK = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the cp attachment file entries where classNameId = ? and classPK = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries where classNameId = ? and classPK = ?.
|
CPAttachmentFileEntry |
findByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the cp attachment file entry where externalReferenceCode = ? and companyId = ? or throws a
NoSuchCPAttachmentFileEntryException if it could not be found. |
CPAttachmentFileEntry |
findByG_C_F_First(long groupId,
long classNameId,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where groupId = ? and classNameId = ? and fileEntryId = ?.
|
CPAttachmentFileEntry |
findByG_C_F_Last(long groupId,
long classNameId,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where groupId = ? and classNameId = ? and fileEntryId = ?.
|
CPAttachmentFileEntry[] |
findByG_C_F_PrevAndNext(long CPAttachmentFileEntryId,
long groupId,
long classNameId,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the cp attachment file entries before and after the current cp attachment file entry in the ordered set where groupId = ? and classNameId = ? and fileEntryId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByG_C_F(long groupId,
long classNameId,
long fileEntryId)
Returns all the cp attachment file entries where groupId = ? and classNameId = ? and fileEntryId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByG_C_F(long groupId,
long classNameId,
long fileEntryId,
int start,
int end)
Returns a range of all the cp attachment file entries where groupId = ? and classNameId = ? and fileEntryId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByG_C_F(long groupId,
long classNameId,
long fileEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries where groupId = ? and classNameId = ? and fileEntryId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByG_C_F(long groupId,
long classNameId,
long fileEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries where groupId = ? and classNameId = ? and fileEntryId = ?.
|
CPAttachmentFileEntry |
findByLtD_S_First(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where displayDate < ? and status = ?.
|
CPAttachmentFileEntry |
findByLtD_S_Last(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where displayDate < ? and status = ?.
|
CPAttachmentFileEntry[] |
findByLtD_S_PrevAndNext(long CPAttachmentFileEntryId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the cp attachment file entries before and after the current cp attachment file entry in the ordered set where displayDate < ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByLtD_S(java.util.Date displayDate,
int status)
Returns all the cp attachment file entries where displayDate < ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end)
Returns a range of all the cp attachment file entries where displayDate < ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries where displayDate < ? and status = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries where displayDate < ? and status = ?.
|
CPAttachmentFileEntry |
findByPrimaryKey(long CPAttachmentFileEntryId)
Returns the cp attachment file entry with the primary key or throws a
NoSuchCPAttachmentFileEntryException if it could not be found. |
CPAttachmentFileEntry |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where uuid = ? and companyId = ?.
|
CPAttachmentFileEntry |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where uuid = ? and companyId = ?.
|
CPAttachmentFileEntry[] |
findByUuid_C_PrevAndNext(long CPAttachmentFileEntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the cp attachment file entries before and after the current cp attachment file entry in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the cp attachment file entries where uuid = ? and companyId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the cp attachment file entries where uuid = ? and companyId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries where uuid = ? and companyId = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries where uuid = ? and companyId = ?.
|
CPAttachmentFileEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the first cp attachment file entry in the ordered set where uuid = ?.
|
CPAttachmentFileEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the cp attachment file entry where uuid = ? and groupId = ? or throws a
NoSuchCPAttachmentFileEntryException if it could not be found. |
CPAttachmentFileEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the last cp attachment file entry in the ordered set where uuid = ?.
|
CPAttachmentFileEntry[] |
findByUuid_PrevAndNext(long CPAttachmentFileEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns the cp attachment file entries before and after the current cp attachment file entry in the ordered set where uuid = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByUuid(java.lang.String uuid)
Returns all the cp attachment file entries where uuid = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the cp attachment file entries where uuid = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
Returns an ordered range of all the cp attachment file entries where uuid = ?.
|
java.util.List<CPAttachmentFileEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp attachment file entries where uuid = ?.
|
CPAttachmentFileEntry |
remove(long CPAttachmentFileEntryId)
Removes the cp attachment file entry with the primary key from the database.
|
void |
removeAll()
Removes all the cp attachment file entries from the database.
|
void |
removeByC_C_C(long classNameId,
long classPK,
java.lang.String cdnURL)
Removes all the cp attachment file entries where classNameId = ? and classPK = ? and cdnURL = ? from the database.
|
void |
removeByC_C_F(long classNameId,
long classPK,
long fileEntryId)
Removes all the cp attachment file entries where classNameId = ? and classPK = ? and fileEntryId = ? from the database.
|
void |
removeByC_C_LtD_S(long classNameId,
long classPK,
java.util.Date displayDate,
int status)
Removes all the cp attachment file entries where classNameId = ? and classPK = ? and displayDate < ? and status = ? from the database.
|
void |
removeByC_C_T_NotST(long classNameId,
long classPK,
int type,
int status)
Removes all the cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status ≠ ? from the database.
|
void |
removeByC_C_T_ST(long classNameId,
long classPK,
int type,
int status)
Removes all the cp attachment file entries where classNameId = ? and classPK = ? and type = ? and status = ? from the database.
|
void |
removeByC_C(long classNameId,
long classPK)
Removes all the cp attachment file entries where classNameId = ? and classPK = ? from the database.
|
CPAttachmentFileEntry |
removeByERC_C(java.lang.String externalReferenceCode,
long companyId)
Removes the cp attachment file entry where externalReferenceCode = ? and companyId = ? from the database.
|
void |
removeByG_C_F(long groupId,
long classNameId,
long fileEntryId)
Removes all the cp attachment file entries where groupId = ? and classNameId = ? and fileEntryId = ? from the database.
|
void |
removeByLtD_S(java.util.Date displayDate,
int status)
Removes all the cp attachment file entries where displayDate < ? and status = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the cp attachment file entries where uuid = ? and companyId = ? from the database.
|
CPAttachmentFileEntry |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the cp attachment file entry where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the cp attachment file entries where uuid = ? from the database.
|
CPAttachmentFileEntry |
updateImpl(CPAttachmentFileEntry cpAttachmentFileEntry) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
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<CPAttachmentFileEntry> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPAttachmentFileEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry[] findByUuid_PrevAndNext(long CPAttachmentFileEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the current cp attachment file entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a cp attachment file entry with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidCPAttachmentFileEntry findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchCPAttachmentFileEntryException
NoSuchCPAttachmentFileEntryException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchCPAttachmentFileEntryException
uuid
- the uuidgroupId
- the group IDNoSuchCPAttachmentFileEntryException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<CPAttachmentFileEntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPAttachmentFileEntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry[] findByUuid_C_PrevAndNext(long CPAttachmentFileEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the current cp attachment file entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a cp attachment file 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 IDjava.util.List<CPAttachmentFileEntry> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkjava.util.List<CPAttachmentFileEntry> findByC_C(long classNameId, long classPK, 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPAttachmentFileEntry findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry[] findByC_C_PrevAndNext(long CPAttachmentFileEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the current cp attachment file entryclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a cp attachment file entry with the primary key could not be foundvoid removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkint countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkjava.util.List<CPAttachmentFileEntry> findByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statusjava.util.List<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findByLtD_S(java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findByLtD_S(java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPAttachmentFileEntry findByLtD_S_First(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByLtD_S_First(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry findByLtD_S_Last(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByLtD_S_Last(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry[] findByLtD_S_PrevAndNext(long CPAttachmentFileEntryId, java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the current cp attachment file entrydisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a cp attachment file 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 statusjava.util.List<CPAttachmentFileEntry> findByG_C_F(long groupId, long classNameId, long fileEntryId)
groupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDjava.util.List<CPAttachmentFileEntry> findByG_C_F(long groupId, long classNameId, long fileEntryId, 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 CPAttachmentFileEntryModelImpl
.
groupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findByG_C_F(long groupId, long classNameId, long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
groupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findByG_C_F(long groupId, long classNameId, long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
groupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPAttachmentFileEntry findByG_C_F_First(long groupId, long classNameId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
groupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByG_C_F_First(long groupId, long classNameId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry findByG_C_F_Last(long groupId, long classNameId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
groupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByG_C_F_Last(long groupId, long classNameId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry[] findByG_C_F_PrevAndNext(long CPAttachmentFileEntryId, long groupId, long classNameId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the current cp attachment file entrygroupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a cp attachment file entry with the primary key could not be foundvoid removeByG_C_F(long groupId, long classNameId, long fileEntryId)
groupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDint countByG_C_F(long groupId, long classNameId, long fileEntryId)
groupId
- the group IDclassNameId
- the class name IDfileEntryId
- the file entry IDjava.util.List<CPAttachmentFileEntry> findByC_C_F(long classNameId, long classPK, long fileEntryId)
classNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDjava.util.List<CPAttachmentFileEntry> findByC_C_F(long classNameId, long classPK, long fileEntryId, 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findByC_C_F(long classNameId, long classPK, long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findByC_C_F(long classNameId, long classPK, long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPAttachmentFileEntry findByC_C_F_First(long classNameId, long classPK, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_F_First(long classNameId, long classPK, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry findByC_C_F_Last(long classNameId, long classPK, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_F_Last(long classNameId, long classPK, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry[] findByC_C_F_PrevAndNext(long CPAttachmentFileEntryId, long classNameId, long classPK, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the current cp attachment file entryclassNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a cp attachment file entry with the primary key could not be foundvoid removeByC_C_F(long classNameId, long classPK, long fileEntryId)
classNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDint countByC_C_F(long classNameId, long classPK, long fileEntryId)
classNameId
- the class name IDclassPK
- the class pkfileEntryId
- the file entry IDjava.util.List<CPAttachmentFileEntry> findByC_C_C(long classNameId, long classPK, java.lang.String cdnURL)
classNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urljava.util.List<CPAttachmentFileEntry> findByC_C_C(long classNameId, long classPK, java.lang.String cdnURL, 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urlstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findByC_C_C(long classNameId, long classPK, java.lang.String cdnURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urlstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findByC_C_C(long classNameId, long classPK, java.lang.String cdnURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urlstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPAttachmentFileEntry findByC_C_C_First(long classNameId, long classPK, java.lang.String cdnURL, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_C_First(long classNameId, long classPK, java.lang.String cdnURL, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urlorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry findByC_C_C_Last(long classNameId, long classPK, java.lang.String cdnURL, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_C_Last(long classNameId, long classPK, java.lang.String cdnURL, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urlorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry[] findByC_C_C_PrevAndNext(long CPAttachmentFileEntryId, long classNameId, long classPK, java.lang.String cdnURL, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the current cp attachment file entryclassNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a cp attachment file entry with the primary key could not be foundvoid removeByC_C_C(long classNameId, long classPK, java.lang.String cdnURL)
classNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urlint countByC_C_C(long classNameId, long classPK, java.lang.String cdnURL)
classNameId
- the class name IDclassPK
- the class pkcdnURL
- the cdn urljava.util.List<CPAttachmentFileEntry> findByC_C_LtD_S(long classNameId, long classPK, java.util.Date displayDate, int status)
classNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusjava.util.List<CPAttachmentFileEntry> findByC_C_LtD_S(long classNameId, long classPK, 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findByC_C_LtD_S(long classNameId, long classPK, java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findByC_C_LtD_S(long classNameId, long classPK, java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPAttachmentFileEntry findByC_C_LtD_S_First(long classNameId, long classPK, java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_LtD_S_First(long classNameId, long classPK, java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry findByC_C_LtD_S_Last(long classNameId, long classPK, java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_LtD_S_Last(long classNameId, long classPK, java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry[] findByC_C_LtD_S_PrevAndNext(long CPAttachmentFileEntryId, long classNameId, long classPK, java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the current cp attachment file entryclassNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a cp attachment file entry with the primary key could not be foundvoid removeByC_C_LtD_S(long classNameId, long classPK, java.util.Date displayDate, int status)
classNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusint countByC_C_LtD_S(long classNameId, long classPK, java.util.Date displayDate, int status)
classNameId
- the class name IDclassPK
- the class pkdisplayDate
- the display datestatus
- the statusjava.util.List<CPAttachmentFileEntry> findByC_C_T_ST(long classNameId, long classPK, int type, int status)
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusjava.util.List<CPAttachmentFileEntry> findByC_C_T_ST(long classNameId, long classPK, int type, 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findByC_C_T_ST(long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findByC_C_T_ST(long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPAttachmentFileEntry findByC_C_T_ST_First(long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_T_ST_First(long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry findByC_C_T_ST_Last(long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_T_ST_Last(long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry[] findByC_C_T_ST_PrevAndNext(long CPAttachmentFileEntryId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the current cp attachment file entryclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a cp attachment file entry with the primary key could not be foundvoid removeByC_C_T_ST(long classNameId, long classPK, int type, int status)
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusint countByC_C_T_ST(long classNameId, long classPK, int type, int status)
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusjava.util.List<CPAttachmentFileEntry> findByC_C_T_NotST(long classNameId, long classPK, int type, int status)
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusjava.util.List<CPAttachmentFileEntry> findByC_C_T_NotST(long classNameId, long classPK, int type, 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findByC_C_T_NotST(long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findByC_C_T_NotST(long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusstart
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPAttachmentFileEntry findByC_C_T_NotST_First(long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_T_NotST_First(long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry findByC_C_T_NotST_Last(long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry fetchByC_C_T_NotST_Last(long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp attachment file entry could not be foundCPAttachmentFileEntry[] findByC_C_T_NotST_PrevAndNext(long CPAttachmentFileEntryId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the current cp attachment file entryclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPAttachmentFileEntryException
- if a cp attachment file entry with the primary key could not be foundvoid removeByC_C_T_NotST(long classNameId, long classPK, int type, int status)
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusint countByC_C_T_NotST(long classNameId, long classPK, int type, int status)
classNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusCPAttachmentFileEntry findByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchCPAttachmentFileEntryException
NoSuchCPAttachmentFileEntryException
if it could not be found.externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchCPAttachmentFileEntryException
- if a matching cp attachment file entry could not be foundCPAttachmentFileEntry 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 cp attachment file entry could not be foundCPAttachmentFileEntry 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 cp attachment file entry could not be foundCPAttachmentFileEntry removeByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchCPAttachmentFileEntryException
externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchCPAttachmentFileEntryException
int countByERC_C(java.lang.String externalReferenceCode, long companyId)
externalReferenceCode
- the external reference codecompanyId
- the company IDvoid cacheResult(CPAttachmentFileEntry cpAttachmentFileEntry)
cpAttachmentFileEntry
- the cp attachment file entryvoid cacheResult(java.util.List<CPAttachmentFileEntry> cpAttachmentFileEntries)
cpAttachmentFileEntries
- the cp attachment file entriesCPAttachmentFileEntry create(long CPAttachmentFileEntryId)
CPAttachmentFileEntryId
- the primary key for the new cp attachment file entryCPAttachmentFileEntry remove(long CPAttachmentFileEntryId) throws NoSuchCPAttachmentFileEntryException
CPAttachmentFileEntryId
- the primary key of the cp attachment file entryNoSuchCPAttachmentFileEntryException
- if a cp attachment file entry with the primary key could not be foundCPAttachmentFileEntry updateImpl(CPAttachmentFileEntry cpAttachmentFileEntry)
CPAttachmentFileEntry findByPrimaryKey(long CPAttachmentFileEntryId) throws NoSuchCPAttachmentFileEntryException
NoSuchCPAttachmentFileEntryException
if it could not be found.CPAttachmentFileEntryId
- the primary key of the cp attachment file entryNoSuchCPAttachmentFileEntryException
- if a cp attachment file entry with the primary key could not be foundCPAttachmentFileEntry fetchByPrimaryKey(long CPAttachmentFileEntryId)
null
if it could not be found.CPAttachmentFileEntryId
- the primary key of the cp attachment file entrynull
if a cp attachment file entry with the primary key could not be foundjava.util.List<CPAttachmentFileEntry> findAll()
java.util.List<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
start
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)java.util.List<CPAttachmentFileEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
start
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPAttachmentFileEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> 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 CPAttachmentFileEntryModelImpl
.
start
- the lower bound of the range of cp attachment file entriesend
- the upper bound of the range of cp attachment file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()