Liferay 6.2.0

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

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

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()
           
abstract  DDLRecord DDLRecordVersion.getRecord()
           
 DDLRecord DDLRecordWrapper.getWrappedDDLRecord()
          Deprecated. As of 6.1.0, replaced by DDLRecordWrapper.getWrappedModel()
 DDLRecord DDLRecordWrapper.getWrappedModel()
           
abstract  DDLRecord DDLRecordModel.toEscapedModel()
           
 DDLRecord DDLRecordWrapper.toEscapedModel()
           
abstract  DDLRecord DDLRecordModel.toUnescapedModel()
           
 DDLRecord DDLRecordWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecord
abstract  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.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.
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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.
abstract  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.
abstract  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.
abstract  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)
           
abstract  DDLRecord DDLRecordLocalService.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
abstract  DDLRecord DDLRecordService.deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.fetchDDLRecord(long recordId)
           
abstract  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.
abstract  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.
abstract  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)
           
abstract  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.
abstract  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.
abstract  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.
abstract  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)
           
abstract  DDLRecord DDLRecordLocalService.getRecord(long recordId)
           
 DDLRecord DDLRecordLocalServiceWrapper.getRecord(long recordId)
           
abstract  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.
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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)
abstract  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.
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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.
abstract  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.
abstract  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)
           
abstract  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)
           
abstract  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.
abstract  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.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.
abstract  DDLRecord DDLRecordPersistence.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 = ?.
abstract  DDLRecord DDLRecordPersistence.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 = ?.
abstract  DDLRecord DDLRecordPersistence.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.
abstract  DDLRecord DDLRecordPersistence.fetchByPrimaryKey(long recordId)
          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 = ?.
abstract  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 = ?.
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 = ?.
abstract  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 = ?.
static DDLRecord DDLRecordUtil.fetchByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
abstract  DDLRecord DDLRecordPersistence.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 = ?.
abstract  DDLRecord DDLRecordPersistence.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 = ?.
abstract  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 = ?.
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 = ?.
abstract  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 = ?.
static DDLRecord DDLRecordUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
abstract  DDLRecord DDLRecordPersistence.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.
abstract  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.
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.
abstract  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.
static DDLRecord DDLRecordUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
abstract  DDLRecord DDLRecordPersistence.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 = ?.
abstract  DDLRecord DDLRecordPersistence.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 = ?.
abstract  DDLRecord DDLRecordPersistence.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 = ?.
abstract  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 = ?.
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.
abstract  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.
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 = ?.
abstract  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 = ?.
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 = ?.
abstract  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 = ?.
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 = ?.
abstract  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 = ?.
static DDLRecord DDLRecordUtil.findByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
abstract  DDLRecord DDLRecordPersistence.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 = ?.
abstract  DDLRecord DDLRecordPersistence.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 = ?.
abstract  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 = ?.
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 = ?.
abstract  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 = ?.
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 = ?.
abstract  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 = ?.
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 = ?.
abstract  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 = ?.
static DDLRecord DDLRecordUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
abstract  DDLRecord DDLRecordPersistence.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.
abstract  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.
static DDLRecord DDLRecordUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
abstract  DDLRecord DDLRecordPersistence.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 = ?.
abstract  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 = ?.
static DDLRecord DDLRecordUtil.remove(long recordId)
          Removes the d d l record with the primary key from the database.
abstract  DDLRecord DDLRecordPersistence.remove(long recordId)
          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.
abstract  DDLRecord DDLRecordPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d l record where uuid = ? and groupId = ? from the database.
static DDLRecord DDLRecordUtil.update(DDLRecord ddlRecord)
           
static DDLRecord DDLRecordUtil.update(DDLRecord ddlRecord, ServiceContext serviceContext)
           
static DDLRecord DDLRecordUtil.updateImpl(DDLRecord ddlRecord)
           
abstract  DDLRecord DDLRecordPersistence.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.
abstract  List<DDLRecord> DDLRecordPersistence.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.
abstract  List<DDLRecord> DDLRecordPersistence.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.
abstract  List<DDLRecord> DDLRecordPersistence.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)
           
abstract  List<DDLRecord> DDLRecordFinder.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)
           
abstract  List<DDLRecord> DDLRecordFinder.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 = ?.
abstract  List<DDLRecord> DDLRecordPersistence.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 = ?.
abstract  List<DDLRecord> DDLRecordPersistence.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 = ?.
abstract  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 = ?.
static List<DDLRecord> DDLRecordFinderUtil.findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DDLRecord> DDLRecordFinder.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 = ?.
abstract  List<DDLRecord> DDLRecordPersistence.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 = ?.
abstract  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 = ?.
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 = ?.
abstract  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 = ?.
static List<DDLRecord> DDLRecordUtil.findByRecordSetId(long recordSetId)
          Returns all the d d l records where recordSetId = ?.
abstract  List<DDLRecord> DDLRecordPersistence.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 = ?.
abstract  List<DDLRecord> DDLRecordPersistence.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 = ?.
abstract  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 = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid_C(String uuid, long companyId)
          Returns all the d d l records where uuid = ? and companyId = ?.
abstract  List<DDLRecord> DDLRecordPersistence.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 = ?.
abstract  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 = ?.
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 = ?.
abstract  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 = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid(String uuid)
          Returns all the d d l records where uuid = ?.
abstract  List<DDLRecord> DDLRecordPersistence.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 = ?.
abstract  List<DDLRecord> DDLRecordPersistence.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 = ?.
abstract  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 = ?.
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.
abstract  void DDLRecordPersistence.cacheResult(DDLRecord ddlRecord)
          Caches the d d l record in the entity cache if it is enabled.
static void DDLRecordUtil.clearCache(DDLRecord ddlRecord)
           
static DDLRecord DDLRecordUtil.update(DDLRecord ddlRecord)
           
static DDLRecord DDLRecordUtil.update(DDLRecord ddlRecord, ServiceContext serviceContext)
           
static DDLRecord DDLRecordUtil.updateImpl(DDLRecord ddlRecord)
           
abstract  DDLRecord DDLRecordPersistence.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.
abstract  void DDLRecordPersistence.cacheResult(List<DDLRecord> ddlRecords)
          Caches the d d l records in the entity cache if it is enabled.
 

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)
           
abstract  DDLRecord DDL.updateRecord(long recordId, long recordSetId, boolean mergeFields, boolean checkPermission, ServiceContext serviceContext)
           
static DDLRecord DDLUtil.updateRecord(long recordId, long recordSetId, boolean mergeFields, ServiceContext serviceContext)
           
abstract  DDLRecord DDL.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)
           
abstract  List<DDLRecord> DDL.getRecords(Hits hits)
           
 

Methods in com.liferay.portlet.dynamicdatalists.util with parameters of type DDLRecord
static JSONObject DDLUtil.getRecordJSONObject(DDLRecord record)
           
abstract  JSONObject DDL.getRecordJSONObject(DDLRecord record)
           
static JSONObject DDLUtil.getRecordJSONObject(DDLRecord record, boolean latestRecordVersion)
           
abstract  JSONObject DDL.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)
           
abstract  JSONArray DDL.getRecordsJSONArray(List<DDLRecord> records)
           
static JSONArray DDLUtil.getRecordsJSONArray(List<DDLRecord> records, boolean latestRecordVersion)
           
abstract  JSONArray DDL.getRecordsJSONArray(List<DDLRecord> records, boolean latestRecordVersion)
           
 


Liferay 6.2.0