@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface ScreensDDLRecordService
extends com.liferay.portal.kernel.service.BaseService
ScreensDDLRecordServiceUtil,
com.liferay.screens.service.base.ScreensDDLRecordServiceBaseImpl,
com.liferay.screens.service.impl.ScreensDDLRecordServiceImpl| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.json.JSONObject |
getDDLRecord(long ddlRecordId,
java.util.Locale locale) |
com.liferay.portal.kernel.json.JSONArray |
getDDLRecords(long ddlRecordSetId,
java.util.Locale locale,
int start,
int end) |
com.liferay.portal.kernel.json.JSONArray |
getDDLRecords(long ddlRecordSetId,
long userId,
java.util.Locale locale,
int start,
int end) |
int |
getDDLRecordsCount(long ddlRecordSetId) |
int |
getDDLRecordsCount(long ddlRecordSetId,
long userId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
@Transactional(propagation=SUPPORTS,
readOnly=true)
com.liferay.portal.kernel.json.JSONObject getDDLRecord(long ddlRecordId,
java.util.Locale locale)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
com.liferay.portal.kernel.json.JSONArray getDDLRecords(long ddlRecordSetId,
java.util.Locale locale,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
com.liferay.portal.kernel.json.JSONArray getDDLRecords(long ddlRecordSetId,
long userId,
java.util.Locale locale,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDDLRecordsCount(long ddlRecordSetId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDDLRecordsCount(long ddlRecordSetId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()