@ProviderType
public class ScreensDDLRecordServiceUtil
extends java.lang.Object
com.liferay.screens.service.impl.ScreensDDLRecordServiceImpl
and is an
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.ScreensDDLRecordService
Constructor and Description |
---|
ScreensDDLRecordServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static com.liferay.portal.kernel.json.JSONObject |
getDDLRecord(long ddlRecordId,
java.util.Locale locale) |
static com.liferay.portal.kernel.json.JSONArray |
getDDLRecords(long ddlRecordSetId,
java.util.Locale locale,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.dynamic.data.lists.model.DDLRecord> obc) |
static com.liferay.portal.kernel.json.JSONArray |
getDDLRecords(long ddlRecordSetId,
long userId,
java.util.Locale locale,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.dynamic.data.lists.model.DDLRecord> obc) |
static int |
getDDLRecordsCount(long ddlRecordSetId) |
static int |
getDDLRecordsCount(long ddlRecordSetId,
long userId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ScreensDDLRecordService |
getService() |
public static 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
public static com.liferay.portal.kernel.json.JSONArray getDDLRecords(long ddlRecordSetId, java.util.Locale locale, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.dynamic.data.lists.model.DDLRecord> obc) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.json.JSONArray getDDLRecords(long ddlRecordSetId, long userId, java.util.Locale locale, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.dynamic.data.lists.model.DDLRecord> obc) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getDDLRecordsCount(long ddlRecordSetId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getDDLRecordsCount(long ddlRecordSetId, long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static ScreensDDLRecordService getService()