public class DEDataDefinitionFieldLinkUtil
extends java.lang.Object
com.liferay.data.engine.service.persistence.impl.DEDataDefinitionFieldLinkPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
DEDataDefinitionFieldLinkPersistence
Constructor and Description |
---|
DEDataDefinitionFieldLinkUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
Caches the de data definition field link in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<DEDataDefinitionFieldLink> deDataDefinitionFieldLinks)
Caches the de data definition field links in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(DEDataDefinitionFieldLink deDataDefinitionFieldLink) |
static int |
countAll()
Returns the number of de data definition field links.
|
static 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 = ?.
|
static 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 ?.
|
static int |
countByC_C(long classNameId,
long classPK)
Returns the number of de data definition field links where classNameId = ? and classPK = ?.
|
static 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 = ?.
|
static 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 ?.
|
static int |
countByC_DDMSI(long classNameId,
long ddmStructureId)
Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ?.
|
static int |
countByDDMSI_F(long ddmStructureId,
java.lang.String fieldName)
Returns the number of de data definition field links where ddmStructureId = ? and fieldName = ?.
|
static int |
countByDDMSI_F(long ddmStructureId,
java.lang.String[] fieldNames)
Returns the number of de data definition field links where ddmStructureId = ? and fieldName = any ?.
|
static int |
countByDDMStructureId(long ddmStructureId)
Returns the number of de data definition field links where ddmStructureId = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of de data definition field links where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of de data definition field links where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of de data definition field links where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static DEDataDefinitionFieldLink |
create(long deDataDefinitionFieldLinkId)
Creates a new de data definition field link with the primary key.
|
static 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. |
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static DEDataDefinitionFieldLink |
fetchByPrimaryKey(long deDataDefinitionFieldLinkId)
Returns the de data definition field link with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,DEDataDefinitionFieldLink> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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. |
static 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 = ?.
|
static java.util.List<DEDataDefinitionFieldLink> |
findAll()
Returns all the de data definition field links.
|
static java.util.List<DEDataDefinitionFieldLink> |
findAll(int start,
int end)
Returns a range of all the de data definition field links.
|
static 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.
|
static 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.
|
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<DEDataDefinitionFieldLink> |
findByC_C(long classNameId,
long classPK)
Returns all the de data definition field links where classNameId = ? and classPK = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ?.
|
static 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 ?.
|
static 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 ?.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<DEDataDefinitionFieldLink> |
findByC_DDMSI(long classNameId,
long ddmStructureId)
Returns all the de data definition field links where classNameId = ? and ddmStructureId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<DEDataDefinitionFieldLink> |
findByDDMSI_F(long ddmStructureId,
java.lang.String fieldName)
Returns all the de data definition field links where ddmStructureId = ? and fieldName = ?.
|
static 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 ?.
|
static 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 ?.
|
static 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 ?.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<DEDataDefinitionFieldLink> |
findByDDMStructureId(long ddmStructureId)
Returns all the de data definition field links where ddmStructureId = ?.
|
static java.util.List<DEDataDefinitionFieldLink> |
findByDDMStructureId(long ddmStructureId,
int start,
int end)
Returns a range of all the de data definition field links where ddmStructureId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<DEDataDefinitionFieldLink> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the de data definition field links where uuid = ? and companyId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<DEDataDefinitionFieldLink> |
findByUuid(java.lang.String uuid)
Returns all the de data definition field links where uuid = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<DEDataDefinitionFieldLink> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<DEDataDefinitionFieldLink> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<DEDataDefinitionFieldLink> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) |
static DEDataDefinitionFieldLinkPersistence |
getPersistence() |
static DEDataDefinitionFieldLink |
remove(long deDataDefinitionFieldLinkId)
Removes the de data definition field link with the primary key from the database.
|
static void |
removeAll()
Removes all the de data definition field links from the database.
|
static 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.
|
static void |
removeByC_C(long classNameId,
long classPK)
Removes all the de data definition field links where classNameId = ? and classPK = ? from the database.
|
static 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.
|
static void |
removeByC_DDMSI(long classNameId,
long ddmStructureId)
Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? from the database.
|
static void |
removeByDDMSI_F(long ddmStructureId,
java.lang.String fieldName)
Removes all the de data definition field links where ddmStructureId = ? and fieldName = ? from the database.
|
static void |
removeByDDMStructureId(long ddmStructureId)
Removes all the de data definition field links where ddmStructureId = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the de data definition field links where uuid = ? and companyId = ? from the database.
|
static DEDataDefinitionFieldLink |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the de data definition field link where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the de data definition field links where uuid = ? from the database.
|
static DEDataDefinitionFieldLink |
update(DEDataDefinitionFieldLink deDataDefinitionFieldLink) |
static DEDataDefinitionFieldLink |
update(DEDataDefinitionFieldLink deDataDefinitionFieldLink,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static DEDataDefinitionFieldLink |
updateImpl(DEDataDefinitionFieldLink deDataDefinitionFieldLink) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,DEDataDefinitionFieldLink> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static DEDataDefinitionFieldLink update(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static DEDataDefinitionFieldLink update(DEDataDefinitionFieldLink deDataDefinitionFieldLink, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<DEDataDefinitionFieldLink> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.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)public static 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
)public static 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 cachepublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink[] 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 foundpublic static void removeByUuid(java.lang.String uuid)
uuid
- the uuidpublic static int countByUuid(java.lang.String uuid)
uuid
- the uuidpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchDataDefinitionFieldLinkException
uuid
- the uuidgroupId
- the group IDNoSuchDataDefinitionFieldLinkException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<DEDataDefinitionFieldLink> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.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)public static 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
)public static 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 cachepublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink[] 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 foundpublic static void removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDpublic static java.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)public static 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
)public static 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 cachepublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink[] 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 foundpublic static void removeByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDpublic static int countByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDpublic static java.util.List<DEDataDefinitionFieldLink> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static java.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)public static 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
)public static 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 cachepublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink[] 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 foundpublic static void removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static int countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId)
classNameId
- the class name IDddmStructureId
- the ddm structure IDpublic static java.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)public static 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
)public static 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 cachepublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink[] 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 foundpublic static void removeByC_DDMSI(long classNameId, long ddmStructureId)
classNameId
- the class name IDddmStructureId
- the ddm structure IDpublic static int countByC_DDMSI(long classNameId, long ddmStructureId)
classNameId
- the class name IDddmStructureId
- the ddm structure IDpublic static java.util.List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, java.lang.String fieldName)
ddmStructureId
- the ddm structure IDfieldName
- the field namepublic static java.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)public static 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
)public static 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 cachepublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink[] 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 foundpublic static java.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 namespublic static java.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)public static 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
)public static 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 cachepublic static void removeByDDMSI_F(long ddmStructureId, java.lang.String fieldName)
ddmStructureId
- the ddm structure IDfieldName
- the field namepublic static int countByDDMSI_F(long ddmStructureId, java.lang.String fieldName)
ddmStructureId
- the ddm structure IDfieldName
- the field namepublic static int countByDDMSI_F(long ddmStructureId, java.lang.String[] fieldNames)
ddmStructureId
- the ddm structure IDfieldNames
- the field namespublic static java.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 namepublic static java.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)public static 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
)public static 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 cachepublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink[] 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 foundpublic static java.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 namespublic static java.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)public static 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
)public static 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 cachepublic static void removeByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String fieldName)
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field namepublic static int countByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String fieldName)
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field namepublic static int countByC_DDMSI_F(long classNameId, long ddmStructureId, java.lang.String[] fieldNames)
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldNames
- the field namespublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink 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
public static 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 namepublic static int 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 namespublic static void cacheResult(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
deDataDefinitionFieldLink
- the de data definition field linkpublic static void cacheResult(java.util.List<DEDataDefinitionFieldLink> deDataDefinitionFieldLinks)
deDataDefinitionFieldLinks
- the de data definition field linkspublic static DEDataDefinitionFieldLink create(long deDataDefinitionFieldLinkId)
deDataDefinitionFieldLinkId
- the primary key for the new de data definition field linkpublic static DEDataDefinitionFieldLink 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 foundpublic static DEDataDefinitionFieldLink updateImpl(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
public static 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 foundpublic static DEDataDefinitionFieldLink 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 foundpublic static java.util.List<DEDataDefinitionFieldLink> findAll()
public static 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)public static 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
)public static 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 cachepublic static void removeAll()
public static int countAll()
public static DEDataDefinitionFieldLinkPersistence getPersistence()