|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface DDL
| Method Summary | |
|---|---|
JSONObject |
getRecordJSONObject(DDLRecord record)
|
JSONObject |
getRecordJSONObject(DDLRecord record,
boolean latestRecordVersion)
|
List<DDLRecord> |
getRecords(Hits hits)
|
JSONArray |
getRecordSetJSONArray(DDLRecordSet recordSet)
|
JSONArray |
getRecordsJSONArray(DDLRecordSet recordSet)
|
JSONArray |
getRecordsJSONArray(List<DDLRecord> records)
|
JSONArray |
getRecordsJSONArray(List<DDLRecord> records,
boolean latestRecordVersion)
|
String |
getTemplateContent(long ddmTemplateId,
DDLRecordSet recordSet,
ThemeDisplay themeDisplay,
RenderRequest renderRequest,
RenderResponse renderResponse)
|
String |
getTemplateContent(javax.servlet.jsp.PageContext pageContext,
long ddmTemplateId,
DDLRecordSet recordSet,
ThemeDisplay themeDisplay,
RenderRequest renderRequest,
RenderResponse renderResponse)
Taglib (JSTL) support in templates requires a PageContext
instance; if it's null, objects for taglib support are not
available in the template context. |
boolean |
isEditable(javax.servlet.http.HttpServletRequest request,
String portletId,
long groupId)
Deprecated. As of 7.0.0, with no direct replacement |
boolean |
isEditable(PortletPreferences preferences,
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)
|
| Method Detail |
|---|
JSONObject getRecordJSONObject(DDLRecord record)
throws Exception
Exception
JSONObject getRecordJSONObject(DDLRecord record,
boolean latestRecordVersion)
throws Exception
Exception
List<DDLRecord> getRecords(Hits hits)
throws Exception
Exception
JSONArray getRecordSetJSONArray(DDLRecordSet recordSet)
throws Exception
Exception
JSONArray getRecordsJSONArray(DDLRecordSet recordSet)
throws Exception
Exception
JSONArray getRecordsJSONArray(List<DDLRecord> records)
throws Exception
Exception
JSONArray getRecordsJSONArray(List<DDLRecord> records,
boolean latestRecordVersion)
throws Exception
Exception
String getTemplateContent(long ddmTemplateId,
DDLRecordSet recordSet,
ThemeDisplay themeDisplay,
RenderRequest renderRequest,
RenderResponse renderResponse)
throws Exception
Exception
String getTemplateContent(javax.servlet.jsp.PageContext pageContext,
long ddmTemplateId,
DDLRecordSet recordSet,
ThemeDisplay themeDisplay,
RenderRequest renderRequest,
RenderResponse renderResponse)
throws Exception
PageContext
instance; if it's null, objects for taglib support are not
available in the template context.
Exception
@Deprecated
boolean isEditable(javax.servlet.http.HttpServletRequest request,
String portletId,
long groupId)
throws Exception
Exception
@Deprecated
boolean isEditable(PortletPreferences preferences,
String portletId,
long groupId)
throws Exception
Exception
DDLRecord updateRecord(long recordId,
long recordSetId,
boolean mergeFields,
boolean checkPermission,
ServiceContext serviceContext)
throws Exception
Exception
DDLRecord updateRecord(long recordId,
long recordSetId,
boolean mergeFields,
ServiceContext serviceContext)
throws Exception
Exception
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||