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 JSONObject |
getDDLRecord(long ddlRecordId,
java.util.Locale locale) |
static JSONArray |
getDDLRecords(long ddlRecordSetId,
java.util.Locale locale,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator) |
static JSONArray |
getDDLRecords(long ddlRecordSetId,
long userId,
java.util.Locale locale,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator) |
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 JSONObject getDDLRecord(long ddlRecordId, java.util.Locale locale) throws PortalException
PortalExceptionpublic static JSONArray getDDLRecords(long ddlRecordSetId, java.util.Locale locale, int start, int end, OrderByComparator<DDLRecord> orderByComparator) throws PortalException
PortalExceptionpublic static JSONArray getDDLRecords(long ddlRecordSetId, long userId, java.util.Locale locale, int start, int end, OrderByComparator<DDLRecord> orderByComparator) throws PortalException
PortalExceptionpublic static int getDDLRecordsCount(long ddlRecordSetId)
throws PortalException
PortalExceptionpublic static int getDDLRecordsCount(long ddlRecordSetId,
long userId)
throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static ScreensDDLRecordService getService()