Liferay 6.1.2-ce-ga3

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

Packages that use DDLRecordSet
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.dynamicdatalists.action   
com.liferay.portlet.dynamicdatalists.lar   
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.model.impl   
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatalists.service.base   
com.liferay.portlet.dynamicdatalists.service.http   
com.liferay.portlet.dynamicdatalists.service.impl   
com.liferay.portlet.dynamicdatalists.service.permission   
com.liferay.portlet.dynamicdatalists.service.persistence   
com.liferay.portlet.dynamicdatalists.util   
 

Uses of DDLRecordSet in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return DDLRecordSet
 DDLRecordSet DataFactory.addDDLRecordSet(long groupId, long companyId, long userId, long ddmStructureId)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type DDLRecordSet
 void SampleSQLBuilder.insertDDLRecord(DDLRecord ddlRecord, DDLRecordSet ddlRecordSet, int ddlRecordCount)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.action that return DDLRecordSet
protected  DDLRecordSet EditRecordSetAction.updateRecordSet(ActionRequest actionRequest)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.lar with parameters of type DDLRecordSet
 void DDLPortletDataHandler.exportRecordSet(PortletDataContext portletDataContext, Element recordSetsElement, DDLRecordSet recordSet)
           
 void DDLPortletDataHandlerImpl.exportRecordSet(PortletDataContext portletDataContext, Element recordSetsElement, DDLRecordSet recordSet)
           
protected  String DDLPortletDataHandlerImpl.getRecordSetPath(PortletDataContext portletDataContext, DDLRecordSet recordSet)
           
 

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

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

Methods in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecordSet
 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.model.impl
 

Classes in com.liferay.portlet.dynamicdatalists.model.impl that implement DDLRecordSet
 class DDLRecordSetBaseImpl
          The extended model base implementation for the DDLRecordSet service.
 class DDLRecordSetImpl
           
 

Methods in com.liferay.portlet.dynamicdatalists.model.impl that return DDLRecordSet
 DDLRecordSet DDLRecordImpl.getRecordSet()
           
 DDLRecordSet DDLRecordSetCacheModel.toEntityModel()
           
 DDLRecordSet DDLRecordSetModelImpl.toEscapedModel()
           
static DDLRecordSet DDLRecordSetModelImpl.toModel(DDLRecordSetSoap soapModel)
          Converts the soap model instance into a normal model instance.
 DDLRecordSet DDLRecordSetModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatalists.model.impl that return types with arguments of type DDLRecordSet
 CacheModel<DDLRecordSet> DDLRecordSetModelImpl.toCacheModel()
           
static List<DDLRecordSet> DDLRecordSetModelImpl.toModels(DDLRecordSetSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.dynamicdatalists.model.impl with parameters of type DDLRecordSet
 int DDLRecordSetModelImpl.compareTo(DDLRecordSet ddlRecordSet)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecordSet
 DDLRecordSet DDLRecordSetLocalService.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 DDLRecordSetLocalServiceWrapper.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
 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 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 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 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 DDLRecordSetServiceWrapper.addRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetLocalService.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 DDLRecordSetLocalServiceWrapper.createDDLRecordSet(long recordSetId)
          Creates a new d d l record set with the primary key.
 DDLRecordSet DDLRecordSetLocalService.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.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 DDLRecordSet DDLRecordSetLocalService.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.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.deleteDDLRecordSet(long recordSetId)
          Deletes the d d l record set with the primary key from the database.
 DDLRecordSet DDLRecordSetLocalService.fetchDDLRecordSet(long recordSetId)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.fetchDDLRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.fetchDDLRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalService.fetchRecordSet(long groupId, String recordSetKey)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.fetchRecordSet(long groupId, String recordSetKey)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.fetchRecordSet(long groupId, String recordSetKey)
           
 DDLRecordSet DDLRecordSetLocalService.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 DDLRecordSetLocalServiceWrapper.getDDLRecordSet(long recordSetId)
          Returns the d d l record set with the primary key.
 DDLRecordSet DDLRecordSetLocalService.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 DDLRecordSetLocalServiceWrapper.getDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set with the UUID in the group.
static DDLRecordSet DDLRecordSetServiceUtil.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalService.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetService.getRecordSet(long recordSetId)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetServiceWrapper.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalService.getRecordSet(long groupId, String recordSetKey)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.getRecordSet(long groupId, String recordSetKey)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.getRecordSet(long groupId, String recordSetKey)
           
 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 DDLRecordSetLocalServiceUtil.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)
          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.
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 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 DDLRecordSetServiceUtil.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetLocalService.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetService.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetServiceWrapper.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.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 DDLRecordSetLocalService.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)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.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)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.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 DDLRecordSetLocalService.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)
           
