Liferay 6.2-ce-ga5

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

Packages that use DDLRecord
com.liferay.portlet.dynamicdatalists.action   
com.liferay.portlet.dynamicdatalists.asset   
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   
com.liferay.portlet.dynamicdatalists.workflow   
 

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

Methods in com.liferay.portlet.dynamicdatalists.action that return DDLRecord
protected  DDLRecord EditRecordAction.updateRecord(ActionRequest actionRequest)
           
 

Uses of DDLRecord in com.liferay.portlet.dynamicdatalists.asset
 

Constructors in com.liferay.portlet.dynamicdatalists.asset with parameters of type DDLRecord
DDLRecordAssetRenderer(DDLRecord record, DDLRecordVersion recordVersion)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.lar with parameters of type DDLRecord
protected  void DDLRecordStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, DDLRecord record)
           
protected  void DDLRecordStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, DDLRecord record)
           
 String DDLRecordStagedModelDataHandler.getDisplayName(DDLRecord record)
           
protected  void DDLRecordStagedModelDataHandler.validateExport(PortletDataContext portletDataContext, DDLRecord record)
           
 

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

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

Methods in com.liferay.portlet.dynamicdatalists.model that return DDLRecord
 DDLRecord DDLRecordVersionWrapper.getRecord()
           
 DDLRecord DDLRecordVersion.getRecord()
           
 DDLRecord DDLRecordWrapper.getWrappedDDLRecord()
          Deprecated. As of 6.1.0, replaced by DDLRecordWrapper.getWrappedModel()
 DDLRecord DDLRecordWrapper.getWrappedModel()
           
 DDLRecord DDLRecordModel.toEscapedModel()
           
 DDLRecord DDLRecordWrapper.toEscapedModel()
           
 DDLRecord DDLRecordModel.toUnescapedModel()
           
 DDLRecord DDLRecordWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatalists.model that return types with arguments of type DDLRecord
 List<DDLRecord> DDLRecordSet.getRecords()
           
 List<DDLRecord> DDLRecordSetWrapper.getRecords()
           
 CacheModel<DDLRecord> DDLRecordModel.toCacheModel()
           
 CacheModel<DDLRecord> DDLRecordWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecord
 int DDLRecordModel.compareTo(DDLRecord ddlRecord)
           
 int DDLRecordWrapper.compareTo(DDLRecord ddlRecord)
           
static DDLRecordSoap DDLRecordSoap.toSoapModel(DDLRecord model)
           
static DDLRecordSoap[] DDLRecordSoap.toSoapModels(DDLRecord[] models)
           
static DDLRecordSoap[][] DDLRecordSoap.toSoapModels(DDLRecord[][] models)
           
 

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

Constructors in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecord
DDLRecordWrapper(DDLRecord ddlRecord)
           
 

Uses of DDLRecord in com.liferay.portlet.dynamicdatalists.model.impl
 

Classes in com.liferay.portlet.dynamicdatalists.model.impl that implement DDLRecord
 class DDLRecordBaseImpl
          The extended model base implementation for the DDLRecord service.
 class DDLRecordImpl
           
 

Methods in com.liferay.portlet.dynamicdatalists.model.impl that return DDLRecord
 DDLRecord DDLRecordVersionImpl.getRecord()
           
 DDLRecord DDLRecordCacheModel.toEntityModel()
           
 DDLRecord DDLRecordModelImpl.toEscapedModel()
           
