|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface DDLRecordServiceProvides the remote service interface for DDLRecord. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
DDLRecordServiceUtil,
com.liferay.portlet.dynamicdatalists.service.base.DDLRecordServiceBaseImpl,
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordServiceImpl| 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)
|
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. |
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)
|
| Method Detail |
|---|
DDLRecord addRecord(long groupId,
long recordSetId,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws PortalException
PortalException
DDLRecord addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
throws PortalException
PortalException
DDLRecord addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteRecord(long recordId)
throws PortalException
PortalException
DDLRecord deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecord getRecord(long recordId)
throws PortalException
PortalException
void revertRecord(long recordId,
String version,
ServiceContext serviceContext)
throws PortalException
PortalException
@Deprecated
void revertRecordVersion(long recordId,
String version,
ServiceContext serviceContext)
throws PortalException
#revertRecord(long, long,
String, ServiceContext)
PortalExceptionvoid setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
DDLRecord updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
throws PortalException
PortalException
DDLRecord updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws PortalException
PortalException
DDLRecord updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||