Liferay 6.1.2-ce-ga3

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. Renamed to 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
 DDLRecord DDLRecordLocalServiceWrapper.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.
static DDLRecord DDLRecordLocalServiceUtil.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecord DDLRecordService.addRecord(long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
 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, Map<String,Serializable> fieldsMap, 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 DDLRecordLocalServiceWrapper.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)
           
static DDLRecord DDLRecordLocalServiceUtil.addRecord(long userId, long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.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)
           
static DDLRecord DDLRecordLocalServiceUtil.addRecord(long userId, long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.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.
static DDLRecord DDLRecordLocalServiceUtil.createDDLRecord(long recordId)
          Creates a new d d l record with the primary key.
 DDLRecord DDLRecordLocalServiceWrapper.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.
static DDLRecord DDLRecordLocalServiceUtil.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord DDLRecordLocalServiceWrapper.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.
static DDLRecord DDLRecordLocalServiceUtil.deleteDDLRecord(long recordId)
          Deletes the d d l record with the primary key from the database.
 DDLRecord DDLRecordLocalServiceWrapper.fetchDDLRecord(long recordId)
           
 DDLRecord DDLRecordLocalService.fetchDDLRecord(long recordId)
           
static DDLRecord DDLRecordLocalServiceUtil.fetchDDLRecord(long recordId)
           
 DDLRecord DDLRecordLocalServiceWrapper.fetchRecord(long recordId)
           
 DDLRecord DDLRecordLocalService.fetchRecord(long recordId)
           
static DDLRecord DDLRecordLocalServiceUtil.fetchRecord(long recordId)
           
 DDLRecord DDLRecordLocalServiceWrapper.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.
static DDLRecord DDLRecordLocalServiceUtil.getDDLRecord(long recordId)
          Returns the d d l record with the primary key.
 DDLRecord DDLRecordLocalServiceWrapper.getDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record with the UUID in the group.
 DDLRecord DDLRecordLocalService.getDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record with the UUID in the group.
static DDLRecord DDLRecordLocalServiceUtil.getDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record with the UUID in the group.
 DDLRecord DDLRecordLocalServiceWrapper.getRecord(long recordId)
           
 DDLRecord DDLRecordLocalService.getRecord(long recordId)
           
 DDLRecord DDLRecordService.getRecord(long recordId)
           
static DDLRecord DDLRecordLocalServiceUtil.getRecord(long recordId)
           
 DDLRecord DDLRecordServiceWrapper.getRecord(long recordId)
           
static DDLRecord DDLRecordServiceUtil.getRecord(long recordId)
           
 DDLRecord DDLRecordLocalServiceWrapper.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.
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 DDLRecordLocalServiceWrapper.updateDDLRecord(DDLRecord ddlRecord, boolean merge)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecord DDLRecordLocalService.updateDDLRecord(DDLRecord ddlRecord, boolean merge)
          Updates the d d l record in the database or adds it if it does not yet exist.
static DDLRecord DDLRecordLocalServiceUtil.updateDDLRecord(DDLRecord ddlRecord, boolean merge)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecord DDLRecordService.updateRecord(long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
 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, int displayIndex, Map<String,Serializable> fieldsMap, 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 DDLRecordLocalServiceWrapper.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)
           
static DDLRecord DDLRecordLocalServiceUtil.updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.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)
           
