Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.service
Class DDLRecordLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.service.DDLRecordLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<DDLRecordLocalService>, DDLRecordLocalService

@ProviderType
public class DDLRecordLocalServiceWrapper
extends Object
implements DDLRecordLocalService, ServiceWrapper<DDLRecordLocalService>

Provides a wrapper for DDLRecordLocalService.

See Also:
DDLRecordLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DDLRecordLocalServiceWrapper(DDLRecordLocalService ddlRecordLocalService)
           
 
Method Summary
 DDLRecord addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecord addRecord(long userId, long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord addRecord(long userId, long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext)
           
 DDLRecord addRecord(long userId, long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext)
           
 DDLRecord createDDLRecord(long recordId)
          Creates a new d d l record with the primary key.
 DDLRecord deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord deleteDDLRecord(long recordId)
          Deletes the d d l record with the primary key from the database.
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 DDLRecord deleteRecord(DDLRecord record)
           
 void deleteRecord(long recordId)
           
 DDLRecord deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext)
           
 void deleteRecords(long recordSetId)
           
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 DDLRecord fetchDDLRecord(long recordId)
           
 DDLRecord fetchDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 DDLRecord fetchRecord(long recordId)
           
 ActionableDynamicQuery getActionableDynamicQuery()
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<DDLRecord> getCompanyRecords(long companyId, int status, int scope, int start, int end, OrderByComparator<DDLRecord> orderByComparator)
           
 int getCompanyRecordsCount(long companyId, int status, int scope)
           
 DDLRecord getDDLRecord(long recordId)
          Returns the d d l record with the primary key.
 DDLRecord getDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 List<DDLRecord> getDDLRecords(int start, int end)
          Returns a range of all the d d l records.
 List<DDLRecord> getDDLRecordsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d l records matching the UUID and company.
 List<DDLRecord> getDDLRecordsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDLRecord> orderByComparator)
          Returns a range of d d l records matching the UUID and company.
 int getDDLRecordsCount()
          Returns the number of d d l records.
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
           
 DDLRecordVersion getLatestRecordVersion(long recordId)
          Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getLatestRecordVersion( long)
 Long[] getMinAndMaxCompanyRecordIds(long companyId, int status, int scope)
           
 List<DDLRecord> getMinAndMaxCompanyRecords(long companyId, int status, int scope, long minRecordId, long maxRecordId)
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 DDLRecord getRecord(long recordId)
           
 List<DDLRecord> getRecords(long recordSetId)
           
 List<DDLRecord> getRecords(long recordSetId, int status, int start, int end, OrderByComparator<DDLRecord> orderByComparator)
           
 List<DDLRecord> getRecords(long recordSetId, long userId)
           
 int getRecordsCount(long recordSetId, int status)
           
 DDLRecordVersion getRecordVersion(long recordVersionId)
          Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersion(long)
 DDLRecordVersion getRecordVersion(long recordId, String version)
          Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersion(long, String)
 List<DDLRecordVersion> getRecordVersions(long recordId, int start, int end, OrderByComparator<DDLRecordVersion> orderByComparator)
          Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int, int, OrderByComparator)
 int getRecordVersionsCount(long recordId)
          Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersionsCount( long)
 DDLRecordLocalService getWrappedDDLRecordLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 DDLRecordLocalService getWrappedService()
           
 void revertRecord(long userId, long recordId, String version, ServiceContext serviceContext)
           
 void revertRecordVersion(long userId, long recordId, String version, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by revertRecord(long, long, String, ServiceContext)
 Hits search(SearchContext searchContext)
           
 BaseModelSearchResult<DDLRecord> searchDDLRecords(SearchContext searchContext)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDDLRecordLocalService(DDLRecordLocalService ddlRecordLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordLocalService)
 void setWrappedService(DDLRecordLocalService ddlRecordLocalService)
           
 void updateAsset(long userId, DDLRecord record, DDLRecordVersion recordVersion, long[] assetCategoryIds, String[] assetTagNames, Locale locale)
           
 DDLRecord updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecord updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord updateRecord(long userId, long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext)
           
 DDLRecord updateStatus(long userId, long recordVersionId, int status, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordLocalServiceWrapper

public DDLRecordLocalServiceWrapper(DDLRecordLocalService ddlRecordLocalService)
Method Detail

addDDLRecord

public DDLRecord addDDLRecord(DDLRecord ddlRecord)
Adds the d d l record to the database. Also notifies the appropriate model listeners.

Specified by:
addDDLRecord in interface DDLRecordLocalService
Parameters:
ddlRecord - the d d l record
Returns:
the d d l record that was added

addRecord

public DDLRecord addRecord(long userId,
                           long groupId,
                           long recordSetId,
                           int displayIndex,
                           DDMFormValues ddmFormValues,
                           ServiceContext serviceContext)
                    throws PortalException
Specified by:
addRecord in interface DDLRecordLocalService
Throws:
PortalException

addRecord

public DDLRecord addRecord(long userId,
                           long groupId,
                           long recordSetId,
                           int displayIndex,
                           Fields fields,
                           ServiceContext serviceContext)
                    throws PortalException
Specified by:
addRecord in interface DDLRecordLocalService
Throws:
PortalException

addRecord

public DDLRecord addRecord(long userId,
                           long groupId,
                           long recordSetId,
                           int displayIndex,
                           Map<String,Serializable> fieldsMap,
                           ServiceContext serviceContext)
                    throws PortalException
Specified by:
addRecord in interface DDLRecordLocalService
Throws:
PortalException

createDDLRecord

public DDLRecord createDDLRecord(long recordId)
Creates a new d d l record with the primary key. Does not add the d d l record to the database.

Specified by:
createDDLRecord in interface DDLRecordLocalService
Parameters:
recordId - the primary key for the new d d l record
Returns:
the new d d l record

deleteDDLRecord

public DDLRecord deleteDDLRecord(DDLRecord ddlRecord)
Deletes the d d l record from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDDLRecord in interface DDLRecordLocalService
Parameters:
ddlRecord - the d d l record
Returns:
the d d l record that was removed

deleteDDLRecord

public DDLRecord deleteDDLRecord(long recordId)
                          throws PortalException
Deletes the d d l record with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDDLRecord in interface DDLRecordLocalService
Parameters:
recordId - the primary key of the d d l record
Returns:
the d d l record that was removed
Throws:
PortalException - if a d d l record with the primary key could not be found

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Specified by:
deletePersistedModel in interface DDLRecordLocalService
Throws:
PortalException

deleteRecord

public DDLRecord deleteRecord(DDLRecord record)
                       throws PortalException
Specified by:
deleteRecord in interface DDLRecordLocalService
Throws:
PortalException

deleteRecord

public void deleteRecord(long recordId)
                  throws PortalException
Specified by:
deleteRecord in interface DDLRecordLocalService
Throws:
PortalException

deleteRecordLocale

public DDLRecord deleteRecordLocale(long recordId,
                                    Locale locale,
                                    ServiceContext serviceContext)
                             throws PortalException
Specified by:
deleteRecordLocale in interface DDLRecordLocalService
Throws:
PortalException

deleteRecords

public void deleteRecords(long recordSetId)
                   throws PortalException
Specified by:
deleteRecords in interface DDLRecordLocalService
Throws:
PortalException

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface DDLRecordLocalService

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface DDLRecordLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface DDLRecordLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface DDLRecordLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface DDLRecordLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface DDLRecordLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchDDLRecord

public DDLRecord fetchDDLRecord(long recordId)
Specified by:
fetchDDLRecord in interface DDLRecordLocalService

fetchDDLRecordByUuidAndGroupId

public DDLRecord fetchDDLRecordByUuidAndGroupId(String uuid,
                                                long groupId)
Returns the d d l record matching the UUID and group.

Specified by:
fetchDDLRecordByUuidAndGroupId in interface DDLRecordLocalService
Parameters:
uuid - the d d l record's UUID
groupId - the primary key of the group
Returns:
the matching d d l record, or null if a matching d d l record could not be found

fetchRecord

public DDLRecord fetchRecord(long recordId)
Specified by:
fetchRecord in interface DDLRecordLocalService

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface DDLRecordLocalService

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface DDLRecordLocalService
Returns:
the Spring bean ID for this bean

getCompanyRecords

public List<DDLRecord> getCompanyRecords(long companyId,
                                         int status,
                                         int scope,
                                         int start,
                                         int end,
                                         OrderByComparator<DDLRecord> orderByComparator)
Specified by:
getCompanyRecords in interface DDLRecordLocalService

getCompanyRecordsCount

public int getCompanyRecordsCount(long companyId,
                                  int status,
                                  int scope)
Specified by:
getCompanyRecordsCount in interface DDLRecordLocalService

getDDLRecord

public DDLRecord getDDLRecord(long recordId)
                       throws PortalException
Returns the d d l record with the primary key.

Specified by:
getDDLRecord in interface DDLRecordLocalService
Parameters:
recordId - the primary key of the d d l record
Returns:
the d d l record
Throws:
PortalException - if a d d l record with the primary key could not be found

getDDLRecordByUuidAndGroupId

public DDLRecord getDDLRecordByUuidAndGroupId(String uuid,
                                              long groupId)
                                       throws PortalException
Returns the d d l record matching the UUID and group.

Specified by:
getDDLRecordByUuidAndGroupId in interface DDLRecordLocalService
Parameters:
uuid - the d d l record's UUID
groupId - the primary key of the group
Returns:
the matching d d l record
Throws:
PortalException - if a matching d d l record could not be found

getDDLRecords

public List<DDLRecord> getDDLRecords(int start,
                                     int end)
Returns a range of all the d d l records.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getDDLRecords in interface DDLRecordLocalService
Parameters:
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
Returns:
the range of d d l records

getDDLRecordsByUuidAndCompanyId

public List<DDLRecord> getDDLRecordsByUuidAndCompanyId(String uuid,
                                                       long companyId)
Returns all the d d l records matching the UUID and company.

Specified by:
getDDLRecordsByUuidAndCompanyId in interface DDLRecordLocalService
Parameters:
uuid - the UUID of the d d l records
companyId - the primary key of the company
Returns:
the matching d d l records, or an empty list if no matches were found

getDDLRecordsByUuidAndCompanyId

public List<DDLRecord> getDDLRecordsByUuidAndCompanyId(String uuid,
                                                       long companyId,
                                                       int start,
                                                       int end,
                                                       OrderByComparator<DDLRecord> orderByComparator)
Returns a range of d d l records matching the UUID and company.

Specified by:
getDDLRecordsByUuidAndCompanyId in interface DDLRecordLocalService
Parameters:
uuid - the UUID of the d d l records
companyId - the primary key of the company
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the range of matching d d l records, or an empty list if no matches were found

getDDLRecordsCount

public int getDDLRecordsCount()
Returns the number of d d l records.

Specified by:
getDDLRecordsCount in interface DDLRecordLocalService
Returns:
the number of d d l records

getExportActionableDynamicQuery

public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
Specified by:
getExportActionableDynamicQuery in interface DDLRecordLocalService

getLatestRecordVersion

@Deprecated
public DDLRecordVersion getLatestRecordVersion(long recordId)
                                        throws PortalException
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getLatestRecordVersion( long)

Specified by:
getLatestRecordVersion in interface DDLRecordLocalService
Throws:
PortalException

getMinAndMaxCompanyRecordIds

public Long[] getMinAndMaxCompanyRecordIds(long companyId,
                                           int status,
                                           int scope)
Specified by:
getMinAndMaxCompanyRecordIds in interface DDLRecordLocalService

getMinAndMaxCompanyRecords

public List<DDLRecord> getMinAndMaxCompanyRecords(long companyId,
                                                  int status,
                                                  int scope,
                                                  long minRecordId,
                                                  long maxRecordId)
Specified by:
getMinAndMaxCompanyRecords in interface DDLRecordLocalService

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface DDLRecordLocalService
Throws:
PortalException

getRecord

public DDLRecord getRecord(long recordId)
                    throws PortalException
Specified by:
getRecord in interface DDLRecordLocalService
Throws:
PortalException

getRecordVersion

@Deprecated
public DDLRecordVersion getRecordVersion(long recordId,
                                                    String version)
                                  throws PortalException
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersion(long, String)

Specified by:
getRecordVersion in interface DDLRecordLocalService
Throws:
PortalException

getRecordVersion

@Deprecated
public DDLRecordVersion getRecordVersion(long recordVersionId)
                                  throws PortalException
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersion(long)

Specified by:
getRecordVersion in interface DDLRecordLocalService
Throws:
PortalException

getRecordVersions

@Deprecated
public List<DDLRecordVersion> getRecordVersions(long recordId,
                                                           int start,
                                                           int end,
                                                           OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int, int, OrderByComparator)

Specified by:
getRecordVersions in interface DDLRecordLocalService

getRecordVersionsCount

@Deprecated
public int getRecordVersionsCount(long recordId)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersionsCount( long)

Specified by:
getRecordVersionsCount in interface DDLRecordLocalService

getRecords

public List<DDLRecord> getRecords(long recordSetId)
Specified by:
getRecords in interface DDLRecordLocalService

getRecords

public List<DDLRecord> getRecords(long recordSetId,
                                  int status,
                                  int start,
                                  int end,
                                  OrderByComparator<DDLRecord> orderByComparator)
Specified by:
getRecords in interface DDLRecordLocalService

getRecords

public List<DDLRecord> getRecords(long recordSetId,
                                  long userId)
Specified by:
getRecords in interface DDLRecordLocalService

getRecordsCount

public int getRecordsCount(long recordSetId,
                           int status)
Specified by:
getRecordsCount in interface DDLRecordLocalService

revertRecord

public void revertRecord(long userId,
                         long recordId,
                         String version,
                         ServiceContext serviceContext)
                  throws PortalException
Specified by:
revertRecord in interface DDLRecordLocalService
Throws:
PortalException

revertRecordVersion

@Deprecated
public void revertRecordVersion(long userId,
                                           long recordId,
                                           String version,
                                           ServiceContext serviceContext)
                         throws PortalException
Deprecated. As of 7.0.0, replaced by revertRecord(long, long, String, ServiceContext)

Specified by:
revertRecordVersion in interface DDLRecordLocalService
Throws:
PortalException

search

public Hits search(SearchContext searchContext)
Specified by:
search in interface DDLRecordLocalService

searchDDLRecords

public BaseModelSearchResult<DDLRecord> searchDDLRecords(SearchContext searchContext)
Specified by:
searchDDLRecords in interface DDLRecordLocalService

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface DDLRecordLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

updateAsset

public void updateAsset(long userId,
                        DDLRecord record,
                        DDLRecordVersion recordVersion,
                        long[] assetCategoryIds,
                        String[] assetTagNames,
                        Locale locale)
                 throws PortalException
Specified by:
updateAsset in interface DDLRecordLocalService
Throws:
PortalException

updateDDLRecord

public DDLRecord updateDDLRecord(DDLRecord ddlRecord)
Updates the d d l record in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDDLRecord in interface DDLRecordLocalService
Parameters:
ddlRecord - the d d l record
Returns:
the d d l record that was updated

updateRecord

public DDLRecord updateRecord(long userId,
                              long recordId,
                              int displayIndex,
                              Map<String,Serializable> fieldsMap,
                              boolean mergeFields,
                              ServiceContext serviceContext)
                       throws PortalException
Specified by:
updateRecord in interface DDLRecordLocalService
Throws:
PortalException

updateRecord

public DDLRecord updateRecord(long userId,
                              long recordId,
                              boolean majorVersion,
                              int displayIndex,
                              DDMFormValues ddmFormValues,
                              ServiceContext serviceContext)
                       throws PortalException
Specified by:
updateRecord in interface DDLRecordLocalService
Throws:
PortalException

updateRecord

public DDLRecord updateRecord(long userId,
                              long recordId,
                              boolean majorVersion,
                              int displayIndex,
                              Fields fields,
                              boolean mergeFields,
                              ServiceContext serviceContext)
                       throws PortalException
Specified by:
updateRecord in interface DDLRecordLocalService
Throws:
PortalException

updateStatus

public DDLRecord updateStatus(long userId,
                              long recordVersionId,
                              int status,
                              ServiceContext serviceContext)
                       throws PortalException
Specified by:
updateStatus in interface DDLRecordLocalService
Throws:
PortalException

getWrappedDDLRecordLocalService

@Deprecated
public DDLRecordLocalService getWrappedDDLRecordLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedDDLRecordLocalService

@Deprecated
public void setWrappedDDLRecordLocalService(DDLRecordLocalService ddlRecordLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordLocalService)


getWrappedService

public DDLRecordLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<DDLRecordLocalService>

setWrappedService

public void setWrappedService(DDLRecordLocalService ddlRecordLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<DDLRecordLocalService>

Liferay 7.0-ce-m3