@ProviderType public interface DEDataDefinitionFieldLinkPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<DEDataDefinitionFieldLink>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataDefinitionFieldLink>
Caching information and settings can be found in portal.properties
DEDataDefinitionFieldLinkUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
Caches the de data definition field link in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<DEDataDefinitionFieldLink> deDataDefinitionFieldLinks)
Caches the de data definition field links in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of de data definition field links.
|
int |
countByC_C_DDMSI_F(long classNameId,
long classPK,
long ddmStructureId,
java.lang.String fieldName)
Returns the number of de data definition field links where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ?.
|
int |
countByC_C_DDMSI_F(long classNameId,
long classPK,
long ddmStructureId,
java.lang.String[] fieldNames)
Returns the number of de data definition field links where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = any ?.
|
int |
countByC_C(long classNameId,
long classPK)
Returns the number of de data definition field links where classNameId = ? and classPK = ?.
|
int |
countByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String fieldName)
Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.
|
int |
countByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String[] fieldNames)
Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.
|
int |
countByC_DDMSI(long classNameId,
long ddmStructureId)
Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ?.
|
int |
countByDDMSI_F(long ddmStructureId,
java.lang.String fieldName)
Returns the number of de data definition field links where ddmStructureId = ? and fieldName = ?.
|
int |
countByDDMSI_F(long ddmStructureId,
java.lang.String[] fieldNames)
Returns the number of de data definition field links where ddmStructureId = ? and fieldName = any ?.
|
int |
countByDDMStructureId(long ddmStructureId)
Returns the number of de data definition field links where ddmStructureId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of de data definition field links where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of de data definition field links where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of de data definition field links where uuid = ?.
|
DEDataDefinitionFieldLink |
create(long deDataDefinitionFieldLinkId)
Creates a new de data definition field link with the primary key.
|
DEDataDefinitionFieldLink |
fetchByC_C_DDMSI_F(long classNameId,
long classPK,
long ddmStructureId,
java.lang.String fieldName)
Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or returns
null if it could not be found. |
DEDataDefinitionFieldLink |
fetchByC_C_DDMSI_F(long classNameId,
long classPK,
long ddmStructureId,
java.lang.String fieldName,
boolean useFinderCache)
Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or returns
null if it could not be found, optionally using the finder cache. |
DEDataDefinitionFieldLink |
fetchByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where classNameId = ? and classPK = ?.
|
DEDataDefinitionFieldLink |
fetchByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where classNameId = ? and classPK = ?.
|
DEDataDefinitionFieldLink |
fetchByC_DDMSI_F_First(long classNameId,
long ddmStructureId,
java.lang.String fieldName,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.
|
DEDataDefinitionFieldLink |
fetchByC_DDMSI_F_Last(long classNameId,
long ddmStructureId,
java.lang.String fieldName,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.
|
DEDataDefinitionFieldLink |
fetchByC_DDMSI_First(long classNameId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.
|
DEDataDefinitionFieldLink |
fetchByC_DDMSI_Last(long classNameId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.
|
DEDataDefinitionFieldLink |
fetchByDDMSI_F_First(long ddmStructureId,
java.lang.String fieldName,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.
|
DEDataDefinitionFieldLink |
fetchByDDMSI_F_Last(long ddmStructureId,
java.lang.String fieldName,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.
|
DEDataDefinitionFieldLink |
fetchByDDMStructureId_First(long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where ddmStructureId = ?.
|
DEDataDefinitionFieldLink |
fetchByDDMStructureId_Last(long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where ddmStructureId = ?.
|
DEDataDefinitionFieldLink |
fetchByPrimaryKey(long deDataDefinitionFieldLinkId)
Returns the de data definition field link with the primary key or returns
null if it could not be found. |
DEDataDefinitionFieldLink |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where uuid = ? and companyId = ?.
|
DEDataDefinitionFieldLink |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where uuid = ? and companyId = ?.
|
DEDataDefinitionFieldLink |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where uuid = ?.
|
DEDataDefinitionFieldLink |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the de data definition field link where uuid = ? and groupId = ? or returns
null if it could not be found. |
DEDataDefinitionFieldLink |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the de data definition field link where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
DEDataDefinitionFieldLink |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where uuid = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findAll()
Returns all the de data definition field links.
|
java.util.List<DEDataDefinitionFieldLink> |
findAll(int start,
int end)
Returns a range of all the de data definition field links.
|
java.util.List<DEDataDefinitionFieldLink> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns an ordered range of all the de data definition field links.
|
java.util.List<DEDataDefinitionFieldLink> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the de data definition field links.
|
DEDataDefinitionFieldLink |
findByC_C_DDMSI_F(long classNameId,
long classPK,
long ddmStructureId,
java.lang.String fieldName)
Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or throws a
NoSuchDataDefinitionFieldLinkException if it could not be found. |
DEDataDefinitionFieldLink |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where classNameId = ? and classPK = ?.
|
DEDataDefinitionFieldLink |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where classNameId = ? and classPK = ?.
|
DEDataDefinitionFieldLink[] |
findByC_C_PrevAndNext(long deDataDefinitionFieldLinkId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and classPK = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_C(long classNameId,
long classPK)
Returns all the de data definition field links where classNameId = ? and classPK = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the de data definition field links where classNameId = ? and classPK = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns an ordered range of all the de data definition field links where classNameId = ? and classPK = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the de data definition field links where classNameId = ? and classPK = ?.
|
DEDataDefinitionFieldLink |
findByC_DDMSI_F_First(long classNameId,
long ddmStructureId,
java.lang.String fieldName,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.
|
DEDataDefinitionFieldLink |
findByC_DDMSI_F_Last(long classNameId,
long ddmStructureId,
java.lang.String fieldName,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.
|
DEDataDefinitionFieldLink[] |
findByC_DDMSI_F_PrevAndNext(long deDataDefinitionFieldLinkId,
long classNameId,
long ddmStructureId,
java.lang.String fieldName,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String fieldName)
Returns all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String[] fieldNames)
Returns all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String[] fieldNames,
int start,
int end)
Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String[] fieldNames,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String[] fieldNames,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?, optionally using the finder cache.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String fieldName,
int start,
int end)
Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String fieldName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String fieldName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.
|
DEDataDefinitionFieldLink |
findByC_DDMSI_First(long classNameId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.
|
DEDataDefinitionFieldLink |
findByC_DDMSI_Last(long classNameId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.
|
DEDataDefinitionFieldLink[] |
findByC_DDMSI_PrevAndNext(long deDataDefinitionFieldLinkId,
long classNameId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI(long classNameId,
long ddmStructureId)
Returns all the de data definition field links where classNameId = ? and ddmStructureId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI(long classNameId,
long ddmStructureId,
int start,
int end)
Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI(long classNameId,
long ddmStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI(long classNameId,
long ddmStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.
|
DEDataDefinitionFieldLink |
findByDDMSI_F_First(long ddmStructureId,
java.lang.String fieldName,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.
|
DEDataDefinitionFieldLink |
findByDDMSI_F_Last(long ddmStructureId,
java.lang.String fieldName,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.
|
DEDataDefinitionFieldLink[] |
findByDDMSI_F_PrevAndNext(long deDataDefinitionFieldLinkId,
long ddmStructureId,
java.lang.String fieldName,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the de data definition field links before and after the current de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMSI_F(long ddmStructureId,
java.lang.String fieldName)
Returns all the de data definition field links where ddmStructureId = ? and fieldName = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMSI_F(long ddmStructureId,
java.lang.String[] fieldNames)
Returns all the de data definition field links where ddmStructureId = ? and fieldName = any ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMSI_F(long ddmStructureId,
java.lang.String[] fieldNames,
int start,
int end)
Returns a range of all the de data definition field links where ddmStructureId = ? and fieldName = any ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMSI_F(long ddmStructureId,
java.lang.String[] fieldNames,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = any ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMSI_F(long ddmStructureId,
java.lang.String[] fieldNames,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?, optionally using the finder cache.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMSI_F(long ddmStructureId,
java.lang.String fieldName,
int start,
int end)
Returns a range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMSI_F(long ddmStructureId,
java.lang.String fieldName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMSI_F(long ddmStructureId,
java.lang.String fieldName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.
|
DEDataDefinitionFieldLink |
findByDDMStructureId_First(long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where ddmStructureId = ?.
|
DEDataDefinitionFieldLink |
findByDDMStructureId_Last(long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where ddmStructureId = ?.
|
DEDataDefinitionFieldLink[] |
findByDDMStructureId_PrevAndNext(long deDataDefinitionFieldLinkId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the de data definition field links before and after the current de data definition field link in the ordered set where ddmStructureId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMStructureId(long ddmStructureId)
Returns all the de data definition field links where ddmStructureId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMStructureId(long ddmStructureId,
int start,
int end)
Returns a range of all the de data definition field links where ddmStructureId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMStructureId(long ddmStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns an ordered range of all the de data definition field links where ddmStructureId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByDDMStructureId(long ddmStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the de data definition field links where ddmStructureId = ?.
|
DEDataDefinitionFieldLink |
findByPrimaryKey(long deDataDefinitionFieldLinkId)
Returns the de data definition field link with the primary key or throws a
NoSuchDataDefinitionFieldLinkException if it could not be found. |
DEDataDefinitionFieldLink |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where uuid = ? and companyId = ?.
|
DEDataDefinitionFieldLink |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where uuid = ? and companyId = ?.
|
DEDataDefinitionFieldLink[] |
findByUuid_C_PrevAndNext(long deDataDefinitionFieldLinkId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the de data definition field links before and after the current de data definition field link in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the de data definition field links where uuid = ? and companyId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the de data definition field links where uuid = ? and companyId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns an ordered range of all the de data definition field links where uuid = ? and companyId = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the de data definition field links where uuid = ? and companyId = ?.
|
DEDataDefinitionFieldLink |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the first de data definition field link in the ordered set where uuid = ?.
|
DEDataDefinitionFieldLink |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the de data definition field link where uuid = ? and groupId = ? or throws a
NoSuchDataDefinitionFieldLinkException if it could not be found. |
DEDataDefinitionFieldLink |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the last de data definition field link in the ordered set where uuid = ?.
|
DEDataDefinitionFieldLink[] |
findByUuid_PrevAndNext(long deDataDefinitionFieldLinkId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns the de data definition field links before and after the current de data definition field link in the ordered set where uuid = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByUuid(java.lang.String uuid)
Returns all the de data definition field links where uuid = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the de data definition field links where uuid = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
Returns an ordered range of all the de data definition field links where uuid = ?.
|
java.util.List<DEDataDefinitionFieldLink> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the de data definition field links where uuid = ?.
|
DEDataDefinitionFieldLink |
remove(long deDataDefinitionFieldLinkId)
Removes the de data definition field link with the primary key from the database.
|
void |
removeAll()
Removes all the de data definition field links from the database.
|
DEDataDefinitionFieldLink |
removeByC_C_DDMSI_F(long classNameId,
long classPK,
long ddmStructureId,
java.lang.String fieldName)
Removes the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? from the database.
|
void |
removeByC_C(long classNameId,
long classPK)
Removes all the de data definition field links where classNameId = ? and classPK = ? from the database.
|
void |
removeByC_DDMSI_F(long classNameId,
long ddmStructureId,
java.lang.String fieldName)
Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ? from the database.
|
void |
removeByC_DDMSI(long classNameId,
long ddmStructureId)
Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? from the database.
|
void |
removeByDDMSI_F(long ddmStructureId,
java.lang.String fieldName)
Removes all the de data definition field links where ddmStructureId = ? and fieldName = ? from the database.
|
void |
removeByDDMStructureId(long ddmStructureId)
Removes all the de data definition field links where ddmStructureId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the de data definition field links where uuid = ? and companyId = ? from the database.
|
DEDataDefinitionFieldLink |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the de data definition field link where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the de data definition field links where uuid = ? from the database.
|
DEDataDefinitionFieldLink |
updateImpl(DEDataDefinitionFieldLink deDataDefinitionFieldLink) |
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<DEDataDefinitionFieldLink> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)java.util.List<DEDataDefinitionFieldLink> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DEDataDefinitionFieldLink> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDEDataDefinitionFieldLink findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink[] findByUuid_PrevAndNext(long deDataDefinitionFieldLinkId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidDEDataDefinitionFieldLink findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchDataDefinitionFieldLinkException
NoSuchDataDefinitionFieldLinkException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink 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 de data definition field link could not be foundDEDataDefinitionFieldLink 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 de data definition field link could not be foundDEDataDefinitionFieldLink removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchDataDefinitionFieldLinkException
uuid
- the uuidgroupId
- the group IDNoSuchDataDefinitionFieldLinkException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<DEDataDefinitionFieldLink> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)java.util.List<DEDataDefinitionFieldLink> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DEDataDefinitionFieldLink> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDEDataDefinitionFieldLink findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink[] findByUuid_C_PrevAndNext(long deDataDefinitionFieldLinkId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a de data definition field link 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<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDjava.util.List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId, 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 DEDataDefinitionFieldLinkModelImpl
.
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)java.util.List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDEDataDefinitionFieldLink findByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink findByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink[] findByDDMStructureId_PrevAndNext(long deDataDefinitionFieldLinkId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be foundvoid removeByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDint countByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDjava.util.List<DEDataDefinitionFieldLink> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkjava.util.List<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)java.util.List<DEDataDefinitionFieldLink> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DEDataDefinitionFieldLink> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDEDataDefinitionFieldLink findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink[] findByC_C_PrevAndNext(long deDataDefinitionFieldLinkId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a de data definition field link 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<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId)
classNameId
- the class name IDddmStructureId
- the ddm structure IDjava.util.List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId, 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)java.util.List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDEDataDefinitionFieldLink findByC_DDMSI_First(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
classNameId
- the class name IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByC_DDMSI_First(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
classNameId
- the class name IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink findByC_DDMSI_Last(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
classNameId
- the class name IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByC_DDMSI_Last(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
classNameId
- the class name IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink[] findByC_DDMSI_PrevAndNext(long deDataDefinitionFieldLinkId, long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkclassNameId
- the class name IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be foundvoid removeByC_DDMSI(long classNameId, long ddmStructureId)
classNameId
- the class name IDddmStructureId
- the ddm structure IDint countByC_DDMSI(long classNameId, long ddmStructureId)
classNameId
- the class name IDddmStructureId
- the ddm structure IDjava.util.List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, java.lang.String fieldName)
ddmStructureId
- the ddm structure IDfieldName
- the field namejava.util.List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, java.lang.String fieldName, 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 DEDataDefinitionFieldLinkModelImpl
.
ddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)java.util.List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, java.lang.String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
ddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, java.lang.String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
ddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDEDataDefinitionFieldLink findByDDMSI_F_First(long ddmStructureId, java.lang.String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
ddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByDDMSI_F_First(long ddmStructureId, java.lang.String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
ddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink findByDDMSI_F_Last(long ddmStructureId, java.lang.String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
ddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByDDMSI_F_Last(long ddmStructureId, java.lang.String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
ddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink[] findByDDMSI_F_PrevAndNext(long deDataDefinitionFieldLinkId, long ddmStructureId, java.lang.String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be foundjava.util.List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, java.lang.String[] fieldNames)
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 DEDataDefinitionFieldLinkModelImpl
.
ddmStructureId
- the ddm structure IDfieldNames
- the field namesjava.util.List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, java.lang.String[] fieldNames, 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 DEDataDefinitionFieldLinkModelImpl
.
ddmStructureId
- the ddm structure IDfieldNames
- the field namesstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)java.util.List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, java.lang.String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
ddmStructureId
- the ddm structure IDfieldNames
- the field namesstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, java.lang.String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
ddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByDDMSI_F(long ddmStructureId, java.lang.String fieldName)
ddmStructureId
- the ddm structure IDfieldName
- the field nameint countByDDMSI_F(long ddmStructureId, java.lang.String fieldName)
ddmStructureId
- the ddm structure IDfieldName
- the field nameint countByDDMSI_F(long ddmStructureId, java.lang.String[] fieldNames)
ddmStructureId
- the ddm structure IDfieldNames
- the field namesjava.util.List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String fieldName)
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field namejava.util.List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String fieldName, 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)java.util.List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDEDataDefinitionFieldLink findByC_DDMSI_F_First(long classNameId, long ddmStructureId, java.lang.String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByC_DDMSI_F_First(long classNameId, long ddmStructureId, java.lang.String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink findByC_DDMSI_F_Last(long classNameId, long ddmStructureId, java.lang.String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByC_DDMSI_F_Last(long classNameId, long ddmStructureId, java.lang.String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink[] findByC_DDMSI_F_PrevAndNext(long deDataDefinitionFieldLinkId, long classNameId, long ddmStructureId, java.lang.String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkclassNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be foundjava.util.List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String[] fieldNames)
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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldNames
- the field namesjava.util.List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String[] fieldNames, 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldNames
- the field namesstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)java.util.List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldNames
- the field namesstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String fieldName)
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameint countByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String fieldName)
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameint countByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String[] fieldNames)
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldNames
- the field namesDEDataDefinitionFieldLink findByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, java.lang.String fieldName) throws NoSuchDataDefinitionFieldLinkException
NoSuchDataDefinitionFieldLinkException
if it could not be found.classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldName
- the field nameNoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, java.lang.String fieldName)
null
if it could not be found. Uses the finder cache.classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldName
- the field namenull
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink fetchByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, java.lang.String fieldName, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldName
- the field nameuseFinderCache
- whether to use the finder cachenull
if a matching de data definition field link could not be foundDEDataDefinitionFieldLink removeByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, java.lang.String fieldName) throws NoSuchDataDefinitionFieldLinkException
classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldName
- the field nameNoSuchDataDefinitionFieldLinkException
int countByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, java.lang.String fieldName)
classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldName
- the field nameint countByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, java.lang.String[] fieldNames)
classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldNames
- the field namesvoid cacheResult(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
deDataDefinitionFieldLink
- the de data definition field linkvoid cacheResult(java.util.List<DEDataDefinitionFieldLink> deDataDefinitionFieldLinks)
deDataDefinitionFieldLinks
- the de data definition field linksDEDataDefinitionFieldLink create(long deDataDefinitionFieldLinkId)
deDataDefinitionFieldLinkId
- the primary key for the new de data definition field linkDEDataDefinitionFieldLink remove(long deDataDefinitionFieldLinkId) throws NoSuchDataDefinitionFieldLinkException
deDataDefinitionFieldLinkId
- the primary key of the de data definition field linkNoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be foundDEDataDefinitionFieldLink updateImpl(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
DEDataDefinitionFieldLink findByPrimaryKey(long deDataDefinitionFieldLinkId) throws NoSuchDataDefinitionFieldLinkException
NoSuchDataDefinitionFieldLinkException
if it could not be found.deDataDefinitionFieldLinkId
- the primary key of the de data definition field linkNoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be foundDEDataDefinitionFieldLink fetchByPrimaryKey(long deDataDefinitionFieldLinkId)
null
if it could not be found.deDataDefinitionFieldLinkId
- the primary key of the de data definition field linknull
if a de data definition field link with the primary key could not be foundjava.util.List<DEDataDefinitionFieldLink> findAll()
java.util.List<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
start
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)java.util.List<DEDataDefinitionFieldLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
start
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DEDataDefinitionFieldLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> 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 DEDataDefinitionFieldLinkModelImpl
.
start
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()