static DDLRecord DDLRecordLocalServiceUtil.updateRecord(long userId, long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.updateStatus(long userId, long recordVersionId, int status, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalService.updateStatus(long userId, long recordVersionId, int status, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.updateStatus(long userId, long recordVersionId, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service that return types with arguments of type DDLRecord
 List<DDLRecord> DDLRecordLocalServiceWrapper.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.
static List<DDLRecord> DDLRecordLocalServiceUtil.getDDLRecords(int start, int end)
          Returns a range of all the d d l records.
 List<DDLRecord> DDLRecordLocalServiceWrapper.getRecords(long recordSetId)
           
 List<DDLRecord> DDLRecordLocalService.getRecords(long recordSetId)
           
static List<DDLRecord> DDLRecordLocalServiceUtil.getRecords(long recordSetId)
           
 List<DDLRecord> DDLRecordLocalServiceWrapper.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)
           
static List<DDLRecord> DDLRecordLocalServiceUtil.getRecords(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> DDLRecordLocalServiceWrapper.getRecords(long recordSetId, long userId)
           
 List<DDLRecord> DDLRecordLocalService.getRecords(long recordSetId, long userId)
           
static List<DDLRecord> DDLRecordLocalServiceUtil.getRecords(long recordSetId, long userId)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecord
 DDLRecord DDLRecordLocalServiceWrapper.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.
static DDLRecord DDLRecordLocalServiceUtil.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecord DDLRecordLocalServiceWrapper.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.
static DDLRecord DDLRecordLocalServiceUtil.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 void DDLRecordLocalServiceWrapper.deleteRecord(DDLRecord record)
           
 void DDLRecordLocalService.deleteRecord(DDLRecord record)
           
static void DDLRecordLocalServiceUtil.deleteRecord(DDLRecord record)
           
 void DDLRecordLocalServiceWrapper.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)
           
static void DDLRecordLocalServiceUtil.updateAsset(long userId, DDLRecord record, DDLRecordVersion recordVersion, long[] assetCategoryIds, String[] assetTagNames, Locale locale)
           
 DDLRecord DDLRecordLocalServiceWrapper.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.
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 DDLRecordLocalServiceWrapper.updateDDLRecord(DDLRecord ddlRecord, boolean merge)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecord DDLRecordLocalService.updateDDLRecord(DDLRecord ddlRecord, boolean merge)
          Updates the d d l record in the database or adds it if it does not yet exist.
static DDLRecord DDLRecordLocalServiceUtil.updateDDLRecord(DDLRecord ddlRecord, boolean merge)
          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
 DDLRecord DDLRecordPersistence.create(long recordId)
          Creates a new d d l record with the primary key.
static DDLRecord DDLRecordUtil.create(long recordId)
          Creates a new d d l record with the primary key.
 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.fetchByPrimaryKey(long recordId)
          Returns the d d l record with the primary key or returns null if it could not be found.
 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_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_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.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.fetchByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
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_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last 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.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
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_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)
          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, 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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
static DDLRecord DDLRecordUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
 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.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.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_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_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_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_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.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.findByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where recordSetId = ?.
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_Last(long recordSetId, OrderByComparator orderByComparator)
          Returns the last 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_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.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.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where uuid = ?.
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_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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ?.
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_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.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.remove(long recordId)
          Removes the d d l record with the primary key from the database.
static DDLRecord DDLRecordUtil.remove(long recordId)
          Removes the d d l record with the primary key 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.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, boolean merge)
           
static DDLRecord DDLRecordUtil.update(DDLRecord ddlRecord, boolean merge, ServiceContext serviceContext)
           
 DDLRecord DDLRecordPersistence.updateImpl(DDLRecord ddlRecord, boolean merge)
           
static DDLRecord DDLRecordUtil.updateImpl(DDLRecord ddlRecord, boolean merge)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return types with arguments of type DDLRecord
 List<DDLRecord> DDLRecordPersistence.findAll()
          Returns all the d d l records.
static List<DDLRecord> DDLRecordUtil.findAll()
          Returns 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)
          Returns a 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> DDLRecordUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l records.
 List<DDLRecord> DDLRecordFinder.findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecord> DDLRecordFinderUtil.findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 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)
          Returns 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)
          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, OrderByComparator orderByComparator)
          Returns an ordered 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.findByRecordSetId(long recordSetId)
          Returns all the d d l records where recordSetId = ?.
static List<DDLRecord> DDLRecordUtil.findByRecordSetId(long recordSetId)
          Returns 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)
          Returns a 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.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.findByUuid(String uuid)
          Returns all the d d l records where uuid = ?.
static List<DDLRecord> DDLRecordUtil.findByUuid(String uuid)
          Returns 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)
          Returns a 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.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
 void DDLRecordPersistence.cacheResult(DDLRecord ddlRecord)
          Caches the d d l record in the entity cache if it is enabled.
static void DDLRecordUtil.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, boolean merge)
           
static DDLRecord DDLRecordUtil.update(DDLRecord ddlRecord, boolean merge, ServiceContext serviceContext)
           
 DDLRecord DDLRecordPersistence.updateImpl(DDLRecord ddlRecord, boolean merge)
           
static DDLRecord DDLRecordUtil.updateImpl(DDLRecord ddlRecord, boolean merge)
           
 

Method parameters in com.liferay.portlet.dynamicdatalists.service.persistence with type arguments of type DDLRecord
 void DDLRecordPersistence.cacheResult(List<DDLRecord> ddlRecords)
          Caches the d d l records in the entity cache if it is enabled.
static void DDLRecordUtil.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 with parameters of type DDLRecord
static void DDLUtil.getRecordFileUpload(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDLRecord record, String fieldName)
           
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)
           
static void DDLUtil.sendRecordFileUpload(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDLRecord record, String fieldName)
           
 void DDL.sendRecordFileUpload(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDLRecord record, String fieldName)
           
static String DDLUtil.uploadRecordFieldFile(DDLRecord record, String fieldName, ServiceContext serviceContext)
           
 String DDL.uploadRecordFieldFile(DDLRecord record, String fieldName, ServiceContext serviceContext)
           
 

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.1.2-ce-ga3