Liferay 6.1.10-ee-ga1

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 DDLRecordWrapper.getRecordSet()
           
 DDLRecordSet DDLRecord.getRecordSet()
           
 DDLRecordSet DDLRecordSetWrapper.getWrappedDDLRecordSet()
          Deprecated. Renamed to DDLRecordSetWrapper.getWrappedModel()
 DDLRecordSet DDLRecordSetWrapper.getWrappedModel()
           
 DDLRecordSet DDLRecordSetWrapper.toEscapedModel()
           
 DDLRecordSet DDLRecordSetModel.toEscapedModel()
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecordSet
 int DDLRecordSetWrapper.compareTo(DDLRecordSet ddlRecordSet)
           
 int DDLRecordSetModel.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.
 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)
           
 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)
           
 DDLRecordSet DDLRecordSetServiceWrapper.addRecordSet(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)
           
 DDLRecordSet DDLRecordSetService.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.
 DDLRecordSet DDLRecordSetLocalService.createDDLRecordSet(long recordSetId)
          Creates a new d d l record set with the primary key.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.fetchDDLRecordSet(long recordSetId)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.fetchDDLRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalService.fetchDDLRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.fetchRecordSet(long groupId, String recordSetKey)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.fetchRecordSet(long groupId, String recordSetKey)
           
 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.
 DDLRecordSet DDLRecordSetLocalService.getDDLRecordSet(long recordSetId)
          Returns the d d l record set with the primary key.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.getDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set with the UUID in the group.
static DDLRecordSet DDLRecordSetLocalServiceUtil.getDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set with the UUID in the group.
 DDLRecordSet DDLRecordSetLocalService.getDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set with the UUID in the group.
 DDLRecordSet DDLRecordSetServiceWrapper.getRecordSet(long recordSetId)
           
static DDLRecordSet DDLRecordSetServiceUtil.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetService.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.getRecordSet(long recordSetId)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalService.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.getRecordSet(long groupId, String recordSetKey)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.getRecordSet(long groupId, String recordSetKey)
           
 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.
 DDLRecordSet DDLRecordSetLocalService.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.updateDDLRecordSet(DDLRecordSet ddlRecordSet, boolean merge)
          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, boolean merge)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 DDLRecordSet DDLRecordSetLocalService.updateDDLRecordSet(DDLRecordSet ddlRecordSet, boolean merge)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 DDLRecordSet DDLRecordSetServiceWrapper.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetServiceUtil.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetService.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)
           
 DDLRecordSet DDLRecordSetLocalService.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetServiceWrapper.updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, 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 DDLRecordSetService.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)
           
 DDLRecordSet DDLRecordSetLocalService.updateRecordSet(long recordSetId, long ddmStructureId, 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)
           
static DDLRecordSet DDLRecordSetServiceUtil.updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetService.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)
           
 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.
 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)
           
 List<DDLRecordSet> DDLRecordSetLocalService.getRecordSets(long groupId)
           
 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)
           
 List<DDLRecordSet> DDLRecordSetLocalService.search(long companyId, long groupId, String keywords, int scope, 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)
           
 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.
 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)
           
 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)
           
 void DDLRecordSetLocalService.addRecordSetResources(DDLRecordSet recordSet, String[] groupPermissions, String[] guestPermissions)
           
 void DDLRecordSetLocalServiceWrapper.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
static void DDLRecordSetLocalServiceUtil.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 void 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)
           
 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.
 DDLRecordSet DDLRecordSetLocalService.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.updateDDLRecordSet(DDLRecordSet ddlRecordSet, boolean merge)
          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, boolean merge)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 DDLRecordSet DDLRecordSetLocalService.updateDDLRecordSet(DDLRecordSet ddlRecordSet, boolean merge)
          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
static DDLRecordSet DDLRecordSetUtil.create(long recordSetId)
          Creates a new d d l record set with the primary key.
 DDLRecordSet DDLRecordSetPersistence.create(long recordSetId)
          Creates a new d d l record set with the primary key.
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.
 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, 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.
 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.fetchByPrimaryKey(long recordSetId)
          Returns the d d l record set with the primary key or returns null if it could not be found.
 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.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.
 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, 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.
 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.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_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.update(DDLRecordSet ddlRecordSet, boolean merge)
           
static DDLRecordSet DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet, boolean merge, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetUtil.updateImpl(DDLRecordSet ddlRecordSet, boolean merge)
           
 DDLRecordSet DDLRecordSetPersistence.updateImpl(DDLRecordSet ddlRecordSet, boolean merge)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return types with arguments of type DDLRecordSet
static List<DDLRecordSet> DDLRecordSetUtil.filterFindByGroupId(long groupId)
          Returns all the d d l record sets that the user has permission to view where groupId = ?.
 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, int start, int end)
          Returns a range of all the d d l record sets that the user has permission to view where groupId = ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets that the user has permissions to view where groupId = ?.
 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.findAll()
          Returns all the d d l record sets.
 List<DDLRecordSet> DDLRecordSetPersistence.findAll()
          Returns 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.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets.
 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> DDLRecordSetFinderUtil.findByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 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)
           
 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)
           
static List<DDLRecordSet> DDLRecordSetUtil.findByGroupId(long groupId)
          Returns all the d d l record sets where groupId = ?.
 List<DDLRecordSet> DDLRecordSetPersistence.findByGroupId(long groupId)
          Returns 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 = ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where groupId = ?.
 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> DDLRecordSetFinderUtil.findByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetFinder.findByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordSet> DDLRecordSetUtil.findByUuid(String uuid)
          Returns all the d d l record sets where uuid = ?.
 List<DDLRecordSet> DDLRecordSetPersistence.findByUuid(String uuid)
          Returns 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 = ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets where uuid = ?.
 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.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
static void DDLRecordSetUtil.cacheResult(DDLRecordSet ddlRecordSet)
          Caches the d d l record set in the entity cache if it is enabled.
 void DDLRecordSetPersistence.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, boolean merge)
           
static DDLRecordSet DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet, boolean merge, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetUtil.updateImpl(DDLRecordSet ddlRecordSet, boolean merge)
           
 DDLRecordSet DDLRecordSetPersistence.updateImpl(DDLRecordSet ddlRecordSet, boolean merge)
           
 

Method parameters in com.liferay.portlet.dynamicdatalists.service.persistence with type arguments of type DDLRecordSet
static void DDLRecordSetUtil.cacheResult(List<DDLRecordSet> ddlRecordSets)
          Caches the d d l record sets in the entity cache if it is enabled.
 void DDLRecordSetPersistence.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 void DDLUtil.addAllReservedEls(Element rootElement, Map<String,String> tokens, DDLRecordSet recordSet)
           
 void DDL.addAllReservedEls(Element rootElement, Map<String,String> tokens, DDLRecordSet recordSet)
           
static JSONArray DDLUtil.getRecordSetJSONArray(DDLRecordSet recordSet)
           
 JSONArray DDL.getRecordSetJSONArray(DDLRecordSet recordSet)
           
 JSONArray DDL.getRecordsJSONArray(DDLRecordSet recordSet)
           
static String DDLUtil.getTemplateContent(long ddmTemplateId, DDLRecordSet recordSet, ThemeDisplay themeDisplay, RenderRequest renderRequest, RenderResponse renderResponse)
           
 String DDL.getTemplateContent(long ddmTemplateId, DDLRecordSet recordSet, ThemeDisplay themeDisplay, RenderRequest renderRequest, RenderResponse renderResponse)
           
 


Liferay 6.1.10-ee-ga1