@ProviderType
public class DDLRecordServiceUtil
extends java.lang.Object
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.DDLRecordService,
com.liferay.portlet.dynamicdatalists.service.base.DDLRecordServiceBaseImpl,
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordServiceImpl| Constructor and Description |
|---|
DDLRecordServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static DDLRecord |
addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext) |
static DDLRecord |
addRecord(long groupId,
long recordSetId,
int displayIndex,
java.util.Map<java.lang.String,java.io.Serializable> fieldsMap,
ServiceContext serviceContext) |
static void |
deleteRecord(long recordId) |
static DDLRecord |
deleteRecordLocale(long recordId,
java.util.Locale locale,
ServiceContext serviceContext) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static DDLRecord |
getRecord(long recordId) |
static DDLRecordService |
getService() |
static void |
revertRecordVersion(long recordId,
java.lang.String version,
ServiceContext serviceContext) |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(DDLRecordService service)
Deprecated.
As of 6.2.0
|
static DDLRecord |
updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext) |
static DDLRecord |
updateRecord(long recordId,
int displayIndex,
java.util.Map<java.lang.String,java.io.Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static DDLRecord addRecord(long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static DDLRecord addRecord(long groupId, long recordSetId, int displayIndex, java.util.Map<java.lang.String,java.io.Serializable> fieldsMap, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteRecord(long recordId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static DDLRecord deleteRecordLocale(long recordId, java.util.Locale locale, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static DDLRecord getRecord(long recordId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void revertRecordVersion(long recordId,
java.lang.String version,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static DDLRecord updateRecord(long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static DDLRecord updateRecord(long recordId, int displayIndex, java.util.Map<java.lang.String,java.io.Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static DDLRecordService getService()
public void setService(DDLRecordService service)