|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatalists.service.DDLRecordServiceWrapper
@ProviderType public class DDLRecordServiceWrapper
Provides a wrapper for DDLRecordService.
DDLRecordService| Constructor Summary | |
|---|---|
DDLRecordServiceWrapper(DDLRecordService ddlRecordService)
|
|
| Method Summary | |
|---|---|
DDLRecord |
addRecord(long groupId,
long recordSetId,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
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)
|
void |
deleteRecord(long recordId)
|
DDLRecord |
deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
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 |
revertRecord(long recordId,
String version,
ServiceContext serviceContext)
|
void |
revertRecordVersion(long recordId,
String version,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #revertRecord(long, long,
String, ServiceContext) |
void |
setBeanIdentifier(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,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
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 |
| Constructor Detail |
|---|
public DDLRecordServiceWrapper(DDLRecordService ddlRecordService)
| Method Detail |
|---|
public DDLRecord addRecord(long groupId,
long recordSetId,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws PortalException
addRecord in interface DDLRecordServicePortalException
public DDLRecord addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
throws PortalException
addRecord in interface DDLRecordServicePortalException
public DDLRecord addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
throws PortalException
addRecord in interface DDLRecordServicePortalException
public void deleteRecord(long recordId)
throws PortalException
deleteRecord in interface DDLRecordServicePortalException
public DDLRecord deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
throws PortalException
deleteRecordLocale in interface DDLRecordServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface DDLRecordService
public DDLRecord getRecord(long recordId)
throws PortalException
getRecord in interface DDLRecordServicePortalException
public void revertRecord(long recordId,
String version,
ServiceContext serviceContext)
throws PortalException
revertRecord in interface DDLRecordServicePortalException
@Deprecated
public void revertRecordVersion(long recordId,
String version,
ServiceContext serviceContext)
throws PortalException
#revertRecord(long, long,
String, ServiceContext)
revertRecordVersion in interface DDLRecordServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DDLRecordServicebeanIdentifier - the Spring bean ID for this bean
public DDLRecord updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
throws PortalException
updateRecord in interface DDLRecordServicePortalException
public DDLRecord updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws PortalException
updateRecord in interface DDLRecordServicePortalException
public DDLRecord updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
throws PortalException
updateRecord in interface DDLRecordServicePortalException@Deprecated public DDLRecordService getWrappedDDLRecordService()
getWrappedService()
@Deprecated 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>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||