public class ScreensDDLRecordServiceWrapper extends java.lang.Object implements ScreensDDLRecordService, com.liferay.portal.kernel.service.ServiceWrapper<ScreensDDLRecordService>
ScreensDDLRecordService
.ScreensDDLRecordService
Constructor and Description |
---|
ScreensDDLRecordServiceWrapper(ScreensDDLRecordService screensDDLRecordService) |
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.util.OrderByComparator<com.liferay.dynamic.data.lists.model.DDLRecord> orderByComparator) |
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> orderByComparator) |
int |
getDDLRecordsCount(long ddlRecordSetId) |
int |
getDDLRecordsCount(long ddlRecordSetId,
long userId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ScreensDDLRecordService |
getWrappedService() |
void |
setWrappedService(ScreensDDLRecordService screensDDLRecordService) |
public ScreensDDLRecordServiceWrapper(ScreensDDLRecordService screensDDLRecordService)
public com.liferay.portal.kernel.json.JSONObject getDDLRecord(long ddlRecordId, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
getDDLRecord
in interface ScreensDDLRecordService
com.liferay.portal.kernel.exception.PortalException
public 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> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getDDLRecords
in interface ScreensDDLRecordService
com.liferay.portal.kernel.exception.PortalException
public 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> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getDDLRecords
in interface ScreensDDLRecordService
com.liferay.portal.kernel.exception.PortalException
public int getDDLRecordsCount(long ddlRecordSetId) throws com.liferay.portal.kernel.exception.PortalException
getDDLRecordsCount
in interface ScreensDDLRecordService
com.liferay.portal.kernel.exception.PortalException
public int getDDLRecordsCount(long ddlRecordSetId, long userId) throws com.liferay.portal.kernel.exception.PortalException
getDDLRecordsCount
in interface ScreensDDLRecordService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ScreensDDLRecordService
public ScreensDDLRecordService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ScreensDDLRecordService>
public void setWrappedService(ScreensDDLRecordService screensDDLRecordService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ScreensDDLRecordService>