com.liferay.portlet.dynamicdatalists.service
Class DDLRecordServiceWrapper
java.lang.Object
com.liferay.portlet.dynamicdatalists.service.DDLRecordServiceWrapper
- All Implemented Interfaces:
- DDLRecordService
public class DDLRecordServiceWrapper
- extends Object
- implements DDLRecordService
This class is a wrapper for DDLRecordService.
- See Also:
DDLRecordService
|
Method Summary |
DDLRecord |
addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
DDLRecord |
addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
DDLRecordService |
getWrappedDDLRecordService()
|
void |
setWrappedDDLRecordService(DDLRecordService ddlRecordService)
|
DDLRecord |
updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDLRecordServiceWrapper
public DDLRecordServiceWrapper(DDLRecordService ddlRecordService)
addRecord
public DDLRecord addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addRecord in interface DDLRecordService
- Throws:
PortalException
SystemException
addRecord
public DDLRecord addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addRecord in interface DDLRecordService
- Throws:
PortalException
SystemException
updateRecord
public DDLRecord updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateRecord in interface DDLRecordService
- Throws:
PortalException
SystemException
updateRecord
public DDLRecord updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateRecord in interface DDLRecordService
- Throws:
PortalException
SystemException
getWrappedDDLRecordService
public DDLRecordService getWrappedDDLRecordService()
setWrappedDDLRecordService
public void setWrappedDDLRecordService(DDLRecordService ddlRecordService)