@ProviderType public class DDLRecordServiceWrapper extends java.lang.Object implements DDLRecordService, ServiceWrapper<DDLRecordService>
DDLRecordService.DDLRecordService| Constructor and Description |
|---|
DDLRecordServiceWrapper(DDLRecordService ddlRecordService) |
| Modifier and Type | Method and Description |
|---|---|
DDLRecord |
addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext) |
DDLRecord |
addRecord(long groupId,
long recordSetId,
int displayIndex,
java.util.Map<java.lang.String,java.io.Serializable> fieldsMap,
ServiceContext serviceContext) |
void |
deleteRecord(long recordId) |
DDLRecord |
deleteRecordLocale(long recordId,
java.util.Locale locale,
ServiceContext serviceContext) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
DDLRecord |
getRecord(long recordId) |
DDLRecordService |
getWrappedDDLRecordService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DDLRecordService |
getWrappedService() |
void |
revertRecordVersion(long recordId,
java.lang.String version,
ServiceContext serviceContext) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedDDLRecordService(DDLRecordService ddlRecordService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordService) |
void |
setWrappedService(DDLRecordService ddlRecordService) |
DDLRecord |
updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext) |
DDLRecord |
updateRecord(long recordId,
int displayIndex,
java.util.Map<java.lang.String,java.io.Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext) |
public DDLRecordServiceWrapper(DDLRecordService ddlRecordService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface DDLRecordServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DDLRecordServicebeanIdentifier - the Spring bean ID for this beanpublic DDLRecord addRecord(long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext) throws PortalException, SystemException
addRecord in interface DDLRecordServicePortalExceptionSystemExceptionpublic DDLRecord addRecord(long groupId, long recordSetId, int displayIndex, java.util.Map<java.lang.String,java.io.Serializable> fieldsMap, ServiceContext serviceContext) throws PortalException, SystemException
addRecord in interface DDLRecordServicePortalExceptionSystemExceptionpublic void deleteRecord(long recordId)
throws PortalException,
SystemException
deleteRecord in interface DDLRecordServicePortalExceptionSystemExceptionpublic DDLRecord deleteRecordLocale(long recordId, java.util.Locale locale, ServiceContext serviceContext) throws PortalException, SystemException
deleteRecordLocale in interface DDLRecordServicePortalExceptionSystemExceptionpublic DDLRecord getRecord(long recordId) throws PortalException, SystemException
getRecord in interface DDLRecordServicePortalExceptionSystemExceptionpublic void revertRecordVersion(long recordId,
java.lang.String version,
ServiceContext serviceContext)
throws PortalException,
SystemException
revertRecordVersion in interface DDLRecordServicePortalExceptionSystemExceptionpublic DDLRecord updateRecord(long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext) throws PortalException, SystemException
updateRecord in interface DDLRecordServicePortalExceptionSystemExceptionpublic DDLRecord updateRecord(long recordId, int displayIndex, java.util.Map<java.lang.String,java.io.Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext) throws PortalException, SystemException
updateRecord in interface DDLRecordServicePortalExceptionSystemExceptionpublic DDLRecordService getWrappedDDLRecordService()
getWrappedService()public void setWrappedDDLRecordService(DDLRecordService ddlRecordService)
setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordService)public DDLRecordService getWrappedService()
getWrappedService in interface ServiceWrapper<DDLRecordService>public void setWrappedService(DDLRecordService ddlRecordService)
setWrappedService in interface ServiceWrapper<DDLRecordService>