static DDLRecord DDLRecordModelImpl.toModel(DDLRecordSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

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

Methods in com.liferay.portlet.dynamicdatalists.model.impl with parameters of type DDLRecord
 int DDLRecordModelImpl.compareTo(DDLRecord ddlRecord)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecord
static DDLRecord DDLRecordLocalServiceUtil.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecord DDLRecordLocalService.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecord DDLRecordLocalServiceWrapper.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecord DDLRecordServiceWrapper.addRecord(long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceUtil.addRecord(long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordService.addRecord(long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordServiceWrapper.addRecord(long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceUtil.addRecord(long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
 DDLRecord DDLRecordService.addRecord(long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.addRecord(long userId, long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalService.addRecord(long userId, long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.addRecord(long userId, long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.addRecord(long userId, long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalService.addRecord(long userId, long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.addRecord(long userId, long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.createDDLRecord(long recordId)
          Creates a new d d l record with the primary key.
 DDLRecord DDLRecordLocalService.createDDLRecord(long recordId)
          Creates a new d d l record with the primary key.
 DDLRecord DDLRecordLocalServiceWrapper.createDDLRecord(long recordId)
          Creates a new d d l record with the primary key.
static DDLRecord DDLRecordLocalServiceUtil.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord DDLRecordLocalService.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord DDLRecordLocalServiceWrapper.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
static DDLRecord DDLRecordLocalServiceUtil.deleteDDLRecord(long recordId)
          Deletes the d d l record with the primary key from the database.
 DDLRecord DDLRecordLocalService.deleteDDLRecord(long recordId)
          Deletes the d d l record with the primary key from the database.
 DDLRecord DDLRecordLocalServiceWrapper.deleteDDLRecord(long recordId)
          Deletes the d d l record with the primary key from the database.
 DDLRecord DDLRecordServiceWrapper.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceUtil.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalService.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
 DDLRecord DDLRecordService.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.fetchDDLRecord(long recordId)
           
 DDLRecord DDLRecordLocalService.fetchDDLRecord(long recordId)
           
 DDLRecord DDLRecordLocalServiceWrapper.fetchDDLRecord(long recordId)
           
static DDLRecord DDLRecordLocalServiceUtil.fetchDDLRecordByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record with the matching UUID and company.
 DDLRecord DDLRecordLocalService.fetchDDLRecordByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record with the matching UUID and company.
 DDLRecord DDLRecordLocalServiceWrapper.fetchDDLRecordByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record with the matching UUID and company.
static DDLRecord DDLRecordLocalServiceUtil.fetchDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 DDLRecord DDLRecordLocalService.fetchDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 DDLRecord DDLRecordLocalServiceWrapper.fetchDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
static DDLRecord DDLRecordLocalServiceUtil.fetchRecord(long recordId)
           
 DDLRecord DDLRecordLocalService.fetchRecord(long recordId)
           
 DDLRecord DDLRecordLocalServiceWrapper.fetchRecord(long recordId)
           
static DDLRecord DDLRecordLocalServiceUtil.getDDLRecord(long recordId)
          Returns the d d l record with the primary key.
 DDLRecord DDLRecordLocalService.getDDLRecord(long recordId)
          Returns the d d l record with the primary key.
 DDLRecord DDLRecordLocalServiceWrapper.getDDLRecord(long recordId)
          Returns the d d l record with the primary key.
static DDLRecord DDLRecordLocalServiceUtil.getDDLRecordByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record with the matching UUID and company.
 DDLRecord DDLRecordLocalService.getDDLRecordByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record with the matching UUID and company.
 DDLRecord DDLRecordLocalServiceWrapper.getDDLRecordByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record with the matching UUID and company.
static DDLRecord DDLRecordLocalServiceUtil.getDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 DDLRecord DDLRecordLocalService.getDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 DDLRecord DDLRecordLocalServiceWrapper.getDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 DDLRecord DDLRecordServiceWrapper.getRecord(long recordId)
           
static DDLRecord DDLRecordServiceUtil.getRecord(long recordId)
           
static DDLRecord DDLRecordLocalServiceUtil.getRecord(long recordId)
           
 DDLRecord DDLRecordLocalService.getRecord(long recordId)
           
 DDLRecord DDLRecordLocalServiceWrapper.getRecord(long recordId)
           
 DDLRecord DDLRecordService.getRecord(long recordId)
           
static DDLRecord DDLRecordLocalServiceUtil.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecord DDLRecordLocalService.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecord DDLRecordLocalServiceWrapper.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecord DDLRecordServiceWrapper.updateRecord(long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceUtil.updateRecord(long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordService.updateRecord(long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordServiceWrapper.updateRecord(long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceUtil.updateRecord(long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordService.updateRecord(long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalService.updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.updateRecord(long userId, long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalService.updateRecord(long userId, long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.updateRecord(long userId, long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.updateStatus(long userId, long recordVersionId, int status, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalService.updateStatus(long userId, long recordVersionId, int status, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.updateStatus(long userId, long recordVersionId, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service that return types with arguments of type DDLRecord
static List<DDLRecord> DDLRecordLocalServiceUtil.getCompanyRecords(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalService.getCompanyRecords(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalServiceWrapper.getCompanyRecords(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecord> DDLRecordLocalServiceUtil.getCompanyRecords(long companyId, int scope, int start, int end, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDLRecordLocalServiceUtil.getCompanyRecords(long, int, int, int, int, OrderByComparator)
 List<DDLRecord> DDLRecordLocalService.getCompanyRecords(long companyId, int scope, int start, int end, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDLRecordLocalService.getCompanyRecords(long, int, int, int, int, OrderByComparator)
 List<DDLRecord> DDLRecordLocalServiceWrapper.getCompanyRecords(long companyId, int scope, int start, int end, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDLRecordLocalServiceWrapper.getCompanyRecords(long, int, int, int, int, OrderByComparator)
static List<DDLRecord> DDLRecordLocalServiceUtil.getDDLRecords(int start, int end)
          Returns a range of all the d d l records.
 List<DDLRecord> DDLRecordLocalService.getDDLRecords(int start, int end)
          Returns a range of all the d d l records.
 List<DDLRecord> DDLRecordLocalServiceWrapper.getDDLRecords(int start, int end)
          Returns a range of all the d d l records.
static List<DDLRecord> DDLRecordLocalServiceUtil.getMinAndMaxCompanyRecords(long companyId, int status, int scope, long minRecordId, long maxRecordId)
           
 List<DDLRecord> DDLRecordLocalService.getMinAndMaxCompanyRecords(long companyId, int status, int scope, long minRecordId, long maxRecordId)
           
 List<DDLRecord> DDLRecordLocalServiceWrapper.getMinAndMaxCompanyRecords(long companyId, int status, int scope, long minRecordId, long maxRecordId)
           
static List<DDLRecord> DDLRecordLocalServiceUtil.getRecords(long recordSetId)
           
 List<DDLRecord> DDLRecordLocalService.getRecords(long recordSetId)
           
 List<DDLRecord> DDLRecordLocalServiceWrapper.getRecords(long recordSetId)
           
static List<DDLRecord> DDLRecordLocalServiceUtil.getRecords(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalService.getRecords(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalServiceWrapper.getRecords(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecord> DDLRecordLocalServiceUtil.getRecords(long recordSetId, long userId)
           
 List<DDLRecord> DDLRecordLocalService.getRecords(long recordSetId, long userId)
           
 List<DDLRecord> DDLRecordLocalServiceWrapper.getRecords(long recordSetId, long userId)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecord
static DDLRecord DDLRecordLocalServiceUtil.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecord DDLRecordLocalService.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecord DDLRecordLocalServiceWrapper.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
static DDLRecord DDLRecordLocalServiceUtil.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord DDLRecordLocalService.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord DDLRecordLocalServiceWrapper.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
static void DDLRecordLocalServiceUtil.deleteRecord(DDLRecord record)
           
 void DDLRecordLocalService.deleteRecord(DDLRecord record)
           
 void DDLRecordLocalServiceWrapper.deleteRecord(DDLRecord record)
           
static void DDLRecordLocalServiceUtil.updateAsset(long userId, DDLRecord record, DDLRecordVersion recordVersion, long[] assetCategoryIds, String[] assetTagNames, Locale locale)
           
 void DDLRecordLocalService.updateAsset(long userId, DDLRecord record, DDLRecordVersion recordVersion, long[] assetCategoryIds, String[] assetTagNames, Locale locale)
           
 void DDLRecordLocalServiceWrapper.updateAsset(long userId, DDLRecord record, DDLRecordVersion recordVersion, long[] assetCategoryIds, String[] assetTagNames, Locale locale)
           
static DDLRecord DDLRecordLocalServiceUtil.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecord DDLRecordLocalService.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecord DDLRecordLocalServiceWrapper.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.base that return DDLRecord
 DDLRecord DDLRecordLocalServiceBaseImpl.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecord DDLRecordLocalServiceBaseImpl.createDDLRecord(long recordId)
          Creates a new d d l record with the primary key.
 DDLRecord DDLRecordLocalServiceBaseImpl.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord DDLRecordLocalServiceBaseImpl.deleteDDLRecord(long recordId)
          Deletes the d d l record with the primary key from the database.
 DDLRecord DDLRecordLocalServiceBaseImpl.fetchDDLRecord(long recordId)
           
 DDLRecord DDLRecordLocalServiceBaseImpl.fetchDDLRecordByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record with the matching UUID and company.
 DDLRecord DDLRecordLocalServiceBaseImpl.fetchDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 DDLRecord DDLRecordLocalServiceBaseImpl.getDDLRecord(long recordId)
          Returns the d d l record with the primary key.
 DDLRecord DDLRecordLocalServiceBaseImpl.getDDLRecordByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record with the matching UUID and company.
 DDLRecord DDLRecordLocalServiceBaseImpl.getDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 DDLRecord DDLRecordLocalServiceBaseImpl.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record 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 DDLRecord
 List<DDLRecord> DDLRecordLocalServiceBaseImpl.getDDLRecords(int start, int end)
          Returns a range of all the d d l records.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecord
 DDLRecord DDLRecordLocalServiceBaseImpl.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecord DDLRecordLocalServiceBaseImpl.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord DDLRecordLocalServiceBaseImpl.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
 

Uses of DDLRecord in com.liferay.portlet.dynamicdatalists.service.http
 

Methods in com.liferay.portlet.dynamicdatalists.service.http that return DDLRecord
static DDLRecord DDLRecordServiceHttp.addRecord(HttpPrincipal httpPrincipal, long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceHttp.addRecord(HttpPrincipal httpPrincipal, long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceHttp.deleteRecordLocale(HttpPrincipal httpPrincipal, long recordId, Locale locale, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceHttp.getRecord(HttpPrincipal httpPrincipal, long recordId)
           
static DDLRecord DDLRecordServiceHttp.updateRecord(HttpPrincipal httpPrincipal, long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceHttp.updateRecord(HttpPrincipal httpPrincipal, long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.impl that return DDLRecord
 DDLRecord DDLRecordServiceImpl.addRecord(long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordServiceImpl.addRecord(long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceImpl.addRecord(long userId, long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceImpl.addRecord(long userId, long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceImpl.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
 DDLRecord DDLRecordServiceImpl.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceImpl.fetchRecord(long recordId)
           
 DDLRecord DDLRecordLocalServiceImpl.getRecord(long recordId)
           
 DDLRecord DDLRecordServiceImpl.getRecord(long recordId)
           
 DDLRecord DDLRecordServiceImpl.updateRecord(long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordServiceImpl.updateRecord(long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceImpl.updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceImpl.updateRecord(long userId, long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceImpl.updateStatus(long userId, long recordVersionId, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.impl that return types with arguments of type DDLRecord
 List<DDLRecord> DDLRecordLocalServiceImpl.getCompanyRecords(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalServiceImpl.getCompanyRecords(long companyId, int scope, int start, int end, OrderByComparator orderByComparator)
          Deprecated. As of 6.2.0, replaced by DDLRecordLocalServiceImpl.getCompanyRecords(long, int, int, int, int, OrderByComparator)
 List<DDLRecord> DDLRecordLocalServiceImpl.getMinAndMaxCompanyRecords(long companyId, int status, int scope, long minRecordId, long maxRecordId)
           
 List<DDLRecord> DDLRecordLocalServiceImpl.getRecords(long recordSetId)
           
 List<DDLRecord> DDLRecordLocalServiceImpl.getRecords(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalServiceImpl.getRecords(long recordSetId, long userId)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.impl with parameters of type DDLRecord
protected  DDLRecordVersion DDLRecordLocalServiceImpl.addRecordVersion(User user, DDLRecord record, long ddmStorageId, String version, int displayIndex, int status)
           
 void DDLRecordLocalServiceImpl.deleteRecord(DDLRecord record)
           
 void DDLRecordLocalServiceImpl.updateAsset(long userId, DDLRecord record, DDLRecordVersion recordVersion, long[] assetCategoryIds, String[] assetTagNames, Locale locale)
           
 

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

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

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

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return DDLRecord
static DDLRecord DDLRecordUtil.create(long recordId)
          Creates a new d d l record with the primary key.
 DDLRecord DDLRecordPersistence.create(long recordId)
          Creates a new d d l record with the primary key.
 DDLRecord DDLRecordPersistenceImpl.create(long recordId)
          Creates a new d d l record with the primary key.
static DDLRecord DDLRecordUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
static DDLRecord DDLRecordUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
static DDLRecord DDLRecordUtil.fetchByPrimaryKey(long recordId)
          Returns the d d l record with the primary key or returns null if it could not be found.
 DDLRecord DDLRecordPersistence.fetchByPrimaryKey(long recordId)
          Returns the d d l record with the primary key or returns null if it could not be found.
 DDLRecord DDLRecordPersistenceImpl.fetchByPrimaryKey(long recordId)
          Returns the d d l record with the primary key or returns null if it could not be found.
 DDLRecord DDLRecordPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the d d l record with the primary key or returns null if it could not be found.
static DDLRecord DDLRecordUtil.fetchByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistence.fetchByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistenceImpl.fetchByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
static DDLRecord DDLRecordUtil.fetchByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistence.fetchByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistenceImpl.fetchByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
static DDLRecord DDLRecordUtil.fetchByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistence.fetchByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistenceImpl.fetchByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
static DDLRecord DDLRecordUtil.fetchByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistence.fetchByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistenceImpl.fetchByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
static DDLRecord DDLRecordUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
static DDLRecord DDLRecordUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
static DDLRecord DDLRecordUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
static DDLRecord DDLRecordUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found.
 DDLRecord DDLRecordPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found.
 DDLRecord DDLRecordPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found.
static DDLRecord DDLRecordUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DDLRecord DDLRecordPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DDLRecord DDLRecordPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DDLRecord DDLRecordUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
static DDLRecord DDLRecordUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
static DDLRecord DDLRecordUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
 DDLRecord DDLRecordPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
static DDLRecord[] DDLRecordUtil.findByCompanyId_PrevAndNext(long recordId, long companyId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?.
 DDLRecord[] DDLRecordPersistence.findByCompanyId_PrevAndNext(long recordId, long companyId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?.
 DDLRecord[] DDLRecordPersistenceImpl.findByCompanyId_PrevAndNext(long recordId, long companyId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?.
static DDLRecord DDLRecordUtil.findByPrimaryKey(long recordId)
          Returns the d d l record with the primary key or throws a NoSuchRecordException if it could not be found.
 DDLRecord DDLRecordPersistence.findByPrimaryKey(long recordId)
          Returns the d d l record with the primary key or throws a NoSuchRecordException if it could not be found.
 DDLRecord DDLRecordPersistenceImpl.findByPrimaryKey(long recordId)
          Returns the d d l record with the primary key or throws a NoSuchRecordException if it could not be found.
 DDLRecord DDLRecordPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d l record with the primary key or throws a NoSuchModelException if it could not be found.
static DDLRecord DDLRecordUtil.findByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistence.findByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistenceImpl.findByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
static DDLRecord DDLRecordUtil.findByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistence.findByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord DDLRecordPersistenceImpl.findByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
static DDLRecord[] DDLRecordUtil.findByR_U_PrevAndNext(long recordId, long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord[] DDLRecordPersistence.findByR_U_PrevAndNext(long recordId, long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?.
 DDLRecord[] DDLRecordPersistenceImpl.findByR_U_PrevAndNext(long recordId, long recordSetId, long userId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?.
static DDLRecord DDLRecordUtil.findByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistence.findByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistenceImpl.findByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
static DDLRecord DDLRecordUtil.findByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistence.findByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
 DDLRecord DDLRecordPersistenceImpl.findByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where recordSetId = ?.
static DDLRecord[] DDLRecordUtil.findByRecordSetId_PrevAndNext(long recordId, long recordSetId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?.
 DDLRecord[] DDLRecordPersistence.findByRecordSetId_PrevAndNext(long recordId, long recordSetId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?.
 DDLRecord[] DDLRecordPersistenceImpl.findByRecordSetId_PrevAndNext(long recordId, long recordSetId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?.
static DDLRecord DDLRecordUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
static DDLRecord DDLRecordUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecord DDLRecordPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
static DDLRecord[] DDLRecordUtil.findByUuid_C_PrevAndNext(long recordId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecord[] DDLRecordPersistence.findByUuid_C_PrevAndNext(long recordId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?.
 DDLRecord[] DDLRecordPersistenceImpl.findByUuid_C_PrevAndNext(long recordId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?.
static DDLRecord DDLRecordUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
static DDLRecord DDLRecordUtil.findByUUID_G(String uuid, long groupId)
          Returns the d d l record where uuid = ? and groupId = ? or throws a NoSuchRecordException if it could not be found.
 DDLRecord DDLRecordPersistence.findByUUID_G(String uuid, long groupId)
          Returns the d d l record where uuid = ? and groupId = ? or throws a NoSuchRecordException if it could not be found.
 DDLRecord DDLRecordPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the d d l record where uuid = ? and groupId = ? or throws a NoSuchRecordException if it could not be found.
static DDLRecord DDLRecordUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
 DDLRecord DDLRecordPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
static DDLRecord[] DDLRecordUtil.findByUuid_PrevAndNext(long recordId, String uuid, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?.
 DDLRecord[] DDLRecordPersistence.findByUuid_PrevAndNext(long recordId, String uuid, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?.
 DDLRecord[] DDLRecordPersistenceImpl.findByUuid_PrevAndNext(long recordId, String uuid, OrderByComparator orderByComparator)
          Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?.
protected  DDLRecord DDLRecordPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DDLRecord ddlRecord, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecord DDLRecordPersistenceImpl.getByR_U_PrevAndNext(Session session, DDLRecord ddlRecord, long recordSetId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecord DDLRecordPersistenceImpl.getByRecordSetId_PrevAndNext(Session session, DDLRecord ddlRecord, long recordSetId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecord DDLRecordPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DDLRecord ddlRecord, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecord DDLRecordPersistenceImpl.getByUuid_PrevAndNext(Session session, DDLRecord ddlRecord, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static DDLRecord DDLRecordUtil.remove(long recordId)
          Removes the d d l record with the primary key from the database.
 DDLRecord DDLRecordPersistence.remove(long recordId)
          Removes the d d l record with the primary key from the database.
 DDLRecord DDLRecordPersistenceImpl.remove(long recordId)
          Removes the d d l record with the primary key from the database.
 DDLRecord DDLRecordPersistenceImpl.remove(Serializable primaryKey)
          Removes the d d l record with the primary key from the database.
static DDLRecord DDLRecordUtil.removeByUUID_G(String uuid, long groupId)
          Removes the d d l record where uuid = ? and groupId = ? from the database.
 DDLRecord DDLRecordPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d l record where uuid = ? and groupId = ? from the database.
 DDLRecord DDLRecordPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the d d l record where uuid = ? and groupId = ? from the database.
protected  DDLRecord DDLRecordPersistenceImpl.removeImpl(DDLRecord ddlRecord)
           
protected  DDLRecord DDLRecordPersistenceImpl.toUnwrappedModel(DDLRecord ddlRecord)
           
static DDLRecord DDLRecordUtil.update(DDLRecord ddlRecord)
           
static DDLRecord DDLRecordUtil.update(DDLRecord ddlRecord, ServiceContext serviceContext)
           
static DDLRecord DDLRecordUtil.updateImpl(DDLRecord ddlRecord)
           
 DDLRecord DDLRecordPersistence.updateImpl(DDLRecord ddlRecord)
           
 DDLRecord DDLRecordPersistenceImpl.updateImpl(DDLRecord ddlRecord)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return types with arguments of type DDLRecord
static List<DDLRecord> DDLRecordUtil.findAll()
          Returns all the d d l records.
 List<DDLRecord> DDLRecordPersistence.findAll()
          Returns all the d d l records.
 List<DDLRecord> DDLRecordPersistenceImpl.findAll()
          Returns all the d d l records.
static List<DDLRecord> DDLRecordUtil.findAll(int start, int end)
          Returns a range of all the d d l records.
 List<DDLRecord> DDLRecordPersistence.findAll(int start, int end)
          Returns a range of all the d d l records.
 List<DDLRecord> DDLRecordPersistenceImpl.findAll(int start, int end)
          Returns a range of all the d d l records.
static List<DDLRecord> DDLRecordUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records.
 List<DDLRecord> DDLRecordPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records.
 List<DDLRecord> DDLRecordPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records.
static List<DDLRecord> DDLRecordFinderUtil.findByC_S_S_MinAndMax(long companyId, int status, int scope, long minRecordId, long maxRecordId)
           
 List<DDLRecord> DDLRecordFinder.findByC_S_S_MinAndMax(long companyId, int status, int scope, long minRecordId, long maxRecordId)
           
 List<DDLRecord> DDLRecordFinderImpl.findByC_S_S_MinAndMax(long companyId, int status, int scope, long minRecordId, long maxRecordId)
           
static List<DDLRecord> DDLRecordFinderUtil.findByC_S_S(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordFinder.findByC_S_S(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordFinderImpl.findByC_S_S(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecord> DDLRecordUtil.findByCompanyId(long companyId)
          Returns all the d d l records where companyId = ?.
 List<DDLRecord> DDLRecordPersistence.findByCompanyId(long companyId)
          Returns all the d d l records where companyId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByCompanyId(long companyId)
          Returns all the d d l records where companyId = ?.
static List<DDLRecord> DDLRecordUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the d d l records where companyId = ?.
 List<DDLRecord> DDLRecordPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the d d l records where companyId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the d d l records where companyId = ?.
static List<DDLRecord> DDLRecordUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where companyId = ?.
 List<DDLRecord> DDLRecordPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where companyId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where companyId = ?.
static List<DDLRecord> DDLRecordFinderUtil.findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordFinder.findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordFinderImpl.findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecord> DDLRecordUtil.findByR_U(long recordSetId, long userId)
          Returns all the d d l records where recordSetId = ? and userId = ?.
 List<DDLRecord> DDLRecordPersistence.findByR_U(long recordSetId, long userId)
          Returns all the d d l records where recordSetId = ? and userId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByR_U(long recordSetId, long userId)
          Returns all the d d l records where recordSetId = ? and userId = ?.
static List<DDLRecord> DDLRecordUtil.findByR_U(long recordSetId, long userId, int start, int end)
          Returns a range of all the d d l records where recordSetId = ? and userId = ?.
 List<DDLRecord> DDLRecordPersistence.findByR_U(long recordSetId, long userId, int start, int end)
          Returns a range of all the d d l records where recordSetId = ? and userId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByR_U(long recordSetId, long userId, int start, int end)
          Returns a range of all the d d l records where recordSetId = ? and userId = ?.
static List<DDLRecord> DDLRecordUtil.findByR_U(long recordSetId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?.
 List<DDLRecord> DDLRecordPersistence.findByR_U(long recordSetId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByR_U(long recordSetId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?.
static List<DDLRecord> DDLRecordUtil.findByRecordSetId(long recordSetId)
          Returns all the d d l records where recordSetId = ?.
 List<DDLRecord> DDLRecordPersistence.findByRecordSetId(long recordSetId)
          Returns all the d d l records where recordSetId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByRecordSetId(long recordSetId)
          Returns all the d d l records where recordSetId = ?.
static List<DDLRecord> DDLRecordUtil.findByRecordSetId(long recordSetId, int start, int end)
          Returns a range of all the d d l records where recordSetId = ?.
 List<DDLRecord> DDLRecordPersistence.findByRecordSetId(long recordSetId, int start, int end)
          Returns a range of all the d d l records where recordSetId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByRecordSetId(long recordSetId, int start, int end)
          Returns a range of all the d d l records where recordSetId = ?.
static List<DDLRecord> DDLRecordUtil.findByRecordSetId(long recordSetId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where recordSetId = ?.
 List<DDLRecord> DDLRecordPersistence.findByRecordSetId(long recordSetId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where recordSetId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByRecordSetId(long recordSetId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where recordSetId = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid_C(String uuid, long companyId)
          Returns all the d d l records where uuid = ? and companyId = ?.
 List<DDLRecord> DDLRecordPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the d d l records where uuid = ? and companyId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the d d l records where uuid = ? and companyId = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d l records where uuid = ? and companyId = ?.
 List<DDLRecord> DDLRecordPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d l records where uuid = ? and companyId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the d d l records where uuid = ? and companyId = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ? and companyId = ?.
 List<DDLRecord> DDLRecordPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ? and companyId = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ? and companyId = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid(String uuid)
          Returns all the d d l records where uuid = ?.
 List<DDLRecord> DDLRecordPersistence.findByUuid(String uuid)
          Returns all the d d l records where uuid = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByUuid(String uuid)
          Returns all the d d l records where uuid = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d l records where uuid = ?.
 List<DDLRecord> DDLRecordPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d l records where uuid = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d l records where uuid = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ?.
 List<DDLRecord> DDLRecordPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ?.
 List<DDLRecord> DDLRecordPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ?.
static List<DDLRecord> DDLRecordUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DDLRecord> DDLRecordUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DDLRecord> DDLRecordUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence with parameters of type DDLRecord
static void DDLRecordUtil.cacheResult(DDLRecord ddlRecord)
          Caches the d d l record in the entity cache if it is enabled.
 void DDLRecordPersistence.cacheResult(DDLRecord ddlRecord)
          Caches the d d l record in the entity cache if it is enabled.
 void DDLRecordPersistenceImpl.cacheResult(DDLRecord ddlRecord)
          Caches the d d l record in the entity cache if it is enabled.
protected  void DDLRecordPersistenceImpl.cacheUniqueFindersCache(DDLRecord ddlRecord)
           
static void DDLRecordUtil.clearCache(DDLRecord ddlRecord)
           
 void DDLRecordPersistenceImpl.clearCache(DDLRecord ddlRecord)
          Clears the cache for the d d l record.
protected  void DDLRecordPersistenceImpl.clearUniqueFindersCache(DDLRecord ddlRecord)
           
protected  DDLRecord DDLRecordPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DDLRecord ddlRecord, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecord DDLRecordPersistenceImpl.getByR_U_PrevAndNext(Session session, DDLRecord ddlRecord, long recordSetId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecord DDLRecordPersistenceImpl.getByRecordSetId_PrevAndNext(Session session, DDLRecord ddlRecord, long recordSetId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecord DDLRecordPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DDLRecord ddlRecord, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecord DDLRecordPersistenceImpl.getByUuid_PrevAndNext(Session session, DDLRecord ddlRecord, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecord DDLRecordPersistenceImpl.removeImpl(DDLRecord ddlRecord)
           
protected  DDLRecord DDLRecordPersistenceImpl.toUnwrappedModel(DDLRecord ddlRecord)
           
static DDLRecord DDLRecordUtil.update(DDLRecord ddlRecord)
           
static DDLRecord DDLRecordUtil.update(DDLRecord ddlRecord, ServiceContext serviceContext)
           
static DDLRecord DDLRecordUtil.updateImpl(DDLRecord ddlRecord)
           
 DDLRecord DDLRecordPersistence.updateImpl(DDLRecord ddlRecord)
           
 DDLRecord DDLRecordPersistenceImpl.updateImpl(DDLRecord ddlRecord)
           
 

Method parameters in com.liferay.portlet.dynamicdatalists.service.persistence with type arguments of type DDLRecord
static void DDLRecordUtil.cacheResult(List<DDLRecord> ddlRecords)
          Caches the d d l records in the entity cache if it is enabled.
 void DDLRecordPersistence.cacheResult(List<DDLRecord> ddlRecords)
          Caches the d d l records in the entity cache if it is enabled.
 void DDLRecordPersistenceImpl.cacheResult(List<DDLRecord> ddlRecords)
          Caches the d d l records in the entity cache if it is enabled.
 void DDLRecordPersistenceImpl.clearCache(List<DDLRecord> ddlRecords)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.util that return DDLRecord
static DDLRecord DDLUtil.updateRecord(long recordId, long recordSetId, boolean mergeFields, boolean checkPermission, ServiceContext serviceContext)
           
 DDLRecord DDL.updateRecord(long recordId, long recordSetId, boolean mergeFields, boolean checkPermission, ServiceContext serviceContext)
           
 DDLRecord DDLImpl.updateRecord(long recordId, long recordSetId, boolean mergeFields, boolean checkPermission, ServiceContext serviceContext)
           
static DDLRecord DDLUtil.updateRecord(long recordId, long recordSetId, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDL.updateRecord(long recordId, long recordSetId, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLImpl.updateRecord(long recordId, long recordSetId, boolean mergeFields, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatalists.util that return types with arguments of type DDLRecord
static List<DDLRecord> DDLUtil.getRecords(Hits hits)
           
 List<DDLRecord> DDL.getRecords(Hits hits)
           
 List<DDLRecord> DDLImpl.getRecords(Hits hits)
           
 

Methods in com.liferay.portlet.dynamicdatalists.util with parameters of type DDLRecord
static JSONObject DDLUtil.getRecordJSONObject(DDLRecord record)
           
 JSONObject DDL.getRecordJSONObject(DDLRecord record)
           
 JSONObject DDLImpl.getRecordJSONObject(DDLRecord record)
           
static JSONObject DDLUtil.getRecordJSONObject(DDLRecord record, boolean latestRecordVersion)
           
 JSONObject DDL.getRecordJSONObject(DDLRecord record, boolean latestRecordVersion)
           
 JSONObject DDLImpl.getRecordJSONObject(DDLRecord record, boolean latestRecordVersion)
           
 

Method parameters in com.liferay.portlet.dynamicdatalists.util with type arguments of type DDLRecord
static JSONArray DDLUtil.getRecordsJSONArray(List<DDLRecord> records)
           
 JSONArray DDL.getRecordsJSONArray(List<DDLRecord> records)
           
 JSONArray DDLImpl.getRecordsJSONArray(List<DDLRecord> records)
           
static JSONArray DDLUtil.getRecordsJSONArray(List<DDLRecord> records, boolean latestRecordVersion)
           
 JSONArray DDL.getRecordsJSONArray(List<DDLRecord> records, boolean latestRecordVersion)
           
 JSONArray DDLImpl.getRecordsJSONArray(List<DDLRecord> records, boolean latestRecordVersion)
           
 

Uses of DDLRecord in com.liferay.portlet.dynamicdatalists.workflow
 

Methods in com.liferay.portlet.dynamicdatalists.workflow that return DDLRecord
 DDLRecord DDLRecordWorkflowHandler.updateStatus(int status, Map<String,Serializable> workflowContext)
           
 


Liferay 6.2-ce-ga5