|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatalists.service.DDLRecordServiceWrapper
public class DDLRecordServiceWrapper
This class is a wrapper for DDLRecordService.
DDLRecordService| Constructor Summary | |
|---|---|
DDLRecordServiceWrapper(DDLRecordService 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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DDLRecord |
getRecord(long recordId)
|
DDLRecordService |
getWrappedDDLRecordService()
Deprecated. Renamed to getWrappedService() |
DDLRecordService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 |
| Constructor Detail |
|---|
public DDLRecordServiceWrapper(DDLRecordService ddlRecordService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface DDLRecordServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DDLRecordServicebeanIdentifier - the Spring bean ID for this bean
public DDLRecord addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
throws PortalException,
SystemException
addRecord in interface DDLRecordServicePortalException
SystemException
public DDLRecord addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
throws PortalException,
SystemException
addRecord in interface DDLRecordServicePortalException
SystemException
public DDLRecord getRecord(long recordId)
throws PortalException,
SystemException
getRecord in interface DDLRecordServicePortalException
SystemException
public DDLRecord updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateRecord in interface DDLRecordServicePortalException
SystemException
public DDLRecord updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateRecord in interface DDLRecordServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||