static DDLRecordSet DDLRecordSetLocalServiceUtil.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)
           
 DDLRecordSet DDLRecordSetLocalServiceWrapper.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> DDLRecordSetLocalService.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> DDLRecordSetLocalServiceWrapper.getDDLRecordSets(int start, int end)
          Returns a range of all the d d l record sets.
 List<DDLRecordSet> DDLRecordSetLocalService.getRecordSets(long groupId)
           
static List<DDLRecordSet> DDLRecordSetLocalServiceUtil.getRecordSets(long groupId)
           
 List<DDLRecordSet> DDLRecordSetLocalServiceWrapper.getRecordSets(long groupId)
           
 List<DDLRecordSet> DDLRecordSetLocalService.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> DDLRecordSetLocalServiceWrapper.search(long companyId, long groupId, String keywords, int scope, 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)
           
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> DDLRecordSetLocalServiceWrapper.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 DDLRecordSetLocalService.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 DDLRecordSetLocalServiceWrapper.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
 void DDLRecordSetLocalService.addRecordSetResources(DDLRecordSet recordSet, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void DDLRecordSetLocalServiceUtil.addRecordSetResources(DDLRecordSet recordSet, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DDLRecordSetLocalServiceWrapper.addRecordSetResources(DDLRecordSet recordSet, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DDLRecordSetLocalService.addRecordSetResources(DDLRecordSet recordSet, String[] groupPermissions, String[] guestPermissions)
           
static void DDLRecordSetLocalServiceUtil.addRecordSetResources(DDLRecordSet recordSet, String[] groupPermissions, String[] guestPermissions)
           
 void DDLRecordSetLocalServiceWrapper.addRecordSetResources(DDLRecordSet recordSet, String[] groupPermissions, String[] guestPermissions)
           
 DDLRecordSet DDLRecordSetLocalService.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.
 DDLRecordSet DDLRecordSetLocalServiceWrapper.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 void DDLRecordSetLocalService.deleteRecordSet(DDLRecordSet recordSet)
           
static void DDLRecordSetLocalServiceUtil.deleteRecordSet(DDLRecordSet recordSet)
           
 void DDLRecordSetLocalServiceWrapper.deleteRecordSet(DDLRecordSet recordSet)
           
 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 DDLRecordSetLocalServiceUtil.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)
          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.
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 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.
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.base that return DDLRecordSet
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.createDDLRecordSet(long recordSetId)
          Creates a new d d l record set with the primary key.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.deleteDDLRecordSet(long recordSetId)
          Deletes the d d l record set with the primary key from the database.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.fetchDDLRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.getDDLRecordSet(long recordSetId)
          Returns the d d l record set with the primary key.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.getDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set with the UUID in the group.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.updateDDLRecordSet(DDLRecordSet ddlRecordSet, boolean merge)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base that return types with arguments of type DDLRecordSet
 List<DDLRecordSet> DDLRecordSetLocalServiceBaseImpl.getDDLRecordSets(int start, int end)
          Returns a range of all the d d l record sets.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordSet
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.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.http
 

Methods in com.liferay.portlet.dynamicdatalists.service.http that return DDLRecordSet
static DDLRecordSet DDLRecordSetServiceHttp.addRecordSet(HttpPrincipal httpPrincipal, long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetServiceHttp.getRecordSet(HttpPrincipal httpPrincipal, long recordSetId)
           
static DDLRecordSet DDLRecordSetServiceHttp.updateMinDisplayRows(HttpPrincipal httpPrincipal, long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetServiceHttp.updateRecordSet(HttpPrincipal httpPrincipal, long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
static DDLRecordSet DDLRecordSetServiceHttp.updateRecordSet(HttpPrincipal httpPrincipal, long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.impl that return DDLRecordSet
 DDLRecordSet DDLRecordSetLocalServiceImpl.addRecordSet(long userId, long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetServiceImpl.addRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
protected  DDLRecordSet DDLRecordSetLocalServiceImpl.doUpdateRecordSet(long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext, DDLRecordSet recordSet)
           
 DDLRecordSet DDLRecordSetLocalServiceImpl.fetchRecordSet(long groupId, String recordSetKey)
           
 DDLRecordSet DDLRecordSetServiceImpl.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceImpl.getRecordSet(long recordSetId)
           
 DDLRecordSet DDLRecordSetLocalServiceImpl.getRecordSet(long groupId, String recordSetKey)
           
 DDLRecordSet DDLRecordSetServiceImpl.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetLocalServiceImpl.updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetServiceImpl.updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetLocalServiceImpl.updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetServiceImpl.updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetLocalServiceImpl.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.impl that return types with arguments of type DDLRecordSet
 List<DDLRecordSet> DDLRecordSetLocalServiceImpl.getRecordSets(long groupId)
           
 List<DDLRecordSet> DDLRecordSetLocalServiceImpl.search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordSet> DDLRecordSetLocalServiceImpl.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.impl with parameters of type DDLRecordSet
 void DDLRecordSetLocalServiceImpl.addRecordSetResources(DDLRecordSet recordSet, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void DDLRecordSetLocalServiceImpl.addRecordSetResources(DDLRecordSet recordSet, String[] groupPermissions, String[] guestPermissions)
           
 void DDLRecordSetLocalServiceImpl.deleteRecordSet(DDLRecordSet recordSet)
           
protected  DDLRecordSet DDLRecordSetLocalServiceImpl.doUpdateRecordSet(long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext, DDLRecordSet recordSet)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.permission with parameters of type DDLRecordSet
static void DDLRecordSetPermission.check(PermissionChecker permissionChecker, DDLRecordSet recordSet, String actionId)
           
static boolean DDLRecordSetPermission.contains(PermissionChecker permissionChecker, DDLRecordSet recordSet, String actionId)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return DDLRecordSet
 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.
 DDLRecordSet DDLRecordSetPersistenceImpl.create(long recordSetId)
          Creates a new d d l record set with the primary key.
 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.
 DDLRecordSet DDLRecordSetPersistenceImpl.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, 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.
 DDLRecordSet DDLRecordSetPersistenceImpl.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.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 = ?.
 DDLRecordSet DDLRecordSetPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where groupId = ?.
 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 = ?.
 DDLRecordSet DDLRecordSetPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
 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.
 DDLRecordSet DDLRecordSetPersistenceImpl.fetchByPrimaryKey(long recordSetId)
          Returns the d d l record set with the primary key or returns null if it could not be found.
 DDLRecordSet DDLRecordSetPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the d d l record set with the primary key or returns null if it could not be found.
 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 = ?.
 DDLRecordSet DDLRecordSetPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
 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.
 DDLRecordSet DDLRecordSetPersistenceImpl.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, 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.
 DDLRecordSet DDLRecordSetPersistenceImpl.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_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 = ?.
 DDLRecordSet DDLRecordSetPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where uuid = ?.
 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 = ?.
 DDLRecordSet[] DDLRecordSetPersistenceImpl.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 = ?.
protected  DDLRecordSet DDLRecordSetPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DDLRecordSet ddlRecordSet, long groupId, OrderByComparator orderByComparator, boolean previous)
           
 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.
 DDLRecordSet DDLRecordSetPersistenceImpl.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.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 = ?.
 DDLRecordSet DDLRecordSetPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d l record set in the ordered set where groupId = ?.
 DDLRecordSet DDLRecordSetPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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.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[] DDLRecordSetPersistenceImpl.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.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.
 DDLRecordSet DDLRecordSetPersistenceImpl.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 DDLRecordSetPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d l record set with the primary key or throws a NoSuchModelException if it could not be found.
 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 = ?.
 DDLRecordSet DDLRecordSetPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record set in the ordered set where uuid = ?.
 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.
 DDLRecordSet DDLRecordSetPersistenceImpl.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_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 = ?.
 DDLRecordSet DDLRecordSetPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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.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[] DDLRecordSetPersistenceImpl.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 = ?.
protected  DDLRecordSet DDLRecordSetPersistenceImpl.getByGroupId_PrevAndNext(Session session, DDLRecordSet ddlRecordSet, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecordSet DDLRecordSetPersistenceImpl.getByUuid_PrevAndNext(Session session, DDLRecordSet ddlRecordSet, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 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.
 DDLRecordSet DDLRecordSetPersistenceImpl.remove(long recordSetId)
          Removes the d d l record set with the primary key from the database.
 DDLRecordSet DDLRecordSetPersistenceImpl.remove(Serializable primaryKey)
          Removes the d d l record set with the primary key 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.removeByG_R(long groupId, String recordSetKey)
          Removes the d d l record set where groupId = ? and recordSetKey = ? from the database.
 DDLRecordSet DDLRecordSetPersistenceImpl.removeByG_R(long groupId, String recordSetKey)
          Removes the d d l record set where groupId = ? and recordSetKey = ? 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.
static DDLRecordSet DDLRecordSetUtil.removeByUUID_G(String uuid, long groupId)
          Removes the d d l record set where uuid = ? and groupId = ? from the database.
 DDLRecordSet DDLRecordSetPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the d d l record set where uuid = ? and groupId = ? from the database.
protected  DDLRecordSet DDLRecordSetPersistenceImpl.removeImpl(DDLRecordSet ddlRecordSet)
           
protected  DDLRecordSet DDLRecordSetPersistenceImpl.toUnwrappedModel(DDLRecordSet ddlRecordSet)
           
static DDLRecordSet DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet, boolean merge)
           
static DDLRecordSet DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet, boolean merge, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetPersistence.updateImpl(DDLRecordSet ddlRecordSet, boolean merge)
           
static DDLRecordSet DDLRecordSetUtil.updateImpl(DDLRecordSet ddlRecordSet, boolean merge)
           
 DDLRecordSet DDLRecordSetPersistenceImpl.updateImpl(DDLRecordSet ddlRecordSet, boolean merge)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return types with arguments of type DDLRecordSet
protected  List<DDLRecordSet> DDLRecordSetFinderImpl.doFindByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 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 = ?.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.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, 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 = ?.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.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, 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 = ?.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.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.findAll()
          Returns all the d d l record sets.
static List<DDLRecordSet> DDLRecordSetUtil.findAll()
          Returns all the d d l record sets.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.findAll()
          Returns 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)
          Returns a range of all the d d l record sets.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.findAll(int start, int end)
          Returns a 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> DDLRecordSetUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record sets.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.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)
           
 List<DDLRecordSet> DDLRecordSetFinderImpl.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)
           
 List<DDLRecordSet> DDLRecordSetFinderImpl.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> 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 = ?.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.findByGroupId(long groupId)
          Returns 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)
          Returns a range of all the d d l record sets where groupId = ?.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.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, 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 = ?.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.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)
           
 List<DDLRecordSet> DDLRecordSetFinderImpl.findByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 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 = ?.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.findByUuid(String uuid)
          Returns 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)
          Returns a range of all the d d l record sets where uuid = ?.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.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, 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 = ?.
 List<DDLRecordSet> DDLRecordSetPersistenceImpl.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
 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.
 void DDLRecordSetPersistenceImpl.cacheResult(DDLRecordSet ddlRecordSet)
          Caches the d d l record set in the entity cache if it is enabled.
protected  void DDLRecordSetPersistenceImpl.cacheUniqueFindersCache(DDLRecordSet ddlRecordSet)
           
static void DDLRecordSetUtil.clearCache(DDLRecordSet ddlRecordSet)
           
 void DDLRecordSetPersistenceImpl.clearCache(DDLRecordSet ddlRecordSet)
          Clears the cache for the d d l record set.
protected  void DDLRecordSetPersistenceImpl.clearUniqueFindersCache(DDLRecordSet ddlRecordSet)
           
protected  DDLRecordSet DDLRecordSetPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DDLRecordSet ddlRecordSet, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecordSet DDLRecordSetPersistenceImpl.getByGroupId_PrevAndNext(Session session, DDLRecordSet ddlRecordSet, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecordSet DDLRecordSetPersistenceImpl.getByUuid_PrevAndNext(Session session, DDLRecordSet ddlRecordSet, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecordSet DDLRecordSetPersistenceImpl.removeImpl(DDLRecordSet ddlRecordSet)
           
protected  DDLRecordSet DDLRecordSetPersistenceImpl.toUnwrappedModel(DDLRecordSet ddlRecordSet)
           
static DDLRecordSet DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet, boolean merge)
           
static DDLRecordSet DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet, boolean merge, ServiceContext serviceContext)
           
 DDLRecordSet DDLRecordSetPersistence.updateImpl(DDLRecordSet ddlRecordSet, boolean merge)
           
static DDLRecordSet DDLRecordSetUtil.updateImpl(DDLRecordSet ddlRecordSet, boolean merge)
           
 DDLRecordSet DDLRecordSetPersistenceImpl.updateImpl(DDLRecordSet ddlRecordSet, boolean merge)
           
 

Method parameters in com.liferay.portlet.dynamicdatalists.service.persistence with type arguments of type DDLRecordSet
 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.
 void DDLRecordSetPersistenceImpl.cacheResult(List<DDLRecordSet> ddlRecordSets)
          Caches the d d l record sets in the entity cache if it is enabled.
 void DDLRecordSetPersistenceImpl.clearCache(List<DDLRecordSet> ddlRecordSets)
           
 

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)
           
 void DDLImpl.addAllReservedEls(Element rootElement, Map<String,String> tokens, DDLRecordSet recordSet)
           
static JSONArray DDLUtil.getRecordSetJSONArray(DDLRecordSet recordSet)
           
 JSONArray DDL.getRecordSetJSONArray(DDLRecordSet recordSet)
           
 JSONArray DDLImpl.getRecordSetJSONArray(DDLRecordSet recordSet)
           
 JSONArray DDL.getRecordsJSONArray(DDLRecordSet recordSet)
           
 JSONArray DDLImpl.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)
           
 String DDLImpl.getTemplateContent(long ddmTemplateId, DDLRecordSet recordSet, ThemeDisplay themeDisplay, RenderRequest renderRequest, RenderResponse renderResponse)
           
 


Liferay 6.1.2-ce-ga3