@ProviderType
public interface DDL
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
getRecordJSONObject(DDLRecord record) |
JSONObject |
getRecordJSONObject(DDLRecord record,
boolean latestRecordVersion) |
java.util.List<DDLRecord> |
getRecords(Hits hits) |
JSONArray |
getRecordSetJSONArray(DDLRecordSet recordSet) |
JSONArray |
getRecordsJSONArray(DDLRecordSet recordSet) |
JSONArray |
getRecordsJSONArray(java.util.List<DDLRecord> records) |
JSONArray |
getRecordsJSONArray(java.util.List<DDLRecord> records,
boolean latestRecordVersion) |
java.lang.String |
getTemplateContent(long ddmTemplateId,
DDLRecordSet recordSet,
ThemeDisplay themeDisplay,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
boolean |
isEditable(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId,
long groupId)
Deprecated.
As of 7.0.0, with no direct replacement
|
boolean |
isEditable(javax.portlet.PortletPreferences preferences,
java.lang.String portletId,
long groupId)
Deprecated.
As of 7.0.0, with no direct replacement
|
DDLRecord |
updateRecord(long recordId,
long recordSetId,
boolean mergeFields,
boolean checkPermission,
ServiceContext serviceContext) |
DDLRecord |
updateRecord(long recordId,
long recordSetId,
boolean mergeFields,
ServiceContext serviceContext) |
JSONObject getRecordJSONObject(DDLRecord record) throws java.lang.Exception
java.lang.ExceptionJSONObject getRecordJSONObject(DDLRecord record, boolean latestRecordVersion) throws java.lang.Exception
java.lang.Exceptionjava.util.List<DDLRecord> getRecords(Hits hits) throws java.lang.Exception
java.lang.ExceptionJSONArray getRecordSetJSONArray(DDLRecordSet recordSet) throws java.lang.Exception
java.lang.ExceptionJSONArray getRecordsJSONArray(DDLRecordSet recordSet) throws java.lang.Exception
java.lang.ExceptionJSONArray getRecordsJSONArray(java.util.List<DDLRecord> records) throws java.lang.Exception
java.lang.ExceptionJSONArray getRecordsJSONArray(java.util.List<DDLRecord> records, boolean latestRecordVersion) throws java.lang.Exception
java.lang.Exceptionjava.lang.String getTemplateContent(long ddmTemplateId,
DDLRecordSet recordSet,
ThemeDisplay themeDisplay,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws java.lang.Exception
java.lang.Exception@Deprecated
boolean isEditable(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId,
long groupId)
throws java.lang.Exception
java.lang.Exception@Deprecated
boolean isEditable(javax.portlet.PortletPreferences preferences,
java.lang.String portletId,
long groupId)
throws java.lang.Exception
java.lang.ExceptionDDLRecord updateRecord(long recordId, long recordSetId, boolean mergeFields, boolean checkPermission, ServiceContext serviceContext) throws java.lang.Exception
java.lang.ExceptionDDLRecord updateRecord(long recordId, long recordSetId, boolean mergeFields, ServiceContext serviceContext) throws java.lang.Exception
java.lang.Exception