Liferay 6.2.0

Uses of Interface
com.liferay.portlet.dynamicdatalists.model.DDLRecordSet

Packages that use DDLRecordSet
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatalists.service.persistence   
com.liferay.portlet.dynamicdatalists.util   
 

Uses of DDLRecordSet in com.liferay.portlet.dynamicdatalists.model
 

Classes in com.liferay.portlet.dynamicdatalists.model that implement DDLRecordSet
 class DDLRecordSetWrapper
           This class is a wrapper for DDLRecordSet.
 

Methods in com.liferay.portlet.dynamicdatalists.model that return DDLRecordSet
 DDLRecordSet DDLRecordVersionWrapper.getRecordSet()
           
abstract  DDLRecordSet DDLRecord.getRecordSet()
           
 DDLRecordSet DDLRecordWrapper.getRecordSet()
           
abstract  DDLRecordSet DDLRecordVersion.getRecordSet()
           
 DDLRecordSet DDLRecordSetWrapper.getWrappedDDLRecordSet()
          Deprecated. As of 6.1.0, replaced by DDLRecordSetWrapper.getWrappedModel()
 DDLRecordSet DDLRecordSetWrapper.getWrappedModel()
           
abstract  DDLRecordSet DDLRecordSetModel.toEscapedModel()
           
 DDLRecordSet DDLRecordSetWrapper.toEscapedModel()
           
abstract  DDLRecordSet DDLRecordSetModel.toUnescapedModel()
           
 DDLRecordSet DDLRecordSetWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatalists.model that return types with arguments of type DDLRecordSet
abstract  CacheModel<DDLRecordSet> DDLRecordSetModel.toCacheModel()
           
 CacheModel<DDLRecordSet> DDLRecordSetWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecordSet
abstract  int DDLRecordSetModel.compareTo(DDLRecordSet ddlRecordSet)
           
 int DDLRecordSetWrapper.compareTo(DDLRecordSet ddlRecordSet)
           
static DDLRecordSetSoap DDLRecordSetSoap.toSoapModel(DDLRecordSet model)
           
static DDLRecordSetSoap[] DDLRecordSetSoap.toSoapModels(DDLRecordSet[] models)
           
static DDLRecordSetSoap[][] DDLRecordSetSoap.toSoapModels(DDLRecordSet[][] models)
           
 

Method parameters in com.liferay.portlet.dynamicdatalists.model with type arguments of type DDLRecordSet
static DDLRecordSetSoap[] DDLRecordSetSoap.toSoapModels(List<DDLRecordSet> models)
           
 

Constructors in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecordSet
DDLRecordSetWrapper(DDLRecordSet ddlRecordSet)
           
 

Uses of DDLRecordSet in com.liferay.portlet.dynamicdatalists.service
 

Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecordSet
 DDLRecordSet DDLRecordSetLocalServiceWrapper.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
