@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DDLRecordService extends BaseService
DDLRecordServiceUtil,
com.liferay.portlet.dynamicdatalists.service.base.DDLRecordServiceBaseImpl,
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordServiceImpl| Modifier and Type | Method and Description |
|---|---|
DDLRecord |
addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext) |
DDLRecord |
addRecord(long groupId,
long recordSetId,
int displayIndex,
java.util.Map<java.lang.String,java.io.Serializable> fieldsMap,
ServiceContext serviceContext) |
void |
deleteRecord(long recordId) |
DDLRecord |
deleteRecordLocale(long recordId,
java.util.Locale locale,
ServiceContext serviceContext) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
DDLRecord |
getRecord(long recordId) |
void |
revertRecordVersion(long recordId,
java.lang.String version,
ServiceContext serviceContext) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
DDLRecord |
updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext) |
DDLRecord |
updateRecord(long recordId,
int displayIndex,
java.util.Map<java.lang.String,java.io.Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanDDLRecord addRecord(long groupId, long recordSetId, int displayIndex, Fields fields, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionDDLRecord addRecord(long groupId, long recordSetId, int displayIndex, java.util.Map<java.lang.String,java.io.Serializable> fieldsMap, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteRecord(long recordId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionDDLRecord deleteRecordLocale(long recordId, java.util.Locale locale, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) DDLRecord getRecord(long recordId) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid revertRecordVersion(long recordId,
java.lang.String version,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalExceptionSystemExceptionDDLRecord updateRecord(long recordId, boolean majorVersion, int displayIndex, Fields fields, boolean mergeFields, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionDDLRecord updateRecord(long recordId, int displayIndex, java.util.Map<java.lang.String,java.io.Serializable> fieldsMap, boolean mergeFields, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemException