|
Liferay 6.2-ce-ga5 | |||||||||
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,
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 |
revertRecordVersion(long recordId,
String version,
ServiceContext 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,
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 DDLRecordService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface DDLRecordService
beanIdentifier
- 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 DDLRecordService
PortalException
SystemException
public DDLRecord addRecord(long groupId, long recordSetId, int displayIndex, Map<String,Serializable> fieldsMap, ServiceContext serviceContext) throws PortalException, SystemException
addRecord
in interface DDLRecordService
PortalException
SystemException
public void deleteRecord(long recordId) throws PortalException, SystemException
deleteRecord
in interface DDLRecordService
PortalException
SystemException
public DDLRecord deleteRecordLocale(long recordId, Locale locale, ServiceContext serviceContext) throws PortalException, SystemException
deleteRecordLocale
in interface DDLRecordService
PortalException
SystemException
public DDLRecord getRecord(long recordId) throws PortalException, SystemException
getRecord
in interface DDLRecordService
PortalException
SystemException
public void revertRecordVersion(long recordId, String version, ServiceContext serviceContext) throws PortalException, SystemException
revertRecordVersion
in interface DDLRecordService
PortalException
SystemException
public DDLRecord updateRecord(long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext) throws PortalException, SystemException
updateRecord
in interface DDLRecordService
PortalException
SystemException
public DDLRecord updateRecord(long recordId, int displayIndex, Map<String,Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext) throws PortalException, SystemException
updateRecord
in interface DDLRecordService
PortalException
SystemException
public 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.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |