com.liferay.portlet.dynamicdatamapping.util
Interface DDM
public interface DDM
|
Method Summary |
DDMDisplay |
getDDMDisplay(ServiceContext serviceContext)
|
Serializable |
getDisplayFieldValue(ThemeDisplay themeDisplay,
Serializable fieldValue,
String type)
|
Fields |
getFields(long ddmStructureId,
long ddmTemplateId,
ServiceContext serviceContext)
|
Fields |
getFields(long ddmStructureId,
long ddmTemplateId,
String fieldNamespace,
ServiceContext serviceContext)
|
Fields |
getFields(long ddmStructureId,
ServiceContext serviceContext)
|
Fields |
getFields(long ddmStructureId,
String fieldNamespace,
ServiceContext serviceContext)
|
String[] |
getFieldsDisplayValues(Field fieldsDisplayField)
|
Serializable |
getIndexedFieldValue(Serializable fieldValue,
String type)
|
OrderByComparator<DDMStructure> |
getStructureOrderByComparator(String orderByCol,
String orderByType)
|
OrderByComparator<DDMTemplate> |
getTemplateOrderByComparator(String orderByCol,
String orderByType)
|
Fields |
mergeFields(Fields newFields,
Fields existingFields)
|
getDDMDisplay
DDMDisplay getDDMDisplay(ServiceContext serviceContext)
getDisplayFieldValue
Serializable getDisplayFieldValue(ThemeDisplay themeDisplay,
Serializable fieldValue,
String type)
throws Exception
- Throws:
Exception
getFields
Fields getFields(long ddmStructureId,
long ddmTemplateId,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
getFields
Fields getFields(long ddmStructureId,
long ddmTemplateId,
String fieldNamespace,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
getFields
Fields getFields(long ddmStructureId,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
getFields
Fields getFields(long ddmStructureId,
String fieldNamespace,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
getFieldsDisplayValues
String[] getFieldsDisplayValues(Field fieldsDisplayField)
throws Exception
- Throws:
Exception
getIndexedFieldValue
Serializable getIndexedFieldValue(Serializable fieldValue,
String type)
throws Exception
- Throws:
Exception
getStructureOrderByComparator
OrderByComparator<DDMStructure> getStructureOrderByComparator(String orderByCol,
String orderByType)
getTemplateOrderByComparator
OrderByComparator<DDMTemplate> getTemplateOrderByComparator(String orderByCol,
String orderByType)
mergeFields
Fields mergeFields(Fields newFields,
Fields existingFields)