Liferay 6.2-ce-ga5

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()
           
 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.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.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.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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.
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.
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)
           
 

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.
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.
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.
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)
           
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)
           
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 = ?.
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 = ?.
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 = ?.
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)
           
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
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)
           
 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.
 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)
           
 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)
           
 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)
           
 List<DDLRecord> DDL.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)
           
static JSONObject DDLUtil.getRecordJSONObject(DDLRecord record, boolean latestRecordVersion)
           
 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)
           
 JSONArray DDL.getRecordsJSONArray(List<DDLRecord> records)
           
static JSONArray DDLUtil.getRecordsJSONArray(List<DDLRecord> records, boolean latestRecordVersion)
           
 JSONArray DDL.getRecordsJSONArray(List<DDLRecord> records, boolean latestRecordVersion)
           
 


Liferay 6.2-ce-ga5