com.liferay.portlet.dynamicdatalists.service
Class DDLRecordServiceWrapper
java.lang.Object
com.liferay.portlet.dynamicdatalists.service.DDLRecordServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<DDLRecordService>, DDLRecordService
public class DDLRecordServiceWrapper
- extends Object
- implements DDLRecordService, ServiceWrapper<DDLRecordService>
This class is a wrapper for DDLRecordService
.
- See Also:
DDLRecordService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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)
|
DDLRecord |
getRecord(long recordId)
|
DDLRecordService |
getWrappedDDLRecordService()
Deprecated. Renamed to getWrappedService() |
DDLRecordService |
getWrappedService()
|
void |
setWrappedDDLRecordService(DDLRecordService ddlRecordService)
Deprecated. Renamed to 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,
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
getRecord
public DDLRecord getRecord(long recordId)
throws PortalException,
SystemException
- Specified by:
getRecord
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()
- Deprecated. Renamed to
getWrappedService()
setWrappedDDLRecordService
public void setWrappedDDLRecordService(DDLRecordService ddlRecordService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordService)
getWrappedService
public DDLRecordService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<DDLRecordService>
setWrappedService
public void setWrappedService(DDLRecordService ddlRecordService)
- Specified by:
setWrappedService
in interface ServiceWrapper<DDLRecordService>