Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.dynamicdatalists.NoSuchRecordSetException

Packages that use NoSuchRecordSetException
com.liferay.portlet.dynamicdatalists.service.persistence   
 

Uses of NoSuchRecordSetException in com.liferay.portlet.dynamicdatalists.service.persistence
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that throw NoSuchRecordSetException
static DDLRecordSet[] DDLRecordSetUtil.filterFindByGroupId_PrevAndNext(long recordSetId, long groupId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set of d d l record sets that the user has permission to view where groupId = ?.
 DDLRecordSet[] DDLRecordSetPersistence.filterFindByGroupId_PrevAndNext(long recordSetId, long groupId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set of d d l record sets that the user has permission to view where groupId = ?.
static DDLRecordSet DDLRecordSetUtil.findByG_R(long groupId, String recordSetKey)
          Returns the d d l record set where groupId = ? and recordSetKey = ? or throws a NoSuchRecordSetException if it could not be found.
 DDLRecordSet DDLRecordSetPersistence.findByG_R(long groupId, String recordSetKey)
          Returns the d d l record set where groupId = ? and recordSetKey = ? or throws a NoSuchRecordSetException if it could not be found.
static DDLRecordSet DDLRecordSetUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where groupId = ?.
 DDLRecordSet DDLRecordSetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where groupId = ?.
static DDLRecordSet DDLRecordSetUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
 DDLRecordSet DDLRecordSetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
static DDLRecordSet[] DDLRecordSetUtil.findByGroupId_PrevAndNext(long recordSetId, long groupId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where groupId = ?.
 DDLRecordSet[] DDLRecordSetPersistence.findByGroupId_PrevAndNext(long recordSetId, long groupId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where groupId = ?.
static DDLRecordSet DDLRecordSetUtil.findByPrimaryKey(long recordSetId)
          Returns the d d l record set with the primary key or throws a NoSuchRecordSetException if it could not be found.
 DDLRecordSet DDLRecordSetPersistence.findByPrimaryKey(long recordSetId)
          Returns the d d l record set with the primary key or throws a NoSuchRecordSetException if it could not be found.
static DDLRecordSet DDLRecordSetUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?.
 DDLRecordSet DDLRecordSetPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?.
static DDLRecordSet DDLRecordSetUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?.
 DDLRecordSet DDLRecordSetPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?.
static DDLRecordSet[] DDLRecordSetUtil.findByUuid_C_PrevAndNext(long recordSetId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ? and companyId = ?.
 DDLRecordSet[] DDLRecordSetPersistence.findByUuid_C_PrevAndNext(long recordSetId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ? and companyId = ?.
static DDLRecordSet DDLRecordSetUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
 DDLRecordSet DDLRecordSetPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
static DDLRecordSet DDLRecordSetUtil.findByUUID_G(String uuid, long groupId)
          Returns the d d l record set where uuid = ? and groupId = ? or throws a NoSuchRecordSetException if it could not be found.
 DDLRecordSet DDLRecordSetPersistence.findByUUID_G(String uuid, long groupId)
          Returns the d d l record set where uuid = ? and groupId = ? or throws a NoSuchRecordSetException if it could not be found.
static DDLRecordSet DDLRecordSetUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
 DDLRecordSet DDLRecordSetPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
static DDLRecordSet[] DDLRecordSetUtil.findByUuid_PrevAndNext(long recordSetId, String uuid, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ?.
 DDLRecordSet[] DDLRecordSetPersistence.findByUuid_PrevAndNext(long recordSetId, String uuid, OrderByComparator orderByComparator)
          Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ?.
static DDLRecordSet DDLRecordSetUtil.remove(long recordSetId)
          Removes the d d l record set with the primary key from the database.
 DDLRecordSet DDLRecordSetPersistence.remove(long recordSetId)
          Removes the d d l record set with the primary key from the database.
static DDLRecordSet DDLRecordSetUtil.removeByG_R(long groupId, String recordSetKey)
          Removes the d d l record set where groupId = ? and recordSetKey = ? from the database.
 DDLRecordSet DDLRecordSetPersistence.removeByG_R(long groupId, String recordSetKey)
          Removes the d d l record set where groupId = ? and recordSetKey = ? from the database.
static DDLRecordSet DDLRecordSetUtil.removeByUUID_G(String uuid, long groupId)
          Removes the d d l record set where uuid = ? and groupId = ? from the database.
 DDLRecordSet DDLRecordSetPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d l record set where uuid = ? and groupId = ? from the database.
 


Liferay 6.2-ce-ga5