public class ScreensDDLRecordServiceWrapper extends java.lang.Object implements ScreensDDLRecordService, ServiceWrapper<ScreensDDLRecordService>
ScreensDDLRecordService.ScreensDDLRecordService| Constructor and Description |
|---|
ScreensDDLRecordServiceWrapper(ScreensDDLRecordService screensDDLRecordService) |
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
getDDLRecord(long ddlRecordId,
java.util.Locale locale) |
JSONArray |
getDDLRecords(long ddlRecordSetId,
java.util.Locale locale,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator) |
JSONArray |
getDDLRecords(long ddlRecordSetId,
long userId,
java.util.Locale locale,
int start,
int end,
OrderByComparator<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 JSONObject getDDLRecord(long ddlRecordId, java.util.Locale locale) throws PortalException
getDDLRecord in interface ScreensDDLRecordServicePortalExceptionpublic JSONArray getDDLRecords(long ddlRecordSetId, java.util.Locale locale, int start, int end, OrderByComparator<DDLRecord> orderByComparator) throws PortalException
getDDLRecords in interface ScreensDDLRecordServicePortalExceptionpublic JSONArray getDDLRecords(long ddlRecordSetId, long userId, java.util.Locale locale, int start, int end, OrderByComparator<DDLRecord> orderByComparator) throws PortalException
getDDLRecords in interface ScreensDDLRecordServicePortalExceptionpublic int getDDLRecordsCount(long ddlRecordSetId)
throws PortalException
getDDLRecordsCount in interface ScreensDDLRecordServicePortalExceptionpublic int getDDLRecordsCount(long ddlRecordSetId,
long userId)
throws PortalException
getDDLRecordsCount in interface ScreensDDLRecordServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ScreensDDLRecordServicepublic ScreensDDLRecordService getWrappedService()
getWrappedService in interface ServiceWrapper<ScreensDDLRecordService>public void setWrappedService(ScreensDDLRecordService screensDDLRecordService)
setWrappedService in interface ServiceWrapper<ScreensDDLRecordService>