static DDLRecordSet DDLRecordSetLocalServiceUtil.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
abstract  DDLRecordSet DDLRecordSetLocalService.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.addRecordSet(long userId, long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.addRecordSet(long userId, long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
abstract  DDLRecordSet DDLRecordSetLocalService.addRecordSet(long userId, long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetServiceUtil.addRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
abstract  DDLRecordSet DDLRecordSetService.addRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetServiceWrapper.addRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.createDDLRecordSet(long recordSetId)
          Creates a new d d l record set with the primary key.
static DDLRecordSet DDLRecordSetLocalServiceUtil.createDDLRecordSet(long recordSetId)
          Creates a new d d l record set with the primary key.
abstract  DDLRecordSet DDLRecordSetLocalService.createDDLRecordSet(long recordSetId)
          Creates a new d d l record set with the primary key.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
static DDLRecordSet DDLRecordSetLocalServiceUtil.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
abstract  DDLRecordSet DDLRecordSetLocalService.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.deleteDDLRecordSet(long recordSetId)
          Deletes the d d l record set with the primary key from the database.
static DDLRecordSet DDLRecordSetLocalServiceUtil.deleteDDLRecordSet(long recordSetId)
          Deletes the d d l record set with the primary key from the database.
abstract  DDLRecordSet DDLRecordSetLocalService.deleteDDLRecordSet(long recordSetId)
          Deletes the d d l record set with the primary key from the database.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.fetchDDLRecordSet(long recordSetId)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.fetchDDLRecordSet(long recordSetId)
           
abstract  DDLRecordSet DDLRecordSetLocalService.fetchDDLRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.fetchDDLRecordSetByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record set with the matching UUID and company.
static DDLRecordSet DDLRecordSetLocalServiceUtil.fetchDDLRecordSetByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record set with the matching UUID and company.
abstract  DDLRecordSet DDLRecordSetLocalService.fetchDDLRecordSetByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record set with the matching UUID and company.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.fetchDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set matching the UUID and group.
static DDLRecordSet DDLRecordSetLocalServiceUtil.fetchDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set matching the UUID and group.
abstract  DDLRecordSet DDLRecordSetLocalService.fetchDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set matching the UUID and group.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.fetchRecordSet(long recordSetId)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.fetchRecordSet(long recordSetId)
           
abstract  DDLRecordSet DDLRecordSetLocalService.fetchRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.fetchRecordSet(long groupId, String recordSetKey)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.fetchRecordSet(long groupId, String recordSetKey)
           
abstract  DDLRecordSet DDLRecordSetLocalService.fetchRecordSet(long groupId, String recordSetKey)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.getDDLRecordSet(long recordSetId)
          Returns the d d l record set with the primary key.
static DDLRecordSet DDLRecordSetLocalServiceUtil.getDDLRecordSet(long recordSetId)
          Returns the d d l record set with the primary key.
abstract  DDLRecordSet DDLRecordSetLocalService.getDDLRecordSet(long recordSetId)
          Returns the d d l record set with the primary key.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.getDDLRecordSetByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record set with the matching UUID and company.
static DDLRecordSet DDLRecordSetLocalServiceUtil.getDDLRecordSetByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record set with the matching UUID and company.
abstract  DDLRecordSet DDLRecordSetLocalService.getDDLRecordSetByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record set with the matching UUID and company.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.getDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set matching the UUID and group.
static DDLRecordSet DDLRecordSetLocalServiceUtil.getDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set matching the UUID and group.
abstract  DDLRecordSet DDLRecordSetLocalService.getDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set matching the UUID and group.
static DDLRecordSet DDLRecordSetServiceUtil.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.getRecordSet(long recordSetId)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.getRecordSet(long recordSetId)
           
abstract  DDLRecordSet DDLRecordSetService.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetServiceWrapper.getRecordSet(long recordSetId)
           
abstract  DDLRecordSet DDLRecordSetLocalService.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.getRecordSet(long groupId, String recordSetKey)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.getRecordSet(long groupId, String recordSetKey)
           
abstract  DDLRecordSet DDLRecordSetLocalService.getRecordSet(long groupId, String recordSetKey)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
static DDLRecordSet DDLRecordSetLocalServiceUtil.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
abstract  DDLRecordSet DDLRecordSetLocalService.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
static DDLRecordSet DDLRecordSetServiceUtil.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
abstract  DDLRecordSet DDLRecordSetService.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetServiceWrapper.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
abstract  DDLRecordSet DDLRecordSetLocalService.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetServiceUtil.updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
abstract  DDLRecordSet DDLRecordSetService.updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetServiceWrapper.updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
abstract  DDLRecordSet DDLRecordSetLocalService.updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetServiceUtil.updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
abstract  DDLRecordSet DDLRecordSetService.updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetServiceWrapper.updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
abstract  DDLRecordSet DDLRecordSetLocalService.updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service that return types with arguments of type DDLRecordSet
 List<DDLRecordSet> DDLRecordSetLocalServiceWrapper.getDDLRecordSets(int start, int end)
          Returns a range of all the d d l record sets.
static List<DDLRecordSet> DDLRecordSetLocalServiceUtil.getDDLRecordSets(int start, int end)
          Returns a range of all the d d l record sets.
abstract  List<DDLRecordSet> DDLRecordSetLocalService.getDDLRecordSets(int start, int end)
          Returns a range of all the d d l record sets.
 List<DDLRecordSet> DDLRecordSetLocalServiceWrapper.getRecordSets(long groupId)
           
static List<DDLRecordSet> DDLRecordSetLocalServiceUtil.getRecordSets(long groupId)
           
abstract  List<DDLRecordSet> DDLRecordSetLocalService.getRecordSets(long groupId)
           
static List<DDLRecordSet> DDLRecordSetServiceUtil.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetLocalServiceWrapper.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetLocalServiceUtil.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetService.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetServiceWrapper.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetLocalService.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetServiceUtil.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetLocalServiceWrapper.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetLocalServiceUtil.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetService.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetServiceWrapper.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetLocalService.search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordSet
 DDLRecordSet DDLRecordSetLocalServiceWrapper.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
static DDLRecordSet DDLRecordSetLocalServiceUtil.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
abstract  DDLRecordSet DDLRecordSetLocalService.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
 void DDLRecordSetLocalServiceWrapper.addRecordSetResources(DDLRecordSet recordSet, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void DDLRecordSetLocalServiceUtil.addRecordSetResources(DDLRecordSet recordSet, boolean addGroupPermissions, boolean addGuestPermissions)
           
abstract  void DDLRecordSetLocalService.addRecordSetResources(DDLRecordSet recordSet, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DDLRecordSetLocalServiceWrapper.addRecordSetResources(DDLRecordSet recordSet, String[] groupPermissions, String[] guestPermissions)
           
static void DDLRecordSetLocalServiceUtil.addRecordSetResources(DDLRecordSet recordSet, String[] groupPermissions, String[] guestPermissions)
           
abstract  void DDLRecordSetLocalService.addRecordSetResources(DDLRecordSet recordSet, String[] groupPermissions, String[] guestPermissions)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
static DDLRecordSet DDLRecordSetLocalServiceUtil.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
abstract  DDLRecordSet DDLRecordSetLocalService.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 void DDLRecordSetLocalServiceWrapper.deleteRecordSet(DDLRecordSet recordSet)
           
static void DDLRecordSetLocalServiceUtil.deleteRecordSet(DDLRecordSet recordSet)
           
abstract  void DDLRecordSetLocalService.deleteRecordSet(DDLRecordSet recordSet)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
static DDLRecordSet DDLRecordSetLocalServiceUtil.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
abstract  DDLRecordSet DDLRecordSetLocalService.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return DDLRecordSet
abstract  DDLRecordSet DDLRecordSetPersistence.create(long recordSetId)
          Creates a new d d l record set with the primary key.
static DDLRecordSet DDLRecordSetUtil.create(long recordSetId)
          Creates a new d d l record set with the primary key.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByG_R(long groupId, String recordSetKey)
          Returns the d d l record set where groupId = ? and recordSetKey = ? or returns null if it could not be found.
static DDLRecordSet DDLRecordSetUtil.fetchByG_R(long groupId, String recordSetKey)
          Returns the d d l record set where groupId = ? and recordSetKey = ? or returns null if it could not be found.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByG_R(long groupId, String recordSetKey, boolean retrieveFromCache)
          Returns the d d l record set where groupId = ? and recordSetKey = ? or returns null if it could not be found, optionally using the finder cache.
static DDLRecordSet DDLRecordSetUtil.fetchByG_R(long groupId, String recordSetKey, boolean retrieveFromCache)
          Returns the d d l record set where groupId = ? and recordSetKey = ? or returns null if it could not be found, optionally using the finder cache.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where groupId = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where groupId = ?.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByPrimaryKey(long recordSetId)
          Returns the d d l record set with the primary key or returns null if it could not be found.
static DDLRecordSet DDLRecordSetUtil.fetchByPrimaryKey(long recordSetId)
          Returns the d d l record set with the primary key or returns null if it could not be found.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByUuid_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.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByUuid_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.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the d d l record set where uuid = ? and groupId = ? or returns null if it could not be found.
static DDLRecordSet DDLRecordSetUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the d d l record set where uuid = ? and groupId = ? or returns null if it could not be found.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d l record set where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DDLRecordSet DDLRecordSetUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d l record set where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  DDLRecordSet DDLRecordSetPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
static DDLRecordSet DDLRecordSetUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
abstract  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.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 = ?.
abstract  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.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.
abstract  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_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where groupId = ?.
abstract  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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
abstract  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.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 = ?.
abstract  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.findByPrimaryKey(long recordSetId)
          Returns the d d l record set with the primary key or throws a NoSuchRecordSetException if it could not be found.
abstract  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_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?.
abstract  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_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?.
abstract  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_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 = ?.
abstract  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_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
abstract  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_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.
abstract  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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
abstract  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.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 = ?.
abstract  DDLRecordSet DDLRecordSetPersistence.remove(long recordSetId)
          Removes the d d l record set with the primary key from the database.
static DDLRecordSet DDLRecordSetUtil.remove(long recordSetId)
          Removes the d d l record set with the primary key from the database.
abstract  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.removeByG_R(long groupId, String recordSetKey)
          Removes the d d l record set where groupId = ? and recordSetKey = ? from the database.
abstract  DDLRecordSet DDLRecordSetPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d l record set where uuid = ? and groupId = ? 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.
static DDLRecordSet DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet)
           
static DDLRecordSet DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet, ServiceContext serviceContext)
           
abstract  DDLRecordSet DDLRecordSetPersistence.updateImpl(DDLRecordSet ddlRecordSet)
           
static DDLRecordSet DDLRecordSetUtil.updateImpl(DDLRecordSet ddlRecordSet)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return types with arguments of type DDLRecordSet
static List<DDLRecordSet> DDLRecordSetFinderUtil.filterFindByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetFinder.filterFindByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetFinderUtil.filterFindByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetFinder.filterFindByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetPersistence.filterFindByGroupId(long groupId)
          Returns all the d d l record sets that the user has permission to view where groupId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.filterFindByGroupId(long groupId)
          Returns all the d d l record sets that the user has permission to view where groupId = ?.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the d d l record sets that the user has permission to view where groupId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the d d l record sets that the user has permission to view where groupId = ?.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets that the user has permissions to view where groupId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets that the user has permissions to view where groupId = ?.
static List<DDLRecordSet> DDLRecordSetFinderUtil.filterFindByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetFinder.filterFindByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findAll()
          Returns all the d d l record sets.
static List<DDLRecordSet> DDLRecordSetUtil.findAll()
          Returns all the d d l record sets.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findAll(int start, int end)
          Returns a range of all the d d l record sets.
static List<DDLRecordSet> DDLRecordSetUtil.findAll(int start, int end)
          Returns a range of all the d d l record sets.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets.
static List<DDLRecordSet> DDLRecordSetUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets.
static List<DDLRecordSet> DDLRecordSetFinderUtil.findByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetFinder.findByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetFinderUtil.findByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetFinder.findByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findByGroupId(long groupId)
          Returns all the d d l record sets where groupId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByGroupId(long groupId)
          Returns all the d d l record sets where groupId = ?.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the d d l record sets where groupId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the d d l record sets where groupId = ?.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where groupId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where groupId = ?.
static List<DDLRecordSet> DDLRecordSetFinderUtil.findByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetFinder.findByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the d d l record sets where uuid = ? and companyId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByUuid_C(String uuid, long companyId)
          Returns all the d d l record sets where uuid = ? and companyId = ?.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d l record sets where uuid = ? and companyId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d l record sets where uuid = ? and companyId = ?.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where uuid = ? and companyId = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where uuid = ? and companyId = ?.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findByUuid(String uuid)
          Returns all the d d l record sets where uuid = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByUuid(String uuid)
          Returns all the d d l record sets where uuid = ?.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d l record sets where uuid = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d l record sets where uuid = ?.
abstract  List<DDLRecordSet> DDLRecordSetPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where uuid = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where uuid = ?.
static List<DDLRecordSet> DDLRecordSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DDLRecordSet> DDLRecordSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DDLRecordSet> DDLRecordSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence with parameters of type DDLRecordSet
abstract  void DDLRecordSetPersistence.cacheResult(DDLRecordSet ddlRecordSet)
          Caches the d d l record set in the entity cache if it is enabled.
static void DDLRecordSetUtil.cacheResult(DDLRecordSet ddlRecordSet)
          Caches the d d l record set in the entity cache if it is enabled.
static void DDLRecordSetUtil.clearCache(DDLRecordSet ddlRecordSet)
           
static DDLRecordSet DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet)
           
static DDLRecordSet DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet, ServiceContext serviceContext)
           
abstract  DDLRecordSet DDLRecordSetPersistence.updateImpl(DDLRecordSet ddlRecordSet)
           
static DDLRecordSet DDLRecordSetUtil.updateImpl(DDLRecordSet ddlRecordSet)
           
 

Method parameters in com.liferay.portlet.dynamicdatalists.service.persistence with type arguments of type DDLRecordSet
abstract  void DDLRecordSetPersistence.cacheResult(List<DDLRecordSet> ddlRecordSets)
          Caches the d d l record sets in the entity cache if it is enabled.
static void DDLRecordSetUtil.cacheResult(List<DDLRecordSet> ddlRecordSets)
          Caches the d d l record sets in the entity cache if it is enabled.
 

Uses of DDLRecordSet in com.liferay.portlet.dynamicdatalists.util
 

Methods in com.liferay.portlet.dynamicdatalists.util with parameters of type DDLRecordSet
static JSONArray DDLUtil.getRecordSetJSONArray(DDLRecordSet recordSet)
           
abstract  JSONArray DDL.getRecordSetJSONArray(DDLRecordSet recordSet)
           
abstract  JSONArray DDL.getRecordsJSONArray(DDLRecordSet recordSet)
           
static String DDLUtil.getTemplateContent(long ddmTemplateId, DDLRecordSet recordSet, ThemeDisplay themeDisplay, RenderRequest renderRequest, RenderResponse renderResponse)
           
abstract  String DDL.getTemplateContent(long ddmTemplateId, DDLRecordSet recordSet, ThemeDisplay themeDisplay, RenderRequest renderRequest, RenderResponse renderResponse)
           
static String DDLUtil.getTemplateContent(javax.servlet.jsp.PageContext pageContext, long ddmTemplateId, DDLRecordSet recordSet, ThemeDisplay themeDisplay, RenderRequest renderRequest, RenderResponse renderResponse)
          Taglib (JSTL) support in templates requires a PageContext instance; if it's null, objects for taglib support are not available in the template context.
abstract  String DDL.getTemplateContent(javax.servlet.jsp.PageContext pageContext, long ddmTemplateId, DDLRecordSet recordSet, ThemeDisplay themeDisplay, RenderRequest renderRequest, RenderResponse renderResponse)
          Taglib (JSTL) support in templates requires a PageContext instance; if it's null, objects for taglib support are not available in the template context.
 


Liferay 6.2.0